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
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-34
/
+34
*
Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
2014-03-13
1
-3
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Check for dynamic allocas and inline asm that clobbers sp before building
Hans Wennborg
2014-03-05
1
-2
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-5
/
+5
*
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...
Craig Topper
2014-02-05
1
-2
/
+23
*
[TLI] Add a new hook to TargetLowering to query the target if a load of a con...
Juergen Ributzka
2014-01-28
1
-3
/
+1
*
Hide the pre-RA-sched= option.
Andrew Trick
2014-01-13
1
-1
/
+1
*
Add a machine code print in DEBUG() following instruction selection.
Jim Grosbach
2013-12-17
1
-0
/
+3
*
Reland "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-4
/
+6
*
Revert "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-6
/
+4
*
Fix miscompile of MS inline assembly with stack realignment
Reid Kleckner
2013-12-10
1
-4
/
+6
*
Fixed tryFoldToZero() for vector types that need expansion.
Daniel Sanders
2013-11-25
1
-2
/
+2
*
Teach ISel not to optimize 'optnone' functions (revised).
Paul Robinson
2013-11-22
1
-0
/
+44
*
Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."
NAKAMURA Takumi
2013-11-21
1
-40
/
+1
*
Teach ISel not to optimize 'optnone' functions.
Paul Robinson
2013-11-21
1
-1
/
+40
*
long line correction
Jack Carter
2013-11-20
1
-1
/
+2
*
[DAG] Refactor vector splitting code in SelectionDAG. No functional change in...
Juergen Ributzka
2013-11-19
1
-1
/
+2
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
1
-0
/
+2
*
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
*
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
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
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
*
[stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...
Michael Gottesman
2013-09-24
1
-6
/
+26
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-5
/
+5
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-1
/
+1
*
[stackprotector] When finding the split point to splice off the end of a pare...
Michael Gottesman
2013-08-22
1
-9
/
+44
*
Remove unused variables that crept in.
Michael Gottesman
2013-08-20
1
-6
/
+0
*
Teach selectiondag how to handle the stackprotectorcheck intrinsic.
Michael Gottesman
2013-08-20
1
-4
/
+87
*
ARM: Fix more fast-isel verifier failures.
Jim Grosbach
2013-08-16
1
-0
/
+4
*
Replace getValueType().getSimpleVT() with getSimpleValueType().
Craig Topper
2013-08-15
1
-1
/
+1
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-0
/
+1
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-7
/
+9
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-04
1
-4
/
+7
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
1
-7
/
+4
*
Simplify landing pad lowering.
Jakob Stoklund Olesen
2013-07-03
1
-4
/
+7
*
Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...
Craig Topper
2013-07-03
1
-4
/
+4
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-11
/
+14
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-1
/
+4
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-18
/
+17
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-3
/
+1
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-4
/
+4
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
1
-10
/
+7
[prev]
[next]