summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* BitcodeTests: Fix LINK_COMPONENTS.NAKAMURA Takumi2014-08-022-2/+3
* IR: Add Value::reverseUseList()Duncan P. N. Exon Smith2014-08-011-0/+43
* BitcodeReader: Fix some BlockAddress forward reference corner casesDuncan P. N. Exon Smith2014-08-011-0/+68
* Try to fix configure+make after r214556Duncan P. N. Exon Smith2014-08-011-1/+1
* Rewrite BitReaderTest, NFCDuncan P. N. Exon Smith2014-08-012-32/+40
* [Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren2014-07-281-1/+1
* [ADT] Add a remarkbly useful little helper routine to ArrayRef forChandler Carruth2014-07-271-0/+22
* IR/UseTest.cpp: Avoid std::to_string() to appease mingw32 bot.NAKAMURA Takumi2014-07-261-5/+10
* Fix r213824 on windowsDuncan P. N. Exon Smith2014-07-241-0/+2
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-1/+1
* [CMake] LineEditorTests: Add Support to link_components.NAKAMURA Takumi2014-07-241-0/+1
* IR: Add Value::sortUseList()Duncan P. N. Exon Smith2014-07-242-0/+63
* unittests: Actually test reverse iterators in Path testsJustin Bogner2014-07-161-5/+5
* ADT: Add MapVector::remove_ifDuncan P. N. Exon Smith2014-07-151-0/+21
* ADT: Fix MapVector::erase()Duncan P. N. Exon Smith2014-07-151-0/+15
* Support: Fix option handling when using cl::Required with aliasoptJustin Bogner2014-07-141-0/+19
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-144-0/+5
* Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...Argyrios Kyrtzidis2014-07-111-0/+12
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-094-233/+127
* These should be EXPECT_TRUE, not EXPECT_FALSE. Amends r212415.Aaron Ballman2014-07-061-2/+2
* Fixing compile errors related to changes with MemoryBuffer::getFile.Aaron Ballman2014-07-061-6/+6
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-7/+8
* ADT: Add a drop_back() helper to ArrayRefDavid Majnemer2014-07-051-0/+7
* Invert the MC -> Object dependency.Rafael Espindola2014-07-037-29/+6
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-023-9/+5
* Remove unused typedef. GCC warns about this.Benjamin Kramer2014-07-011-3/+0
* Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered...Aaron Ballman2014-06-271-4/+4
* Adding some trailing whitespace after a comment previously ending with \ to e...Aaron Ballman2014-06-271-4/+4
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-271-2/+0
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-6/+7
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-7/+6
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-241-0/+2
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith2014-06-241-4/+4
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-231-0/+150
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-231-1/+1
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-231-0/+64
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-231-2/+40
* Cleanup r211507Duncan P. N. Exon Smith2014-06-231-1/+1
* Support: Extract ScaledNumbers::compare()Duncan P. N. Exon Smith2014-06-231-0/+37
* Support: ScaledNumber: Fix inconsistent test namesDuncan P. N. Exon Smith2014-06-201-6/+6
* Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()Duncan P. N. Exon Smith2014-06-201-0/+94
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-201-0/+112
* Support: Mark end of namespacesDuncan P. N. Exon Smith2014-06-201-1/+2
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-201-4/+4
* Fix some -Wsign-compare fallout from changing container count member function...David Blaikie2014-06-203-12/+12
* Support: Clean up getRounded() testsDuncan P. N. Exon Smith2014-06-201-14/+12
* Support: Write ScaledNumbers::getAdjusted()Duncan P. N. Exon Smith2014-06-201-0/+23
* Support: Write ScaledNumbers::getRounded()Duncan P. N. Exon Smith2014-06-202-0/+61
* Revert "Add StringMap::insert(pair) consistent with the standard associative ...Rafael Espindola2014-06-201-38/+0
* Add StringMap::insert(pair) consistent with the standard associative containe...David Blaikie2014-06-191-0/+38
OpenPOWER on IntegriCloud