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-02-21
Skipping over debugvalue instructions to determine whether the split spot is ...
Evan Cheng
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-19
Avoid dangling else warnings.
Joerg Sonnenberger
2011-02-18
Fix style and a typo
Bruno Cardoso Lopes
2011-02-18
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-16
Some single precision VFP instructions may be executed on NEON pipeline, but ...
Evan Cheng
2011-02-15
Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...
Jakob Stoklund Olesen
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-14
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
A fail to match coprocessor number and register number must fail instead of a...
Bruno Cardoso Lopes
2011-02-14
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-13
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-12
AsmMatcher custom operand parser failure enhancements.
Jim Grosbach
2011-02-11
Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.
Nate Begeman
2011-02-11
Fix buggy fcopysign lowering.
Evan Cheng
2011-02-08
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2011-02-08
Temporary workaround for a bad bug introduced by r121082 which replaced
Evan Cheng
2011-02-07
Add support for parsing dmb/dsb instructions
Bruno Cardoso Lopes
2011-02-07
Remove the MCR asm parser hack and start using the custom target specific asm
Bruno Cardoso Lopes
2011-02-07
ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .o
Jason W Kim
2011-02-07
Fix an obvious typo which caused an isel assertion. rdar://8964854.
Evan Cheng
2011-02-07
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2011-02-07
Change VLD3/4 and VST3/4 for quad registers to not update the address register.
Bob Wilson
2011-02-07
Fix some NEON instruction itineraries.
Bob Wilson
2011-02-07
Fix a comment: addrmode6 no longer includes the optional writeback flag.
Bob Wilson
2011-02-07
Remove inaccurate comments: so_imm and t2_so_imm operands are not encoded
Bob Wilson
2011-02-07
Move code for OffsetCompare struct closer to where it is used.
Bob Wilson
2011-02-07
Rework some .ARM.attribute work for improved gcc compatibility.
Jason W Kim
2011-02-04
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-03
Fix 80-column violations and whitespace.
Bob Wilson
2011-02-02
Update comment to match my recent change.
Bob Wilson
2011-02-02
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-01
PR9081: Split up LDM instruction with deprecated use of both LR and PC.
Bob Wilson
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-30
Save a mapping between original and cloned constpool entries.
Anton Korobeynikov
2011-01-28
PR9030: Fix disassembly of ARM "mov pc, lr" instruction.
Bob Wilson
2011-01-27
Fix PLD encoding.
Evan Cheng
2011-01-27
Changed llvm-mc arm target to give an error if .syntax divided is used. Since
Kevin Enderby
2011-01-27
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
Use the incoming VT not the VT of where we're trying to store to determine
Eric Christopher
2011-01-26
Add support for printing out floating point values from the ARM assembly
Bill Wendling
2011-01-26
fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions
Bruno Cardoso Lopes
2011-01-26
Add needed braces.
Bill Wendling
2011-01-25
Revert 124230. It was causing test failures.
Bill Wendling
2011-01-25
The floating point value is encoded in its binary form as an Imm. Convert it
Bill Wendling
2011-01-25
Don't merge restore with tail call instruction.
Evan Cheng
2011-01-24
Provide correct registers for EH stuff on ARM
Anton Korobeynikov
[prev]
[next]