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
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-27
/
+36
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
1
-12
/
+18
*
Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this
Bob Wilson
2010-04-17
1
-12
/
+22
*
Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is...
Evan Cheng
2010-04-15
1
-4
/
+1
*
Fix build.
Anders Carlsson
2010-04-15
1
-1
/
+1
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-6
/
+6
*
Add -arm-long-calls option to force calls to be indirect. This makes the
Jim Grosbach
2010-04-14
1
-2
/
+44
*
Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand
Bob Wilson
2010-04-14
1
-9
/
+16
*
Handle a v2f64 formal parameter that is split between registers and memory
Bob Wilson
2010-04-13
1
-7
/
+13
*
Expand SELECT and SELECT_CC for NEON vector types.
Bob Wilson
2010-04-06
1
-0
/
+2
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-04
1
-4
/
+5
*
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
1
-5
/
+4
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
1
-4
/
+5
*
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-5
/
+4
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-4
/
+5
*
tweak the arm if conversion heuristic
Jim Grosbach
2010-03-24
1
-7
/
+1
*
try being more permissive for if-conversion on ARM V7. see what the nightly
Jim Grosbach
2010-03-24
1
-0
/
+9
*
Revert this change, since it was causing ARM performance regressions.
Bob Wilson
2010-03-19
1
-0
/
+54
*
Get rid of target-specific fp <-> int nodes when still I'm here.
Anton Korobeynikov
2010-03-18
1
-54
/
+0
*
Get rid of target-specific nodes for fp16 <-> fp32 conversion.
Anton Korobeynikov
2010-03-18
1
-13
/
+3
*
Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass.
Bob Wilson
2010-03-15
1
-0
/
+3
*
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-15
1
-1
/
+1
*
Add substarget feature for FP16
Anton Korobeynikov
2010-03-14
1
-1
/
+1
*
Add codegen support for FP16 on ARM
Anton Korobeynikov
2010-03-14
1
-10
/
+48
*
The ARM EH experiment worked!
Bill Wendling
2010-03-09
1
-30
/
+1
*
This is part of an LLC-beta test used to test <rdar://problem/6804645>. Please
Bill Wendling
2010-03-09
1
-1
/
+31
*
Remove dead parameter passing.
Bill Wendling
2010-03-02
1
-2
/
+1
*
Check for comparisons of +/- zero when optimizing less-than-or-equal and
Bob Wilson
2010-02-24
1
-22
/
+31
*
LowerCall() should always do getCopyFromReg() to reference the stack pointer.
Jim Grosbach
2010-02-24
1
-5
/
+1
*
Use NEON vmin/vmax instructions for floating-point selects.
Bob Wilson
2010-02-18
1
-8
/
+85
*
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-15
1
-28
/
+49
*
tighten up eh.setjmp sequence a bit.
Jim Grosbach
2010-02-08
1
-3
/
+9
*
Revert 95130.
Evan Cheng
2010-02-02
1
-1
/
+1
*
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
1
-1
/
+1
*
Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.
Anton Korobeynikov
2010-01-30
1
-2
/
+5
*
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-27
1
-1
/
+3
*
Wrap some comments to 80 columns.
Bob Wilson
2010-01-19
1
-2
/
+4
*
Patch by David Conrad:
Jim Grosbach
2010-01-18
1
-1
/
+16
*
Name change for consistency. No functional change.
Jim Grosbach
2010-01-15
1
-7
/
+7
*
EmitAtomicCmpSwap() custome inserter needs to delete the MI passed in. EmitAt...
Jim Grosbach
2010-01-15
1
-0
/
+3
*
ARM "l" constraint for inline asm means R0-R7, also for Thumb2.
Jakob Stoklund Olesen
2010-01-14
1
-2
/
+2
*
Fix pasto
Jakob Stoklund Olesen
2010-01-13
1
-1
/
+1
*
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
1
-1
/
+2
*
Delete the instruction just before the function terminates for consistency sake.
Evan Cheng
2009-12-21
1
-2
/
+3
*
Fix libstdc++ build on ARM linux and part of PR5770.
Rafael Espindola
2009-12-18
1
-0
/
+3
*
Handle ARM inline asm "w" constraints with 64-bit ("d") registers.
Bob Wilson
2009-12-18
1
-2
/
+2
*
nand atomic requires opposite operand ordering
Jim Grosbach
2009-12-15
1
-3
/
+9
*
Add ARMv6 memory and sync barrier instructions
Jim Grosbach
2009-12-14
1
-6
/
+13
*
Thumb2 atomic operations
Jim Grosbach
2009-12-14
1
-44
/
+83
*
atomic binary operations up to 32-bits wide.
Jim Grosbach
2009-12-14
1
-5
/
+63
[next]