summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* ADT: Avoid relying on UB in ilist_node::getNextNode()Duncan P. N. Exon Smith2015-11-111-6/+6
* [PGO] Make indexed value profile data more compactXinliang David Li2015-11-101-1/+58
* Windows-specific test for sys::path::remove_dots.Mike Aizatsky2015-11-091-0/+13
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-0/+20
* Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica2015-11-061-70/+0
* [Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica2015-11-061-0/+70
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-053-90/+46
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-045-35/+30
* Orc: Streamline some lambda usage in a unit testDavid Blaikie2015-11-041-9/+5
* Silence an extra semicolon warning; NFC.Aaron Ballman2015-11-041-1/+1
* Fix unit tests on Windows: handle env vars with non-ASCII chars.Pawel Bylica2015-11-041-38/+70
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-032-5/+5
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-032-5/+5
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-032-5/+5
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-0/+29
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-021-0/+199
* Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it...Michael Gottesman2015-10-311-0/+16
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-302-22/+71
* [Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, ratherLang Hames2015-10-291-0/+5
* [Orc] Rename IndirectStubsManagerBase method 'init' to 'createStubs'.Lang Hames2015-10-291-1/+1
* OrcJITTests: Update libdeps corresponding to r251604.NAKAMURA Takumi2015-10-291-0/+2
* [Orc] Add missing file for r251604.Lang Hames2015-10-291-0/+94
* [Orc] Add support for RuntimeDyld::setProcessAllSections.Lang Hames2015-10-291-0/+1
* [Orc] Require target support for host before running execution unit tests.Lang Hames2015-10-281-3/+6
* OrcJITTests: Prune unused libdeps.NAKAMURA Takumi2015-10-281-2/+0
* OrcJITTests: Update libdeps.NAKAMURA Takumi2015-10-281-0/+1
* Fix a -Wpessimizing-move warning.Craig Topper2015-10-281-1/+1
* [Orc] Disable Orc C API unit tests on non-Darwin while I investigate moreLang Hames2015-10-281-1/+1
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-285-3/+150
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-285-150/+3
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-285-3/+150
* [Orc] Fix indentation.Lang Hames2015-10-271-35/+35
* [X86] Make elfiamcu an OS, not an environment.Michael Kuperstein2015-10-271-3/+3
* [X86] Add support for elfiamcu tripleMichael Kuperstein2015-10-251-0/+6
* Add a RAW mode to StringTableBuilder.Rafael Espindola2015-10-231-4/+4
* [IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das2015-10-221-0/+52
* [Option] Use an ArrayRef to store the Option Infos in OptTable. NFCCraig Topper2015-10-211-1/+1
* [AA] Enhance the new AliasAnalysis infrastructure with an optionalChandler Carruth2015-10-211-1/+166
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-2010-53/+52
* [Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if noLang Hames2015-10-203-0/+165
* Fix path::home_directory() unit test.Pawel Bylica2015-10-161-8/+12
* SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.NAKAMURA Takumi2015-10-161-6/+9
* Reformat.NAKAMURA Takumi2015-10-161-1/+1
* Use Windows Vista API to get the user's home directoryPawel Bylica2015-10-161-9/+13
* Initial migration of AVR backendDylan McKay2015-10-161-0/+17
* Recommit r250345, it was reverted in r250366 to investigate a bot failure.Manman Ren2015-10-151-0/+41
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-152-3/+3
* Temporarily revert r250345 to sort out bot failure.Manman Ren2015-10-151-41/+0
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-141-0/+41
* Add - and -= operators to BlockFrequency using saturating arithmetic.Cong Hou2015-10-121-0/+6