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-03-24
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-23
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-23
Ensure that def-side physreg copies are scheduled above any other uses
Andrew Trick
2011-03-23
whitespace
Andrew Trick
2011-03-23
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-23
Notify the delegate before removing dead values from a live interval.
Jakob Stoklund Olesen
2011-03-23
Allow the allocation of empty live ranges that have uses.
Jakob Stoklund Olesen
2011-03-23
Dump the register map before rewriting.
Jakob Stoklund Olesen
2011-03-23
Added block number and name to isel debug output.
Andrew Trick
2011-03-22
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-21
Grammar-o.
Eric Christopher
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-20
Process all dead defs after rematerializing during splitting.
Jakob Stoklund Olesen
2011-03-20
Also eliminate redundant spills downstream of inserted reloads.
Jakob Stoklund Olesen
2011-03-20
Change an argument to a LiveInterval instead of a register number to save som...
Jakob Stoklund Olesen
2011-03-19
Replace a broken LiveInterval::MergeValueInAsValue() with something simpler.
Jakob Stoklund Olesen
2011-03-19
Add debug output.
Jakob Stoklund Olesen
2011-03-19
Minor code re-structuring.
Evan Cheng
2011-03-19
Add support for legalizing UINT_TO_FP of vectors on platforms which do
Nadav Rotem
2011-03-19
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
Revert 127939. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
Stuart Hastings
2011-03-18
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
Extend live debug values down the dominator tree by following copies.
Jakob Stoklund Olesen
2011-03-18
Hoist spills when the same value is known to be in less loopy sibling registers.
Jakob Stoklund Olesen
2011-03-18
Accept instructions that read undefined values.
Jakob Stoklund Olesen
2011-03-18
Be more accurate about the slot index reading a register when dealing with defs
Jakob Stoklund Olesen
2011-03-17
BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...
Benjamin Kramer
2011-03-17
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-17
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-17
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-16
Add a LiveRangeEdit delegate callback before shrinking a live range.
Jakob Stoklund Olesen
2011-03-16
Erase virtual registers that are unused after DCE.
Jakob Stoklund Olesen
2011-03-16
Tag cached interference with a user-provided tag instead of the virtual regis...
Jakob Stoklund Olesen
2011-03-16
Clarify debugging output.
Jakob Stoklund Olesen
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
Don't recompute something that we already have in a local variable.
Cameron Zwarich
2011-03-16
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-15
Trace back through sibling copies to hoist spills and find rematerializable d...
Jakob Stoklund Olesen
2011-03-15
Preserve both isPHIDef and isDefByCopy bits when copying parent values.
Jakob Stoklund Olesen
2011-03-15
Add a peephole optimization to optimize pairs of bitcasts. e.g.
Evan Cheng
2011-03-15
sext(undef) = 0, because the top bits will all be the same.
Evan Cheng
2011-03-15
There are some situations which can cause the URoR hack to infinitely recurse
Bill Wendling
2011-03-14
Place context in member variables instead of passing around pointers.
Jakob Stoklund Olesen
2011-03-14
Rename members to match LLVM naming conventions more closely.
Jakob Stoklund Olesen
[prev]
[next]