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
[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
2015-12-10
[ProfileData] Add unit test infrastructure for sample profile reader/writer
Nathan Slingerland
2
-11
/
+30
2015-12-10
Avoid undefined behavior when vector is empty.
Rafael Espindola
1
-0
/
+2
2015-12-10
Slit lib/Linker in two.
Rafael Espindola
2
-45
/
+82
2015-12-10
Macro debug info support in LLVM IR
Amjad Aboud
5
-12
/
+188
2015-12-10
[PostRA scheduling] Allow a target to do scheduling when it wants post RA.
Jonas Paulsson
1
-0
/
+7
2015-12-10
Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCI
Sanjoy Das
2
-31
/
+52
2015-12-10
RegisterPressure: Factor out liveness dead-def detection logic; NFCI
Matthias Braun
1
-2
/
+0
2015-12-09
Use WeakVH to keep track of calls with operand bundles in CloneCodeInfo
Sanjoy Das
1
-2
/
+3
2015-12-09
[ThinLTO] FunctionImport pass can take a const index pointer (NFC)
Teresa Johnson
2
-2
/
+2
2015-12-09
[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)
Rong Xu
4
-0
/
+53
2015-12-09
[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for retu...
Nathan Slingerland
2
-26
/
+13
2015-12-09
Change hasUniqueInitializer() to call isStrongDefinitionForLinker() instead o...
Mehdi Amini
1
-12
/
+7
2015-12-09
Re-commit r255115, with the PredicatedScalarEvolution class moved to
Silviu Baranga
2
-29
/
+74
2015-12-09
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2
-74
/
+29
2015-12-09
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2
-29
/
+74
2015-12-09
Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...
Mehdi Amini
2
-4
/
+0
2015-12-09
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
Vikram TV
2
-0
/
+4
2015-12-09
Fix the order of destructors in LibLTOCodeGenerator
Steven Wu
1
-0
/
+2
2015-12-08
Return a std::unique_ptr from CloneModule. NFC.
Rafael Espindola
1
-4
/
+4
2015-12-08
Remove caching in FunctionImport: a Module can't be reused after being linked...
Mehdi Amini
1
-23
/
+7
2015-12-08
Revert "Add Available Externally linkage type to isWeakForLinker()"
Mehdi Amini
1
-2
/
+1
[prev]
[next]