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
*
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
*
trailing whitespace
Jim Grosbach
2010-11-01
1
-5
/
+5
*
Tidy up.
Jim Grosbach
2010-10-30
1
-1
/
+1
*
simplify this code.
Chris Lattner
2010-10-30
1
-8
/
+4
*
split MaybeParseRegister into its two logical uses, eliminating malloc+free t...
Chris Lattner
2010-10-30
1
-35
/
+38
*
Some instructions end with an "ls" prefix, but it doesn't indicate that they are
Bill Wendling
2010-10-29
1
-3
/
+9
*
add FIXME
Jim Grosbach
2010-10-29
1
-0
/
+5
*
Handle ARM addrmode5 instructions with an offset.
Jim Grosbach
2010-10-29
1
-9
/
+24
*
Revert 117660. Apparently it's not as trivial as that...
Jim Grosbach
2010-10-29
1
-2
/
+2
*
ARM addrmode5 instructions have neither writeback nor post-indexed modes.
Jim Grosbach
2010-10-29
1
-2
/
+2
*
Trailing whitespace.
Jim Grosbach
2010-10-29
1
-30
/
+30
*
ARMAsmParser: Plug a memory leak.
Benjamin Kramer
2010-10-29
1
-2
/
+3
*
Add an unreachable to silence warning - the switch is actually
Eric Christopher
2010-10-29
1
-0
/
+2
*
add simple support for addrmode5 operands, allowing
Chris Lattner
2010-10-29
1
-10
/
+25
*
give better error diagnostics, for example:
Chris Lattner
2010-10-28
1
-5
/
+20
*
move a method out of line.
Chris Lattner
2010-10-28
1
-13
/
+20
*
remove the rest of hte owningptr's, no functionality change.
Chris Lattner
2010-10-28
1
-57
/
+59
*
rearrange ParseRegisterList.
Chris Lattner
2010-10-28
1
-16
/
+30
*
refactor some code to simplify it, eliminating some owningptr's.
Chris Lattner
2010-10-28
1
-65
/
+60
*
Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three
Chandler Carruth
2010-10-20
1
-2
/
+0
*
implement rdar://8456378 and PR7557 - support for the fstsw,
Chris Lattner
2010-09-29
1
-2
/
+2
*
change the protocol TargetAsmPArser::MatchInstruction method to take an
Chris Lattner
2010-09-29
1
-4
/
+6
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-6
/
+0
*
fix the asmparser so that the target is responsible for skipping to
Chris Lattner
2010-09-11
1
-4
/
+11
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-0
/
+6
*
change the MC "ParseInstruction" interface to make it the
Chris Lattner
2010-09-08
1
-0
/
+5
*
in the case where an instruction only has one implementation
Chris Lattner
2010-09-06
1
-1
/
+2
*
change MatchInstructionImpl to return an enum instead of bool.
Chris Lattner
2010-09-06
1
-1
/
+1
[next]