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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-8
/
+10
*
Fix an assert in SelectionDAGBuilder when processing inline asm
Renato Golin
2016-05-17
1
-0
/
+2
*
[SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD
Tim Shen
2016-04-19
1
-9
/
+1
*
Introduce an GCRelocateInst class [NFC]
Philip Reames
2016-04-12
1
-1
/
+1
*
[SSP] Remove llvm.stackprotectorcheck.
Tim Shen
2016-04-08
1
-15
/
+5
*
Lower @llvm.experimental.deoptimize as a noreturn call
Sanjoy Das
2016-04-06
1
-1
/
+3
*
Swift Calling Convention: swifterror target-independent change.
Manman Ren
2016-04-05
1
-0
/
+2
*
[Codegen] Decrease minimum jump table density.
Kyle Butt
2016-03-29
1
-4
/
+1
*
Reduce code duplication by extracting out a helper function; NFC
Sanjoy Das
2016-03-24
1
-0
/
+4
*
Add lowering support for llvm.experimental.deoptimize
Sanjoy Das
2016-03-24
1
-0
/
+2
*
Remove stale comment
Sanjoy Das
2016-03-23
1
-2
/
+1
*
[StatepointLowering] Schedule gc relocates before uniqueing them
Sanjoy Das
2016-03-23
1
-3
/
+3
*
Add "first class" lowering for deopt operand bundles
Sanjoy Das
2016-03-22
1
-1
/
+5
*
[SelectionDAG] Remove visitStatepoint; NFC
Sanjoy Das
2016-03-17
1
-2
/
+1
*
Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFC
Sanjoy Das
2016-03-16
1
-0
/
+48
*
[SelectionDAG] Extract out populateCallLoweringInfo; NFC
Sanjoy Das
2016-03-16
1
-12
/
+8
*
SelectionDAG: Lower some range metadata to AssertZext
Matt Arsenault
2016-02-08
1
-0
/
+5
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-1
/
+1
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-1
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-2
/
+1
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-36
/
+38
*
[SelectionDAG] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-5
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+1
*
[WinEH] Avoid creating MBBs for LLVM BBs that cannot contain code
Reid Kleckner
2015-09-08
1
-7
/
+7
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+1
*
Distribute the weight on the edge from switch to default statement to edges g...
Cong Hou
2015-09-01
1
-1
/
+3
*
Assign weights to edges to jump table / bit test header when lowering switch ...
Cong Hou
2015-08-26
1
-6
/
+7
*
SelectionDAGBuilder: Fix SPDescriptor not resetting GuardReg
Matthias Braun
2015-08-26
1
-0
/
+1
*
Remove the final bit test during lowering switch statement if all cases in bi...
Cong Hou
2015-08-25
1
-2
/
+3
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+6
*
Use enum instead of unsigned. NFC.
Pete Cooper
2015-07-15
1
-1
/
+2
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-6
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+6
*
Remove dead code from old 64-bit SEH lowering
Reid Kleckner
2015-07-09
1
-2
/
+0
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Switch lowering: add heuristic for filling leaf nodes in the weight-balanced ...
Hans Wennborg
2015-06-20
1
-0
/
+5
*
[SelectionDAG] Delete SelectionDAGBuilder::removeValue. NFC.
Sanjoy Das
2015-05-06
1
-6
/
+0
*
[SelectionDAG] Make an argument optional in RFV::getCopyToRegs. NFC.
Sanjoy Das
2015-05-05
1
-5
/
+6
*
[SelectionDAG] Move RegsForValue into SelectionDAGBuilder.h. NFC.
Sanjoy Das
2015-05-05
1
-0
/
+74
*
[SelectionDAG] Pass explicit type to lowerCallOperands. NFC.
Sanjoy Das
2015-05-05
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
Masked gather and scatter: Added code for SelectionDAG.
Elena Demikhovsky
2015-04-28
1
-0
/
+4
*
Switch lowering: use uint32_t for weights everywhere
Hans Wennborg
2015-04-27
1
-1
/
+1
*
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
2015-04-23
1
-70
/
+110
*
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
2015-04-23
1
-110
/
+70
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-22
1
-70
/
+110
*
Revert the switch lowering change (r235101, r235103, r235106)
Hans Wennborg
2015-04-16
1
-110
/
+70
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-16
1
-70
/
+110
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-0
/
+4
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-1
/
+0
[next]