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-01-15
80-col.
Eric Christopher
2011-01-15
Fix a comment.
Bob Wilson
2011-01-14
Fix 80-cols.
Eric Christopher
2011-01-14
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2011-01-13
Recognize alternative register names like ip -> r12.
Owen Anderson
2011-01-13
Fix a few more places that should use MBB::getLastNonDebugInstr().
Jakob Stoklund Olesen
2011-01-13
Add support to the ARM MC infrastructure to support mcr and friends. This req...
Owen Anderson
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
Tidy comments, indentation, and 80-column violations.
Bob Wilson
2011-01-13
Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target and
Kevin Enderby
2011-01-13
When updating a tSpill/tRestore instruction to be a tSTRr/tLDRr, correctly
Jim Grosbach
2011-01-13
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
Add a FIXME and two asserts for now in the ARMAsmParser when it sees .code 16 or
Kevin Enderby
2011-01-13
Change call to Error() to assert()
Jason W Kim
2011-01-12
Added clarifying comment
Jason W Kim
2011-01-12
JimG sez: "The value-kinds look like masks, but they're not consistently used
Jason W Kim
2011-01-12
Sort the register list based on the *actual* register numbers rather than the
Bill Wendling
2011-01-12
Mostly undo r123297, but move the default case in EvaluateAsPCRel to the top
Matt Beaumont-Gay
2011-01-12
Add another note taken from the gcc bugzilla.
Nick Lewycky
2011-01-12
Prefer llvm_unreachable to assert(0)
Matt Beaumont-Gay
2011-01-12
1. Support ELF pcrel relocations for movw/movt:
Jason W Kim
2011-01-11
Workaround for bug 8721.
Jason W Kim
2011-01-11
Clean up ARM subtarget code by using Triple ADT.
Evan Cheng
2011-01-11
McARM: Fill in GetMnemonicAcceptInfo().
Daniel Dunbar
2011-01-11
Fix a comment: We now have intrinsics for vcvtr.
Bob Wilson
2011-01-11
McARM: Sketch some logic for determining when to add carry set and predicatio...
Daniel Dunbar
2011-01-11
McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out the
Daniel Dunbar
2011-01-11
Even if we don't have 7 bytes of stack space we may need to save and
Eric Christopher
2011-01-10
Expand on the safeness of restoring the sp from the fp a bit more.
Eric Christopher
2011-01-10
McARM: Flush out hard coded known non-predicated mnemonic list.
Daniel Dunbar
2011-01-10
McARM: Mark some T2 ...s instructions as codegen only, they aren't real
Daniel Dunbar
2011-01-10
ARM/MC: Mark several '...S' instructions as codegen only, they aren't real
Daniel Dunbar
2011-01-10
MC/ARM/AsmParser: Minor nitty fixes.
Daniel Dunbar
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
MC/ARM/AsmParser: Split out SplitMnemonicAndCC().
Daniel Dunbar
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-08
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
Evan Cheng
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
Add an explanatory message for an assertion.
Bob Wilson
2011-01-07
Eliminate variable only used in debug builds.
Matt Beaumont-Gay
2011-01-07
Lower some BUILD_VECTORS using VEXT+shuffle.
Bob Wilson
2011-01-07
Add ARM patterns to match EXTRACT_SUBVECTOR nodes.
Bob Wilson
2011-01-06
PR8921: LDM/POP do not support interworking prior to v5t.
Bob Wilson
2011-01-06
Remove extra whitespace.
Bob Wilson
2011-01-06
Fix comment typo.
Bob Wilson
2011-01-06
Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
Evan Cheng
2011-01-05
fix some -Wself-assign warnings.
Chris Lattner
2011-01-04
Fix the ARM IIC_iCMPsi itinerary and add an important assert.
Andrew Trick
2011-01-03
Formatting changes. No functionality change.
Bill Wendling
[next]