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
...
*
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
*
[SEH] Add llvm.eh.exceptioncode intrinsic
Reid Kleckner
2015-10-07
3
-7
/
+61
*
[WinEH] Create a separate MBB for funclet prologues
David Majnemer
2015-10-06
2
-5
/
+48
*
[WinEH] Implement state numbering for CoreCLR
Joseph Tremoulet
2015-10-06
1
-0
/
+6
*
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
2015-10-06
3
-8
/
+10
*
[SelectionDAGBuilder] Remove dead code
David Majnemer
2015-10-04
1
-1
/
+1
*
[DAGCombiner] Generalize FADD constant combines to work with vectors
Simon Pilgrim
2015-10-03
1
-16
/
+17
*
[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant folding methods. NCI.
Simon Pilgrim
2015-10-03
2
-26
/
+6
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
2
-2
/
+16
*
Reformat.
NAKAMURA Takumi
2015-10-01
1
-1
/
+2
*
Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"
NAKAMURA Takumi
2015-10-01
2
-3
/
+8
*
[WinEH] Emit int3 after noreturn calls on Win64
Reid Kleckner
2015-09-30
2
-8
/
+3
*
Fix debug info with SafeStack.
Evgeniy Stepanov
2015-09-30
1
-7
/
+1
*
[WinEH] Teach AsmPrinter about funclets
David Majnemer
2015-09-29
1
-0
/
+1
*
[WinEH] Fix ip2state table emission with funclets
Reid Kleckner
2015-09-28
1
-1
/
+7
*
[DAGCombine] Fix getStoreMergeAndAliasCandidates's AA-enabled chain walking
Hal Finkel
2015-09-28
1
-0
/
+2
*
SelectionDAGDumper: Print simple operands inline.
Matthias Braun
2015-09-25
1
-22
/
+37
*
DAGCombiner: Check if store is volatile first
Matt Arsenault
2015-09-25
1
-3
/
+3
*
merge vector stores into wider vector stores and fix AArch64 misaligned acces...
Sanjay Patel
2015-09-25
1
-11
/
+24
*
Codegen: Fix llvm.*absdiff semantic.
Mohammad Shahid
2015-09-24
1
-16
/
+22
*
Use new TokenFactor chain when merging stores
Matt Arsenault
2015-09-24
1
-5
/
+29
*
Fixed an issue on updating profile data when lowering switch statement.
Cong Hou
2015-09-23
1
-4
/
+4
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-3
/
+0
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-3
/
+2
*
[DAGCombiner] Improve FMA support for interpolation patterns
Simon Pilgrim
2015-09-21
1
-0
/
+89
*
[DAGCombiner] Tidy up FMA combine helpers. NFCI.
Simon Pilgrim
2015-09-21
1
-25
/
+21
*
Remove roundingMode argument in APFloat::mod
Stephen Canon
2015-09-21
1
-1
/
+1
*
Fix accidentally committed debug printing
Matt Arsenault
2015-09-21
1
-14
/
+1
*
SelectionDAG: Use InsertNode for EntryNode
Matthias Braun
2015-09-21
1
-2
/
+2
*
DAGCombiner: Replace store of FP constant after attemping store merges
Matt Arsenault
2015-09-21
1
-10
/
+10
*
Factor replacement of stores of FP constants into new function
Matt Arsenault
2015-09-21
1
-72
/
+104
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-1
/
+1
*
SelectionDAGDumper: Leave out the <multiple use> markers
Matthias Braun
2015-09-18
1
-3
/
+0
*
SelectionDAGDumper: Avoid unnecessary newlines
Matthias Braun
2015-09-18
1
-4
/
+3
*
SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default.
Matthias Braun
2015-09-18
1
-16
/
+23
[prev]
[next]