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-28
Select DW_AT_const_value size based on global variable size.
Devang Patel
2011-05-28
Fix the root cause of the bootstrap failure:
Rafael Espindola
2011-05-27
Stub out support for Win64-style exceptions. Note that this is merely using
Charles Davis
2011-05-27
Fix a regression I recently introduced by removing DwarfRegNum of
Rafael Espindola
2011-05-27
Make size computation less brittle.
Rafael Espindola
2011-05-27
Add the suffix to the Win64 EH data sections' names if given. Add a test for
Charles Davis
2011-05-27
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-27
Keep this simple. Use DIType to get signness and size of a type. Based on siz...
Devang Patel
2011-05-27
Handle signed types gracefully.
Devang Patel
2011-05-27
Select DW_AT_const_value size based on variable size.
Devang Patel
2011-05-27
Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.
Cameron Zwarich
2011-05-26
Add comment.
Devang Patel
2011-05-26
During branch folding avoid inserting redundant DBG_VALUE machine instructions.
Devang Patel
2011-05-26
Revert r132111. I built Release (without Asserts), so I didn't know about the
Charles Davis
2011-05-26
Align Win64 EH Table sections to 4 bytes.
Charles Davis
2011-05-26
Reverting 132105: it broke some LLVM-GCC DejaGNU tests.
Stuart Hastings
2011-05-26
Correctly handle a one-word struct passed byval on x86_64.
Stuart Hastings
2011-05-25
Add a RAGreedy::canEvict function.
Jakob Stoklund Olesen
2011-05-25
Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...
Eli Friedman
2011-05-25
Remove unused statistical counter.
Devang Patel
2011-05-25
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-24
Remove dead code.
Devang Patel
2011-05-24
Explain FIXME.
Rafael Espindola
2011-05-24
Fix the defaults for .eh_frame. We were marking it as writable.
Rafael Espindola
2011-05-24
- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is
Evan Cheng
2011-05-24
Fix debug info for blocks' variable.
Devang Patel
2011-05-23
Remove unnecessary comment.
Devang Patel
2011-05-23
Revert 121907 (it causes llc crash) and apply original patch from PR9817.
Devang Patel
2011-05-23
Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...
Devang Patel
2011-05-23
While replacing all uses of a SDValue with another value, do not forget to tr...
Devang Patel
2011-05-22
Eliminate some temporary variables, and don't call getByValTypeAlignment
Chris Lattner
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
[prev]
[next]