index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMFastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-26
1
-1
/
+0
*
Check if we can handle the arguments of a call (and therefore the call) in
Bill Wendling
2012-03-16
1
-8
/
+52
*
[fast-isel] Address Eli's comments for r152847. Specifically, add a test case
Chad Rosier
2012-03-15
1
-9
/
+8
*
[fast-isel] Don't try to encode LONG_MIN using cmn instructions.
Chad Rosier
2012-03-15
1
-5
/
+9
*
[fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point
Chad Rosier
2012-03-07
1
-4
/
+2
*
Split fpscr into two registers: FPSCR and FPSCR_NZCV.
Lang Hames
2012-03-06
1
-1
/
+1
*
ARM use the right opcode for FP<->Integer move in fast-isel.
Jim Grosbach
2012-03-01
1
-2
/
+2
*
Switch ARM target to register masks.
Jakob Stoklund Olesen
2012-02-24
1
-0
/
+8
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
1
-8
/
+8
*
[fast-isel] Add support for returning non-legal types with no sign- or zero-
Chad Rosier
2012-02-17
1
-6
/
+6
*
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-16
1
-13
/
+8
*
Add braces to if clause to make symmetric with associate else clause.
Chad Rosier
2012-02-15
1
-18
/
+19
*
Use a temporary variable, rather then a series of redundant calls.
Chad Rosier
2012-02-15
1
-4
/
+5
*
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-14
1
-8
/
+4
*
[fast-isel] Add support for SUBs with non-legal types.
Chad Rosier
2012-02-08
1
-0
/
+5
*
[fast-isel] Add support for ORs with non-legal types.
Chad Rosier
2012-02-08
1
-2
/
+13
*
[fast-isel] Add support for indirect branches.
Chad Rosier
2012-02-07
1
-0
/
+13
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-3
/
+1
*
[fast-isel] Add support for ADDs with non-legal types.
Chad Rosier
2012-02-06
1
-5
/
+34
*
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
1
-0
/
+1
*
[fast-isel] Add support for URem.
Chad Rosier
2012-02-03
1
-8
/
+10
*
[fast-isel] Rename isZExt to isSigned. No functional change intended.
Chad Rosier
2012-02-03
1
-13
/
+14
*
[fast-isel] Add support for UDIV.
Chad Rosier
2012-02-03
1
-8
/
+10
*
[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.
Chad Rosier
2012-02-03
1
-6
/
+8
*
[fast-isel] Add support for selecting UIToFP.
Chad Rosier
2012-02-03
1
-6
/
+8
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Fix assert.
Eric Christopher
2012-01-11
1
-2
/
+2
*
Match SelectionDAG logic for enabling movt.
Jakob Stoklund Olesen
2012-01-07
1
-1
/
+5
*
Use getRegForValue() to materialize the address of ARM globals.
Jakob Stoklund Olesen
2012-01-07
1
-10
/
+0
*
Use movw+movt in ARMFastISel::ARMMaterializeGV.
Jakob Stoklund Olesen
2012-01-07
1
-29
/
+50
*
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
Evan Cheng
2011-12-20
1
-8
/
+8
*
VFP2 is required for FP loads. Noticed by inspection.
Chad Rosier
2011-12-14
1
-0
/
+2
*
Tidy up.
Chad Rosier
2011-12-14
1
-1
/
+2
*
Fix 80-column violation and extraneous brackets.
Chad Rosier
2011-12-14
1
-8
/
+9
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-2
/
+2
*
[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...
Chad Rosier
2011-12-13
1
-7
/
+32
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-2
/
+1
*
[arm-fast-isel] Doublewords only require word-alignment.
Chad Rosier
2011-12-06
1
-3
/
+4
*
Fix 80-column issues.
Bob Wilson
2011-12-04
1
-4
/
+8
*
[arm-fast-isel] Unaligned stores of floats require special care.
Chad Rosier
2011-12-03
1
-3
/
+18
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-1
/
+1
*
[arm-fast-isel] After promoting a function parameter be sure to update the
Chad Rosier
2011-12-02
1
-2
/
+4
*
Silence wrong warnings from GCC about variables possibly being used
Duncan Sands
2011-11-28
1
-2
/
+2
*
Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...
Chad Rosier
2011-11-18
1
-3
/
+5
*
Add TODO comment.
Chad Rosier
2011-11-17
1
-0
/
+2
*
Dead code.
Chad Rosier
2011-11-17
1
-14
/
+0
*
Don't unconditionally set the kill flag.
Chad Rosier
2011-11-17
1
-1
/
+1
*
Check to make sure we can select the instruction before trying to put the
Chad Rosier
2011-11-16
1
-6
/
+6
*
Add FIXME comment.
Chad Rosier
2011-11-16
1
-0
/
+2
*
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-15
1
-1
/
+0
[next]