Fangrui Song
|
2ffd08308b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 years ago |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Teresa Johnson
|
a9a2147997
[ThinLTO] Print module summary index to assembly
|
7 years ago |
Jonas Devlieghere
|
ae6875ea1d
[tools] Use WithColor for printing errors.
|
7 years ago |
Rui Ueyama
|
0b9d56a30e
Define InitLLVM to do common initialization all at once.
|
7 years ago |
Reid Kleckner
|
97ca964f3d
[Support] Rename tool_output_file to ToolOutputFile, NFC
|
8 years ago |
Vivek Pandya
|
18b4c37d1e
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
|
8 years ago |
Vivek Pandya
|
4abccff981
This reverts r313381
|
8 years ago |
Vivek Pandya
|
bb8204f26f
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
|
8 years ago |
Charles Saternos
|
417caf5c7c
[ThinLTO] Fix ThinLTO crash while destroying context
|
8 years ago |
Peter Collingbourne
|
d17731360a
llvm-dis: Remove dead code.
|
8 years ago |
Peter Collingbourne
|
dead081fb2
Bitcode: Change module reader functions to return an llvm::Expected.
|
8 years ago |
Teresa Johnson
|
a547919737
Split Bitcode/ReaderWriter.h into separate reader and writer headers
|
8 years ago |
Peter Collingbourne
|
76c218e094
Bitcode: Change the materializer interface to return llvm::Error.
|
8 years ago |
Peter Collingbourne
|
5498e18776
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
|
8 years ago |
Peter Collingbourne
|
e8516587a2
Bitcode: Change reader interface to take memory buffers.
|
8 years ago |
Peter Collingbourne
|
99e2e27b37
IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals.
|
9 years ago |
Richard Smith
|
0eeb3d4004
Search for llvm-symbolizer binary in the same directory as argv[0], before
|
9 years ago |
Mehdi Amini
|
8be7707c14
Remove every uses of getGlobalContext() in LLVM (but the C API)
|
9 years ago |
Rafael Espindola
|
838f8a4b1d
Drop materializeAllPermanently.
|
9 years ago |
Rafael Espindola
|
4a4558e436
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
|
10 years ago |
Alexey Samsonov
|
4e5be5af59
Fix input validation issues in llvm-as/llvm-dis
|
10 years ago |
Duncan P. N. Exon Smith
|
e56023a059
IR: Give 'DI' prefix to debug info metadata
|
10 years ago |
Duncan P. N. Exon Smith
|
7f892716df
DebugInfo: Drop rest of DIDescriptor subclasses
|
10 years ago |
Duncan P. N. Exon Smith
|
8d61ee9e7d
uselistorder: Remove the global bits
|
10 years ago |
Duncan P. N. Exon Smith
|
8b376eb892
uselistorder: Pull the assembly bit up out of the printer
|
10 years ago |
Duncan P. N. Exon Smith
|
355ec009e5
DebugInfo: Gut DIVariable and DIGlobalVariable
|
10 years ago |
Duncan P. N. Exon Smith
|
68338f833e
llvm-dis: Use the new `DebugLoc` API, NFC
|
10 years ago |
Duncan P. N. Exon Smith
|
aaff953db4
llvm-dis: Stop crashing when dropping debug info
|
10 years ago |
Rafael Espindola
|
68016e0a6e
Use the DiagnosticHandler to print diagnostics when reading bitcode.
|
10 years ago |