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
*
Fix indenting.
David Blaikie
2013-10-14
1
-7
/
+8
*
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
2013-10-14
1
-3
/
+3
*
TargetLowering: Don't index into empty string.
Will Dietz
2013-10-13
1
-1
/
+1
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-2
/
+574
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-574
/
+2
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-2
/
+574
*
Use getPointerSizeInBits() rather than 8 * getPointerSize()
Matt Arsenault
2013-10-10
1
-2
/
+3
*
Fix some assert messages to say the correct opcode name. Looks like one asser...
Craig Topper
2013-10-06
1
-7
/
+7
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-0
/
+27
*
Debug info: Don't crash in SelectionDAGISel when a vreg that is being
Adrian Prantl
2013-10-05
1
-3
/
+7
*
Fix DAGCombiner::visitFP_EXTEND to ignore indexed loads
Hal Finkel
2013-10-04
1
-1
/
+1
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-27
/
+0
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-0
/
+27
*
Added checking code whehter target supports specific dag combining about rotate
Jin-Gu Kang
2013-10-03
1
-11
/
+19
*
Remove several unused variables.
Rafael Espindola
2013-10-01
2
-5
/
+2
*
SelectionDAG: Clarify comments from r191600
Tom Stellard
2013-10-01
1
-2
/
+2
*
Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.
Benjamin Kramer
2013-09-29
1
-2
/
+10
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
SelectionDAG: Silence unused variable warning on release builds
Tom Stellard
2013-09-28
1
-0
/
+1
*
SelectionDAG: Improve legalization of SELECT_CC with illegal condition codes
Tom Stellard
2013-09-28
1
-13
/
+37
*
SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()
Tom Stellard
2013-09-28
3
-18
/
+33
*
SelectionDAG: Clean up LegalizeSetCCCondCode() function
Tom Stellard
2013-09-28
1
-26
/
+51
*
Re-apply the change from r191393 with fix for pr17380.
Andrea Di Biagio
2013-09-27
1
-0
/
+20
*
Revert r191393 since it caused pr17380.
Andrea Di Biagio
2013-09-26
1
-20
/
+0
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-48
/
+26
*
Added temp flag -misched-bench for staging in default changes.
Andrew Trick
2013-09-26
1
-1
/
+1
*
whitespace
Andrew Trick
2013-09-26
1
-2
/
+2
*
Teach DAGCombiner how to canonicalize dags according to the rule
Andrea Di Biagio
2013-09-25
1
-0
/
+20
*
Add missing check to SETCC optimization.
Eli Friedman
2013-09-24
1
-0
/
+1
*
DAGCombiner: Unify rotate matching for extended and unextended amounts.
Benjamin Kramer
2013-09-24
1
-79
/
+57
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
1
-1
/
+2
*
[stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...
Michael Gottesman
2013-09-24
1
-6
/
+26
*
fix typo: than -> then
Kay Tiong Khoo
2013-09-23
1
-1
/
+1
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-5
/
+5
*
Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...
Juergen Ributzka
2013-09-21
2
-35
/
+8
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-09-21
2
-8
/
+35
*
Add braces to suppress Clang's dangling-else warning.
David Blaikie
2013-09-20
1
-2
/
+4
*
PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
1
-2
/
+37
*
Revert PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
1
-35
/
+0
*
PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
1
-0
/
+35
*
DAGCombiner: Don't fold vector muls with constants that look like a splat of ...
Benjamin Kramer
2013-09-19
1
-3
/
+7
*
Debug info: Get rid of the VLA indirection hack in FastISel.
Adrian Prantl
2013-09-18
1
-15
/
+10
*
Added documentation to getMemsetStores.
Serge Pavlov
2013-09-17
1
-0
/
+18
*
[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
Quentin Colombet
2013-09-17
2
-3
/
+4
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
2
-1
/
+2
*
Prevent assert in CombinerGlobalAA with null values
Hal Finkel
2013-09-15
1
-1
/
+1
*
Remove pointless assertion after r190376
Matt Arsenault
2013-09-12
1
-2
/
+0
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
4
-4
/
+4
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
4
-4
/
+4
*
Rename variables for consistency.
Eli Friedman
2013-09-11
1
-6
/
+6
[next]