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-01-19
Implement RAGreedy::splitAroundRegion and remove loop splitting.
Jakob Stoklund Olesen
2011-01-18
Add RAGreedy methods for splitting live ranges around regions.
Jakob Stoklund Olesen
2011-01-18
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-18
Remove checking that prevented overlapping CALLSEQ_START/CALLSEQ_END
Stuart Hastings
2011-01-17
Fix an off-by-one error in ctpop combining.
Benjamin Kramer
2011-01-17
Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0.
Benjamin Kramer
2011-01-16
reapply my fix for PR8961 with a tweak to properly handle
Chris Lattner
2011-01-15
Add an assert so we don't silently miscompile ctpop for bit widths > 128.
Benjamin Kramer
2011-01-15
Reimplement CTPOP legalization with the "best" algorithm from
Benjamin Kramer
2011-01-14
Update CMake build.
Ted Kremenek
2011-01-14
Delete an assignment to ThisBB which isn't needed, and tidy up some
Dan Gohman
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-14
Split stuff as a preparation for CFI directives-based frame information emission
Anton Korobeynikov
2011-01-14
Support for precise scheduling of the instruction selection DAG,
Andrew Trick
2011-01-14
Try for the third time to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-14
Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.
Jakob Stoklund Olesen
2011-01-14
Set the insertion point correctly for instructions generated by load folding:
Chris Lattner
2011-01-14
Try again to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-13
Better terminator avoidance.
Jakob Stoklund Olesen
2011-01-13
Temporary workaround for an i386 crash in LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...
Devang Patel
2011-01-13
Teach MachineBasicBlock::getFirstTerminator to ignore debug values.
Jakob Stoklund Olesen
2011-01-13
Fix r123346 to handle scalar types too.
Dan Gohman
2011-01-13
Add missing space in debug output
Jakob Stoklund Olesen
2011-01-12
Apply the patch from PR8958, which allows llc to get slightly
Dan Gohman
2011-01-12
Try again enabling LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-12
Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ...
Jakob Stoklund Olesen
2011-01-12
Fix braino in dominator tree walk.
Jakob Stoklund Olesen
2011-01-12
Sometimes, old virtual registers can linger on DBG_VALUE instructions.
Jakob Stoklund Olesen
2011-01-12
Teach VirtRegRewriter to update slot indexes when erasing instructions.
Jakob Stoklund Olesen
2011-01-12
Annotate VirtRegRewriter debug output with slot indexes.
Jakob Stoklund Olesen
2011-01-12
Verify slot index ordering.
Jakob Stoklund Olesen
2011-01-12
Verify that machine instruction parent pointers are consistent.
Jakob Stoklund Olesen
2011-01-11
The world is not ready for LiveDebugVariables yet.
Jakob Stoklund Olesen
2011-01-11
Enable LiveDebugVariables by default.
Jakob Stoklund Olesen
2011-01-11
Don't insert DBG_VALUE instructions after the first terminator.
Jakob Stoklund Olesen
2011-01-11
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-11
Move ExpandAtomic into the integer expansion routines - it's only used there.
Eric Christopher
2011-01-10
Fix PR 8916 (qv for analysis), at least the immediate problem.
Dale Johannesen
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
fit in 80 cols and use MBB::isSuccessor instead of a hand
Chris Lattner
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-09
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
sort this.
Chris Lattner
2011-01-09
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
Add a forgotten VireReg2IndexFunctor.
Jakob Stoklund Olesen
2011-01-09
Eliminate some extra hash table lookups.
Cameron Zwarich
2011-01-09
Add an informative comment.
Cameron Zwarich
[prev]
[next]