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
2012-02-28
Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These
Lang Hames
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
Fix off-by one in comment.
Benjamin Kramer
2012-02-28
LegalizeIntegerTypes: Reenable the large shift with small amount optimization.
Benjamin Kramer
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
Code cleanup following CR by Duncan.
Nadav Rotem
2012-02-28
Fix a bug in the code that builds SDNodes from vector GEPs.
Nadav Rotem
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
Handle regmasks in MachineCSE.
Jakob Stoklund Olesen
2012-02-28
Handle regmasks in the machine code verifier.
Jakob Stoklund Olesen
2012-02-28
Fix 80-column violation.
Chad Rosier
2012-02-27
Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.
Evan Cheng
2012-02-27
Update machine code verifier.
Jakob Stoklund Olesen
2012-02-25
Make the peephole optimizer clear kill flags on a vreg if it's about to add new
Lang Hames
2012-02-25
Fixed typo.
Lang Hames
2012-02-24
Add missing static
Jakob Stoklund Olesen
2012-02-24
Add a -stress-regalloc=<N> option.
Jakob Stoklund Olesen
2012-02-24
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-24
SDAGBuilder: Remove register sets that were never read and prune dead code su...
Benjamin Kramer
2012-02-24
ScheduleDAGInstrs.h:155: warning: suggest parentheses around `&&' within `||'.
Nick Lewycky
2012-02-24
PostRA sched: speed up physreg tracking by not abusing SparseSet.
Andrew Trick
2012-02-24
Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...
Pete Cooper
2012-02-24
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-24
Tabs, formatting and long lines oh my!
Eric Christopher
2012-02-23
Allow an integer to be converted into an MMX type when it's used in an inline
Bill Wendling
2012-02-23
BitVectorize loop.
Benjamin Kramer
2012-02-23
post-ra-sched: Turn the KillIndices vector into a bitvector, it only stored t...
Benjamin Kramer
2012-02-23
post-ra-sched: Replace a std::set of regs with a bitvector.
Benjamin Kramer
2012-02-23
Make calls scheduling boundaries post-ra.
Jakob Stoklund Olesen
2012-02-23
Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...
Benjamin Kramer
2012-02-23
Fix to make sure that a comdat group gets generated correctly for a static me...
Anton Korobeynikov
2012-02-23
More newline cleanups.
Eric Christopher
2012-02-23
Add some handy-dandy newlines.
Eric Christopher
2012-02-23
misched: cleanup reaching def computation
Andrew Trick
2012-02-23
PostRASched: Convert physreg def/use tracking to Jakob's SparseSet.
Andrew Trick
2012-02-23
Handle regmasks in FixupKills.
Jakob Stoklund Olesen
2012-02-23
Handle regmasks in CriticalAntiDepBreaker.
Jakob Stoklund Olesen
2012-02-23
Track reserved registers separately from RegsAvailable.
Jakob Stoklund Olesen
2012-02-22
Don't compute latencies for regmask operands.
Jakob Stoklund Olesen
2012-02-22
Handle regmasks in RegisterScavenging.
Jakob Stoklund Olesen
2012-02-22
misched: Use SparseSet for VRegDegs for constant time clear().
Andrew Trick
2012-02-22
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-22
Comment from code review
Andrew Trick
2012-02-22
Remove extra semi-colons.
Chad Rosier
2012-02-22
80 col.
Jakob Stoklund Olesen
2012-02-22
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-02-22
Remove extra semi-colon.
Eric Christopher
2012-02-22
misched: DAG builder should not track dependencies for SSA defs.
Andrew Trick
[prev]
[next]