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
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
2
-5
/
+7
*
DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> ...
Tom Stellard
2015-11-06
1
-1
/
+2
*
[WinEH] Fix funclet prologues with stack realignment
Reid Kleckner
2015-11-05
1
-2
/
+6
*
[StatepointLowering] Remove distinction between call and invoke safepoints
Igor Laevsky
2015-11-04
2
-24
/
+31
*
[SelectionDAG] Use existing constant nodes instead of recreating them. NFC.
Simon Pilgrim
2015-11-03
1
-9
/
+6
*
Fix two issues in MergeConsecutiveStores:
James Y Knight
2015-11-02
1
-2
/
+15
*
[ValueTracking] Use !range metadata more aggressively in KnownBits
Sanjoy Das
2015-10-28
1
-1
/
+1
*
[SelectionDAG] Don't inspect !range metadata for extended loads
Sanjoy Das
2015-10-28
1
-1
/
+2
*
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
James Y Knight
2015-10-27
1
-3
/
+10
*
Use the 'arcp' fast-math-flag when combining repeated FP divisors
Sanjay Patel
2015-10-27
1
-5
/
+11
*
Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...
Cong Hou
2015-10-27
2
-14
/
+21
*
Do not use "else" when both branches return (NFC)
Mehdi Amini
2015-10-27
1
-2
/
+1
*
Fix llc crash processing S/UREM for -Oz builds caused by rL250825.
Steve King
2015-10-27
1
-5
/
+21
*
[X86] Use correct calling convention for MCU psABI libcalls
Michael Kuperstein
2015-10-25
1
-0
/
+3
*
[DAGCombiner] Tidy up ConstantFP commutation. NFCI
Simon Pilgrim
2015-10-24
1
-37
/
+21
*
[DAGCombiner] Generalize masking of constant rotates.
Simon Pilgrim
2015-10-24
1
-5
/
+10
*
[X86][XOP] Add support for lowering vector rotations
Simon Pilgrim
2015-10-24
1
-55
/
+55
*
[CodeGen] Remove usage of NDEBUG in header.
Davide Italiano
2015-10-23
1
-7
/
+0
*
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
*
LegalizeDAG: Implement promote for build_vector
Matt Arsenault
2015-10-21
1
-0
/
+30
*
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
*
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
*
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
*
[WinEH] Fix eh.exceptionpointer intrinsic lowering
Joseph Tremoulet
2015-10-17
1
-1
/
+2
*
[SelectionDAG] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
6
-139
/
+1
*
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
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
8
-50
/
+50
*
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
*
Don't call PrepareEHLandingPad on non EH pads
Reid Kleckner
2015-10-12
1
-2
/
+3
*
[WinEH] Remove CatchObjRecoverIdx
David Majnemer
2015-10-12
1
-1
/
+1
*
[Debug] Look through bitcasts to find argument registers
Oliver Stannard
2015-10-12
1
-19
/
+13
*
[DAGCombiner] Improved FMA combine support for vectors
Simon Pilgrim
2015-10-11
1
-33
/
+36
*
[DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding
Simon Pilgrim
2015-10-11
1
-14
/
+14
*
[WinEH] Remove more dead code
David Majnemer
2015-10-10
1
-9
/
+7
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
4
-107
/
+1
*
Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi...
Reid Kleckner
2015-10-09
2
-3
/
+9
*
Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""
Reid Kleckner
2015-10-09
2
-9
/
+3
*
[SEH] Fix llvm.eh.exceptioncode fast register allocation assertion
Reid Kleckner
2015-10-09
1
-1
/
+1
*
[ARM] Promote helper function to SelectionDAG.
Chad Rosier
2015-10-07
1
-0
/
+19
*
[WinEH] Update CoreCLR EH for catchpad MBBs
Joseph Tremoulet
2015-10-07
1
-2
/
+3
[next]