index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Tail duplication] Handle source registers with subregisters
Krzysztof Parzyszek
2016-04-26
1
-34
/
+80
*
[CodeGenPrepare] use branch weight metadata to decide if a select should be t...
Sanjay Patel
2016-04-26
2
-11
/
+36
*
[CodeGenPrepare] don't convert an unpredictable select into control flow
Sanjay Patel
2016-04-26
1
-1
/
+2
*
[PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
Marcin Koscielnicki
2016-04-25
2
-3
/
+10
*
[WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH ...
David Majnemer
2016-04-25
2
-14
/
+12
*
[MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098)
Gerolf Hoflehner
2016-04-24
3
-3
/
+26
*
[CodeGen] Teach DAG combine to fold select_cc seteq X, 0, sizeof(X), ctlz_zer...
Craig Topper
2016-04-24
1
-0
/
+35
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
4
-35
/
+14
*
replace duplicated static functions for profile metadata access with BranchIn...
Sanjay Patel
2016-04-23
1
-25
/
+2
*
[CodeGen] When promoting CTTZ operations to larger type, don't insert a selec...
Craig Topper
2016-04-23
1
-9
/
+11
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
15
-15
/
+18
*
Introduce llvm.load.relative intrinsic.
Peter Collingbourne
2016-04-22
4
-0
/
+89
*
TLI: Only iterate over integer vector types
Matt Arsenault
2016-04-22
1
-4
/
+3
*
DAGCombiner: Relax alignment restriction when changing store type
Matt Arsenault
2016-04-22
1
-10
/
+14
*
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne
2016-04-22
2
-5
/
+46
*
DAGCombiner: Relax alignment restriction when changing load type
Matt Arsenault
2016-04-22
1
-3
/
+4
*
MachineScheduler: Move code to initialize a Candidate out of tryCandidate(); NFC
Matthias Braun
2016-04-22
1
-33
/
+33
*
MachineScheduler: Limit the size of the ready list.
Matthias Braun
2016-04-22
1
-1
/
+10
*
PostRAHazardRecocgnizer: Fix unused-private-field warning
Tom Stellard
2016-04-22
1
-1
/
+0
*
CodeGen: Add a stand-alone hazard recognizer pass
Tom Stellard
2016-04-22
3
-0
/
+103
*
Fix -Wunused-variable in non-asserts build.
Eric Liu
2016-04-22
1
-0
/
+1
*
Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64
Daniel Sanders
2016-04-22
3
-27
/
+4
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
15
-18
/
+15
*
AMDGPU/SI: add llvm.amdgcn.ps.live intrinsic
Nicolai Haehnle
2016-04-22
1
-0
/
+11
*
[MachineCombiner] Support for floating-point FMA on ARM64
Gerolf Hoflehner
2016-04-22
3
-4
/
+27
*
Fix more -Wunused-variable in non-asserts build.
David Blaikie
2016-04-21
1
-3
/
+2
*
Fix some -Wunused-variable warnings in non-asserts builds.
David Blaikie
2016-04-21
1
-5
/
+6
*
Improve error message reporting for MachineFunctionProperties
Derek Schuff
2016-04-21
2
-2
/
+4
*
[MachineBasicBlock] Make the pass argument truly mandatory when
Quentin Colombet
2016-04-21
4
-10
/
+10
*
[MachineBasicBlock] Refactor SplitCriticalEdge to expose a query API.
Quentin Colombet
2016-04-21
1
-27
/
+39
*
[RegisterBankInfo] Change the API for the verify methods.
Quentin Colombet
2016-04-21
3
-10
/
+15
*
LegalizeDAG: Move unaligned load/store expansion to TLI
Matt Arsenault
2016-04-21
2
-310
/
+304
*
[RegisterBankInfo] Change the representation of the partial mappings.
Quentin Colombet
2016-04-21
2
-33
/
+26
*
DAGCombiner: Reduce 64-bit BFE pattern to pattern on 32-bit component
Matt Arsenault
2016-04-21
1
-0
/
+44
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
15
-15
/
+18
*
Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.
Amjad Aboud
2016-04-21
2
-8
/
+14
*
[SelectionDAG] Teach LegalizeVectorOps to directly Expand CTTZ_ZERO_UNDEF/CTL...
Craig Topper
2016-04-21
1
-3
/
+5
*
MachineSched: Cleanup; NFC
Matthias Braun
2016-04-21
1
-32
/
+16
*
ScoreboardHazardRecognizer: unbreak TSAN by moving a static mutated variable ...
Mehdi Amini
2016-04-20
1
-15
/
+6
*
[PPC, SSP] Support PowerPC Linux stack protection.
Tim Shen
2016-04-19
2
-14
/
+12
*
[SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD
Tim Shen
2016-04-19
4
-78
/
+94
*
Add a description for the PatchableFunction pass; NFC
Sanjoy Das
2016-04-19
1
-1
/
+2
*
Introduce a "patchable-function" function attribute
Sanjoy Das
2016-04-19
4
-0
/
+74
*
[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.
Paul Robinson
2016-04-18
4
-18
/
+30
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-18
1
-38
/
+8
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
36
-56
/
+13
*
Revert "NFC: unify clang / LLVM atomic ordering"
JF Bastien
2016-04-17
1
-7
/
+38
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-17
1
-38
/
+7
*
[ParallelCG] SmallVector<char> -> SmallString.
Davide Italiano
2016-04-17
1
-2
/
+2
*
Keep only the splitCodegen version that takes a factory.
Rafael Espindola
2016-04-17
1
-19
/
+0
[next]