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-12-02
ARM VLD1 single lane assembly parsing.
Jim Grosbach
2011-12-02
ARM encoder method needs the physical register number, not the enum.
Jim Grosbach
2011-12-02
[arm-fast-isel] After promoting a function parameter be sure to update the
Chad Rosier
2011-12-02
Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.
Jim Grosbach
2011-12-02
ARM start parsing VLD1 single lane instructions.
Jim Grosbach
2011-11-30
Remove unused variable
Matt Beaumont-Gay
2011-11-30
ARM parsing for VLD1 all lanes, with writeback.
Jim Grosbach
2011-11-30
ARM parsing for VLD1 two register all lanes, no writeback.
Jim Grosbach
2011-11-30
ARM parsing aliases for VLD1 single register all lanes.
Jim Grosbach
2011-11-29
Tidy up a bit.
Jim Grosbach
2011-11-29
Add comment.
Jim Grosbach
2011-11-29
ARM parsing aliases for data-size suffices on VST1.
Jim Grosbach
2011-11-29
ARM assembly parsing and encoding for four-register VST1.
Jim Grosbach
2011-11-29
ARM assembly parsing and encoding for three-register VST1.
Jim Grosbach
2011-11-29
comment.
Andrew Trick
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-28
Silence wrong warnings from GCC about variables possibly being used
Duncan Sands
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-25
ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.
NAKAMURA Takumi
2011-11-18
Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...
Chad Rosier
2011-11-17
Add TODO comment.
Chad Rosier
2011-11-17
Dead code.
Chad Rosier
2011-11-17
Don't unconditionally set the kill flag.
Chad Rosier
2011-11-16
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
Fix encoding of NOP used for padding in ARM mode .align.
Jim Grosbach
2011-11-16
ARM assembly parsing for shifted register operands for MOV instruction.
Jim Grosbach
2011-11-16
Clean up debug printing of ARM shifted operands.
Jim Grosbach
2011-11-16
ARM assmebly two operand forms for LSR, ASR, LSL, ROR register.
Jim Grosbach
2011-11-16
ARM assembly parsing for RRX mnemonic.
Jim Grosbach
2011-11-16
Check to make sure we can select the instruction before trying to put the
Chad Rosier
2011-11-16
ARM mode aliases for bitwise instructions w/ register operands.
Jim Grosbach
2011-11-16
Fix tablegen warning: hasSideEffects is inferred for eh_sjlj_dispatchsetup.
Bob Wilson
2011-11-16
lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...
NAKAMURA Takumi
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>
Bob Wilson
2011-11-16
Add FIXME comment.
Chad Rosier
2011-11-15
Enable -widen-vmovs by default.
Jakob Stoklund Olesen
2011-11-15
ARM assembly parsing for register range syntax for VLD/VST register lists.
Jim Grosbach
2011-11-15
ARM assembly parsing for data type suffices on NEON VMOV aliases.
Jim Grosbach
2011-11-15
ARM assembly parsing two operand forms for shift instructions.
Jim Grosbach
2011-11-15
ARM VFP assembly parsing for VADD and VSUB two-operand forms.
Jim Grosbach
2011-11-15
ARM accept an immediate offset in memory operands w/o the '#'.
Jim Grosbach
2011-11-15
ARM enclosing curly braces optional on one-register VLD/VST instruction lists.
Jim Grosbach
2011-11-15
ARM size suffix on VFP single-precision 'vmov' is optional.
Jim Grosbach
2011-11-15
Fix typo.
Jim Grosbach
2011-11-15
ARM alternate size suffices for VTRN instructions.
Jim Grosbach
2011-11-15
Fix a misplaced paren bug.
Owen Anderson
2011-11-15
ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.
Jim Grosbach
2011-11-15
ARM assembly parsing for two-operand form of 'mul' instruction.
Jim Grosbach
[next]