summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola2015-12-081-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-17/+14
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-202-18/+18
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-151-1/+1
* [RemoveDuplicatePHINodes] Start over after removing a PHI.Benjamin Kramer2015-09-021-0/+37
* Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith2015-08-031-0/+31
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-2/+2
* [Cloning] Teach CloneModule about personality functionsDavid Majnemer2015-06-301-0/+35
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-13/+13
* DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-1/+1
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-3/+3
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-9/+10
* DebugInfo: Remove DITypeDuncan P. N. Exon Smith2015-04-201-2/+2
* DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith2015-04-161-1/+2
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-2/+2
* DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith2015-04-151-2/+4
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-18/+19
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-8/+4
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-2/+2
* IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-20/+18
* Transforms: Update unit tests to use verifyModule()Duncan P. N. Exon Smith2015-03-301-6/+15
* Transforms: Fix a use of the old DebugLoc in unittestsDuncan P. N. Exon Smith2015-03-301-3/+3
* MapMetadata: Allow unresolved metadata if it won't changeDuncan P. N. Exon Smith2015-03-172-0/+28
* [opaque pointer type] gep API migrationDavid Blaikie2015-03-141-1/+2
* Add explicit type to empty std::set initializer to fix the libc++ build.Peter Collingbourne2015-03-031-1/+1
* LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...Peter Collingbourne2015-03-031-15/+75
* LowerBitSets: Align referenced globals.Peter Collingbourne2015-02-251-12/+16
* LowerBitSets: Introduce global layout builder.Peter Collingbourne2015-02-241-0/+27
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-205-1/+90
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+2
* DebugIR: Delete -debug-irDuncan P. N. Exon Smith2014-11-295-334/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+3
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-3/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+3
* [Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren2014-07-281-1/+1
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-092-233/+0
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-1/+2
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-083-9/+9
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-1/+1
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-3/+1
* Fix most of PR10367.Rafael Espindola2014-05-161-1/+1
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-2/+3
* This reverts r206828 until David has time to figure out that is going on.Quentin Colombet2014-04-221-25/+19
* Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie2014-04-211-19/+25
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-261-0/+23
* DebugIRTests: Fixup for r204130.NAKAMURA Takumi2014-03-181-1/+1
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-181-2/+2
* unittests: Fix -Werror buildJustin Bogner2014-03-121-2/+2
OpenPOWER on IntegriCloud