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
Age
Commit message (
Expand
)
Author
2011-05-22
eliminate dependence on StandardPasses.h. The code generator's pass pipeline
Chris Lattner
2011-05-21
Implement mulo x, 2 -> addo x, x in DAGCombiner.
Benjamin Kramer
2011-05-20
Fix PR9962 by properly constraining register classes in RemoveCopyByCommuting...
Cameron Zwarich
2011-05-20
Fix typo. When will I learn?
Charles Davis
2011-05-20
Add .pdata and .xdata sections to the COFF TLOF implementation.
Charles Davis
2011-05-20
No reason not to allow defining the CFA as a reg w/ offset zero.
Jim Grosbach
2011-05-20
Fix typo.
Jim Grosbach
2011-05-20
Add support for frame info use of the .cfi_def_cfa directive.
Jim Grosbach
2011-05-20
Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...
Cameron Zwarich
2011-05-19
Fix PR9955 by only attaching load memory operands to load instructions and
Cameron Zwarich
2011-05-19
Update some currently-disabled code, preparing for eventual use.
Stuart Hastings
2011-05-19
Revert r128961 because it didn't include a test and causes the verifier to fail
Cameron Zwarich
2011-05-18
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
2011-05-18
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-18
Eliminate dead dead code elimination code.
Jakob Stoklund Olesen
2011-05-18
Also use shrinkToUses after AdjustCopiesBackFrom().
Jakob Stoklund Olesen
2011-05-18
Properly shrink live ranges after deleting dead copies. Clean up after all jo...
Jakob Stoklund Olesen
2011-05-17
Make fast-isel miss counting in -stats and -fast-isel-verbose take terminator...
Eli Friedman
2011-05-17
Misc. code cleanups.
Dan Gohman
2011-05-17
Misc. code cleanups.
Dan Gohman
2011-05-17
Revert 131467 due to buildbot complaint.
Stuart Hastings
2011-05-17
Fix an obscure issue in X86_64 parameter passing: if a tiny byval is
Stuart Hastings
2011-05-17
Tweak cross-class coalescing to be more aggressive when the target class is s...
Jakob Stoklund Olesen
2011-05-16
Teach LiveInterval::isZeroLength about null SlotIndexes.
Jakob Stoklund Olesen
2011-05-16
Delete unused variables.
Dan Gohman
2011-05-16
Trim #includes.
Dan Gohman
2011-05-16
Fix whitespace and 80-column violations.
Dan Gohman
2011-05-16
Track how many insns fast-isel successfully selects as well as how many it
Jim Grosbach
2011-05-16
Preserve debug info for unused zero extended boolean argument.
Devang Patel
2011-05-16
Make fast-isel work correctly s/uadd.with.overflow intrinsics.
Eli Friedman
2011-05-16
Fix silly typo.
Eli Friedman
2011-05-16
Basic fast-isel of extractvalue. Not too helpful on its own, given the IR cl...
Eli Friedman
2011-05-16
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-14
Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsi...
Eli Friedman
2011-05-13
Make codegen able to handle values of empty types. This is one way
Rafael Espindola
2011-05-13
Since I can't reproduce the failures from 131261, re-trying with a
Stuart Hastings
2011-05-13
Revert 131266 and 131261 due to buildbot complaints.
Stuart Hastings
2011-05-12
Non-fast-isel followup to 129634; correctly handle branches controlled
Stuart Hastings
2011-05-12
Update comment.
Evan Cheng
2011-05-12
Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.
Devang Patel
2011-05-12
Re-enable branchfolding common code hoisting optimization. Fixed a liveness t...
Evan Cheng
2011-05-12
Let Objective-C front-end identify class extension, in dwarf output, using an...
Devang Patel
2011-05-12
Temporarily disable the transformation. It's breaking 186.crafty in some conf...
Evan Cheng
2011-05-12
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-11
Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...
Devang Patel
2011-05-11
Avoid hoisting spills when looking at a copy from another register that is also
Jakob Stoklund Olesen
2011-05-11
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
Nadav Rotem
2011-05-11
Revert 131172 as it is causing clang to miscompile itself. I will try
Rafael Espindola
2011-05-11
Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp
Bill Wendling
2011-05-11
Add a late optimization to BranchFolding that hoist common instruction sequences
Evan Cheng
[next]