summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov1-1/+1
2015-11-20Revert the revert 253497 and 253539 - These commits aren't the cause of the c...Daniel Sanders2-0/+49
2015-11-20Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.Daniel Sanders2-49/+0
2015-11-19[Support] Disable SaturatingMultiply() unit test while investigatingNathan Slingerland1-19/+0
2015-11-18[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)Nathan Slingerland2-0/+68
2015-11-18Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"Nathan Slingerland1-48/+0
2015-11-18[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper FunctionsNathan Slingerland1-0/+48
2015-11-18Remove excess white spaceRafael Espindola1-6/+0
2015-11-17Fix -Wunused-function in a non-Win32 buildDavid Blaikie1-1/+1
2015-11-17StringRef-ify some Option APIsDavid Blaikie1-6/+6
2015-11-17[Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica1-0/+70
2015-11-17Add MemoryBufferRef(MemoryBuffer&) constructor.Rafael Espindola1-0/+9
2015-11-16Add isInteger() to APFloat.Stephen Canon1-1/+15
2015-11-16Handle ARMv6KZ namingArtyom Skrobov1-0/+4
2015-11-11ADT: Avoid relying on UB in ilist_node::getNextNode()Duncan P. N. Exon Smith1-6/+6
2015-11-10[PGO] Make indexed value profile data more compactXinliang David Li1-1/+58
2015-11-09Windows-specific test for sys::path::remove_dots.Mike Aizatsky1-0/+13
2015-11-09Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky1-0/+20
2015-11-06Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica1-70/+0
2015-11-06[Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica1-0/+70
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne3-90/+46
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko5-35/+30
2015-11-04Orc: Streamline some lambda usage in a unit testDavid Blaikie1-9/+5
2015-11-04Silence an extra semicolon warning; NFC.Aaron Ballman1-1/+1
2015-11-04Fix unit tests on Windows: handle env vars with non-ASCII chars.Pawel Bylica1-38/+70
2015-11-03Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2-5/+5
2015-11-03Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2-5/+5
2015-11-03[Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2-5/+5
2015-11-02[Support] Extend sys::path with user_cache_directory function.Pawel Bylica1-0/+29
2015-11-02[PGO] Value profiling (index format) code cleanup and testingXinliang David Li1-0/+199
2015-10-31Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it...Michael Gottesman1-0/+16
2015-10-30[Orc] Expose the compile callback API through the C bindings.Lang Hames2-22/+71
2015-10-29[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, ratherLang Hames1-0/+5
2015-10-29[Orc] Rename IndirectStubsManagerBase method 'init' to 'createStubs'.Lang Hames1-1/+1
2015-10-29OrcJITTests: Update libdeps corresponding to r251604.NAKAMURA Takumi1-0/+2
2015-10-29[Orc] Add missing file for r251604.Lang Hames1-0/+94
2015-10-29[Orc] Add support for RuntimeDyld::setProcessAllSections.Lang Hames1-0/+1
2015-10-28[Orc] Require target support for host before running execution unit tests.Lang Hames1-3/+6
2015-10-28OrcJITTests: Prune unused libdeps.NAKAMURA Takumi1-2/+0
2015-10-28OrcJITTests: Update libdeps.NAKAMURA Takumi1-0/+1
2015-10-28Fix a -Wpessimizing-move warning.Craig Topper1-1/+1
2015-10-28[Orc] Disable Orc C API unit tests on non-Darwin while I investigate moreLang Hames1-1/+1
2015-10-28[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames5-3/+150
2015-10-28[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames5-150/+3
2015-10-28[Orc] Add experimental C bindings for Orc.Lang Hames5-3/+150
2015-10-27[Orc] Fix indentation.Lang Hames1-35/+35
2015-10-27[X86] Make elfiamcu an OS, not an environment.Michael Kuperstein1-3/+3
2015-10-25[X86] Add support for elfiamcu tripleMichael Kuperstein1-0/+6
2015-10-23Add a RAW mode to StringTableBuilder.Rafael Espindola1-4/+4
2015-10-22[IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das1-0/+52