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-29
Add a convenience variable so I'm not chasing all over looking for
Eric Christopher
2010-09-29
Add specializations of addrmode2 that allow differentiating those forms
Jim Grosbach
2010-09-29
Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.
Bob Wilson
2010-09-29
Add braces for legibility.
Jim Grosbach
2010-09-29
One Printer to rule them all, One Printer to find them,
Jim Grosbach
2010-09-29
improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...
Gabor Greif
2010-09-29
implement rdar://8456378 and PR7557 - support for the fstsw,
Chris Lattner
2010-09-29
change the protocol TargetAsmPArser::MatchInstruction method to take an
Chris Lattner
2010-09-29
Rework comparison handling to set a register on true/false. This avoids
Eric Christopher
2010-09-29
Remove unnecessary set ahead of time.
Eric Christopher
2010-09-29
Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn.
Evan Cheng
2010-09-29
Remove assert, add comment.
Eric Christopher
2010-09-29
Assign bitwise binary instructions different itinerary classes from ALU instr...
Evan Cheng
2010-09-28
Add support to model pipeline bypass / forwarding.
Evan Cheng
2010-09-28
32-bit constant ints only for now.
Eric Christopher
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
Add a subtarget hook for reporting the misprediction penalty. Use this to pro...
Owen Anderson
2010-09-28
Integer materialization needed the same thinko change.
Eric Christopher
2010-09-28
Resolve this GCC warning:
Nick Lewycky
2010-09-28
User proper libcall names & condcodes while compiling for ARM EABI.
Anton Korobeynikov
2010-09-28
Part one of switching to using a more sane heuristic for determining if-conve...
Owen Anderson
2010-09-28
Factor out dbg_value comment printing and teach MC asm printing to use it.
Jim Grosbach
2010-09-28
Add ARM Disassembler to the CMake build.
Oscar Fuentes
2010-09-28
80-col fixups.
Eric Christopher
2010-09-28
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-09-28
Rework builtin handling and call setup. The builtin handling
Eric Christopher
2010-09-28
Fix typo.
Eric Christopher
2010-09-28
Fix fp constant loads to have a destination register.
Eric Christopher
2010-09-27
Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to
Jim Grosbach
2010-09-27
ARM-mode eh.sjlj.longjmp MC lowering
Jim Grosbach
2010-09-27
Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to
Jim Grosbach
2010-09-27
Hard to imagine there are still people using inferior compilers.
Daniel Dunbar
2010-09-27
Odd additional stub framework for the ARM MC ELF emission.
Rafael Espindola
2010-09-27
Insert missing coherency in comment. Add a quick check for hardware
Eric Christopher
2010-09-27
Mass rename for Jim.
Eric Christopher
2010-09-25
Fix IIC_iEXTAr itinerary class of Cortex-A9.
Evan Cheng
2010-09-25
Remove a unused instruction itinerary class.
Evan Cheng
2010-09-25
Fix zero and sign extension instructions scheduling itineraries.
Evan Cheng
2010-09-24
More pseudo instruction scheduling itinerary fixes.
Evan Cheng
2010-09-24
Fix scheduling itinerary for pseudo mov immediate instructions which expand i...
Evan Cheng
2010-09-24
Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence.
Jim Grosbach
2010-09-24
Enable code placement optimization pass for ARM.
Evan Cheng
2010-09-24
Fix a potential null dereference bug.
Evan Cheng
2010-09-23
Revert r114703 and r114702, removing the isConditionalMove flag from instruct...
Owen Anderson
2010-09-23
Set alignment operand for NEON VST instructions.
Bob Wilson
2010-09-23
ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion
Jim Grosbach
2010-09-23
#+4 --> #4 for consistency with other asm output
Jim Grosbach
2010-09-23
Fix formatting of output .s code
Jim Grosbach
2010-09-23
Add isConditionalMove bits to X86 and ARM instructions.
Owen Anderson
2010-09-23
Set alignment operand for NEON VLD instructions.
Bob Wilson
[prev]
[next]