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
/
ARMISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"
Robin Morisset
2014-09-17
1
-26
/
+4
*
[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors
Robin Morisset
2014-09-17
1
-4
/
+26
*
[X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
Robin Morisset
2014-09-17
1
-0
/
+2
*
Silencing a usually-helpful-but-braindead-silly-in-this-case sign mismatch wa...
Aaron Ballman
2014-09-04
1
-1
/
+1
*
Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
Robin Morisset
2014-09-03
1
-17
/
+23
*
Use target-dependent emitLeading/TrailingFence instead of the target-independ...
Robin Morisset
2014-09-03
1
-1
/
+58
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-0
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+1
*
Revert "ARM: improve RTABI 4.2 conformance on Linux"
Chad Rosier
2014-08-23
1
-29
/
+38
*
Revert "ARM: mark missing functions from RTABI"
Chad Rosier
2014-08-23
1
-24
/
+0
*
ARM / x86_64 varargs: Don't save regparms in prologue without va_start
Reid Kleckner
2014-08-22
1
-2
/
+2
*
Add a thread-model knob for lowering atomics on baremetal & single threaded s...
Jonathan Roelofs
2014-08-21
1
-2
/
+6
*
[ARM] Enable DP copy, load and store instructions for FPv4-SP
Oliver Stannard
2014-08-21
1
-21
/
+158
*
ARM: Fix codegen for rbit intrinsic
Yi Kong
2014-08-20
1
-2
/
+2
*
Make use of isAtLeastRelease/Acquire in the ARM/AArch64 backends
Robin Morisset
2014-08-18
1
-4
/
+2
*
[ARM,AArch64] Do not tail-call to an externally-defined function with weak li...
Oliver Stannard
2014-08-18
1
-0
/
+13
*
ARM: mark missing functions from RTABI
Saleem Abdulrasool
2014-08-17
1
-0
/
+24
*
ARM: improve RTABI 4.2 conformance on Linux
Saleem Abdulrasool
2014-08-17
1
-38
/
+29
*
ARM: whitespace
Saleem Abdulrasool
2014-08-17
1
-5
/
+5
*
Fix typos in comments
Robin Morisset
2014-08-15
1
-1
/
+1
*
[AArch32] Add support for FP rounding operations for ARMv8/AArch32.
Chad Rosier
2014-08-15
1
-0
/
+12
*
IR: Print a newline when dumping Types
Justin Bogner
2014-08-12
1
-1
/
+1
*
ARM: __gnu_h2f_ieee and __gnu_f2h_ieee always use the soft-float calling conv...
Oliver Stannard
2014-08-11
1
-0
/
+13
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+0
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-0
/
+1
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-18
/
+18
*
ARM: do not generate BLX instructions on Cortex-M CPUs.
Tim Northover
2014-08-06
1
-2
/
+2
*
ARM-MachO: materialize callee address correctly on v4t.
Tim Northover
2014-08-06
1
-1
/
+4
*
Re-apply r214881: Fix return sequence on armv4 thumb
Jonathan Roelofs
2014-08-05
1
-0
/
+4
*
Revert r214881 because it broke lots of build-bots
Jonathan Roelofs
2014-08-05
1
-4
/
+0
*
Fix return sequence on armv4 thumb
Jonathan Roelofs
2014-08-05
1
-0
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-13
/
+23
*
[SDAG] Let the DAG combiner take care of dead nodes rather than manually
Chandler Carruth
2014-08-02
1
-2
/
+0
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
ARM: add __aeabi_d2h for truncation on AEABI systems
Tim Northover
2014-07-29
1
-0
/
+1
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-4
/
+7
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-0
/
+5
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-1
/
+1
*
ARM: correct WoA __builtin_alloca handling on O0
Saleem Abdulrasool
2014-07-19
1
-3
/
+2
*
ARM: support legalisation of "fptrunc ... to half" operations.
Tim Northover
2014-07-18
1
-3
/
+7
*
ARM: support direct f16 <-> f64 conversions
Tim Northover
2014-07-17
1
-1
/
+8
*
CodeGen: extend f16 conversions to permit types > float.
Tim Northover
2014-07-17
1
-2
/
+2
*
ARM: properly lower dllimport'ed global values
Saleem Abdulrasool
2014-07-07
1
-2
/
+23
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-4
/
+6
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-3
/
+4
*
ARMEB: Vector extend operations
Christian Pirker
2014-06-23
1
-0
/
+5
*
Fix typos
Alp Toker
2014-06-19
1
-1
/
+1
*
ARM: intrinsic support for rbit.
Jim Grosbach
2014-06-16
1
-0
/
+5
*
ARM: implement correct atomic operations on v7M
Tim Northover
2014-06-16
1
-8
/
+14
[next]