index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2007-01-27
Thumb jumptable support.
Evan Cheng
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
If the constant pool value is a extern weak symbol, emit the weak reference.
Lauro Ramos Venancio
2007-01-25
Fix elf object definition.
Lauro Ramos Venancio
2007-01-25
Getting rid uses of evil std::set<>
Evan Cheng
2007-01-23
- Reorg Thumb load / store instructions. Combine each rr and ri pair of
Evan Cheng
2007-01-19
Restructure code a bit to make use of continue (simplifying things). Generalize
Evan Cheng
2007-01-19
Fix section definition.
Lauro Ramos Venancio
2007-01-19
ARM backend contribution from Apple.
Evan Cheng
2006-12-21
Fix for ARM weak symbols, patch by Lauro Ramos Venancio!
Chris Lattner
2006-12-19
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-18
move ExtWeakSymbols to AsmPrinter
Rafael Espindola
2006-12-10
.align is in bits
Rafael Espindola
2006-12-08
%progbits not @progbits
Rafael Espindola
2006-12-08
add \"aw\",@progbits" to ctors and dtors
Rafael Espindola
2006-12-07
fix alignment
Rafael Espindola
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
make sure that we don't use a common symbol if a section was specified
Rafael Espindola
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
print weak references
Rafael Espindola
2006-12-06
These asm printers shouldn't use assembly/writer.h
Chris Lattner
2006-12-05
add support for weak linkage
Rafael Espindola
2006-11-09
implement load effective address similar to the alpha backend
Rafael Espindola
2006-11-08
initial implementation of addressing mode 2
Rafael Espindola
2006-11-02
move ARMCondCodeToString to ARMAsmPrinter.cpp
Rafael Espindola
2006-11-01
print null values in bss
Rafael Espindola
2006-10-19
print common symbols
Rafael Espindola
2006-10-17
initial implementation of addressing mode 5
Rafael Espindola
2006-10-16
expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
Rafael Espindola
2006-10-05
Pass the MachineFunction into EmitJumpTableInfo.
Chris Lattner
2006-10-05
Use getSectionForFunction.
Chris Lattner
2006-09-13
add shifts to addressing mode 1
Rafael Espindola
2006-09-11
partial implementation of the ARM Addressing Mode 1
Rafael Espindola
2006-09-11
call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization
Rafael Espindola
2006-09-10
Removed unnecessary Mangler creation.
Anton Korobeynikov
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-06
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-08-25
use @ for comments
Rafael Espindola
2006-08-24
create a generic bcond instruction that has a conditional code argument
Rafael Espindola
2006-08-24
initial support for branches
Rafael Espindola
2006-08-17
add a "load effective address"
Rafael Espindola
2006-08-01
start comments with #
Rafael Espindola
2006-08-01
implement LowerConstantPool and LowerGlobalAddress
Rafael Espindola
2006-07-31
handle GlobalValue::InternalLinkage in doFinalization
Rafael Espindola
2006-07-27
emit global constants
Rafael Espindola
2006-07-16
skeleton of a lowerCall implementation for ARM
Rafael Espindola
2006-07-11
add the memri memory operand
Rafael Espindola
2006-05-26
On ARM, alignment is in bits
Rafael Espindola
2006-05-25
implement initial version of ARMAsmPrinter::printOperand
Rafael Espindola
2006-05-23
implement minimal versions of
Rafael Espindola
[prev]
[next]