index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround for bug 8721.
Jason W Kim
2011-01-11
1
-0
/
+106
*
Clean up ARM subtarget code by using Triple ADT.
Evan Cheng
2011-01-11
1
-0
/
+1
*
McARM: Fill in GetMnemonicAcceptInfo().
Daniel Dunbar
2011-01-11
1
-2
/
+17
*
McARM: Sketch some logic for determining when to add carry set and predicatio...
Daniel Dunbar
2011-01-11
1
-4
/
+48
*
McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out the
Daniel Dunbar
2011-01-11
1
-11
/
+32
*
McARM: Flush out hard coded known non-predicated mnemonic list.
Daniel Dunbar
2011-01-10
1
-3
/
+12
*
MC/ARM/AsmParser: Minor nitty fixes.
Daniel Dunbar
2011-01-10
1
-3
/
+3
*
MC/ARM/AsmParser: Split out SplitMnemonicAndCC().
Daniel Dunbar
2011-01-10
1
-17
/
+29
*
Formatting changes. No functionality change.
Bill Wendling
2011-01-03
1
-80
/
+77
*
Use a StringSwitch<> instead of a manually constructed string matcher.
Jim Grosbach
2010-12-24
1
-10
/
+7
*
Recognize a few more documented register name aliases for ARM in the asm lexer.
Jim Grosbach
2010-12-23
1
-0
/
+18
*
Trailing whitespace.
Jim Grosbach
2010-12-22
1
-15
/
+15
*
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-14
1
-13
/
+17
*
Fix the leak from r121401 of the Operands erased in the list but not deleted.
Kevin Enderby
2010-12-10
1
-6
/
+15
*
Add support for parsing ARM arithmetic instructions that update or don't update
Kevin Enderby
2010-12-09
1
-6
/
+45
*
Add parens to pacify gcc.
Benjamin Kramer
2010-12-07
1
-1
/
+1
*
Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if
Jim Grosbach
2010-12-06
1
-2
/
+2
*
The ARM AsmMatcher needs to know that the CCOut operand is a register value,
Jim Grosbach
2010-12-06
1
-1
/
+20
*
* Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same as
Bill Wendling
2010-11-30
1
-1
/
+1
*
Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost
Bill Wendling
2010-11-30
1
-6
/
+35
*
Add a few missing initializers.
Jim Grosbach
2010-11-29
1
-2
/
+2
*
Nuke trailing whitespace.
Jim Grosbach
2010-11-29
1
-3
/
+3
*
The "trap" instruction is one of this which doesn't have a condition code. Hack
Bill Wendling
2010-11-21
1
-2
/
+5
*
Use array_pod_sort because the list is contiguous.
Bill Wendling
2010-11-19
1
-1
/
+1
*
Add support for parsing the writeback ("!") token.
Bill Wendling
2010-11-18
1
-65
/
+80
*
Don't allocate the SmallVector of Registers. It gets messy figuring out who
Bill Wendling
2010-11-18
1
-13
/
+5
*
Proper encoding for VLDM and VSTM instructions. The register lists for these
Bill Wendling
2010-11-17
1
-3
/
+27
*
Emit a '!' if this is a "writeback" register or memory address.
Bill Wendling
2010-11-10
1
-2
/
+2
*
Rename a parameter to avoid confusion with a local variable
Matt Beaumont-Gay
2010-11-10
1
-3
/
+3
*
Emit the warning about the register list not being in ascending order only once.
Bill Wendling
2010-11-09
1
-5
/
+8
*
s/std::vector/SmallVector/
Bill Wendling
2010-11-09
1
-12
/
+11
*
Delete the allocated vector.
Bill Wendling
2010-11-09
1
-0
/
+4
*
Two types of instructions have register lists:
Bill Wendling
2010-11-09
1
-56
/
+32
*
The "addRegListOperands()" function returns the start register and the total
Bill Wendling
2010-11-08
1
-15
/
+21
*
Revert.
Bill Wendling
2010-11-08
1
-1
/
+1
*
In this context, a reglist is a reg.
Bill Wendling
2010-11-07
1
-1
/
+1
*
Add support for parsing register lists. We can't use a bitfield to keep track of
Bill Wendling
2010-11-06
1
-22
/
+64
*
Return the base register of a register list for the "getReg()" method. This is
Bill Wendling
2010-11-06
1
-3
/
+8
*
General cleanup:
Bill Wendling
2010-11-06
1
-36
/
+21
*
Add a RegList (register list) object to ARMOperand. It will be used soon to hold
Bill Wendling
2010-11-06
1
-1
/
+38
*
Fix grammar.
Bill Wendling
2010-11-06
1
-1
/
+1
*
Fix grammar.
Bill Wendling
2010-11-06
1
-3
/
+3
*
MatchRegisterName() returns 0 if it can't match the register.
Bill Wendling
2010-11-06
1
-2
/
+2
*
Use TryParseRegister() instead of MatchRegisterName(). The former returns -1
Bill Wendling
2010-11-06
1
-5
/
+2
*
Hook up the '.code {16|32}' directive to the streamer.
Jim Grosbach
2010-11-05
1
-2
/
+5
*
Hook up the '.thumb_func' directive to the streamer.
Jim Grosbach
2010-11-05
1
-3
/
+5
*
Fix past-o.
Jim Grosbach
2010-11-05
1
-1
/
+1
*
The MC code couldn't handle ARM LDR instructions with negative offsets:
Bill Wendling
2010-11-03
1
-3
/
+13
*
Add FIXME.
Jim Grosbach
2010-11-01
1
-0
/
+1
*
Mark ARM subtarget features that are available for the assembler.
Jim Grosbach
2010-11-01
1
-1
/
+5
[next]