index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Age
Commit message (
Expand
)
Author
2010-07-13
In inline asm treat indirect 'X' constraint as 'm'.
Dale Johannesen
2010-07-12
Fix a typo and fit in 80 columns. Found by Bob Wilson.
Rafael Espindola
2010-07-11
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-10
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-09
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-08
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-07
Implement bottom-up fast-isel. This has the advantage of not requiring
Dan Gohman
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will
Dan Gohman
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-05
random tidying
Chris Lattner
2010-07-02
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-02
Rename CreateReg to CreateRegs, and MakeReg to CreateReg.
Dan Gohman
2010-07-01
Rename CreateRegForValue to CreateReg, and change its argument
Dan Gohman
2010-07-01
Reapply r106422, splitting the code for materializing a value out of
Dan Gohman
2010-07-01
Don't use operator[] here, because it's not desirable to insert a default
Dan Gohman
2010-06-30
Remove an unused variable. The call to getRoot has side-effects, so
Duncan Sands
2010-06-30
use ArgOperand API
Gabor Greif
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
Remove variables which are assigned to but for which the value
Duncan Sands
2010-06-25
use ArgOperand API
Gabor Greif
2010-06-24
Simplify this code; switch lowering shouldn't produce cases
Dan Gohman
2010-06-24
Optimize the "bit test" code path for switch lowering in the
Dan Gohman
2010-06-21
Revert r106422, which is breaking the non-fast-isel path.
Dan Gohman
2010-06-21
More changes for non-top-down fast-isel.
Dan Gohman
2010-06-18
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-01
Keep track of incoming debug value of unused argument.
Devang Patel
2010-05-29
Reorder some code in SelectionDAGBuilder.
Dan Gohman
2010-05-29
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-05-28
Eliminate the restriction that the array size in an alloca must be i32.
Dan Gohman
2010-05-27
back out 104862/104869. Can reuse stacksave after all. Very cool.
Jim Grosbach
2010-05-27
hook ISD::STACKADDR to an intrinsic
Jim Grosbach
2010-05-26
Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in
Jim Grosbach
2010-05-22
Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.
Jim Grosbach
2010-05-11
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
Douglas Gregor
2010-05-07
Verify variable directly.
Devang Patel
2010-05-05
Use getValue() for PHINodes when direct NodeMap access does not work.
Devang Patel
2010-05-01
Don't pass SDValues by non-const reference unless they may be
Dan Gohman
2010-05-01
Reorgnaize more switch code lowering to clean up some tricky
Dan Gohman
2010-05-01
Delete the EdgeMapping variable itself.
Dan Gohman
2010-04-29
Refactor.
Devang Patel
2010-04-29
DO not push DBG_VALUE machine instructions for inlined fuction arguments in e...
Devang Patel
2010-04-29
Re-enable 102565 with fixes.
Evan Cheng
2010-04-29
Temporarily disable my changes to unbreak the build.
Evan Cheng
2010-04-29
Do not generate duplicate dbg_value instructions for function arguments.
Evan Cheng
[prev]
[next]