index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
1
-0
/
+5
2015-12-19
Clean up the processing of dbg.value in various places
Keno Fischer
1
-8
/
+4
2015-12-16
[SelectionDAGBuilder] Adds support for landingpads of token type
Chen Li
1
-0
/
+7
2015-12-14
[X86] Part 2 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
1
-1
/
+2
2015-12-14
[IR] Remove terminatepad
David Majnemer
1
-6
/
+2
2015-12-13
Normalize MBB's successors' probabilities in several locations.
Cong Hou
1
-0
/
+1
2015-12-12
Partially fix memcpy / memset / memmove lowering in SelectionDAG construction...
Manuel Jacob
1
-22
/
+0
2015-12-12
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
1
-40
/
+23
2015-12-11
SelectionDAG: Match min/max if the scalar operation is legal
Matt Arsenault
1
-10
/
+34
2015-12-11
Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics
Hal Finkel
1
-12
/
+0
2015-12-05
Normalize successors' probabilities when building MBBs for jump table.
Cong Hou
1
-0
/
+2
2015-12-01
Fixed a failure in cost calculation for vector GEP
Elena Demikhovsky
1
-8
/
+8
2015-12-01
Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.
Yury Gribov
1
-0
/
+15
2015-12-01
Extend debug info for function parameters in SDAG.
Evgeniy Stepanov
1
-16
/
+11
2015-11-24
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
1
-167
/
+178
2015-11-19
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
1
-34
/
+30
2015-11-18
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
1
-30
/
+34
2015-11-18
[PGO] Value profiling support
Betul Buyukkurt
1
-1
/
+2
2015-11-18
[SelectionDAGBuilder] Make sure DemoteReg ends up in right reg-class.
Jonas Paulsson
1
-1
/
+2
2015-11-17
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
1
-7
/
+4
2015-11-12
[SDAG] Introduce a new BITREVERSE node along with a corresponding LLVM intrinsic
James Molloy
1
-0
/
+5
2015-11-09
[WinEH] Don't emit CATCHRET from visitCatchPad
David Majnemer
1
-12
/
+5
2015-11-09
[CodeGen] Always promote f16 if not legal
Oliver Stannard
1
-0
/
+14
2015-11-07
[WinEH] Update exception pointer registers
Joseph Tremoulet
1
-2
/
+3
2015-11-04
[StatepointLowering] Remove distinction between call and invoke safepoints
Igor Laevsky
1
-1
/
+2
2015-10-27
Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...
Cong Hou
1
-3
/
+7
2015-10-22
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
1
-1
/
+1
2015-10-17
[WinEH] Fix eh.exceptionpointer intrinsic lowering
Joseph Tremoulet
1
-1
/
+2
2015-10-13
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
1
-19
/
+19
2015-10-12
Assign correct edge weights to unwind destinations when lowering invoke state...
Cong Hou
1
-27
/
+46
2015-10-12
[Debug] Look through bitcasts to find argument registers
Oliver Stannard
1
-19
/
+13
2015-10-09
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
1
-19
/
+0
2015-10-09
Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi...
Reid Kleckner
1
-1
/
+5
2015-10-09
Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""
Reid Kleckner
1
-5
/
+1
2015-10-07
[WinEH] Update CoreCLR EH for catchpad MBBs
Joseph Tremoulet
1
-2
/
+3
2015-10-07
[SEH] Add llvm.eh.exceptioncode intrinsic
Reid Kleckner
1
-1
/
+15
2015-10-06
[WinEH] Create a separate MBB for funclet prologues
David Majnemer
1
-3
/
+43
2015-10-06
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
1
-4
/
+6
2015-10-04
[SelectionDAGBuilder] Remove dead code
David Majnemer
1
-1
/
+1
2015-10-01
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
1
-1
/
+13
2015-10-01
Reformat.
NAKAMURA Takumi
1
-1
/
+2
2015-10-01
Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"
NAKAMURA Takumi
1
-1
/
+4
2015-09-30
[WinEH] Emit int3 after noreturn calls on Win64
Reid Kleckner
1
-4
/
+1
2015-09-30
Fix debug info with SafeStack.
Evgeniy Stepanov
1
-7
/
+1
2015-09-29
[WinEH] Teach AsmPrinter about funclets
David Majnemer
1
-0
/
+1
2015-09-28
[WinEH] Fix ip2state table emission with funclets
Reid Kleckner
1
-1
/
+7
2015-09-23
Fixed an issue on updating profile data when lowering switch statement.
Cong Hou
1
-4
/
+4
2015-09-18
Whitespace. Indent with spaces instead of a tab.
Bob Wilson
1
-1
/
+1
2015-09-16
propagate fast-math-flags on DAG nodes
Sanjay Patel
1
-1
/
+22
2015-09-10
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
1
-34
/
+57
[next]