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
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-16
/
+17
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+1
*
[ARM] Define a subtarget feature and use it to decide whether long calls should
Akira Hatanaka
2015-07-07
1
-6
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
1
-16
/
+2
*
[ARM] Fast-Isel was incorrectly selecting <2 x double> adds.
Pete Cooper
2015-05-06
1
-0
/
+4
*
[ARM][FastISel] Use TST #1 instead of CMP #0 for select.
Ahmed Bougacha
2015-05-06
1
-4
/
+4
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-2
/
+2
*
Add ARM test for r227489, but XFAIL because this is actually more work than i...
David Blaikie
2015-01-30
1
-7
/
+7
*
Revert "Revert "Matching ARM change for r227481: DebugInfo: Teach Fast ISel t...
Renato Golin
2015-01-30
1
-7
/
+7
*
Revert "Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respec...
Renato Golin
2015-01-30
1
-7
/
+7
*
Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respect the de...
David Blaikie
2015-01-29
1
-7
/
+7
*
Small cleanup in ARMFastISel initialization.
Eric Christopher
2015-01-29
1
-5
/
+4
*
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
2015-01-29
1
-13
/
+11
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-21
/
+11
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-15
/
+15
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-29
/
+29
*
[FastISel][ARM] Fix a think-o in my previous commit (r215682).
Juergen Ributzka
2014-08-15
1
-15
/
+15
*
[FastISel][ARM] Fall-back to constant pool loads when materializing an i32 co...
Juergen Ributzka
2014-08-14
1
-1
/
+2
*
[FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.
Juergen Ributzka
2014-08-13
1
-0
/
+3
*
[FastISel][ARM] Fix a bug in the integer materialization code.
Juergen Ributzka
2014-08-13
1
-1
/
+3
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-5
/
+5
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+10
*
[FastISel][ARM] Do not emit stores for undef arguments.
Juergen Ributzka
2014-08-01
1
-0
/
+6
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-1
/
+1
*
ARM: Implement big endian bit-conversion for NEON type
Christian Pirker
2014-05-12
1
-0
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-4
/
+5
*
FastISel: constrain the RegClass of operands when emitting instructions.
Tim Northover
2014-04-15
1
-19
/
+0
*
Tidy up. Trailing whitespace.
Jim Grosbach
2014-04-03
1
-1
/
+1
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-84
/
+0
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-2
/
+3
*
[C++11] Mark the target fast isel classes as 'final' so that the compiler can...
Craig Topper
2014-03-18
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-6
/
+6
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
Rafael Espindola
2014-02-18
1
-139
/
+157
*
ARM: fix fast-isel assertion failure
Tim Northover
2014-02-04
1
-1
/
+2
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-5
/
+5
*
Keep comment with 'Subtarget' ivar.
Bill Wendling
2013-12-30
1
-1
/
+1
*
Store the global variable that's created so that it's reclaimed afterwards.
Bill Wendling
2013-12-29
1
-1
/
+3
*
ARM: constrain register-class in fast-isel
Tim Northover
2013-12-11
1
-1
/
+3
*
Darwin-ARM: use movw/movt for static relocations
Tim Northover
2013-11-26
1
-5
/
+3
*
ARM: remove special cases for Darwin dynamic-no-pic mode.
Tim Northover
2013-11-25
1
-4
/
+5
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-7
/
+2
*
[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
2013-09-09
1
-3
/
+3
*
ARM: Constrain regclass for TSTri instruction.
Jim Grosbach
2013-08-26
1
-0
/
+2
*
ARM: FastISel verifier error cleanup.
Jim Grosbach
2013-08-26
1
-0
/
+7
*
[ARM] Fix another ARM FastISel -verify-machineinstrs issue.
Joey Gouly
2013-08-23
1
-0
/
+4
*
Fix ARM FastISel PIC function call.
Logan Chien
2013-08-22
1
-2
/
+9
[next]