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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
1
-5
/
+12
*
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
Dan Gohman
2010-07-06
1
-2
/
+3
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-1
/
+1
*
random tidying
Chris Lattner
2010-07-05
1
-6
/
+8
*
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-02
1
-1
/
+5
*
Rename CreateReg to CreateRegs, and MakeReg to CreateReg.
Dan Gohman
2010-07-02
1
-4
/
+4
*
Rename CreateRegForValue to CreateReg, and change its argument
Dan Gohman
2010-07-01
1
-2
/
+2
*
Reapply r106422, splitting the code for materializing a value out of
Dan Gohman
2010-07-01
1
-11
/
+53
*
Don't use operator[] here, because it's not desirable to insert a default
Dan Gohman
2010-07-01
1
-2
/
+5
*
Remove an unused variable. The call to getRoot has side-effects, so
Duncan Sands
2010-06-30
1
-1
/
+0
*
use ArgOperand API
Gabor Greif
2010-06-30
1
-6
/
+6
*
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
1
-2
/
+0
*
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
1
-2
/
+2
*
Remove variables which are assigned to but for which the value
Duncan Sands
2010-06-25
1
-1
/
+0
*
use ArgOperand API
Gabor Greif
2010-06-25
1
-140
/
+140
*
Simplify this code; switch lowering shouldn't produce cases
Dan Gohman
2010-06-24
1
-12
/
+4
*
Optimize the "bit test" code path for switch lowering in the
Dan Gohman
2010-06-24
1
-15
/
+27
*
Revert r106422, which is breaking the non-fast-isel path.
Dan Gohman
2010-06-21
1
-49
/
+11
*
More changes for non-top-down fast-isel.
Dan Gohman
2010-06-21
1
-11
/
+49
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-2
/
+2
*
Keep track of incoming debug value of unused argument.
Devang Patel
2010-06-01
1
-1
/
+11
*
Reorder some code in SelectionDAGBuilder.
Dan Gohman
2010-05-29
1
-313
/
+311
*
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-05-29
1
-43
/
+44
*
Eliminate the restriction that the array size in an alloca must be i32.
Dan Gohman
2010-05-28
1
-5
/
+6
*
back out 104862/104869. Can reuse stacksave after all. Very cool.
Jim Grosbach
2010-05-27
1
-4
/
+0
*
hook ISD::STACKADDR to an intrinsic
Jim Grosbach
2010-05-27
1
-0
/
+4
*
Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in
Jim Grosbach
2010-05-26
1
-1
/
+7
*
Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.
Jim Grosbach
2010-05-22
1
-0
/
+5
*
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
1
-1
/
+1
*
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
Douglas Gregor
2010-05-11
1
-0
/
+6
*
Verify variable directly.
Devang Patel
2010-05-07
1
-2
/
+2
*
Use getValue() for PHINodes when direct NodeMap access does not work.
Devang Patel
2010-05-05
1
-1
/
+15
*
Don't pass SDValues by non-const reference unless they may be
Dan Gohman
2010-05-01
1
-1
/
+2
*
Reorgnaize more switch code lowering to clean up some tricky
Dan Gohman
2010-05-01
1
-1
/
+0
*
Delete the EdgeMapping variable itself.
Dan Gohman
2010-05-01
1
-1
/
+0
*
Refactor.
Devang Patel
2010-04-29
1
-4
/
+2
*
DO not push DBG_VALUE machine instructions for inlined fuction arguments in e...
Devang Patel
2010-04-29
1
-0
/
+7
*
Re-enable 102565 with fixes.
Evan Cheng
2010-04-29
1
-9
/
+7
*
Temporarily disable my changes to unbreak the build.
Evan Cheng
2010-04-29
1
-0
/
+4
*
Do not generate duplicate dbg_value instructions for function arguments.
Evan Cheng
2010-04-29
1
-8
/
+10
*
Avoid emitting a dbg_value machineinstr that's not going to be inserted into ...
Evan Cheng
2010-04-29
1
-0
/
+2
*
Check Reg against zero.
Evan Cheng
2010-04-29
1
-1
/
+1
*
tidy up.
Devang Patel
2010-04-28
1
-8
/
+2
*
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-28
1
-0
/
+36
*
Ignore DBG_VALUE instructions that points to undef values.
Devang Patel
2010-04-27
1
-5
/
+0
*
Revert a small part of 102372; this fixes at least one
Dale Johannesen
2010-04-27
1
-0
/
+5
*
Remove crufty comments.
Dale Johannesen
2010-04-26
1
-5
/
+0
*
Add DBG_VALUE handling for byval parameters; this
Dale Johannesen
2010-04-26
1
-22
/
+68
*
Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down
Dan Gohman
2010-04-22
1
-0
/
+4
*
Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
Dan Gohman
2010-04-22
1
-77
/
+13
[next]