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
*
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
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-2
/
+3
*
SelectionDAG: Use specialized metadata nodes in EmitFuncArgumentDbgValue(), NFC
Duncan P. N. Exon Smith
2015-04-03
1
-3
/
+3
*
Rewrite SelectionDAGBuilder::Clusterify to run in linear time. NFC.
Hans Wennborg
2015-03-20
1
-9
/
+3
*
Switch lowering: extract NextBlock function. NFC.
Hans Wennborg
2015-03-19
1
-0
/
+3
*
Switch lowering: remove unnecessary ConstantInt casts. NFC.
Hans Wennborg
2015-03-19
1
-12
/
+9
*
Teach lowering to correctly handle invoke statepoint and gc results tied to t...
Igor Laevsky
2015-03-10
1
-1
/
+7
*
Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/propert...
Igor Laevsky
2015-03-05
1
-7
/
+1
*
Teach lowering to correctly handle invoke statepoint and gc results tied to t...
Igor Laevsky
2015-03-05
1
-1
/
+7
*
Reduce double set lookups.
Benjamin Kramer
2015-02-27
1
-2
/
+1
*
Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lo...
Igor Laevsky
2015-02-20
1
-0
/
+3
*
Factor out a splitSwitchCase() function so that it can be reused.
Daniel Jasper
2015-01-20
1
-0
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
2015-01-14
1
-0
/
+2
*
[StackMaps] Mark in CallLoweringInfo when lowering a patchpoint
Hal Finkel
2015-01-13
1
-1
/
+2
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+2
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
1
-0
/
+17
*
[stack protector] Set edge weights for newly created basic blocks.
Akira Hatanaka
2014-12-01
1
-3
/
+4
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-2
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+2
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+1
*
[Stackmaps] Enable invoking the patchpoint intrinsic.
Juergen Ributzka
2014-10-17
1
-6
/
+9
*
Reduce code duplication between patchpoint and non-patchpoint lowering. NFC.
Juergen Ributzka
2014-10-16
1
-0
/
+5
*
Refactor debug statement and remove dead argument. NFC.
Chad Rosier
2014-10-13
1
-2
/
+1
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-2
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-1
/
+1
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-1
/
+8
*
Fix 'platform-specific' hyphenations
Alp Toker
2014-06-30
1
-2
/
+2
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-1
/
+2
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-2
/
+1
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-1
/
+2
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-2
/
+1
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-1
/
+2
[next]