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
/
Target
/
ARM
/
ARMFastISel.cpp
Age
Commit message (
Expand
)
Author
2010-10-12
Handle a wider arrangement of loads.
Eric Christopher
2010-10-11
Use a sane mechanism for that assert.
Eric Christopher
2010-10-11
We're not going to handle dynamic allocas anywhere else.
Eric Christopher
2010-10-11
Make sure that the call stack adjustments have default operands. Also
Eric Christopher
2010-10-11
Found a bug turning this on by default. Disable again for now.
Eric Christopher
2010-10-11
Fix help text.
Eric Christopher
2010-10-11
Change flag from Enable to Disable since we're enabled by default.
Eric Christopher
2010-10-11
Turn on arm fast isel by default.
Eric Christopher
2010-10-11
Copy and pasteo.
Eric Christopher
2010-10-11
Whitespace cleanup in ARM fast isel.
Eric Christopher
2010-10-11
Add srem libcall support to ARM fast isel.
Eric Christopher
2010-10-11
Add i8 sdiv support for ARM fast isel.
Eric Christopher
2010-10-11
Implement select handling for ARM fast-isel.
Eric Christopher
2010-10-08
Fix the store part of this as well. Fixes smg2000.
Eric Christopher
2010-10-08
Move to thumb2 loads, fixes a problem with incoming registers
Eric Christopher
2010-10-07
Remember to promote load/store types for stack to register size.
Eric Christopher
2010-10-07
Use the correct register class for load instructions - fixes
Eric Christopher
2010-10-07
Use the correct register class here.
Eric Christopher
2010-10-07
Use the thumb2 conditional move instruction.
Eric Christopher
2010-10-07
Remove in-progress assertion, add TODO.
Eric Christopher
2010-10-05
Comment out fastisel debugging message.
Eric Christopher
2010-10-05
Random cleanup and make the intermediate register in fptosi a
Eric Christopher
2010-10-02
Start on lowering global addresses.
Eric Christopher
2010-10-01
Stub out constant GV handling, fixes C++ eh tests.
Eric Christopher
2010-10-01
Direct calls only for arm fast isel for now.
Eric Christopher
2010-10-01
Fix thinko on store instructions. Fixes test_indvars failure.
Eric Christopher
2010-10-01
Implement double return values in calls. Fixes
Eric Christopher
2010-09-30
Movement and cleanup.
Eric Christopher
2010-09-30
Start of generalized call support for ARM fast isel.
Eric Christopher
2010-09-29
Refactor arm fast isel libcall handling so that pieces can be used
Eric Christopher
2010-09-29
Add a convenience variable so I'm not chasing all over looking for
Eric Christopher
2010-09-29
Rework comparison handling to set a register on true/false. This avoids
Eric Christopher
2010-09-29
Remove unnecessary set ahead of time.
Eric Christopher
2010-09-29
Remove assert, add comment.
Eric Christopher
2010-09-28
32-bit constant ints only for now.
Eric Christopher
2010-09-28
Integer materialization needed the same thinko change.
Eric Christopher
2010-09-28
Rework builtin handling and call setup. The builtin handling
Eric Christopher
2010-09-28
Fix fp constant loads to have a destination register.
Eric Christopher
2010-09-27
Insert missing coherency in comment. Add a quick check for hardware
Eric Christopher
2010-09-27
Mass rename for Jim.
Eric Christopher
2010-09-18
Thumb opcodes for thumb calls.
Eric Christopher
2010-09-18
Add addrmode5 fp load support. Swap float/thumb operand adding to handle
Eric Christopher
2010-09-18
Floating point stores have a 3rd addressing mode type.
Eric Christopher
2010-09-17
Rework arm fast isel branch and compare code.
Eric Christopher
2010-09-14
Emit libcalls for SDIV, this requires some call infrastructure
Eric Christopher
2010-09-10
Start sketching out ARM fast-isel calls.
Eric Christopher
2010-09-10
For consistency.
Eric Christopher
2010-09-10
Fix build error.
Eric Christopher
2010-09-10
Update comments, reorganize some code, rename variables to be
Eric Christopher
2010-09-09
64-bit fp loads can come straight out of the constant pool, not as
Eric Christopher
[prev]
[next]