index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLD and PLI are not predicable in ARM mode.
Jim Grosbach
2011-07-28
1
-0
/
+1
*
ARM assembly parsing and encoding for BLX (immediate).
Jim Grosbach
2011-07-28
1
-0
/
+11
*
ARM assembly parsing and encoding for BFC and BFI.
Jim Grosbach
2011-07-28
1
-0
/
+101
*
Revert r136295. It broke nightly testers because some parts of codegen weren...
Owen Anderson
2011-07-28
1
-1
/
+3
*
Refactor and improve the encodings/decodings for addrmode3 loads, and make th...
Owen Anderson
2011-07-27
1
-3
/
+1
*
Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.
Evan Cheng
2011-07-27
1
-5
/
+0
*
ARM assembly parsing and encoding for UMULL.
Jim Grosbach
2011-07-27
1
-1
/
+1
*
ARM assembly parsing and encoding for UMLAL.
Jim Grosbach
2011-07-27
1
-1
/
+2
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
1
-0
/
+9
*
ARM assembly parsing and encoding for extend instructions.
Jim Grosbach
2011-07-27
1
-0
/
+78
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-4
/
+6
*
Fix over-zealous rename from r136095.
Jim Grosbach
2011-07-26
1
-3
/
+3
*
ARM diagnostics for ldrexd/stredx out of order paired register operands.
Jim Grosbach
2011-07-26
1
-1
/
+39
*
Clean up the ARM asm parser a bit.
Jim Grosbach
2011-07-26
1
-86
/
+88
*
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
1
-0
/
+13
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
2
-14
/
+14
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
1
-1
/
+1
*
ARM assembly parsing and encoding for SSAT16 instruction.
Jim Grosbach
2011-07-25
1
-0
/
+16
*
ARM assembly parsing and encoding for SSAT instruction.
Jim Grosbach
2011-07-25
1
-14
/
+84
*
Fix more MC layering violations.
Evan Cheng
2011-07-25
1
-2
/
+9
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
1
-17
/
+6
*
ARM asm operand renaming. Make things a bit more explicit.
Jim Grosbach
2011-07-25
1
-30
/
+30
*
Make assembly parser method names more consistent.
Jim Grosbach
2011-07-25
1
-21
/
+21
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
2
-2
/
+2
*
ARM SSAT instruction 5-bit immediate handling.
Jim Grosbach
2011-07-22
1
-0
/
+16
*
ARM assembly parsing and encoding updates.
Jim Grosbach
2011-07-22
1
-1
/
+1
*
ARM assembly parsing and encoding of SMLAL instruction.
Jim Grosbach
2011-07-22
1
-1
/
+1
*
ARM assembly parsing and encoding for SETEND instruction.
Jim Grosbach
2011-07-22
1
-6
/
+47
*
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
1
-5
/
+1
*
ARM Asm parser range checking for [0,31] immediates.
Jim Grosbach
2011-07-21
1
-0
/
+13
*
Tidy up.
Jim Grosbach
2011-07-21
1
-2
/
+0
*
Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...
Owen Anderson
2011-07-21
1
-5
/
+49
*
ARM assembly parsing and encoding for PKHBT and PKHTB instructions.
Jim Grosbach
2011-07-21
1
-0
/
+84
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
1
-2
/
+2
*
ARM assembly parsing of MUL instruction.
Jim Grosbach
2011-07-20
1
-1
/
+2
*
Tweak ARM assembly parsing and printing of MSR instruction.
Jim Grosbach
2011-07-19
1
-2
/
+2
*
ARM assembly parsing for MOV (register).
Jim Grosbach
2011-07-19
1
-19
/
+21
*
Tidy up.
Jim Grosbach
2011-07-19
1
-12
/
+8
*
Tighten conditional for 'mov' cc_out.
Jim Grosbach
2011-07-19
1
-1
/
+2
*
ARM assembly parsing for MOV (immediate).
Jim Grosbach
2011-07-19
1
-7
/
+45
*
Remove unused code.
Jim Grosbach
2011-07-19
1
-54
/
+3
*
ARM range checking for so_imm operands in assembly parsing.
Jim Grosbach
2011-07-19
1
-0
/
+13
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-1
/
+1
*
ARM diagnostic when 's' suffix on mnemonic that can't set flags.
Jim Grosbach
2011-07-14
1
-7
/
+9
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-3
/
+0
*
Don't leak operands when putting them into a shift.
Benjamin Kramer
2011-07-14
1
-1
/
+1
*
ARM Assembler support for DMB instruction.
Jim Grosbach
2011-07-13
1
-0
/
+4
*
Range checking for CDP[2] immediates.
Jim Grosbach
2011-07-13
1
-0
/
+26
*
Range checking for 16-bit immediates in ARM assembly.
Jim Grosbach
2011-07-13
1
-0
/
+13
*
Improve ARM assembly parsing diagnostics a bit.
Jim Grosbach
2011-07-13
1
-21
/
+33
[next]