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
...
*
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
*
ARMEB: Fix trunc store for vector types
Christian Pirker
2014-06-16
1
-1
/
+2
*
ARM: Fix fastcc calling convention for Thumb1
Oliver Stannard
2014-06-13
1
-3
/
+3
*
ARM: add VLA extension for WoA Itanium ABI
Saleem Abdulrasool
2014-06-09
1
-1
/
+106
*
ARM: correct assertion for long-calls on WoA
Saleem Abdulrasool
2014-06-07
1
-2
/
+3
*
ARMEB: Fix function return type f64
Christian Pirker
2014-06-01
1
-0
/
+2
*
Have the TLOF creation take a Triple rather than needing a subtarget.
Eric Christopher
2014-05-31
1
-4
/
+4
*
ARM: teach AAPCS-VFP to deal with Cortex-M4.
Tim Northover
2014-05-27
1
-9
/
+8
*
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...
Benjamin Kramer
2014-05-19
1
-0
/
+2
*
ARM: make libcall setup more table driven
Saleem Abdulrasool
2014-05-18
1
-161
/
+100
*
ARM: consolidate frame pointer register knowledge
Saleem Abdulrasool
2014-05-18
1
-3
/
+5
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-18
/
+17
*
ARM: use the proper target object format for WoA
Saleem Abdulrasool
2014-05-17
1
-1
/
+2
*
ARM: add some integer/floating point conversion libcalls
Saleem Abdulrasool
2014-05-16
1
-0
/
+22
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-8
/
+8
[prev]
[next]