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-10-27
Fix whitespace.
Michael J. Spencer
2010-10-27
Formatting.
Jim Grosbach
2010-10-27
Handle critical loop predecessors by making both inside and outside registers
Jakob Stoklund Olesen
2010-10-27
Compute critical loop predecessors in the same way as critical loop exits.
Jakob Stoklund Olesen
2010-10-27
Physical registers trivially have multiple connected components all the time.
Jakob Stoklund Olesen
2010-10-26
Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches
Dale Johannesen
2010-10-26
Remove the vector of live vregs. I thought we would need to track
Andrew Trick
2010-10-26
After splitting, compute connected components of all new registers, not just for
Jakob Stoklund Olesen
2010-10-26
Verify that live intervals are connected. If there are multiple connected
Jakob Stoklund Olesen
2010-10-26
Call RenumberValues for all new registers created during splitting. This is
Jakob Stoklund Olesen
2010-10-26
Preserve PHIDef bits in cloned values during splitting.
Jakob Stoklund Olesen
2010-10-26
Assign source ordering to nodes created for StoreInst.
Devang Patel
2010-10-26
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-10-26
Remmeber to print full live interval on verification error.
Jakob Stoklund Olesen
2010-10-26
Jakob's review of the basic register allocator.
Andrew Trick
2010-10-26
s/beginScope/beginInstruction/g
Devang Patel
2010-10-26
Don't verify physical registers going into landing pads.
Jakob Stoklund Olesen
2010-10-26
Use instruction itinerary to determine what instructions are 'cheap'.
Evan Cheng
2010-10-26
For statistics that are only used in functions declared in !NDEBUG, wrap the
Nick Lewycky
2010-10-26
InlineSpiller can also update LiveStacks.
Jakob Stoklund Olesen
2010-10-26
Make the spiller responsible for updating the LiveStacks analysis.
Jakob Stoklund Olesen
2010-10-26
When the "true" and "false" blocks of a diamond if-conversion are the same,
Bob Wilson
2010-10-26
Change if-conversion to keep track of the extra cost due to microcoded
Bob Wilson
2010-10-25
Neuter r117193 as it causes significant post-ra scheduler compile time regres...
Evan Cheng
2010-10-25
Simplify.
Devang Patel
2010-10-25
Add counters to count basic blocks and machine basic blocks with out of order...
Devang Patel
2010-10-25
Add simple counter to count no. of basic blocks without any line number infor...
Devang Patel
2010-10-25
In which I learn how to forward declare template classes.
Jakob Stoklund Olesen
2010-10-23
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-23
Fix a likely bug in an assertion by adding parentheses around '||'. This bug
Chandler Carruth
2010-10-23
Properly model the latency of register defs which are 1) function returns or
Evan Cheng
2010-10-23
Verify LiveIntervals against the CFG, ensuring that live-in values are live-out
Jakob Stoklund Olesen
2010-10-22
Nonvirtual dtor that was accessible enough to be bad.
Andrew Trick
2010-10-22
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
Add more verification of LiveIntervals.
Jakob Stoklund Olesen
2010-10-22
Be more strict about detecting multi-use blocks for isolation.
Jakob Stoklund Olesen
2010-10-22
Unbreak build.
Evan Cheng
2010-10-22
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-10-22
Be more strict when detecting critical edges before loop splitting.
Jakob Stoklund Olesen
2010-10-22
Add print methods
Jakob Stoklund Olesen
2010-10-21
X86: Base _fltused on the FunctionType of the called value instead of the pot...
Michael J. Spencer
2010-10-21
Don't include the destination interval in the union when computing
Jakob Stoklund Olesen
2010-10-21
Permit landing pad successor blocks when verifying basic blocks that end in an
Jakob Stoklund Olesen
2010-10-21
The variable liTRC is not used for anything useful, zap it
Duncan Sands
2010-10-21
Remove some variables that are never really used
Duncan Sands
2010-10-21
CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...
Michael J. Spencer
2010-10-20
Remember to keep track of rematted values.
Jakob Stoklund Olesen
2010-10-20
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
Move some of the InlineSpiller rematerialization code into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-20
Remove Synthesizable from the Type system; as MMX vector
Dale Johannesen
[prev]
[next]