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
/
Target
/
ARM
/
ARMFastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Optimize generated code for integer materialization a bit.
Eric Christopher
2010-11-03
1
-1
/
+13
*
Simplify uses of MVT and EVT. An MVT can be compared directly
Duncan Sands
2010-11-03
1
-7
/
+6
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-36
/
+36
*
Invert these branches by default, it makes assembly comparisons a little
Eric Christopher
2010-11-03
1
-2
/
+2
*
Make sure we're only storing a single bit here.
Eric Christopher
2010-11-02
1
-2
/
+9
*
Remove an assert - it's possible to be hit, and we just want to avoid
Eric Christopher
2010-11-02
1
-1
/
+1
*
Whitespeace
Eric Christopher
2010-11-02
1
-1
/
+1
*
No really, no thumb1 for arm fast isel. Also add an informative comment as
Eric Christopher
2010-11-02
1
-3
/
+7
*
Make sure we have a legal type (and simple) before continuing.
Eric Christopher
2010-10-30
1
-1
/
+4
*
Handle comparison values we already have - this fixes the consumer-typeset
Eric Christopher
2010-10-29
1
-4
/
+65
*
Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like
Jim Grosbach
2010-10-27
1
-5
/
+8
*
Trailing whitespace
Jim Grosbach
2010-10-27
1
-17
/
+17
*
Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on
Jim Grosbach
2010-10-27
1
-3
/
+1
*
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-10-26
1
-10
/
+5
*
Move rejection of NEON parameters earlier in fast isel call processing,
Eric Christopher
2010-10-23
1
-3
/
+4
*
Silence compiler warnings.
Evan Cheng
2010-10-22
1
-1
/
+5
*
Add some basic ret instruction support to arm fast-isel.
Eric Christopher
2010-10-22
1
-0
/
+66
*
These don't need to be virtual.
Eric Christopher
2010-10-21
1
-13
/
+13
*
Handle storing args to the stack for calls.
Eric Christopher
2010-10-21
1
-4
/
+6
*
More load/store refactoring, call reg+offset simplification from within
Eric Christopher
2010-10-21
1
-28
/
+36
*
Custom lower f64 args passed in integer registers.
Eric Christopher
2010-10-21
1
-0
/
+15
*
Fix a TODO by removing some unnecesary copies.
Eric Christopher
2010-10-20
1
-13
/
+5
*
Revert r116220 - thus turning arm fast isel back on by default.
Eric Christopher
2010-10-18
1
-3
/
+3
*
Remove the check for invalid calling conventions. Testing shows that they're
Eric Christopher
2010-10-18
1
-4
/
+1
*
Lift arg promotion from the X86 backend. This should be unified at some point.
Eric Christopher
2010-10-18
1
-3
/
+57
*
Now that we handle all allocas via a non-SP reg offset remove all of the
Eric Christopher
2010-10-17
1
-79
/
+39
*
Allow more load types to be materialized through the allocas.
Eric Christopher
2010-10-17
1
-1
/
+1
*
Optimize GEP off of intermediate allocas.
Eric Christopher
2010-10-17
1
-14
/
+46
*
Fix comment.
Eric Christopher
2010-10-17
1
-1
/
+1
*
Turn on AddOperator folding in GEP.
Eric Christopher
2010-10-17
1
-1
/
+1
*
Use the i12 immediate versions of the load instructions - they're handled
Eric Christopher
2010-10-17
1
-6
/
+6
*
Fix some funky formatting that got through.
Eric Christopher
2010-10-16
1
-1
/
+3
*
Make sure offset is 0 for load/store register to the stack call.
Eric Christopher
2010-10-15
1
-2
/
+2
*
Fix else if -> if in store machinery.
Eric Christopher
2010-10-15
1
-1
/
+1
*
Refactor ARM fast-isel reg + offset to be a base + offset.
Eric Christopher
2010-10-15
1
-40
/
+45
*
Expand GEP handling for constant offsets.
Eric Christopher
2010-10-15
1
-23
/
+44
*
Handle more complex GEP based loads and add a few TODOs to deal with
Eric Christopher
2010-10-14
1
-10
/
+50
*
A few 80 column fixes.
Jim Grosbach
2010-10-13
1
-1
/
+1
*
Update comment.
Eric Christopher
2010-10-13
1
-1
/
+2
*
Start handling more global variables.
Eric Christopher
2010-10-13
1
-2
/
+5
*
Fix thinko in arm fast isel alloca rewrite.
Eric Christopher
2010-10-12
1
-1
/
+1
*
Rework alloca handling so that we can load or store from casted
Eric Christopher
2010-10-12
1
-63
/
+29
*
Handle a wider arrangement of loads.
Eric Christopher
2010-10-12
1
-0
/
+16
*
Use a sane mechanism for that assert.
Eric Christopher
2010-10-11
1
-2
/
+2
*
We're not going to handle dynamic allocas anywhere else.
Eric Christopher
2010-10-11
1
-1
/
+3
*
Make sure that the call stack adjustments have default operands. Also
Eric Christopher
2010-10-11
1
-5
/
+8
*
Found a bug turning this on by default. Disable again for now.
Eric Christopher
2010-10-11
1
-3
/
+3
*
Fix help text.
Eric Christopher
2010-10-11
1
-1
/
+1
*
Change flag from Enable to Disable since we're enabled by default.
Eric Christopher
2010-10-11
1
-4
/
+8
*
Turn on arm fast isel by default.
Eric Christopher
2010-10-11
1
-1
/
+1
[prev]
[next]