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
2010-09-02
Add a bit of debug output for register scavenging
Jim Grosbach
2010-09-01
Tweak to ignoring reserved regs. The allocator was occasionally still looking
Jim Grosbach
2010-09-01
Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.
Jakob Stoklund Olesen
2010-09-01
tidy up trailing whitespace and an 80 column violation.
Jim Grosbach
2010-09-01
cleanup per feedback. use a helper function for getting the first non-reserved
Jim Grosbach
2010-09-01
The register allocator shouldn't consider allocating reserved registers. PBQP...
Jim Grosbach
2010-09-01
The register allocator shouldn't consider allocating reserved registers.
Jim Grosbach
2010-09-01
The register allocator shouldn't consider allocating reserved registers.
Jim Grosbach
2010-09-01
tidy up a few 80-column and trailing whitespace bits.
Jim Grosbach
2010-09-01
Speculatively revert 112699 and 112702, they seem to be causing
Eric Christopher
2010-09-01
Use the SSAUpdator to turn calls to eh.exception that are not in a
Duncan Sands
2010-08-31
Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.
Devang Patel
2010-08-31
Reapply r112623. Included additional check for unused byval argument.
Devang Patel
2010-08-31
Track liveness of unallocatable, unreserved registers in machine DCE.
Jakob Stoklund Olesen
2010-08-31
Ignore unallocatable registers in RegAllocFast.
Jakob Stoklund Olesen
2010-08-31
Revert r112623. It is causing self host build failures.
Devang Patel
2010-08-31
Remember byval argument's frame index during argument lowering and use this i...
Devang Patel
2010-08-31
Improve virtual frame base register allocation heuristics.
Jim Grosbach
2010-08-31
Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's
Duncan Sands
2010-08-31
Offset is not always unsigned number.
Devang Patel
2010-08-31
Simplify.
Devang Patel
2010-08-31
zap unused method. x86 is the only user and already has a more powerfull version
Bruno Cardoso Lopes
2010-08-31
Add experimental -disable-physical-join command line option.
Jakob Stoklund Olesen
2010-08-30
two changes:
Chris Lattner
2010-08-30
Revert r112461. It was failing on PPC...
Bill Wendling
2010-08-30
When adding a register, we should mark it as "def" if it can optionally define
Bill Wendling
2010-08-29
revert 112457, it looks like it broke selfhost.
Chris Lattner
2010-08-29
rewrite DwarfEHPrepare to use SSAUpdater to promote its allocas
Chris Lattner
2010-08-29
inline function into its only caller.
Chris Lattner
2010-08-28
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-08-28
remove dead proto
Chris Lattner
2010-08-28
Completely disable tail calls when fast-isel is enabled, as fast-isel
Dan Gohman
2010-08-28
Trim a #include.
Dan Gohman
2010-08-27
Simplify.
Devang Patel
2010-08-27
Remove now unneeded command line flag that enables 'optimize compares.'
Bill Wendling
2010-08-26
Revert r112213. It is not needed.
Devang Patel
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
If node is not available then use FuncInfo.ValueMap to emit debug info for by...
Devang Patel
2010-08-26
Remove the now obsolete frame index virtual re-use algorithm from PEI. Pre-RA
Jim Grosbach
2010-08-26
Speculatively revert r112207.
Devang Patel
2010-08-26
80 col.
Devang Patel
2010-08-26
Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.
Devang Patel
2010-08-26
Donot forget to resolve dangling debug info in a case where virtual register,...
Devang Patel
2010-08-26
Add a hackaround for PR7993 which is causing failures on x86 builders that la...
Chris Lattner
2010-08-26
implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.
Chris Lattner
2010-08-26
zap dead code.
Chris Lattner
2010-08-25
remove some llvmcontext arguments that are now dead post-refactoring.
Chris Lattner
2010-08-25
Change handling of illegal vector types to widen when possible instead of
Chris Lattner
2010-08-25
Fix comment.
Devang Patel
2010-08-25
Remove dead argument.
Devang Patel
[prev]
[next]