index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
2009-06-15
Part 1.
Evan Cheng
2009-06-13
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
Evan Cheng
2009-06-12
If killed register is defined by implicit_def, do not clear it since it's liv...
Evan Cheng
2009-06-12
Mark some pattern-less instructions as neverHasSideEffects.
Evan Cheng
2009-06-08
Add testcase for register scanveger assertion fix in r72755
Anton Korobeynikov
2009-06-05
Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...
Evan Cheng
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
A value defined by an implicit_def can be liven to a use BB. This is unfortun...
Evan Cheng
2009-06-04
Re-apply 72756 with fixes. One of those was introduced by we changed MachineI...
Evan Cheng
2009-06-03
Temporarily revert 72756 for now.
Evan Cheng
2009-06-03
Fold preceding / trailing base inc / dec into the single load / store as well.
Evan Cheng
2009-05-19
Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and
Bob Wilson
2009-05-19
Fix pr4091: Add support for "m" constraint in ARM inline assembly.
Bob Wilson
2009-05-18
Add nounwind to a few tests.
Dan Gohman
2009-05-12
Fix pr4195: When iterating through predecessor blocks, break out of the loop
Bob Wilson
2009-05-07
Fix pr4100. Do not remove no-op copies when they are dead. The register
Bob Wilson
2009-05-06
Do not use register as base ptr of pre- and post- inc/dec load / store nodes.
Evan Cheng
2009-05-02
Previously, RecursivelyDeleteDeadInstructions provided an option
Dan Gohman
2009-04-17
Rename file to have the correct suffix.
Bob Wilson
2009-04-17
Use CallConvLower.h and TableGen descriptions of the calling conventions
Bob Wilson
2009-04-16
Expand GEPs in ScalarEvolution expressions. SCEV expressions can now
Dan Gohman
2009-04-14
Use the output of the asm so the optimizer won't
Dale Johannesen
2009-04-10
move a target-specific test into its directory so it isn't run if you
Chris Lattner
2009-04-09
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-08
Add testcase for PR3795.
Bob Wilson
2009-04-08
Soft float support for FREM.
Duncan Sands
2009-04-08
Soft float support for undef. Reported by Xerxes RÄnby.
Duncan Sands
2009-04-06
Handle 'a' modifier in ARM inline assembly.
Bob Wilson
2009-04-01
Fix PR3862: Recognize some ARM-specific constraints for immediates in inline
Bob Wilson
2009-03-24
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-12
add no-unwind, remove duplicate run line.
Chris Lattner
2009-03-09
ARM isLegalAddressImmediate should check if type is a simple type now that op...
Evan Cheng
2009-03-08
Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ver...
Evan Cheng
2009-03-08
If a MI uses the same register more than once, only mark one of them as 'kill'.
Evan Cheng
2009-02-28
Last commit accidentially deleted this code.
Evan Cheng
2009-02-26
The last commit was overly conservative. It's ok to reuse value that's alread...
Evan Cheng
2009-02-22
If a use operand is marked isKill, don't forget to add kill to its live inter...
Evan Cheng
2009-02-17
A couple of places where reused use operands should be marked kill. This is e...
Evan Cheng
2009-02-12
Replace one of burr scheduling heuristic with something more sensible. Now ca...
Evan Cheng
2009-02-10
Fix PR3457: Ignore control successors when looking for closest scheduled succ...
Evan Cheng
2009-02-09
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...
Evan Cheng
2009-02-08
Revert r63999. It was breaking self-hosting builds.
Bill Wendling
2009-02-07
Enable machine sinking pass in non-fast mode.
Evan Cheng
2009-02-05
Turn on machine LICM in non-fast mode.
Evan Cheng
2009-01-15
Add the private linkage.
Rafael Espindola
2008-12-06
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-11-20
- Register scavenger should use MachineRegisterInfo and internal map to find ...
Evan Cheng
2008-11-18
Register scavenger should process early clobber defs first. A dead early clob...
Evan Cheng
2008-11-04
Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls.
Evan Cheng
2008-11-04
Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le...
Evan Cheng
[prev]
[next]