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
*
CodeGen: Add DetectDeadLanes pass.
Matthias Braun
2016-04-28
4
-0
/
+534
*
LiveIntervalAnalysis: Fix handleMove() using wrong value numbers
Matthias Braun
2016-04-28
1
-2
/
+1
*
[ImplicitNullChecks] Properly update the live-in of the block of the memory o...
Quentin Colombet
2016-04-27
1
-1
/
+10
*
Fix build failure under NDEBUG.
Than McIntosh
2016-04-27
1
-0
/
+4
*
[CodeGenPrepare] Don't sink a cast past its user
David Majnemer
2016-04-27
1
-0
/
+5
*
Refactor debugging code, NFC.
Than McIntosh
2016-04-27
1
-31
/
+30
*
[DAGCombiner] Follow coding convention for function name (NFC)
Gerolf Hoflehner
2016-04-27
1
-2
/
+2
*
Revert r267649, it caused PR27539.
Nico Weber
2016-04-27
1
-11
/
+7
*
Detects the SAD pattern on X86 so that much better code will be emitted once ...
Cong Hou
2016-04-27
1
-7
/
+11
*
[MachineInstrBundle] Actually set the PartialDeadDef flag only when the register
Quentin Colombet
2016-04-27
1
-1
/
+1
*
[MachineBasicBlock] Take advantage of the partially dead information.
Quentin Colombet
2016-04-26
1
-2
/
+9
*
[MachineInstrBundle] Improvement the recognition of dead definitions.
Quentin Colombet
2016-04-26
1
-3
/
+7
*
[CodeGen] Add getBuildVector and getSplatBuildVector helpers. NFCI.
Ahmed Bougacha
2016-04-26
2
-40
/
+25
*
[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
[next]