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-10-11
More ARM scheduling itinerary fixes.
Evan Cheng
2010-10-11
MC machine encoding for simple aritmetic instructions that use a shifted
Jim Grosbach
2010-10-11
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-10-11
Proper VST scheduling itineraries.
Evan Cheng
2010-10-11
Use a sane mechanism for that assert.
Eric Christopher
2010-10-11
We're not going to handle dynamic allocas anywhere else.
Eric Christopher
2010-10-11
Make sure that the call stack adjustments have default operands. Also
Eric Christopher
2010-10-11
Found a bug turning this on by default. Disable again for now.
Eric Christopher
2010-10-11
Fix help text.
Eric Christopher
2010-10-11
Change flag from Enable to Disable since we're enabled by default.
Eric Christopher
2010-10-11
More binary encoding stuff, taking advantage of the new "by name" operand
Jim Grosbach
2010-10-11
Turn on arm fast isel by default.
Eric Christopher
2010-10-11
MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target.
Francois Pichet
2010-10-11
Copy and pasteo.
Eric Christopher
2010-10-11
Whitespace cleanup in ARM fast isel.
Eric Christopher
2010-10-11
Add srem libcall support to ARM fast isel.
Eric Christopher
2010-10-11
Add i8 sdiv support for ARM fast isel.
Eric Christopher
2010-10-11
Implement select handling for ARM fast-isel.
Eric Christopher
2010-10-09
Add VLD4 scheduling itineraries.
Evan Cheng
2010-10-09
Finish vld3 and vld4.
Evan Cheng
2010-10-09
Complete vld2 instruction itineries.
Evan Cheng
2010-10-09
Multiply instructions are issued on pipeline 0. They do not need to reserve p...
Evan Cheng
2010-10-09
Correct some load / store instruction itinerary mistakes:
Evan Cheng
2010-10-09
Check to make sure that the iterator isn't at the beginning of the basic block
Bill Wendling
2010-10-08
Fix the store part of this as well. Fixes smg2000.
Eric Christopher
2010-10-08
Implement a few more binary encoding bits. Still very early stage proof-of-
Jim Grosbach
2010-10-08
Reapply 116059, this time without the fatfingered pasto at the top.
Jim Grosbach
2010-10-08
Reverting 116059. Bots are unhappy with it.
Jim Grosbach
2010-10-08
'const'ify getMachineOpValue() and associated helpers.
Jim Grosbach
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-10-08
Move to thumb2 loads, fixes a problem with incoming registers
Eric Christopher
2010-10-08
Enable binary encoding of some simple instructions.
Jim Grosbach
2010-10-08
Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.
Jim Grosbach
2010-10-07
Code refactoring.
Evan Cheng
2010-10-07
Trivial MC code emitter shell. No instruction forms actually handled yet.
Jim Grosbach
2010-10-07
Include the auto-generated bits for machine encoding.
Jim Grosbach
2010-10-07
Remember to promote load/store types for stack to register size.
Eric Christopher
2010-10-07
ARM instruction don't have instruction prefixes, so remove the helper functions
Jim Grosbach
2010-10-07
Use the correct register class for load instructions - fixes
Eric Christopher
2010-10-07
Use the correct register class here.
Eric Christopher
2010-10-07
Use the thumb2 conditional move instruction.
Eric Christopher
2010-10-07
Remove in-progress assertion, add TODO.
Eric Christopher
2010-10-07
Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vld...
Evan Cheng
2010-10-07
Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.
Jim Grosbach
2010-10-07
Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.
Jim Grosbach
2010-10-06
remove trailing whitespace
Jim Grosbach
2010-10-06
First in a sequence of ARM/MC/*ELF* specific work.
Jason W Kim
2010-10-06
Clean up MOVi32imm and t2MOVi32imm pseudo instruction definitions.
Jim Grosbach
2010-10-06
Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).
Jim Grosbach
2010-10-06
Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-needed
Jim Grosbach
[prev]
[next]