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
Age
Commit message (
Expand
)
Author
2009-11-20
Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),
Duncan Sands
2009-11-20
Fix fast-isel to avoid selecting the return instruction if a
Dan Gohman
2009-11-17
Remove the optimizations that convert BRCOND and BR_CC into
Dan Gohman
2009-11-16
Fix a typo in a comment.
Dan Gohman
2009-11-14
Enable the tail call optimization when the caller returns undef.
Dan Gohman
2009-11-13
Don't let a noalias difference disrupt the tailcall optimization.
Dan Gohman
2009-11-13
Adjust isConstantSplat to allow for big-endian targets.
Dale Johannesen
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
Add compare_lower and equals_lower methods to StringRef. Switch all users of
Benjamin Kramer
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-11
x86 users can now return arbitrary sized structs. Structs too large to fit i...
Kenneth Uildriks
2009-11-10
Emit correct code when making a ConstantPool entry for a vector
Dale Johannesen
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
Codegen support for the llvm.invariant/lifetime.start/end intrinsics:
Duncan Sands
2009-11-09
Remove an unneeded #include.
Dan Gohman
2009-11-09
Fix for 64-bit builds.
Mike Stump
2009-11-09
Hide a couple of options.
Evan Cheng
2009-11-07
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
Fix PR5421 by APInt'izing switch lowering.
Chris Lattner
2009-11-07
Fix memoizing of CvtRndSatSDNode
Mon P Wang
2009-11-07
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-05
Avoid printing a redundant space in SDNode->dump().
Dan Gohman
2009-10-31
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
When discarding SrcValue information, discard all of it so that code
Dan Gohman
2009-10-31
Fix warning with gcc-4.0 and signed/unsigned.
Eric Christopher
2009-10-30
Don't mark registers dead here when processing nodes with MVT::Flag
Dan Gohman
2009-10-30
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-29
Remove some unnecessary spaces in debug output.
Dan Gohman
2009-10-29
Move some code from being emitted as boilerplate duplicated in every
Dan Gohman
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-28
Make sure we return the right sized type here.
Eric Christopher
2009-10-28
Don't call SDNode::isPredecessorOf when it isn't necessary. If the load's
Dan Gohman
2009-10-28
Rewrite SelectionDAG::isPredecessorOf to be iterative instead of
Dan Gohman
2009-10-28
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-28
Mark dead physregdefs dead immediately. This helps MachineSink and
Dan Gohman
2009-10-28
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-27
Update the MachineBasicBlock CFG for an indirect branch.
Dan Gohman
2009-10-27
Add CodeGen support for indirect branches.
Dan Gohman
2009-10-27
don't use stdio
Chris Lattner
2009-10-27
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...
Evan Cheng
2009-10-27
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
pseudosourcevalue is also still using getGlobalContext(), so it isn't
Chris Lattner
2009-10-27
Add objectsize intrinsic and hook it up through codegen. Doesn't
Eric Christopher
2009-10-26
Remove FreeInst.
Victor Hernandez
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-23
APInt-ify the gep scaling code, so that it correctly handles the case where
Dan Gohman
2009-10-22
Fix null pointer dereference.
Anton Korobeynikov
2009-10-20
Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)
Anton Korobeynikov
2009-10-18
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
[prev]
[next]