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
/
lib
/
Target
/
ARM
Age
Commit message (
Expand
)
Author
2011-05-18
Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi...
Johnny Chen
2011-05-18
Revise r131553. Just use the type of the input node and forgo the bitcast. rd...
Evan Cheng
2011-05-18
Fix an ARMTargetLowering::LowerSELECT bug: legalized result must have same ty...
Evan Cheng
2011-05-18
In r131488 I misunderstood how VREV works. It splits the vector in half and s...
Tanya Lattner
2011-05-18
Fix typo.
Cameron Zwarich
2011-05-18
Fix more of PR8825 by correctly using rGPR registers when lowering atomic
Cameron Zwarich
2011-05-17
Actually, the address operand of the Thumb2 LDREX / STREX instructions *can*
Cameron Zwarich
2011-05-17
Correct a minor problem with the Thumb2 LDREX and STREX instruction encodings...
Cameron Zwarich
2011-05-17
vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...
Tanya Lattner
2011-05-16
Kill some dead code.
Jim Grosbach
2011-05-16
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
2011-05-11
Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.
Owen Anderson
2011-05-11
Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp
Bill Wendling
2011-05-10
First cut at getting debugging support for ARM/MC/ELF/.o
Jason W Kim
2011-05-09
Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...
Mon P Wang
2011-05-07
Eliminate the ARM sub-register indexes that are not needed by the sources.
Jakob Stoklund Olesen
2011-05-07
Fix the non-MC encoding of pkhbt and pkhtb.
Eric Christopher
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-04
Do not emit location expression size twice.
Devang Patel
2011-05-03
Mark ultra-super-registers QQQQ as call-clobbered instead of the D sub-regist...
Jakob Stoklund Olesen
2011-05-03
Temporarily disable use of divmod compiler-rt functions for iOS.
Bob Wilson
2011-05-03
Fold ARM coprocessor intrinsics patterns into the instructions defs whenever
Bruno Cardoso Lopes
2011-05-03
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-05-02
Apparently the check for direct calls is unnecessary.
Eric Christopher
2011-04-29
80-col.
Eric Christopher
2011-04-29
Zap a couple now-unused functions.
Eli Friedman
2011-04-29
Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...
Eli Friedman
2011-04-29
Add FastEmitInst_ii for the arm fast isel generator. It doesn't use it, but
Eric Christopher
2011-04-29
Some cleanup and optimize fallthrough more.
Eric Christopher
2011-04-29
Re-committing r130454, which does not in fact break anything.
Eli Friedman
2011-04-29
Add trunc->branch support, this won't help with clang's i8->i1 truncations
Eric Christopher
2011-04-29
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
Daniel Dunbar
2011-04-29
Teach Thumb2 isel to fold and->rotr ==> ROR.
Andrew Trick
2011-04-29
use the MachineInstrBuilder operator-> to simplify some code.
Chris Lattner
2011-04-29
Update comments and checks to match reality.
Eric Christopher
2011-04-29
Whitespace.
Eric Christopher
2011-04-28
Revert r130454; apparently this doesn't actually work.
Eli Friedman
2011-04-28
Fix a rather obscure crash caused by ARM fast-isel generating code which rede...
Eli Friedman
2011-04-28
Be more layout aware here and swap the successor and branch condition
Eric Christopher
2011-04-28
Let the immediate leaf pattern take transforms and switch the signed
Eric Christopher
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
Fix a bug in the case that there is no add or subtract symbol and the offset
Kevin Enderby
2011-04-27
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-26
ARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX loads.
Jim Grosbach
2011-04-26
Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...
Jakob Stoklund Olesen
2011-04-26
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-24
Fix Target/ARM/Thumb1FrameLowering.h header guard.
Sebastian Redl
2011-04-23
Thumb2 and ARM add/subtract with carry fixes.
Andrew Trick
[prev]
[next]