Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1a92d941b3541f0c361caad499d0eb37a8339453
/
lib
/
Target
/
ARM
/
ARMAsmPrinter.cpp
1a92d94
If the constant pool value is a extern weak symbol, emit the weak reference.
by Lauro Ramos Venancio
· 19 years ago
b1cc052
Fix elf object definition.
by Lauro Ramos Venancio
· 19 years ago
6318ffd
Getting rid uses of evil std::set<>
by Evan Cheng
· 19 years ago
c38f2bc
- Reorg Thumb load / store instructions. Combine each rr and ri pair of
by Evan Cheng
· 19 years ago
5be54b0
Restructure code a bit to make use of continue (simplifying things). Generalize
by Evan Cheng
· 19 years ago
471ffaf
Fix section definition.
by Lauro Ramos Venancio
· 19 years ago
a8e2989
ARM backend contribution from Apple.
by Evan Cheng
· 19 years ago
1a199de
Fix for ARM weak symbols, patch by Lauro Ramos Venancio!
by Chris Lattner
· 19 years ago
95b2c7d
eliminate static ctors for Statistic objects.
by Chris Lattner
· 19 years ago
15404d0
move ExtWeakSymbols to AsmPrinter
by Rafael Espindola
· 19 years ago
796cbd8
.align is in bits .comm is in bytes :-(
by Rafael Espindola
· 19 years ago
0ec729e
%progbits not @progbits
by Rafael Espindola
· 19 years ago
1366626
add \"aw\",@progbits" to ctors and dtors
by Rafael Espindola
· 19 years ago
1c411de
fix alignment
by Rafael Espindola
· 19 years ago
f5da133
What should be the last unnecessary <iostream>s in the library.
by Bill Wendling
· 19 years ago
7367d05
make sure that we don't use a common symbol if a section was specified
by Rafael Espindola
· 19 years ago
ac0b6ae
Detemplatize the Statistic class. The only type it is instantiated with
by Chris Lattner
· 19 years ago
392b1b2
print weak references
by Rafael Espindola
· 19 years ago
d17aa4b
These asm printers shouldn't use assembly/writer.h
by Chris Lattner
· 19 years ago
204b0c2
add support for weak linkage
by Rafael Espindola
· 19 years ago
f819a49
implement load effective address similar to the alpha backend
by Rafael Espindola
· 19 years ago
6e8c649
initial implementation of addressing mode 2 TODO: fix lea_addri
by Rafael Espindola
· 19 years ago
e931a37
move ARMCondCodeToString to ARMAsmPrinter.cpp
by Rafael Espindola
· 19 years ago
560a8d0
print null values in bss
by Rafael Espindola
· 19 years ago
b97809c
print common symbols
by Rafael Espindola
· 19 years ago
32bd5f4
initial implementation of addressing mode 5
by Rafael Espindola
· 19 years ago
0505be0
expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
by Rafael Espindola
· 19 years ago
1da31ee
Pass the MachineFunction into EmitJumpTableInfo.
by Chris Lattner
· 19 years ago
6f6f699
Use getSectionForFunction.
by Chris Lattner
· 19 years ago
3ad5e5c
add shifts to addressing mode 1
by Rafael Espindola
· 19 years ago
7cca7c5
partial implementation of the ARM Addressing Mode 1
by Rafael Espindola
· 19 years ago
ff59d22
call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization
by Rafael Espindola
· 19 years ago
f369dd2
Removed unnecessary Mangler creation.
by Anton Korobeynikov
· 19 years ago
a0f3d17
Make target asm info a property of the target machine.
by Jim Laskey
· 19 years ago
563321a
Separate target specific asm properties from the asm printers.
by Jim Laskey
· 19 years ago
755be9b
use @ for comments
by Rafael Espindola
· 19 years ago
6f602de
create a generic bcond instruction that has a conditional code argument
by Rafael Espindola
· 19 years ago
687bc49
initial support for branches
by Rafael Espindola
· 19 years ago
f3a335c
add a "load effective address"
by Rafael Espindola
· 19 years ago
1ed3af1
start comments with #
by Rafael Espindola
· 19 years ago
06c1e7e
implement LowerConstantPool and LowerGlobalAddress
by Rafael Espindola
· 19 years ago
6d581e8
handle GlobalValue::InternalLinkage in doFinalization
by Rafael Espindola
· 19 years ago
b01c4bb
emit global constants
by Rafael Espindola
· 19 years ago
84b19be
skeleton of a lowerCall implementation for ARM
by Rafael Espindola
· 19 years ago
a4e6435
add the memri memory operand
by Rafael Espindola
· 19 years ago
a1334cd
On ARM, alignment is in bits Add lr as a hard coded operand of bx
by Rafael Espindola
· 19 years ago
2f99b6b
implement initial version of ARMAsmPrinter::printOperand
by Rafael Espindola
· 19 years ago
4b442b5
implement minimal versions of
by Rafael Espindola
· 19 years ago
7bc59bc
added a skeleton of the ARM backend
by Rafael Espindola
· 19 years ago