summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* Readdress r236990, use of static members on a non-static variable.David Blaikie2015-05-111-3/+2
* Amends r236990, because I failed at hitting "save" before commit.Aaron Ballman2015-05-111-2/+1
* Replacing a range-based for loop with an old-style for loop. This code was pr...Aaron Ballman2015-05-111-2/+3
* Unbreak build: Makefile must have the same change as CMakeLists.txtDouglas Katzman2015-05-081-1/+1
* Prevent further errors of omission when adding backend names.Douglas Katzman2015-05-082-0/+45
* [ARM] Reject invalid -march valuesJohn Brawn2015-05-081-0/+31
* YAML: Fix crash in the skip method of KeyValueNode class. Alex Lorenz2015-05-061-0/+4
* Add bitcode test to verify functions can be materialized out of order.Derek Schuff2015-05-061-0/+64
* InstrProf: Strip filename prefixes from the names we display for coverageJustin Bogner2015-05-051-0/+14
* Fix regression in parsing armv{6,7}hl- triples. These are used by SUSEIsmail Donmez2015-05-051-0/+12
* YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping...Alex Lorenz2015-05-041-0/+85
* Option parsing: properly handle flag aliases for joined options (PR23394)Hans Wennborg2015-05-042-0/+16
* Fix compilation of PDBApiTest.Zachary Turner2015-05-011-1/+1
* Move unit test into anonymous namespace as per convention.Douglas Katzman2015-05-011-1/+2
* YAML: Fix the output of sequences that contain flow sequences. Alex Lorenz2015-05-011-0/+65
* Fix infinite recursion in ScaledNumber::toInt.Diego Novillo2015-05-011-0/+5
* Exhaustively test all triples in TripleTest.Douglas Katzman2015-04-301-4/+4
* Fix private constructor for ScaledNumber.Diego Novillo2015-04-301-0/+24
* Fix typo in comment. NFC.Diego Novillo2015-04-301-1/+1
* Add convenient overloads for CreateInsertElement and CreateExtractElement met...Pawel Bylica2015-04-301-0/+15
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-2/+2
* New architecture name - 'sparcel' for Sparc little-endian.Douglas Katzman2015-04-291-0/+20
* Disable failing TestDevNull test on WindowsReid Kleckner2015-04-291-0/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-293-404/+403
* Relax assert to avoid spurious failures with /dev/null.Rafael Espindola2015-04-291-0/+29
* Make getModRefInfo(Instruction *) not crash on certain types of instructionsDaniel Berlin2015-04-281-0/+10
* DebugInfo: Support up to 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-04-281-0/+20
* Constfold insertelement to undef when index is out-of-boundsPawel Bylica2015-04-271-4/+13
* Verifier: Function metadata attachments require a bodyDuncan P. N. Exon Smith2015-04-241-0/+18
* IR: Add Function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+108
* Correct extractelement constant foldingPawel Bylica2015-04-241-0/+8
* Fix APInt long division algorithmPawel Bylica2015-04-241-182/+66
* Another test to exercise APInt divide step D6.Yaron Keren2015-04-221-0/+13
* Replace std::auto_ptr with std::unique_ptrDavid Blaikie2015-04-221-2/+2
* 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
* s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-clReid Kleckner2015-04-211-1/+2
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-9/+10
* [Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames2015-04-204-0/+139
* DebugInfo: Remove DITypeDuncan P. N. Exon Smith2015-04-201-2/+2
* Don't allow pwrite to resize a stream.Rafael Espindola2015-04-201-1/+9
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-0/+10
* DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith2015-04-161-1/+2
* DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith2015-04-161-4/+4
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-2/+2
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-30/+10
* DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()Duncan P. N. Exon Smith2015-04-151-2/+4
* Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...Daniel Berlin2015-04-141-0/+28
* Add raw_pwrite_stream type.Rafael Espindola2015-04-142-0/+26
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-18/+19
OpenPOWER on IntegriCloud