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
2012-06-01
[arm-fast-isel] Fix handling of the frameaddress intrinsic. If depth is 0
Chad Rosier
2012-05-30
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-11
[fast-isel] Add support for selecting @llvm.trap().
Chad Rosier
2012-05-11
[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...
Chad Rosier
2012-05-11
[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg
Chad Rosier
2012-05-11
[fast-isel] Rather then assert (or segfault in a non-asserts build), fall back
Chad Rosier
2012-05-11
The return type is an unsigned, not a bool.
Chad Rosier
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-06
Tidy up. 80 columns.
Jim Grosbach
2012-04-06
Deduplicate ARM call-related instructions.
Jakob Stoklund Olesen
2012-03-27
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-26
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-16
Check if we can handle the arguments of a call (and therefore the call) in
Bill Wendling
2012-03-15
[fast-isel] Address Eli's comments for r152847. Specifically, add a test case
Chad Rosier
2012-03-15
[fast-isel] Don't try to encode LONG_MIN using cmn instructions.
Chad Rosier
2012-03-07
[fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point
Chad Rosier
2012-03-06
Split fpscr into two registers: FPSCR and FPSCR_NZCV.
Lang Hames
2012-03-01
ARM use the right opcode for FP<->Integer move in fast-isel.
Jim Grosbach
2012-02-24
Switch ARM target to register masks.
Jakob Stoklund Olesen
2012-02-22
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-17
[fast-isel] Add support for returning non-legal types with no sign- or zero-
Chad Rosier
2012-02-16
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-15
Add braces to if clause to make symmetric with associate else clause.
Chad Rosier
2012-02-15
Use a temporary variable, rather then a series of redundant calls.
Chad Rosier
2012-02-14
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-08
[fast-isel] Add support for SUBs with non-legal types.
Chad Rosier
2012-02-08
[fast-isel] Add support for ORs with non-legal types.
Chad Rosier
2012-02-07
[fast-isel] Add support for indirect branches.
Chad Rosier
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-06
[fast-isel] Add support for ADDs with non-legal types.
Chad Rosier
2012-02-05
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-03
[fast-isel] Add support for URem.
Chad Rosier
2012-02-03
[fast-isel] Rename isZExt to isSigned. No functional change intended.
Chad Rosier
2012-02-03
[fast-isel] Add support for UDIV.
Chad Rosier
2012-02-03
[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.
Chad Rosier
2012-02-03
[fast-isel] Add support for selecting UIToFP.
Chad Rosier
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-11
Fix assert.
Eric Christopher
2012-01-07
Match SelectionDAG logic for enabling movt.
Jakob Stoklund Olesen
2012-01-07
Use getRegForValue() to materialize the address of ARM globals.
Jakob Stoklund Olesen
2012-01-07
Use movw+movt in ARMFastISel::ARMMaterializeGV.
Jakob Stoklund Olesen
2011-12-20
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
Evan Cheng
2011-12-14
VFP2 is required for FP loads. Noticed by inspection.
Chad Rosier
2011-12-14
Tidy up.
Chad Rosier
2011-12-14
Fix 80-column violation and extraneous brackets.
Chad Rosier
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-13
[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...
Chad Rosier
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
[arm-fast-isel] Doublewords only require word-alignment.
Chad Rosier
[prev]
[next]