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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
Reid Kleckner
1
-5
/
+0
2015-12-15
[WinEH] Use operand bundles to describe call sites
David Majnemer
3
-4
/
+17
2015-12-15
Coverage code refactoring /NFC
Xinliang David Li
1
-0
/
+4
2015-12-15
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
3
-12
/
+15
2015-12-15
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
3
-31
/
+90
2015-12-15
AMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsics
Tom Stellard
1
-0
/
+8
2015-12-15
AMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsics
Tom Stellard
1
-0
/
+15
2015-12-15
Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library calls
Michael Kuperstein
1
-8
/
+0
2015-12-15
Type legalizer for masked gather and scatter intrinsics.
Elena Demikhovsky
1
-9
/
+11
2015-12-15
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
1
-22
/
+24
2015-12-15
LoopUtils: Remove defaults for arguments that are always specified. NFC
Justin Bogner
1
-3
/
+3
2015-12-15
Fix template parameter pack handling in ThreadPool
Teresa Johnson
1
-1
/
+1
2015-12-15
Bump up MAX_SUBTARGET_FEATURES
Weiming Zhao
1
-1
/
+1
2015-12-15
NFC: Fix typo in comment
Vaivaswatha Nagaraj
1
-1
/
+1
2015-12-15
Try to let r255604 have an effect.
Nico Weber
1
-6
/
+6
2015-12-15
Add specific header for MSVC to be able to build with LLVM_ENABLE_THREADS=OFF
Mehdi Amini
1
-0
/
+6
2015-12-15
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
1
-1
/
+6
2015-12-15
Let operator/ with uint32_t rhs operand be a member of BranchProbability and ...
Cong Hou
1
-6
/
+13
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+117
2015-12-15
Revert "Add a C++11 ThreadPool implementation in LLVM"
Mehdi Amini
2
-115
/
+0
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+115
2015-12-15
[PGO] make profile prefix even shorter and more readable
Xinliang David Li
1
-4
/
+4
2015-12-14
Yet another missing include.
Rafael Espindola
1
-0
/
+1
2015-12-14
A better attempt to add a missing include
Rafael Espindola
1
-0
/
+1
2015-12-14
[PGO] Shorten profile symbol prefixes
Xinliang David Li
1
-5
/
+3
2015-12-14
Use diagnostic handler in the LLVMContext
Rafael Espindola
4
-41
/
+19
2015-12-14
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2
-7
/
+15
2015-12-14
[Packetizer] Add AliasAnalysis as a parameter to the packetizer
Krzysztof Parzyszek
1
-1
/
+4
2015-12-14
Add missing vtable anchor's.
Pete Cooper
1
-0
/
+6
2015-12-14
[Packetizer] Make endPacket virtual
Krzysztof Parzyszek
1
-2
/
+4
2015-12-14
Teach haveSameSpecialState about operand bundles
Sanjoy Das
1
-0
/
+16
2015-12-14
Add "const" to function arguments in DFAPacketizer
Krzysztof Parzyszek
1
-3
/
+3
2015-12-14
[PGO] Value profiling text format reader/writer support
Xinliang David Li
1
-0
/
+5
2015-12-14
[IR] Remove terminatepad
David Majnemer
9
-223
/
+73
2015-12-14
FastISel needs to remove dead code when it bails out.
Paul Robinson
1
-0
/
+3
2015-12-14
Reformat to untabify.
NAKAMURA Takumi
2
-12
/
+11
2015-12-13
[X86][inline asm] support even directive
Michael Zuckerman
1
-0
/
+2
2015-12-13
Normalize MBB's successors' probabilities in several locations.
Cong Hou
1
-3
/
+16
2015-12-13
Revert r255444.
Nico Weber
2
-97
/
+0
2015-12-12
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+97
2015-12-12
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
11
-360
/
+431
2015-12-11
SamplePGO - Reduce memory utilization by 10x.
Diego Novillo
2
-60
/
+7
2015-12-11
Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics
Hal Finkel
3
-12
/
+0
2015-12-11
[PGO] Revert r255365: solution incomplete, not handling lambda yet
Xinliang David Li
1
-1
/
+1
2015-12-11
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
1
-1
/
+1
2015-12-11
CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()
Matthias Braun
2
-25
/
+27
2015-12-11
Start replacing vector_extract/vector_insert with extractelt/insertelt
Matt Arsenault
1
-1
/
+4
2015-12-11
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
3
-0
/
+31
2015-12-11
[PGO] Read VP raw data without depending on the Value field
Xinliang David Li
1
-13
/
+5
2015-12-10
Add a forward declaration (NFC)
Xinliang David Li
1
-0
/
+1
[next]