index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
1
-2
/
+27
2015-12-15
Mark ThreadPool unittests as unsupported on PowerPC64
Mehdi Amini
1
-0
/
+4
2015-12-15
ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given pla...
Mehdi Amini
1
-5
/
+53
2015-12-15
Replace the unit test of BranchProbability::normalizeEdgeWeights() with Branc...
Cong Hou
1
-29
/
+25
2015-12-15
Fix template parameter pack handling in ThreadPool
Teresa Johnson
1
-0
/
+14
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+92
2015-12-15
Revert "Add a C++11 ThreadPool implementation in LLVM"
Mehdi Amini
2
-92
/
+0
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+92
2015-12-14
Use diagnostic handler in the LLVMContext
Rafael Espindola
1
-6
/
+13
2015-12-14
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
1
-1
/
+21
2015-12-14
[ConstantFold] Fix bitcast to gep constant folding transform.
David Majnemer
1
-0
/
+17
2015-12-13
Revert r255444.
Nico Weber
2
-92
/
+0
2015-12-12
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+92
2015-12-10
[ProfileData] Add unit test infrastructure for sample profile reader/writer
Nathan Slingerland
2
-0
/
+103
2015-12-10
Macro debug info support in LLVM IR
Amjad Aboud
1
-2
/
+13
2015-12-09
IR: Make ConstantDataArray::getFP actually return a ConstantDataArray
Justin Bogner
1
-0
/
+23
2015-12-09
[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for retu...
Nathan Slingerland
1
-17
/
+17
2015-12-08
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
1
-1
/
+1
2015-12-08
IR: Allow vectors of halfs to be ConstantDataVectors
Justin Bogner
1
-0
/
+28
2015-12-07
[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.
Lang Hames
1
-27
/
+0
2015-12-07
[ThinLTO] Support cloning of temporary DILocation metadata
Teresa Johnson
1
-0
/
+8
2015-12-06
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
1
-1
/
+1
2015-12-04
[Orc] Move some code up into the JITCompileCallbackManager base class. NFC.
Lang Hames
1
-10
/
+2
2015-12-04
Always pass a diagnostic handler to the linker.
Rafael Espindola
1
-3
/
+5
2015-12-04
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
Lang Hames
1
-2
/
+2
2015-12-04
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
1
-20
/
+0
2015-12-04
[llvm-profdata] Add support for weighted merge of profile data
Nathan Slingerland
1
-0
/
+20
2015-12-02
[llvm-profdata] Change instr prof counter overflow to saturate rather than di...
Nathan Slingerland
1
-1
/
+4
2015-12-01
Use references now that it is natural to do so.
Rafael Espindola
1
-6
/
+5
2015-12-01
Use nullptr (NFC)
Xinliang David Li
1
-1
/
+1
2015-12-01
[Verifier] Improve error for cross-module refs
Keno Fischer
1
-0
/
+47
2015-11-28
[PGO] Allow value profile writer interface to allocated target buffer
Xinliang David Li
1
-1
/
+1
2015-11-25
[PGO] Implement ValueProfiling Closure interfaces for runtime value profile data
Xinliang David Li
1
-0
/
+92
2015-11-23
[Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() t...
Nathan Slingerland
1
-1
/
+50
2015-11-23
[Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Uni...
Nathan Slingerland
1
-0
/
+48
2015-11-20
Handle ARMv6-J as an alias, instead of fake architecture
Artyom Skrobov
1
-1
/
+1
2015-11-20
Revert the revert 253497 and 253539 - These commits aren't the cause of the c...
Daniel Sanders
2
-0
/
+49
2015-11-20
Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.
Daniel Sanders
2
-49
/
+0
2015-11-19
[Support] Disable SaturatingMultiply() unit test while investigating
Nathan Slingerland
1
-19
/
+0
2015-11-18
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)
Nathan Slingerland
2
-0
/
+68
2015-11-18
Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"
Nathan Slingerland
1
-48
/
+0
2015-11-18
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
Nathan Slingerland
1
-0
/
+48
2015-11-18
Remove excess white space
Rafael Espindola
1
-6
/
+0
2015-11-17
Fix -Wunused-function in a non-Win32 build
David Blaikie
1
-1
/
+1
2015-11-17
StringRef-ify some Option APIs
David Blaikie
1
-6
/
+6
2015-11-17
[Support] Tweak path::system_temp_directory() on Windows.
Pawel Bylica
1
-0
/
+70
2015-11-17
Add MemoryBufferRef(MemoryBuffer&) constructor.
Rafael Espindola
1
-0
/
+9
2015-11-16
Add isInteger() to APFloat.
Stephen Canon
1
-1
/
+15
2015-11-16
Handle ARMv6KZ naming
Artyom Skrobov
1
-0
/
+4
2015-11-11
ADT: Avoid relying on UB in ilist_node::getNextNode()
Duncan P. N. Exon Smith
1
-6
/
+6
[next]