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
/
AArch64
/
AArch64FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reapplying [FastISel][AArch64] Cleanup constant materialization code. NFCI.
Juergen Ributzka
2014-08-15
1
-26
/
+30
*
Revert several FastISel commits to track down a buildbot error.
Juergen Ributzka
2014-08-14
1
-42
/
+26
*
Revert "[FastISel][AArch64] Add support for more addressing modes."
Juergen Ributzka
2014-08-14
1
-289
/
+168
*
Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly con...
Aaron Ballman
2014-08-14
1
-1
/
+1
*
AArch64: Silence warning in AArch64FastISel
David Majnemer
2014-08-14
1
-1
/
+1
*
[AArch64, fast-isel] Fall back to SelectionDAG to select tail calls.
Akira Hatanaka
2014-08-13
1
-0
/
+5
*
[FastISel][AArch64] Add support for more addressing modes.
Juergen Ributzka
2014-08-13
1
-168
/
+289
*
[FastISel][AArch64] Make use of the zero register when possible.
Juergen Ributzka
2014-08-13
1
-1
/
+13
*
[FastISel][AArch64] Cleanup constant materialization code. NFCI.
Juergen Ributzka
2014-08-13
1
-26
/
+30
*
[FastISel][AArch64] Attach MachineMemOperands to load and store instructions.
Juergen Ributzka
2014-08-08
1
-17
/
+29
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-4
/
+3
*
[FastIsel][AArch64] Fix previous commit r214844 (Don't perform sign-/zero-ext...
Juergen Ributzka
2014-08-05
1
-6
/
+4
*
[FastISel][AArch64] Implement the FastLowerArguments hook.
Juergen Ributzka
2014-08-05
1
-0
/
+103
*
[FastISel][AArch64] Don't perform sign-/zero-extension for function arguments...
Juergen Ributzka
2014-08-05
1
-2
/
+24
*
[FastISel][AArch64] Fix shift lowering for i8 and i16 value types.
Juergen Ributzka
2014-08-04
1
-15
/
+13
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
[FastISel][AArch64] Fold offset into the memory operation.
Juergen Ributzka
2014-08-01
1
-0
/
+7
*
[FastISel][AArch64] Add branch weights.
Juergen Ributzka
2014-08-01
1
-5
/
+38
*
[FastISel][AArch64] Fix the immediate versions of the {s|u}{add|sub}.with.ove...
Juergen Ributzka
2014-08-01
1
-48
/
+49
*
[FastISel][AArch64] Add basic bitcast support for conversion between float an...
Juergen Ributzka
2014-07-31
1
-0
/
+37
*
[FastISel][AArch64] Add sqrt intrinsic support.
Juergen Ributzka
2014-07-31
1
-0
/
+19
*
[FastISel][AArch64] Add MachO large code model support for function calls.
Juergen Ributzka
2014-07-31
1
-10
/
+105
*
[FastISel][AArch64 and X86] Don't emit stores for UNDEF arguments during func...
Juergen Ributzka
2014-07-31
1
-0
/
+4
*
[FastISel][AArch64] Add select folding support for the XALU intrinsics.
Juergen Ributzka
2014-07-30
1
-34
/
+36
*
[FastISel][AArch64] Add branch folding support for the XALU intrinsics.
Juergen Ributzka
2014-07-30
1
-3
/
+77
*
[FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflow intrinsic support.
Juergen Ributzka
2014-07-30
1
-0
/
+171
*
[FastISel][AArch64] Create helper functions to create the various multiplies ...
Juergen Ributzka
2014-07-30
1
-24
/
+70
*
[FastISel][AArch64] Add support for shift-immediate.
Juergen Ributzka
2014-07-30
1
-1
/
+101
*
[FastISel][AArch64] Add support for frameaddress intrinsic.
Juergen Ributzka
2014-07-25
1
-2
/
+28
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-1
/
+1
*
[FastISel][AArch64] Fix return type in FastLowerCall.
Juergen Ributzka
2014-07-23
1
-4
/
+4
*
[FastIsel][AArch64] Add support for the FastLowerCall and FastLowerIntrinsicC...
Juergen Ributzka
2014-07-22
1
-136
/
+81
*
AArch64: correctly fast-isel i8 & i16 multiplies
Tim Northover
2014-07-10
1
-0
/
+1
*
Make AArch64FastISel::EmitIntExt explicitly check its source and destination ...
Louis Gerbarg
2014-07-09
1
-3
/
+8
*
Allow AArch64FastISel to degrade graceully in the presence of an MVT::i128
Louis Gerbarg
2014-07-07
1
-0
/
+6
*
AArch64: teach FastISel how to handle offset FrameIndices
Tim Northover
2014-06-10
1
-4
/
+11
*
AArch64: make FastISel memcpy emission more robust.
Tim Northover
2014-06-10
1
-3
/
+5
*
AArch64: mark small types (i1, i8, i16) as promoted
Tim Northover
2014-06-03
1
-3
/
+1
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-9
/
+3
*
AArch64: simplify calling conventions slightly.
Tim Northover
2014-05-26
1
-1
/
+0
*
AArch64: disable FastISel for large code model.
Tim Northover
2014-05-24
1
-0
/
+5
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+1977
[prev]