index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a temporary command line option to verify machine code after each spill or
Jakob Stoklund Olesen
2010-10-28
1
-0
/
+6
*
Do not work too hard to find type's file info. There is a special field to re...
Devang Patel
2010-10-28
1
-2
/
+2
*
Technically DIFile scope should also be handled here.
Devang Patel
2010-10-28
1
-0
/
+4
*
Teach the DAG combiner to fold a splat of a splat. Radar 8597790.
Bob Wilson
2010-10-28
1
-24
/
+28
*
Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.
Evan Cheng
2010-10-28
1
-0
/
+3
*
Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...
Evan Cheng
2010-10-28
1
-3
/
+0
*
Fix a major bug in operand latency computation. The use index must be adjusted
Evan Cheng
2010-10-28
1
-0
/
+3
*
Putting r117193 back except for the compile time cost. Rather than assuming f...
Evan Cheng
2010-10-27
1
-3
/
+10
*
COFF: Add IMAGE_SCN_MEM_READ to text sections.
Michael J. Spencer
2010-10-27
1
-0
/
+1
*
Fix whitespace.
Michael J. Spencer
2010-10-27
1
-15
/
+15
*
Formatting.
Jim Grosbach
2010-10-27
1
-2
/
+2
*
Handle critical loop predecessors by making both inside and outside registers
Jakob Stoklund Olesen
2010-10-27
2
-2
/
+19
*
Compute critical loop predecessors in the same way as critical loop exits.
Jakob Stoklund Olesen
2010-10-27
2
-1
/
+38
*
Physical registers trivially have multiple connected components all the time.
Jakob Stoklund Olesen
2010-10-27
1
-5
/
+7
*
Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches
Dale Johannesen
2010-10-26
2
-2
/
+11
*
Remove the vector of live vregs. I thought we would need to track
Andrew Trick
2010-10-26
2
-6
/
+0
*
After splitting, compute connected components of all new registers, not just for
Jakob Stoklund Olesen
2010-10-26
2
-17
/
+20
*
Verify that live intervals are connected. If there are multiple connected
Jakob Stoklund Olesen
2010-10-26
1
-1
/
+9
*
Call RenumberValues for all new registers created during splitting. This is
Jakob Stoklund Olesen
2010-10-26
1
-1
/
+2
*
Preserve PHIDef bits in cloned values during splitting.
Jakob Stoklund Olesen
2010-10-26
1
-0
/
+4
*
Assign source ordering to nodes created for StoreInst.
Devang Patel
2010-10-26
1
-2
/
+5
*
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-10-26
4
-20
/
+29
*
Remmeber to print full live interval on verification error.
Jakob Stoklund Olesen
2010-10-26
1
-4
/
+7
*
Jakob's review of the basic register allocator.
Andrew Trick
2010-10-26
4
-113
/
+160
*
s/beginScope/beginInstruction/g
Devang Patel
2010-10-26
3
-10
/
+10
*
Don't verify physical registers going into landing pads.
Jakob Stoklund Olesen
2010-10-26
1
-0
/
+8
*
Use instruction itinerary to determine what instructions are 'cheap'.
Evan Cheng
2010-10-26
1
-4
/
+36
*
For statistics that are only used in functions declared in !NDEBUG, wrap the
Nick Lewycky
2010-10-26
2
-0
/
+5
*
InlineSpiller can also update LiveStacks.
Jakob Stoklund Olesen
2010-10-26
1
-0
/
+9
*
Make the spiller responsible for updating the LiveStacks analysis.
Jakob Stoklund Olesen
2010-10-26
3
-34
/
+20
*
When the "true" and "false" blocks of a diamond if-conversion are the same,
Bob Wilson
2010-10-26
1
-52
/
+46
*
Change if-conversion to keep track of the extra cost due to microcoded
Bob Wilson
2010-10-26
1
-11
/
+25
*
Neuter r117193 as it causes significant post-ra scheduler compile time regres...
Evan Cheng
2010-10-25
1
-2
/
+2
*
Simplify.
Devang Patel
2010-10-25
1
-9
/
+9
*
Add counters to count basic blocks and machine basic blocks with out of order...
Devang Patel
2010-10-25
1
-4
/
+63
*
Add simple counter to count no. of basic blocks without any line number infor...
Devang Patel
2010-10-25
1
-0
/
+28
*
In which I learn how to forward declare template classes.
Jakob Stoklund Olesen
2010-10-25
1
-2
/
+1
*
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-23
1
-12
/
+12
*
Fix a likely bug in an assertion by adding parentheses around '||'. This bug
Chandler Carruth
2010-10-23
1
-1
/
+1
*
Properly model the latency of register defs which are 1) function returns or
Evan Cheng
2010-10-23
2
-16
/
+85
*
Verify LiveIntervals against the CFG, ensuring that live-in values are live-out
Jakob Stoklund Olesen
2010-10-23
1
-1
/
+77
*
Nonvirtual dtor that was accessible enough to be bad.
Andrew Trick
2010-10-22
1
-0
/
+2
*
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
6
-1
/
+801
*
Add more verification of LiveIntervals.
Jakob Stoklund Olesen
2010-10-22
1
-0
/
+29
*
Be more strict about detecting multi-use blocks for isolation.
Jakob Stoklund Olesen
2010-10-22
1
-28
/
+29
*
Unbreak build.
Evan Cheng
2010-10-22
2
-10
/
+11
*
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-10-22
1
-1
/
+1
*
Be more strict when detecting critical edges before loop splitting.
Jakob Stoklund Olesen
2010-10-22
1
-19
/
+15
*
Add print methods
Jakob Stoklund Olesen
2010-10-22
2
-18
/
+32
*
X86: Base _fltused on the FunctionType of the called value instead of the pot...
Michael J. Spencer
2010-10-21
1
-19
/
+20
[next]