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
*
Lower Neon VLD* intrinsics to custom DAG nodes, and manually allocate the
Bob Wilson
2009-08-04
1
-0
/
+59
*
Minor cleanup. No functional changes intended.
Bob Wilson
2009-08-04
1
-6
/
+5
*
Lower CONCAT_VECTOR during legalization instead of matching it during isel.
Bob Wilson
2009-08-03
1
-5
/
+19
*
convert ctors/dtors section to be in TLOF instead of
Chris Lattner
2009-08-02
1
-2
/
+2
*
Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the same
Evan Cheng
2009-08-01
1
-3
/
+3
*
refactor section construction in TLOF to be through an explicit
Chris Lattner
2009-07-31
1
-1
/
+1
*
Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs.
Bob Wilson
2009-07-30
1
-1
/
+19
*
Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...
Evan Cheng
2009-07-29
1
-1
/
+3
*
In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un...
Evan Cheng
2009-07-28
1
-6
/
+3
*
the apple "ld_classic" linker doesn't support .literal16 in 32-bit
Chris Lattner
2009-07-28
1
-1
/
+1
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-1
/
+8
*
Add support for ARM Neon VREV instructions.
Bob Wilson
2009-07-26
1
-0
/
+24
*
Change Thumb2 jumptable codegen to one that uses two level jumps:
Evan Cheng
2009-07-25
1
-6
/
+19
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-4
/
+4
*
fix an arm codegen bug (the same as PR4482 on ppc) where available_externally
Chris Lattner
2009-07-15
1
-4
/
+3
*
Remove an extra space.
Bob Wilson
2009-07-14
1
-1
/
+1
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-21
/
+21
*
Fix comment typos.
Bob Wilson
2009-07-13
1
-1
/
+1
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-16
/
+16
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-4
/
+5
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
1
-36
/
+58
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-9
/
+6
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
1
-1
/
+1
*
Add some more Thumb2 multiplication instructions.
Evan Cheng
2009-07-07
1
-4
/
+4
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
1
-1
/
+1
*
Add thumb2 sign / zero extend with rotate instructions.
Evan Cheng
2009-07-03
1
-1
/
+1
*
Thumb2 pre/post indexed loads.
Evan Cheng
2009-07-02
1
-28
/
+67
*
80 col violation.
Evan Cheng
2009-07-02
1
-2
/
+2
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
1
-1
/
+1
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
1
-0
/
+5
*
Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ...
David Goodwin
2009-06-29
1
-5
/
+3
*
Thumb-2 has CLZ.
David Goodwin
2009-06-26
1
-1
/
+1
*
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-22
1
-96
/
+981
*
Add comments.
Evan Cheng
2009-06-19
1
-0
/
+4
*
Should be using Bcc (average) latency to determine if-conversion threshold, n...
Evan Cheng
2009-06-19
1
-1
/
+1
*
Latency information for ARM v6. It's rough and not yet hooked up. Right now ...
Evan Cheng
2009-06-19
1
-0
/
+15
*
Remove UseThumbBacktraces. Just check if subtarget is darwin.
Evan Cheng
2009-06-18
1
-1
/
+1
*
Address review comments: add 3 ARM calling conventions.
Anton Korobeynikov
2009-06-16
1
-7
/
+34
*
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
1
-1
/
+6
*
Only 64-bit targets support TImode libcalls. Disable the TImode shift libcalls
Bob Wilson
2009-05-22
1
-0
/
+5
*
Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass has
Bob Wilson
2009-05-18
1
-1
/
+4
*
Update the names of the exception handling sjlj instrinsics to
Jim Grosbach
2009-05-14
1
-2
/
+2
*
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-13
1
-0
/
+1
*
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
Jim Grosbach
2009-05-12
1
-4
/
+23
*
Change LowerCallResult method so that CCValAssign::BCvt can be used with
Bob Wilson
2009-04-25
1
-16
/
+16
*
Adjust a comment to reflect what the code does. Splitting a 64-bit argument
Bob Wilson
2009-04-24
1
-1
/
+1
*
Fix up some problems with getCopyToReg and getCopyFromReg nodes being
Bob Wilson
2009-04-24
1
-8
/
+12
*
Move duplicated AddLiveIn function from X86 and ARM backends to be a method
Bob Wilson
2009-04-20
1
-14
/
+3
*
Move the AddLiveIn function definition closer to its uses.
Bob Wilson
2009-04-17
1
-11
/
+11
*
Rearrange code to reduce indentation.
Bob Wilson
2009-04-17
1
-41
/
+38
[next]