index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.
Evgeniy Stepanov
2012-01-19
1
-0
/
+3
*
ARM assembly diagnostic caret in better position for FPImm.
Jim Grosbach
2012-01-19
1
-3
/
+4
*
Thumb2 relaxation for tADR to t2ADR.
Jim Grosbach
2012-01-19
1
-0
/
+2
*
Add comment and fix range check in condition.
Jim Grosbach
2012-01-19
1
-1
/
+3
*
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
1
-1
/
+2
*
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-19
1
-1
/
+1
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+3
*
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-18
3
-0
/
+69
*
Replace FIXME with explanatory comment.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-9
/
+20
*
Rename pattern for clarity.
Jim Grosbach
2012-01-18
1
-4
/
+3
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-11
/
+11
*
Thumb2 load/store fixups don't set the thumb bit.
Jim Grosbach
2012-01-18
1
-4
/
+8
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
1
-0
/
+15
*
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+2
*
Implement ARMBaseRegisterInfo::getCallPreservedMask().
Jakob Stoklund Olesen
2012-01-17
3
-19
/
+17
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
2
-7
/
+1
*
Refactor variables unused under non-assert builds (& remove two entirely unus...
David Blaikie
2012-01-16
1
-2
/
+2
*
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
1
-20
/
+12
*
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-14
1
-0
/
+5
*
Use RegisterTuples to generate pseudo-registers.
Jakob Stoklund Olesen
2012-01-13
4
-45
/
+51
*
Fix assert.
Eric Christopher
2012-01-11
1
-2
/
+2
*
ARM Ld/St Optimizer fix.
Andrew Trick
2012-01-11
1
-3
/
+4
*
Consider unknown alignment caused by OptimizeThumb2Instructions().
Jakob Stoklund Olesen
2012-01-10
1
-4
/
+25
*
ARM updating VST2 pseudo-lowering fixed vs. register update.
Jim Grosbach
2012-01-10
3
-8
/
+8
*
Move default case for covered enum outside of switch.
Richard Smith
2012-01-10
1
-1
/
+1
*
Fix a -Wreturn-type warning in g++.
Richard Smith
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
3
-4
/
+0
*
Accurately model hardware alignment rounding.
Jakob Stoklund Olesen
2012-01-10
1
-21
/
+56
*
Catch runaway ARMConstantIslandPass even in -Asserts builds.
Jakob Stoklund Olesen
2012-01-09
1
-2
/
+2
*
Don't forget to transfer implicit uses of return instruction.
Evan Cheng
2012-01-08
1
-2
/
+5
*
Match SelectionDAG logic for enabling movt.
Jakob Stoklund Olesen
2012-01-07
2
-2
/
+7
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Use getRegForValue() to materialize the address of ARM globals.
Jakob Stoklund Olesen
2012-01-07
1
-10
/
+0
*
Copy implicit defs (e.g. r0) when changing tBX_RET to tPOP_RET. This bug is
Evan Cheng
2012-01-07
1
-0
/
+1
*
Use movw+movt in ARMFastISel::ARMMaterializeGV.
Jakob Stoklund Olesen
2012-01-07
1
-29
/
+50
*
Enable aligned NEON spilling by default.
Jakob Stoklund Olesen
2012-01-06
1
-1
/
+1
*
Abort AdjustBBOffsetsAfter early when possible.
Jakob Stoklund Olesen
2012-01-06
1
-2
/
+10
*
Reapply r146997, "Heed spill slot alignment on ARM."
Jakob Stoklund Olesen
2012-01-05
2
-3
/
+4
*
Avoid reserving an ARM base pointer during register allocation.
Jakob Stoklund Olesen
2012-01-05
1
-2
/
+17
*
Fix more places which should be checking for iOS, not darwin.
Evan Cheng
2012-01-04
3
-18
/
+18
*
Revert r146997, "Heed spill slot alignment on ARM."
Jakob Stoklund Olesen
2012-01-03
2
-4
/
+3
*
Fix malformed assert.
Matt Beaumont-Gay
2012-01-03
1
-1
/
+1
*
Fix Comments.
Jakob Stoklund Olesen
2011-12-24
1
-3
/
+3
*
Experimental support for aligned NEON spills.
Jakob Stoklund Olesen
2011-12-23
3
-13
/
+377
*
Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>
Bob Wilson
2011-12-22
4
-7
/
+23
*
ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).
Jim Grosbach
2011-12-22
4
-16
/
+70
*
Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.
Bob Wilson
2011-12-22
1
-1
/
+1
*
Tidy up. Use predicate function a bit more liberally.
Jim Grosbach
2011-12-22
1
-97
/
+52
*
Fix incorrect relocation generation. Patch by Kristof Beyls.
Rafael Espindola
2011-12-22
1
-8
/
+1
[next]