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
/
AsmParser
Age
Commit message (
Expand
)
Author
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-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-12
AsmMatcher custom operand parser failure enhancements.
Jim Grosbach
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-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-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-20
Fix the encoding and parsing of clrex instruction
Bruno Cardoso Lopes
2011-01-20
Add cdp/cdp2 instructions for thumb/thumb2
Bruno Cardoso Lopes
2011-01-20
- Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...
Bruno Cardoso Lopes
2011-01-20
Add mcr* and mr*c support to thumb targets
Bruno Cardoso Lopes
2011-01-18
Fix the encoding of t2ISB by using the right class and also parse it correctly
Bruno Cardoso Lopes
2011-01-18
Follow the current hack set and enable the correct parsing of bkpt while in t...
Bruno Cardoso Lopes
2011-01-18
McARM: Use accessors where appropriate.
Daniel Dunbar
2011-01-18
McARM: Fill in ASMOperand::dump() for memory operands.
Daniel Dunbar
2011-01-18
McARM: Make ARMOperand use a union where appropriate.
Daniel Dunbar
2011-01-18
McARM: Unify ParseMemory() successfull return.
Daniel Dunbar
2011-01-18
McARM: Early exit on failure (NEFC).
Daniel Dunbar
2011-01-18
McARM: Always keep an offset expression, if used (instead of assuming == 0 if...
Daniel Dunbar
2011-01-18
McARM: Add a variety of asserts on the sanity of memory operands.
Daniel Dunbar
2011-01-18
McARM: Use a consistent marker for not-set OffsetRegNum.
Daniel Dunbar
2011-01-13
Recognize alternative register names like ip -> r12.
Owen Anderson
2011-01-13
Add support to the ARM MC infrastructure to support mcr and friends. This req...
Owen Anderson
2011-01-13
Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target and
Kevin Enderby
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
Sort the register list based on the *actual* register numbers rather than the
Bill Wendling
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
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-10
McARM: Flush out hard coded known non-predicated mnemonic list.
Daniel Dunbar
2011-01-10
MC/ARM/AsmParser: Minor nitty fixes.
Daniel Dunbar
2011-01-10
MC/ARM/AsmParser: Split out SplitMnemonicAndCC().
Daniel Dunbar
2011-01-03
Formatting changes. No functionality change.
Bill Wendling
2010-12-24
Use a StringSwitch<> instead of a manually constructed string matcher.
Jim Grosbach
2010-12-23
Recognize a few more documented register name aliases for ARM in the asm lexer.
Jim Grosbach
2010-12-22
Trailing whitespace.
Jim Grosbach
2010-12-14
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-10
Fix the leak from r121401 of the Operands erased in the list but not deleted.
Kevin Enderby
2010-12-09
Add support for parsing ARM arithmetic instructions that update or don't update
Kevin Enderby
2010-12-07
Add parens to pacify gcc.
Benjamin Kramer
2010-12-06
Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if
Jim Grosbach
[next]