Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
Linker
/
LinkModulesTest.cpp
574c3a1
Fix build for LLVM unittests
by Reid Kleckner
· 8 years ago
3c0d607
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
d17bca9
Implement intrinsic mangling for literal struct types. Fixes PR 31921
by Daniel Berlin
· 9 years ago
140d9e6
Remangle intrinsics names when types are renamed
by Artur Pilipenko
· 9 years ago
99faa52
Revert r273568 "Remangle intrinsics names when types are renamed"
by Hans Wennborg
· 9 years ago
8f92645
Remangle intrinsics names when types are renamed
by Artur Pilipenko
· 9 years ago
9234391
Delete the deprecated LLVMLinkModules.
by Rafael Espindola
· 10 years ago
cca8dbe
Reorganize the C API headers to improve build times.
by Eric Christopher
· 10 years ago
d912be9
Change linkInModule to take a std::unique_ptr.
by Rafael Espindola
· 10 years ago
7a1fc2d
Use diagnostic handler in the LLVMContext
by Rafael Espindola
· 10 years ago
c55f4fb
Always pass a diagnostic handler to the linker.
by Rafael Espindola
· 10 years ago
76c60c3
Use references now that it is natural to do so.
by Rafael Espindola
· 10 years ago
70f8c20
unittests: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
268a755
Linker: Move distinct MDNodes instead of cloning
by Duncan P. N. Exon Smith
· 10 years ago
4f9d346
[LinkerTest] Use LLVMDisposeMessage to free error string.
by Benjamin Kramer
· 10 years ago
dd183f1
[LinkerTest] Don't leak error string.
by Benjamin Kramer
· 10 years ago
21a987d
Fix returning error message in LLVMLinkModules
by Eli Bendersky
· 10 years ago
c16fc54
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
4e933df
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
by David Blaikie
· 10 years ago
1b27914
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
c4fe4e9
Factor common code it Linker::init.
by Rafael Espindola
· 11 years ago
c35c39b
Remove the PreserveSource linker mode.
by Rafael Espindola
· 11 years ago
72478e5
Update the error handling of lib/Linker.
by Rafael Espindola
· 11 years ago
b177041
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
ec96ef30
LinkModulesTest.cpp: Reformat.
by NAKAMURA Takumi
· 11 years ago
13085ed
LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The global context might not be free'd. [vg_leak]
by NAKAMURA Takumi
· 11 years ago
f4ccd11
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 11 years ago
8a67f12
[Layering] Sink Linker.h into a Linker subdirectory to make it
by Chandler Carruth
· 11 years ago
1decd56
[cleanup] Re-sort all the includes with utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
a950ad4
Reapply r194218 with fix:
by Bill Wendling
· 12 years ago
999ffb6
Revert "Move copying of global initializers below the cloning of functions."
by Adrian Prantl
· 12 years ago
ab6f27c
Revert "Run clang-format on file."
by Adrian Prantl
· 12 years ago
5ebdcd2
Run clang-format on file.
by Bill Wendling
· 12 years ago
5d5f2c3
Move copying of global initializers below the cloning of functions.
by Bill Wendling
· 12 years ago