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
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[StatepointLowering] Remove distinction between call and invoke safepoints
Igor Laevsky
2015-11-04
1
-1
/
+2
*
Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...
Cong Hou
2015-10-27
1
-3
/
+7
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
1
-1
/
+1
*
[WinEH] Fix eh.exceptionpointer intrinsic lowering
Joseph Tremoulet
2015-10-17
1
-1
/
+2
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-19
/
+19
*
Assign correct edge weights to unwind destinations when lowering invoke state...
Cong Hou
2015-10-12
1
-27
/
+46
*
[Debug] Look through bitcasts to find argument registers
Oliver Stannard
2015-10-12
1
-19
/
+13
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
1
-19
/
+0
*
Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi...
Reid Kleckner
2015-10-09
1
-1
/
+5
*
Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""
Reid Kleckner
2015-10-09
1
-5
/
+1
*
[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
1
-1
/
+15
*
[WinEH] Create a separate MBB for funclet prologues
David Majnemer
2015-10-06
1
-3
/
+43
*
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
2015-10-06
1
-4
/
+6
*
[SelectionDAGBuilder] Remove dead code
David Majnemer
2015-10-04
1
-1
/
+1
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
1
-1
/
+13
*
Reformat.
NAKAMURA Takumi
2015-10-01
1
-1
/
+2
*
Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"
NAKAMURA Takumi
2015-10-01
1
-1
/
+4
*
[WinEH] Emit int3 after noreturn calls on Win64
Reid Kleckner
2015-09-30
1
-4
/
+1
*
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
*
Fixed an issue on updating profile data when lowering switch statement.
Cong Hou
2015-09-23
1
-4
/
+4
*
Whitespace. Indent with spaces instead of a tab.
Bob Wilson
2015-09-18
1
-1
/
+1
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-1
/
+22
*
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
2015-09-10
1
-34
/
+57
*
[SEH] Emit 32-bit SEH tables for the new EH IR
Reid Kleckner
2015-09-09
1
-8
/
+15
*
[WinEH] Avoid creating MBBs for LLVM BBs that cannot contain code
Reid Kleckner
2015-09-08
1
-44
/
+52
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+4
*
use "unpredictable" metadata in SelectionDAG when splitting compares
Sanjay Patel
2015-09-02
1
-4
/
+5
*
Optimization for Gather/Scatter with uniform base
Elena Demikhovsky
2015-09-02
1
-31
/
+43
*
Distribute the weight on the edge from switch to default statement to edges g...
Cong Hou
2015-09-01
1
-17
/
+39
*
Revert "Revert "New interface function is added to VectorUtils Value *getSpla...
Renato Golin
2015-08-30
1
-17
/
+13
*
Revert "New interface function is added to VectorUtils Value *getSplatValue(V...
Renato Golin
2015-08-30
1
-13
/
+17
*
New interface function is added to VectorUtils
Elena Demikhovsky
2015-08-30
1
-17
/
+13
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-13
/
+39
*
Fixed a bug that edge weights are not assigned correctly when lowering switch...
Cong Hou
2015-08-27
1
-1
/
+1
*
Assign weights to edges to jump table / bit test header when lowering switch ...
Cong Hou
2015-08-26
1
-5
/
+15
*
Remove the final bit test during lowering switch statement if all cases in bi...
Cong Hou
2015-08-25
1
-6
/
+16
*
Generate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
James Molloy
2015-08-17
1
-12
/
+33
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-12
/
+13
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-4
/
+3
*
Add support for floating-point minnum and maxnum
James Molloy
2015-08-11
1
-1
/
+2
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-4
/
+4
*
[PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
Chandler Carruth
2015-08-06
1
-5
/
+7
*
revert r243687: enable fast-math-flag propagation to DAG nodes
Sanjay Patel
2015-08-05
1
-1
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-2
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+24
*
enable fast-math-flag propagation to DAG nodes
Sanjay Patel
2015-07-30
1
-1
/
+1
[prev]
[next]