summaryrefslogtreecommitdiff
path: root/unittests/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Added 'inline' to functions defined in headers to avoid ODR violationsDmitri Gribenko2019-08-291-13/+12
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* Unit tests for TBAA metadata generation.Serge Pavlov2017-12-223-0/+1753
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Reorder.NAKAMURA Takumi2017-10-111-1/+1
* ClangCodeGenTests: Update libdeps in rL315392, +clangAST.NAKAMURA Takumi2017-10-111-0/+1
* Include getting generated struct offsets in CodegenABITypesAdrian Prantl2017-10-102-0/+303
* ClangCodeGenTests: Update libdeps.NAKAMURA Takumi2017-08-271-0/+1
* Add forgotten file in r311844.Vassil Vassilev2017-08-271-0/+174
* D34059: Get the file name for the symbol from the Module, not the SourceManager.Vassil Vassilev2017-08-271-0/+1
* Make sure the LLVMContext outlive the CompilerInstanceMehdi Amini2016-04-141-1/+1
* Do not use llvm:getGlobalContext() in unittestsMehdi Amini2016-04-141-1/+2
* Remove autoconf supportChris Bieneman2016-01-261-20/+0
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-2/+2
* Add two missing arguments.Adrian Prantl2015-06-301-0/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+3
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-3/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-2/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-2/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-2/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+2
* Remove unused parameter, followup to r179639. No behavior change.Nico Weber2015-01-151-1/+0
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-4/+4
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-3/+2
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* ClangCodeGenTests: Prune redundant libdeps.NAKAMURA Takumi2014-08-272-7/+2
* [CMake] ClangCodeGenTests: Add Core. It's referenced by the test.NAKAMURA Takumi2014-08-271-0/+1
* ClangCodeGenTests: Reorder libdeps.NAKAMURA Takumi2014-08-272-4/+4
* ClangCodeGenTests: Quick fix to USEDLIBS. clangCodeGen requires, at least, AS...NAKAMURA Takumi2014-08-271-3/+3
* Fix missing component.Julien Lerouge2014-08-271-1/+2
* Attempt to address cmake buildbot failureKeno Fischer2014-08-261-2/+3
* Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer2014-08-263-0/+115