Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c0b7366cf990664842d8713d8540e163652c4ed3
/
llvm
/
lib
/
Target
/
ARM
/
ARMAsmPrinter.cpp
c0b7366
- Reorg Thumb load / store instructions. Combine each rr and ri pair of
by Evan Cheng
· 19 years ago
1199c2d
Restructure code a bit to make use of continue (simplifying things). Generalize
by Evan Cheng
· 19 years ago
75aaf1f
Fix section definition.
by Lauro Ramos Venancio
· 19 years ago
10043e2
ARM backend contribution from Apple.
by Evan Cheng
· 19 years ago
5cfa5ef
Fix for ARM weak symbols, patch by Lauro Ramos Venancio!
by Chris Lattner
· 19 years ago
1ef9cd4
eliminate static ctors for Statistic objects.
by Chris Lattner
· 19 years ago
d7998d0
move ExtWeakSymbols to AsmPrinter
by Rafael Espindola
· 19 years ago
b8ada08
.align is in bits .comm is in bytes :-(
by Rafael Espindola
· 19 years ago
d12d225
%progbits not @progbits
by Rafael Espindola
· 19 years ago
94f29f1
add \"aw\",@progbits" to ctors and dtors
by Rafael Espindola
· 19 years ago
265fa68
fix alignment
by Rafael Espindola
· 19 years ago
9bfb1e1
What should be the last unnecessary <iostream>s in the library.
by Bill Wendling
· 19 years ago
219a796
make sure that we don't use a common symbol if a section was specified
by Rafael Espindola
· 19 years ago
700b873
Detemplatize the Statistic class. The only type it is instantiated with
by Chris Lattner
· 19 years ago
776abee
print weak references
by Rafael Espindola
· 19 years ago
81cf22d
These asm printers shouldn't use assembly/writer.h
by Chris Lattner
· 19 years ago
2369a02
add support for weak linkage
by Rafael Espindola
· 19 years ago
5f7ab1b
implement load effective address similar to the alpha backend
by Rafael Espindola
· 19 years ago
708cb60
initial implementation of addressing mode 2 TODO: fix lea_addri
by Rafael Espindola
· 19 years ago
ac8668d
move ARMCondCodeToString to ARMAsmPrinter.cpp
by Rafael Espindola
· 19 years ago
3576405
print null values in bss
by Rafael Espindola
· 19 years ago
ea67b97
print common symbols
by Rafael Espindola
· 19 years ago
19398ec
initial implementation of addressing mode 5
by Rafael Espindola
· 19 years ago
f719c5f
expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
by Rafael Espindola
· 19 years ago
a6a570e
Pass the MachineFunction into EmitJumpTableInfo.
by Chris Lattner
· 19 years ago
4431699
Use getSectionForFunction.
by Chris Lattner
· 19 years ago
3130a75
add shifts to addressing mode 1
by Rafael Espindola
· 19 years ago
e45a79a
partial implementation of the ARM Addressing Mode 1
by Rafael Espindola
· 19 years ago
ecb0d68
call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization
by Rafael Espindola
· 19 years ago
fbee8bf
Removed unnecessary Mangler creation.
by Anton Korobeynikov
· 19 years ago
261779b
Make target asm info a property of the target machine.
by Jim Laskey
· 19 years ago
a6211dc
Separate target specific asm properties from the asm printers.
by Jim Laskey
· 19 years ago
98dc23f
use @ for comments
by Rafael Espindola
· 19 years ago
fe03fe9
create a generic bcond instruction that has a conditional code argument
by Rafael Espindola
· 19 years ago
e08b985
initial support for branches
by Rafael Espindola
· 19 years ago
c3ed77e
add a "load effective address"
by Rafael Espindola
· 19 years ago
8b7bd82
start comments with #
by Rafael Espindola
· 19 years ago
95035cf
implement LowerConstantPool and LowerGlobalAddress
by Rafael Espindola
· 19 years ago
7cc2d19
handle GlobalValue::InternalLinkage in doFinalization
by Rafael Espindola
· 19 years ago
89e5cbd
emit global constants
by Rafael Espindola
· 19 years ago
75269be
skeleton of a lowerCall implementation for ARM
by Rafael Espindola
· 19 years ago
185c5c2
add the memri memory operand
by Rafael Espindola
· 19 years ago
87bc1a9
On ARM, alignment is in bits Add lr as a hard coded operand of bx
by Rafael Espindola
· 20 years ago
91df1ef
implement initial version of ARMAsmPrinter::printOperand
by Rafael Espindola
· 20 years ago
27f8bdc
implement minimal versions of
by Rafael Espindola
· 20 years ago
ffdc24b
added a skeleton of the ARM backend
by Rafael Espindola
· 20 years ago