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
2010-09-23
never mind. I can't read, apparently
Jim Grosbach
2010-09-23
Fix r114632. Return if the only terminator is an unconditional branch after t...
Evan Cheng
2010-09-23
Fix opcode value for the 'trap' instruction, keeping the type suffix on the
Jim Grosbach
2010-09-23
explicit 'unsigned long' on constant value. Hopefully make bots happier.
Jim Grosbach
2010-09-23
Unbreak build. Jim, please review.
Benjamin Kramer
2010-09-23
Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don't
Jim Grosbach
2010-09-23
nuke unused var
Jim Grosbach
2010-09-23
If there are multiple unconditional branches terminating a block, eliminate all
Evan Cheng
2010-09-22
Add support for ELF PLT references for ARM MC asm printing. Adding a
Jim Grosbach
2010-09-22
Enable a few additional asserts in MC instruction lowering.
Jim Grosbach
2010-09-22
Change VDUPLANE DAG combiner to just return the result instead of calling
Bob Wilson
2010-09-22
Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing one
Bob Wilson
2010-09-22
add FIXME
Jim Grosbach
2010-09-22
Remove a few commented out bits
Jim Grosbach
2010-09-22
Add PrintSpecial() handling for in ARM MC instruction printer.
Jim Grosbach
2010-09-22
Add MC instruction printer support for ARM and Thumb1 jump tables.
Jim Grosbach
2010-09-22
Add MC instruction printer support for TB[BH] style thumb2 jump tables.
Jim Grosbach
2010-09-22
Clean up comment.
Jim Grosbach
2010-09-21
OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe...
Evan Cheng
2010-09-21
Add start of support for MC instruction printer of ARM jump tables. Filling in
Jim Grosbach
2010-09-21
Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ...
Owen Anderson
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
convert a couple more places to use the new getStore()
Chris Lattner
2010-09-21
Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON load
Bob Wilson
2010-09-21
Fix errant printing of [v]ldm instructions that aren't a pop
Jim Grosbach
2010-09-21
Fix buglet when the TST instruction directly uses the AND result.
Gabor Greif
2010-09-21
Move the search for the appropriate AND instruction
Gabor Greif
2010-09-21
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
Chris Lattner
2010-09-21
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-20
Simplify ARM callee-saved register handling by removing the distinction
Jim Grosbach
2010-09-18
Fix build.
Michael J. Spencer
2010-09-18
Thumb opcodes for thumb calls.
Eric Christopher
2010-09-18
Add addrmode5 fp load support. Swap float/thumb operand adding to handle
Eric Christopher
2010-09-18
Floating point stores have a 3rd addressing mode type.
Eric Christopher
2010-09-18
factor out a simple helper function to create a label for PC-relative
Jim Grosbach
2010-09-18
PC-relative pseudo instructions are lowered and printed directly. Any encounter
Jim Grosbach
2010-09-17
Fix vmov.f64 disassembly on targets where sizeof(long) != 8.
Benjamin Kramer
2010-09-17
Add MC-inst handling for tPICADD
Jim Grosbach
2010-09-17
Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64
Bob Wilson
2010-09-17
Teach the (non-MC) instruction printer to use the cannonical names for push/pop,
Jim Grosbach
2010-09-17
Rework arm fast isel branch and compare code.
Eric Christopher
2010-09-17
Hook up verbose asm comment printing for SOImm operands in MC printer
Jim Grosbach
2010-09-17
trailing whitespace
Jim Grosbach
2010-09-17
Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!
Jim Grosbach
2010-09-17
handle the upper16/lower16 target operand flags on symbol references for MC
Jim Grosbach
2010-09-17
expand PICLDR MC lowering to handle other PICLDR and PICSTR versions.
Jim Grosbach
2010-09-16
MC-ization of the PICLDR pseudo. Next up, adding the other variants
Jim Grosbach
2010-09-16
Make sure to promote single precision floats to double before extracting them
Jim Grosbach
2010-09-16
Remove support for "dregpair" operand modifier, now that it is no longer being
Bob Wilson
[prev]
[next]