projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ReleaseNotes: drop in-progress warning and svn checkout note
[oota-llvm.git]
/
unittests
/
2016-01-13
Michael Gottesman
Fix PointerIntPair so that it can use an enum class...
tree
|
commitdiff
2016-01-12
Nathan Slingerland
[Support] Add saturating multiply-add support function
tree
|
commitdiff
2016-01-12
Sanjay Patel
function names start with a lower case letter ; NFC
tree
|
commitdiff
2016-01-11
Lang Hames
[Orc] Add support for remote JITing to the ORC API.
tree
|
commitdiff
2016-01-10
Lang Hames
[RuntimeDyld] Add alignment arguments to the reserveAll...
tree
|
commitdiff
2016-01-10
NAKAMURA Takumi
OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18...
tree
|
commitdiff
2016-01-10
Chandler Carruth
[ADT] Add an abstraction for embedding an integer withi...
tree
|
commitdiff
2016-01-10
Chandler Carruth
[ADT] Add a sum type abstraction for pointer-like types.
tree
|
commitdiff
2016-01-09
Lang Hames
[Orc][RuntimeDyld] Prevent duplicate calls to finalizeM...
tree
|
commitdiff
2016-01-08
NAKAMURA Takumi
InstrProfTest.cpp: Fix a warning. [-Wsign-compare]
tree
|
commitdiff
2016-01-08
Xinliang David Li
Add value site truncation unit test
tree
|
commitdiff
2016-01-08
Xinliang David Li
[PGO] Ensure vp data in indexed profile always sorted
tree
|
commitdiff
2016-01-08
Xinliang David Li
[PGO] Fix a bug in InstProfWriter addRecord
tree
|
commitdiff
2016-01-07
Mehdi Amini
Fix crash when printing instructions that have a metada...
tree
|
commitdiff
2016-01-06
Teresa Johnson
Add unittest for new CanReplace flag on MDNodes
tree
|
commitdiff
2016-01-06
Jordan Rose
Add != to YAMLParser's basic_collection_iterator.
tree
|
commitdiff
2016-01-04
Xinliang David Li
Add explicit string checks in test
tree
|
commitdiff
2016-01-03
Dimitry Andric
Fix several accidental DOS line endings in source files
tree
|
commitdiff
2015-12-31
Sanjay Patel
add FMF for CreateCall variant
tree
|
commitdiff
2015-12-31
Xinliang David Li
[PGO]: Implement Func PGO name string compression
tree
|
commitdiff
2015-12-29
Chandler Carruth
[ADT] Teach alignment helpers to work correctly for...
tree
|
commitdiff
2015-12-29
James Y Knight
[TrailingObjects] Dynamically realign under-aligned...
tree
|
commitdiff
2015-12-29
Chandler Carruth
[ADT] Use a nonce type with at least 4 byte alignment.
tree
|
commitdiff
2015-12-28
Chandler Carruth
[ADT] Don't use a fixture just to get a nonce type...
tree
|
commitdiff
2015-12-27
NAKAMURA Takumi
InstrProfTest.cpp: Don't assume string literals are...
tree
|
commitdiff
2015-12-23
Keno Fischer
[Function] Properly remove use when clearing personality
tree
|
commitdiff
2015-12-23
Nico Weber
Unbreak LLVM_ENABLE_THREADS=OFF builds.
tree
|
commitdiff
2015-12-22
Vedant Kumar
[unittest] Use Support/thread.h instead of <thread...
tree
|
commitdiff
2015-12-22
Vedant Kumar
[unittest] Use Support/Thread.h instead of <thread...
tree
|
commitdiff
2015-12-22
Vedant Kumar
[Support] Allow multiple paired calls to {start,stop...
tree
|
commitdiff
2015-12-21
Kostya Serebryany
fix leak in a test, make the sanitizer bot green
tree
|
commitdiff
2015-12-19
Mehdi Amini
ThreadPool unittests: do not hold mutex when calling...
tree
|
commitdiff
2015-12-19
Xinliang David Li
Improve InstrProfSymtab test coverage
tree
|
commitdiff
2015-12-19
Vedant Kumar
[unittests] ThreadPool: Remove redundant loop, NFC
tree
|
commitdiff
2015-12-19
Vedant Kumar
[unittests] ThreadPool: Guard updates to MainThreadReady
tree
|
commitdiff
2015-12-19
Xinliang David Li
[PGO] Add hash to name mapping in InstrProfSymtab
tree
|
commitdiff
2015-12-19
Mehdi Amini
ThreadPool unittest: reimplement concurrency test,...
tree
|
commitdiff
2015-12-18
Teresa Johnson
Remove possibility of failures to due race in ThreadPoo...
tree
|
commitdiff
2015-12-18
James Y Knight
Rewrite the TrailingObjects template to provide two...
tree
|
commitdiff
2015-12-18
Rafael Espindola
Drop support for dematerializing.
tree
|
commitdiff
2015-12-18
Eric Christopher
Reorganize the C API headers to improve build times.
tree
|
commitdiff
2015-12-18
NAKAMURA Takumi
BranchProbabilityTest.cpp: Suppress warnings. [-Wsign...
tree
|
commitdiff
2015-12-17
Cong Hou
[BranchProbability] Remove the restriction that known...
tree
|
commitdiff
2015-12-16
Rafael Espindola
Change linkInModule to take a std::unique_ptr.
tree
|
commitdiff
2015-12-16
Nathan Slingerland
[PGO] Handle and report overflow during profile merge...
tree
|
commitdiff
2015-12-15
Nathan Slingerland
[llvm-profdata] Add support for weighted merge of profi...
tree
|
commitdiff
2015-12-15
Mehdi Amini
Mark ThreadPool unittests as unsupported on PowerPC64
tree
|
commitdiff
2015-12-15
Mehdi Amini
ThreadPool unittest: add a rough mechanism to mark...
tree
|
commitdiff
2015-12-15
Cong Hou
Replace the unit test of BranchProbability::normalizeEd...
tree
|
commitdiff
2015-12-15
Teresa Johnson
Fix template parameter pack handling in ThreadPool
tree
|
commitdiff
2015-12-15
Mehdi Amini
Add a C++11 ThreadPool implementation in LLVM
tree
|
commitdiff
2015-12-15
Mehdi Amini
Revert "Add a C++11 ThreadPool implementation in LLVM"
tree
|
commitdiff
2015-12-15
Mehdi Amini
Add a C++11 ThreadPool implementation in LLVM
tree
|
commitdiff
2015-12-14
Rafael Espindola
Use diagnostic handler in the LLVMContext
tree
|
commitdiff
2015-12-14
Sanjay Patel
add fast-math-flags to 'call' instructions (PR21290)
tree
|
commitdiff
2015-12-14
David Majnemer
[ConstantFold] Fix bitcast to gep constant folding...
tree
|
commitdiff
2015-12-13
Nico Weber
Revert r255444.
tree
|
commitdiff
2015-12-12
Mehdi Amini
Add a C++11 ThreadPool implementation in LLVM
tree
|
commitdiff
2015-12-10
Nathan Slingerland
[ProfileData] Add unit test infrastructure for sample...
tree
|
commitdiff
2015-12-10
Amjad Aboud
Macro debug info support in LLVM IR
tree
|
commitdiff
2015-12-09
Justin Bogner
IR: Make ConstantDataArray::getFP actually return a...
tree
|
commitdiff
2015-12-09
Nathan Slingerland
[Support] Change SaturatingAdd()/SaturatingMultiply...
tree
|
commitdiff
2015-12-08
Rafael Espindola
Return a std::unique_ptr from CloneModule. NFC.
tree
|
commitdiff
2015-12-08
Justin Bogner
IR: Allow vectors of halfs to be ConstantDataVectors
tree
|
commitdiff
2015-12-07
Lang Hames
[Orc] Removing traces of takeOwnershipOfBuffers left...
tree
|
commitdiff
2015-12-07
Teresa Johnson
[ThinLTO] Support cloning of temporary DILocation metadata
tree
|
commitdiff
2015-12-06
Lang Hames
[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
tree
|
commitdiff
2015-12-04
Lang Hames
[Orc] Move some code up into the JITCompileCallbackMana...
tree
|
commitdiff
2015-12-04
Rafael Espindola
Always pass a diagnostic handler to the linker.
tree
|
commitdiff
2015-12-04
Lang Hames
[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
tree
|
commitdiff
2015-12-04
Nathan Slingerland
Revert "[llvm-profdata] Add support for weighted merge...
tree
|
commitdiff
2015-12-04
Nathan Slingerland
[llvm-profdata] Add support for weighted merge of profi...
tree
|
commitdiff
2015-12-02
Nathan Slingerland
[llvm-profdata] Change instr prof counter overflow...
tree
|
commitdiff
2015-12-01
Rafael Espindola
Use references now that it is natural to do so.
tree
|
commitdiff
2015-12-01
Xinliang David Li
Use nullptr (NFC)
tree
|
commitdiff
2015-12-01
Keno Fischer
[Verifier] Improve error for cross-module refs
tree
|
commitdiff
2015-11-28
Xinliang David Li
[PGO] Allow value profile writer interface to allocated...
tree
|
commitdiff
2015-11-25
Xinliang David Li
[PGO] Implement ValueProfiling Closure interfaces for...
tree
|
commitdiff
2015-11-23
Nathan Slingerland
[Support] Add optional argument to SaturatingAdd()...
tree
|
commitdiff
2015-11-23
Nathan Slingerland
[Support] Fix SaturatingMultiply<T>() to be correct...
tree
|
commitdiff
2015-11-20
Artyom Skrobov
Handle ARMv6-J as an alias, instead of fake architecture
tree
|
commitdiff
2015-11-20
Daniel Sanders
Revert the revert 253497 and 253539 - These commits...
tree
|
commitdiff
2015-11-20
Daniel Sanders
Revert 253497 and 253539 to try to fix clang-cmake...
tree
|
commitdiff
2015-11-19
Nathan Slingerland
[Support] Disable SaturatingMultiply() unit test while...
tree
|
commitdiff
2015-11-18
Nathan Slingerland
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
tree
|
commitdiff
2015-11-18
Nathan Slingerland
Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
tree
|
commitdiff
2015-11-18
Nathan Slingerland
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
tree
|
commitdiff
2015-11-18
Rafael Espindola
Remove excess white space
tree
|
commitdiff
2015-11-17
David Blaikie
Fix -Wunused-function in a non-Win32 build
tree
|
commitdiff
2015-11-17
David Blaikie
StringRef-ify some Option APIs
tree
|
commitdiff
2015-11-17
Pawel Bylica
[Support] Tweak path::system_temp_directory() on Windows.
tree
|
commitdiff
2015-11-17
Rafael Espindola
Add MemoryBufferRef(MemoryBuffer&) constructor.
tree
|
commitdiff
2015-11-16
Stephen Canon
Add isInteger() to APFloat.
tree
|
commitdiff
2015-11-16
Artyom Skrobov
Handle ARMv6KZ naming
tree
|
commitdiff
2015-11-11
Duncan P. N. Exon...
ADT: Avoid relying on UB in ilist_node::getNextNode()
tree
|
commitdiff
2015-11-10
Xinliang David Li
[PGO] Make indexed value profile data more compact
tree
|
commitdiff
2015-11-09
Mike Aizatsky
Windows-specific test for sys::path::remove_dots.
tree
|
commitdiff
2015-11-09
Mike Aizatsky
Moving FileManager::removeDotPaths to llvm::sys::path...
tree
|
commitdiff
2015-11-06
Pawel Bylica
Revert r252366: [Support] Use GetTempDir to get the...
tree
|
commitdiff
2015-11-06
Pawel Bylica
[Support] Use GetTempDir to get the temporary dir path...
tree
|
commitdiff
next