De-virtualize mnemonicIsValid and remove from the base class. It's not called by...
[oota-llvm.git] / unittests /
2015-12-29 James Y Knight[TrailingObjects] Dynamically realign under-aligned...
2015-12-29 Chandler Carruth[ADT] Use a nonce type with at least 4 byte alignment.
2015-12-28 Chandler Carruth[ADT] Don't use a fixture just to get a nonce type...
2015-12-27 NAKAMURA TakumiInstrProfTest.cpp: Don't assume string literals are...
2015-12-23 Keno Fischer[Function] Properly remove use when clearing personality
2015-12-23 Nico WeberUnbreak LLVM_ENABLE_THREADS=OFF builds.
2015-12-22 Vedant Kumar[unittest] Use Support/thread.h instead of <thread...
2015-12-22 Vedant Kumar[unittest] Use Support/Thread.h instead of <thread...
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-21 Kostya Serebryanyfix leak in a test, make the sanitizer bot green
2015-12-19 Mehdi AminiThreadPool unittests: do not hold mutex when calling...
2015-12-19 Xinliang David LiImprove InstrProfSymtab test coverage
2015-12-19 Vedant Kumar[unittests] ThreadPool: Remove redundant loop, NFC
2015-12-19 Vedant Kumar[unittests] ThreadPool: Guard updates to MainThreadReady
2015-12-19 Xinliang David Li[PGO] Add hash to name mapping in InstrProfSymtab
2015-12-19 Mehdi AminiThreadPool unittest: reimplement concurrency test,...
2015-12-18 Teresa JohnsonRemove possibility of failures to due race in ThreadPoo...
2015-12-18 James Y KnightRewrite the TrailingObjects template to provide two...
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-18 NAKAMURA TakumiBranchProbabilityTest.cpp: Suppress warnings. [-Wsign...
2015-12-17 Cong Hou[BranchProbability] Remove the restriction that known...
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-15 Mehdi AminiMark ThreadPool unittests as unsupported on PowerPC64
2015-12-15 Mehdi AminiThreadPool unittest: add a rough mechanism to mark...
2015-12-15 Cong HouReplace the unit test of BranchProbability::normalizeEd...
2015-12-15 Teresa JohnsonFix template parameter pack handling in ThreadPool
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Mehdi AminiRevert "Add a C++11 ThreadPool implementation in LLVM"
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[ConstantFold] Fix bitcast to gep constant folding...
2015-12-13 Nico WeberRevert r255444.
2015-12-12 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-09 Nathan Slingerland[Support] Change SaturatingAdd()/SaturatingMultiply...
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-12-07 Teresa Johnson[ThinLTO] Support cloning of temporary DILocation metadata
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-04 Lang Hames[Orc] Move some code up into the JITCompileCallbackMana...
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Xinliang David LiUse nullptr (NFC)
2015-12-01 Keno Fischer[Verifier] Improve error for cross-module refs
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
2015-11-23 Nathan Slingerland[Support] Add optional argument to SaturatingAdd()...
2015-11-23 Nathan Slingerland[Support] Fix SaturatingMultiply<T>() to be correct...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Daniel SandersRevert 253497 and 253539 to try to fix clang-cmake...
2015-11-19 Nathan Slingerland[Support] Disable SaturatingMultiply() unit test while...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Rafael EspindolaRemove excess white space
2015-11-17 David BlaikieFix -Wunused-function in a non-Win32 build
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Pawel Bylica[Support] Tweak path::system_temp_directory() on Windows.
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-11-16 Stephen CanonAdd isInteger() to APFloat.
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-09 Mike AizatskyWindows-specific test for sys::path::remove_dots.
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-06 Pawel BylicaRevert r252366: [Support] Use GetTempDir to get the...
2015-11-06 Pawel Bylica[Support] Use GetTempDir to get the temporary dir path...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 David BlaikieOrc: Streamline some lambda usage in a unit test
2015-11-04 Aaron BallmanSilence an extra semicolon warning; NFC.
2015-11-04 Pawel BylicaFix unit tests on Windows: handle env vars with non...
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-31 Michael GottesmanAdd a unittest for SmallDenseMap that tests assigning...
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Rename IndirectStubsManagerBase method 'init...
2015-10-29 NAKAMURA TakumiOrcJITTests: Update libdeps corresponding to r251604.
2015-10-29 Lang Hames[Orc] Add missing file for r251604.
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-28 Lang Hames[Orc] Require target support for host before running...
2015-10-28 NAKAMURA TakumiOrcJITTests: Prune unused libdeps.
2015-10-28 NAKAMURA TakumiOrcJITTests: Update libdeps.
2015-10-28 Craig TopperFix a -Wpessimizing-move warning.
next