summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAge
* The "trap" instruction is one of this which doesn't have a condition code. HackBill Wendling2010-11-21
* Use array_pod_sort because the list is contiguous.Bill Wendling2010-11-19
* Add support for parsing the writeback ("!") token.Bill Wendling2010-11-18
* Don't allocate the SmallVector of Registers. It gets messy figuring out whoBill Wendling2010-11-18
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-17
* Emit a '!' if this is a "writeback" register or memory address.Bill Wendling2010-11-10
* Rename a parameter to avoid confusion with a local variableMatt Beaumont-Gay2010-11-10
* Emit the warning about the register list not being in ascending order only once.Bill Wendling2010-11-09
* s/std::vector/SmallVector/Bill Wendling2010-11-09
* Delete the allocated vector.Bill Wendling2010-11-09
* Two types of instructions have register lists:Bill Wendling2010-11-09
* The "addRegListOperands()" function returns the start register and the totalBill Wendling2010-11-08
* Revert.Bill Wendling2010-11-08
* In this context, a reglist is a reg.Bill Wendling2010-11-07
* Add support for parsing register lists. We can't use a bitfield to keep track ofBill Wendling2010-11-06
* Return the base register of a register list for the "getReg()" method. This isBill Wendling2010-11-06
* General cleanup:Bill Wendling2010-11-06
* Add a RegList (register list) object to ARMOperand. It will be used soon to holdBill Wendling2010-11-06
* Fix grammar.Bill Wendling2010-11-06
* Fix grammar.Bill Wendling2010-11-06
* MatchRegisterName() returns 0 if it can't match the register.Bill Wendling2010-11-06
* Use TryParseRegister() instead of MatchRegisterName(). The former returns -1Bill Wendling2010-11-06
* Hook up the '.code {16|32}' directive to the streamer.Jim Grosbach2010-11-05
* Hook up the '.thumb_func' directive to the streamer.Jim Grosbach2010-11-05
* Fix past-o.Jim Grosbach2010-11-05
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-03
* Add FIXME.Jim Grosbach2010-11-01
* Mark ARM subtarget features that are available for the assembler.Jim Grosbach2010-11-01
* trailing whitespaceJim Grosbach2010-11-01
* Tidy up.Jim Grosbach2010-10-30
* simplify this code.Chris Lattner2010-10-30
* split MaybeParseRegister into its two logical uses, eliminating malloc+free t...Chris Lattner2010-10-30
* Some instructions end with an "ls" prefix, but it doesn't indicate that they areBill Wendling2010-10-29
* add FIXMEJim Grosbach2010-10-29
* Handle ARM addrmode5 instructions with an offset.Jim Grosbach2010-10-29
* Revert 117660. Apparently it's not as trivial as that...Jim Grosbach2010-10-29
* ARM addrmode5 instructions have neither writeback nor post-indexed modes.Jim Grosbach2010-10-29
* Trailing whitespace.Jim Grosbach2010-10-29
* ARMAsmParser: Plug a memory leak.Benjamin Kramer2010-10-29
* Add an unreachable to silence warning - the switch is actuallyEric Christopher2010-10-29
* add simple support for addrmode5 operands, allowingChris Lattner2010-10-29
* give better error diagnostics, for example:Chris Lattner2010-10-28
* move a method out of line.Chris Lattner2010-10-28
* remove the rest of hte owningptr's, no functionality change.Chris Lattner2010-10-28
* rearrange ParseRegisterList.Chris Lattner2010-10-28
* refactor some code to simplify it, eliminating some owningptr's.Chris Lattner2010-10-28
* Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete threeChandler Carruth2010-10-20
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-29
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-29
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13