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
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Select add FI, c correctly.
Evan Cheng
2007-02-06
1
-1
/
+6
*
- Store val, [sp, c] must be selected to tSTRsp.
Evan Cheng
2007-02-06
1
-4
/
+34
*
Change the operand orders to t_addrmode_s* to make it easier to morph
Evan Cheng
2007-01-30
1
-15
/
+15
*
Use PC relative ldr to load from a constantpool in Thumb mode.
Evan Cheng
2007-01-24
1
-8
/
+17
*
Allow [ fi#c, imm ] as ARM load / store addresses.
Evan Cheng
2007-01-24
1
-25
/
+39
*
Various Thumb mode load / store isel bug fixes.
Evan Cheng
2007-01-24
1
-13
/
+38
*
- Reorg Thumb load / store instructions. Combine each rr and ri pair of
Evan Cheng
2007-01-23
1
-21
/
+38
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-986
/
+450
*
Build constants using instructions mov/orr or mvn/eor.
Lauro Ramos Venancio
2007-01-12
1
-20
/
+74
*
Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64).
Lauro Ramos Venancio
2007-01-04
1
-0
/
+5
*
implement missing compares
Rafael Espindola
2006-12-31
1
-37
/
+66
*
For PR950:
Reid Spencer
2006-12-31
1
-1
/
+1
*
fix comment
Rafael Espindola
2006-12-29
1
-1
/
+1
*
Implement SELECT_CC (f32/f64) for ARM.
Lauro Ramos Venancio
2006-12-28
1
-1
/
+3
*
avoid using a constant table when a constant can be used inline
Rafael Espindola
2006-12-14
1
-24
/
+82
*
more general matching of the MVN instruction
Rafael Espindola
2006-12-12
1
-26
/
+11
*
don't use "ordinary" addressing mode 1 when mvn is appropriate
Rafael Espindola
2006-12-12
1
-0
/
+2
*
use MVN to handle small negative constants
Rafael Espindola
2006-12-12
1
-0
/
+21
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-1
/
+0
*
expand memmove and memcpy
Rafael Espindola
2006-12-05
1
-0
/
+2
*
add support for the "r" asm constraint
Rafael Espindola
2006-12-05
1
-0
/
+27
*
implement load effective address similar to the alpha backend
Rafael Espindola
2006-11-09
1
-34
/
+11
*
Match tblegen changes.
Evan Cheng
2006-11-08
1
-10
/
+16
*
initial implementation of addressing mode 2
Rafael Espindola
2006-11-08
1
-1
/
+31
*
move ARMCondCodeToString to ARMAsmPrinter.cpp
Rafael Espindola
2006-11-02
1
-2
/
+0
*
All targets expand BR_JT for now.
Evan Cheng
2006-10-30
1
-1
/
+2
*
initial support for frame pointers
Rafael Espindola
2006-10-26
1
-0
/
+3
*
expand ISD::VACOPY
Rafael Espindola
2006-10-24
1
-0
/
+1
*
expand ISD::MEMSET
Rafael Espindola
2006-10-23
1
-0
/
+3
*
For PR950:
Reid Spencer
2006-10-20
1
-2
/
+1
*
expand SIGN_EXTEND_INREG
Rafael Espindola
2006-10-19
1
-0
/
+4
*
expand brind so that we don't have to implement jump tables right now
Rafael Espindola
2006-10-19
1
-0
/
+1
*
implement CallingConv::Fast as CallingConv::C
Rafael Espindola
2006-10-18
1
-1
/
+3
*
expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM
Rafael Espindola
2006-10-17
1
-0
/
+4
*
initial implementation of addressing mode 5
Rafael Espindola
2006-10-17
1
-0
/
+9
*
expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
Rafael Espindola
2006-10-16
1
-4
/
+11
*
expand ISD::BRCOND
Rafael Espindola
2006-10-14
1
-0
/
+2
*
fix some fp condition codes
Rafael Espindola
2006-10-14
1
-32
/
+28
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-5
/
+5
*
implement calls to functions that return long
Rafael Espindola
2006-10-13
1
-9
/
+16
*
implement unordered floating point compares
Rafael Espindola
2006-10-13
1
-27
/
+68
*
uint <-> double conversion
Rafael Espindola
2006-10-10
1
-0
/
+18
*
add double <-> int conversion
Rafael Espindola
2006-10-10
1
-0
/
+18
*
compare doubles
Rafael Espindola
2006-10-10
1
-2
/
+2
*
initial support for fp compares. Unordered compares not implemented yet
Rafael Espindola
2006-10-10
1
-10
/
+40
*
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-09
1
-3
/
+2
*
expand ISD::SELECT
Rafael Espindola
2006-10-09
1
-0
/
+2
*
expand ISD::EXTLOAD
Rafael Espindola
2006-10-09
1
-0
/
+2
*
implement FUITOS and FUITOD
Rafael Espindola
2006-10-07
1
-0
/
+22
*
add optional input flag to FMRRD
Rafael Espindola
2006-10-06
1
-2
/
+2
[next]