Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
e8308df0b9b34089bb6040f6902ba121441bdf3e
/
lib
/
Target
/
ARM
/
ARMTargetMachine.cpp
e8308df
Implement getTargetLowering() or else LSR won't be using ARM specific hooks.
by Evan Cheng
· 18 years ago
04321f7
Added -march=thumb; removed -enable-thumb.
by Evan Cheng
· 18 years ago
d2b7cec
Generalize TargetData strings, to support more interesting forms of data.
by Chris Lattner
· 18 years ago
7501605
Add space between // and the comment.
by Lauro Ramos Venancio
· 18 years ago
3630e78
Add ABI information to ARM subtarget.
by Lauro Ramos Venancio
· 18 years ago
876eaf1
According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.
by Lauro Ramos Venancio
· 18 years ago
9312313
Also set alignment of stack-based structs to 4 in thumb mode.
by Evan Cheng
· 18 years ago
0fa1051
Thumb add sp, #imm requires the immediate value be multiple of 4. For now,
by Evan Cheng
· 18 years ago
aa3e123
ARM AAPCS abi (Linux, etc.) requires 8-byte double / long alignment; Mac
by Evan Cheng
· 18 years ago
d44ecd8
Double and Long preferred alignment is 4 for Darwin, 8 for Linux.
by Evan Cheng
· 18 years ago
75e18c4
Clean up ARM PEI code.
by Evan Cheng
· 18 years ago
970a419
isDarwin -> isTargetDarwin
by Evan Cheng
· 18 years ago
a8e2989
ARM backend contribution from Apple.
by Evan Cheng
· 18 years ago
f05696c
revert previous patch
by Rafael Espindola
· 18 years ago
115bfcb
add createCFGSimplificationPass to ARMTargetMachine::addInstSelector
by Rafael Espindola
· 18 years ago
896f10c
most ARM targets are little endian
by Rafael Espindola
· 18 years ago
71f3b94
Implement a MachineFunctionPass to fix the mul instruction
by Rafael Espindola
· 18 years ago
fde1b3b
1. Remove condition on delete.
by Jim Laskey
· 18 years ago
1911fd4
Completely rearchitect the interface between targets and the pass manager.
by Chris Lattner
· 18 years ago
c4fa386
Simplify target construction.
by Chris Lattner
· 18 years ago
3c000bf
initial support for select
by Rafael Espindola
· 18 years ago
ec46ea3
Declare the callee saved regs
by Rafael Espindola
· 18 years ago
a1ab92d
correctly set LocalAreaOffset of TargetFrameInfo
by Rafael Espindola
· 18 years ago
1790d44
Don't pass target name into TargetData anymore, it is never used or needed.
by Chris Lattner
· 18 years ago
d988b32
Make all of the TargetMachine subclasses use the new string TargetData methods.
by Owen Anderson
· 18 years ago
7bc59bc
added a skeleton of the ARM backend
by Rafael Espindola
· 18 years ago