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] Mark setjmp/catchret MBBs address-taken
Joseph Tremoulet
2015-10-23
3
-8
/
+10
*
[CodeGen] Remove usage of NDEBUG in header.
Davide Italiano
2015-10-23
1
-7
/
+0
*
MachineScheduler: Add a way to disable the 'ReduceLatency' heuristic
Matthias Braun
2015-10-22
1
-2
/
+2
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
5
-71
/
+66
*
[X86] - Catch extra combine opportunities for redundant imuls.
Zia Ansari
2015-10-22
1
-8
/
+92
*
[WinEH] Remove extraneous call to emitEHRegistrationOffsetLabel
David Majnemer
2015-10-21
1
-1
/
+0
*
LegalizeDAG: Implement promote for build_vector
Matt Arsenault
2015-10-21
1
-0
/
+30
*
Masked Load/Store optimization for scalar code
Elena Demikhovsky
2015-10-21
1
-12
/
+72
*
Let MachineVerifier be aware of mem-to-mem instructions.
Jonas Paulsson
2015-10-21
1
-2
/
+8
*
Tail duplication can mix incompatible registers in phi nodes
Krzysztof Parzyszek
2015-10-21
1
-0
/
+21
*
Two switch blocks in VectorLegalizer::LegalizeOp already have a
Artyom Skrobov
2015-10-20
1
-0
/
+1
*
Adding support for TargetLoweringBase::LibCall
Artyom Skrobov
2015-10-20
1
-251
/
+275
*
Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG; move it over into DA...
Artyom Skrobov
2015-10-20
3
-67
/
+99
*
AsmPrinter: Remove implicit ilist iterator conversion, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-3
/
+3
*
Enhance loop rotation with existence of profile data in MachineBlockPlacement...
Cong Hou
2015-10-19
1
-3
/
+184
*
[CGP] transform select instructions into branches and sink expensive operands
Sanjay Patel
2015-10-19
1
-16
/
+103
*
Restore the original behavior of SelectionDAG::getTargetIndex().
Owen Anderson
2015-10-19
1
-1
/
+1
*
Put back SelectionDAG::getTargetIndex.
Benjamin Kramer
2015-10-19
1
-0
/
+18
*
Revert "RegisterPressure: allocatable physreg uses are always kills"
Matthias Braun
2015-10-19
1
-27
/
+25
*
Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().
Elena Demikhovsky
2015-10-19
1
-2
/
+2
*
Use SDValue bool check. NFCI.
Simon Pilgrim
2015-10-18
1
-2
/
+2
*
Move one-use variable inside test. NFC.
Simon Pilgrim
2015-10-18
1
-2
/
+1
*
[DAG] Ensure vector constant folding uses correct scalar undef types
Simon Pilgrim
2015-10-17
1
-2
/
+2
*
RegisterPressure: Unify the sparse sets in LiveRegsSet; NFC
Matthias Braun
2015-10-17
1
-12
/
+19
*
RegisterPressure: allocatable physreg uses are always kills
Matthias Braun
2015-10-17
1
-25
/
+27
*
RegisterPressure: Remove 0 entries from PressureChange
Matthias Braun
2015-10-17
1
-4
/
+14
*
RegisterPressure: Hide non-const iterators of PressureDiff
Matthias Braun
2015-10-17
1
-1
/
+1
*
[WinEH] Fix eh.exceptionpointer intrinsic lowering
Joseph Tremoulet
2015-10-17
1
-1
/
+2
*
[WinEH] Fix stack alignment in funclets and ParentFrameOffset calculation
Reid Kleckner
2015-10-16
1
-6
/
+8
*
RegisterPressure: Use range based for, cleanup
Matthias Braun
2015-10-16
1
-14
/
+7
*
Revert "This is a follow-up to the discussion in D12882."
Benjamin Kramer
2015-10-16
1
-100
/
+16
*
[WinEH] Fix CatchRetSuccessorColorMap accounting
Joseph Tremoulet
2015-10-16
1
-2
/
+0
*
[WinEH] Remove dead code/includes from WinEHPrepare
David Majnemer
2015-10-16
1
-29
/
+2
*
[WinEH] Fix endpad coloring/numbering
Joseph Tremoulet
2015-10-16
1
-3
/
+12
*
This is a follow-up to the discussion in D12882.
Sanjay Patel
2015-10-16
1
-16
/
+100
*
Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android."
Evgeniy Stepanov
2015-10-15
1
-34
/
+0
*
Replace a forward declaration with an #include.
Adrian Prantl
2015-10-15
1
-1
/
+2
*
[safestack] Fast access to the unsafe stack pointer on AArch64/Android.
Evgeniy Stepanov
2015-10-15
1
-0
/
+34
*
[SelectionDAG] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
6
-139
/
+1
*
[AsmPrinter] Prune dead code. NFC.
Benjamin Kramer
2015-10-15
6
-111
/
+0
*
A doccomment for CombineTo, and some NFC refactorings
Artyom Skrobov
2015-10-14
1
-39
/
+34
*
Merge DAGCombiner::visitSREM and DAGCombiner::visitUREM (NFC)
Artyom Skrobov
2015-10-14
1
-66
/
+34
*
[WinEH] Add CoreCLR EH table emission
Joseph Tremoulet
2015-10-13
2
-3
/
+282
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
8
-50
/
+50
*
[WinEH] Iterate state changes instead of invokes
Joseph Tremoulet
2015-10-13
2
-151
/
+196
*
DAGCombiner: Don't stop finding better chain on 2 aliases
Matt Arsenault
2015-10-13
1
-4
/
+2
*
DAGCombiner: Combine extract_vector_elt from build_vector
Matt Arsenault
2015-10-12
1
-5
/
+20
*
Assign correct edge weights to unwind destinations when lowering invoke state...
Cong Hou
2015-10-12
1
-27
/
+46
*
[SelectionDAG] Add common vector constant folding helper function
Simon Pilgrim
2015-10-12
2
-101
/
+95
*
Enable verifier after PeepholeOptimizer
Matt Arsenault
2015-10-12
1
-1
/
+1
[next]