Fangrui Song
|
2ffd08308b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 years ago |
Serge Guelton
|
b5c9d2b68d
Make llvm-as --help great again
|
6 years ago |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Teresa Johnson
|
c6dda905a6
[ThinLTO] Parse module summary index from assembly
|
7 years ago |
Rui Ueyama
|
0b9d56a30e
Define InitLLVM to do common initialization all at once.
|
7 years ago |
Rafael Espindola
|
06d6207c1c
Pass a reference to a module to the bitcode writer.
|
7 years ago |
Yaxun Liu
|
7c2d049c5b
LLParser: add an argument for overriding data layout and do not check alloca addr space
|
7 years ago |
Adrian Prantl
|
733fe2f231
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
|
8 years ago |
Reid Kleckner
|
97ca964f3d
[Support] Rename tool_output_file to ToolOutputFile, NFC
|
8 years ago |
Teresa Johnson
|
a547919737
Split Bitcode/ReaderWriter.h into separate reader and writer headers
|
8 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 |
Mehdi Amini
|
e58bfc97e6
Move summary creation out of llvm-as into opt
|
9 years ago |
Teresa Johnson
|
7ca333b425
[ThinLTO] Move summary computation from BitcodeWriter to new pass
|
9 years ago |
Teresa Johnson
|
566a35a121
clang-format llvm-as.cpp (NFC)
|
9 years ago |
Mehdi Amini
|
d2f4701e4a
Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id"
|
9 years ago |
Mehdi Amini
|
1fc660ff51
Revert "Add support for computing SHA1 in LLVM"
|
9 years ago |
Mehdi Amini
|
515396cd38
Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id"
|
9 years ago |
Teresa Johnson
|
f2403fe5b5
[ThinLTO] Renaming of function index to module summary index (NFC)
|
9 years ago |
Teresa Johnson
|
c37b05528e
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
|
9 years ago |
Teresa Johnson
|
256128f217
[ThinLTO] Renaming of function index to module summary index (NFC)
|
9 years ago |
Teresa Johnson
|
b97baa5fe5
Support for function summary index bitcode sections and files.
|
10 years ago |
Alexey Samsonov
|
4e5be5af59
Fix input validation issues in llvm-as/llvm-dis
|
10 years ago |
Duncan P. N. Exon Smith
|
8d61ee9e7d
uselistorder: Remove the global bits
|
10 years ago |
Duncan P. N. Exon Smith
|
657aad675a
uselistorder: Pull the bit through WriteToBitcodFile()
|
10 years ago |
Duncan P. N. Exon Smith
|
d044549557
IR: Set -preserve-bc-uselistorder=false by default
|
10 years ago |
Rafael Espindola
|
8c96862847
Modernize raw_fd_ostream's constructor a bit.
|
11 years ago |
Rafael Espindola
|
9b29ff99c0
Modernize the .ll parsing interface.
|
11 years ago |
Benjamin Kramer
|
7259f14839
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
|
11 years ago |
Craig Topper
|
573faecacf
[C++] Use 'nullptr'. Tools edition.
|
11 years ago |