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
/
SystemZ
/
SystemZISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-6
/
+6
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
1
-1
/
+2
*
Expand few nodes until someone will be crazy enough to implement them nativel...
Anton Korobeynikov
2009-08-21
1
-2
/
+6
*
Handle 'r' inline asm constraint
Anton Korobeynikov
2009-08-21
1
-0
/
+40
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-84
/
+84
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-83
/
+83
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-78
/
+82
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-2
/
+4
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-4
/
+4
*
Missed a piece of the commit to remove the shift flavor.
Eli Friedman
2009-07-21
1
-1
/
+0
*
Expand frem
Anton Korobeynikov
2009-07-18
1
-0
/
+2
*
Turn abort() into unreachable
Anton Korobeynikov
2009-07-18
1
-4
/
+6
*
Turn few asserts into errors / unreachable's
Anton Korobeynikov
2009-07-18
1
-5
/
+7
*
Provide expansion for ct* intrinsics
Anton Korobeynikov
2009-07-18
1
-0
/
+7
*
Expand sext_inreg for i1
Anton Korobeynikov
2009-07-18
1
-0
/
+2
*
Unbreak
Anton Korobeynikov
2009-07-16
1
-4
/
+5
*
Expand 32-bit bitconverts via memory
Anton Korobeynikov
2009-07-16
1
-2
/
+2
*
i32 values are passed extended also on stack. Handle this in generic way
Anton Korobeynikov
2009-07-16
1
-23
/
+24
*
We definitely have 1-0 bools
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Out GR128 regclass is not a 'real' i128 one.
Anton Korobeynikov
2009-07-16
1
-1
/
+0
*
Handle bitconverts
Anton Korobeynikov
2009-07-16
1
-0
/
+4
*
Expand fp_to_uint too
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
We don't have FP truncstores
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
Expand uint_to_fp
Anton Korobeynikov
2009-07-16
1
-0
/
+2
*
Make FP zero to be legal FP immediate via LOAD ZERO
Anton Korobeynikov
2009-07-16
1
-0
/
+5
*
Proper FP extloads
Anton Korobeynikov
2009-07-16
1
-6
/
+6
*
Add proper PWS impdef's
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Propagate FP select_cc to dag inserters
Anton Korobeynikov
2009-07-16
1
-2
/
+8
*
We don't have native sine / cosine instructions
Anton Korobeynikov
2009-07-16
1
-0
/
+5
*
We don't have any FP extloads
Anton Korobeynikov
2009-07-16
1
-0
/
+7
*
Implement all comparisons
Anton Korobeynikov
2009-07-16
1
-6
/
+38
*
Add constpool lowering / printing
Anton Korobeynikov
2009-07-16
1
-1
/
+23
*
Allow FP arguments pass / return
Anton Korobeynikov
2009-07-16
1
-20
/
+29
*
Register FP regclasses
Anton Korobeynikov
2009-07-16
1
-0
/
+6
*
Implement 'large' PIC model
Anton Korobeynikov
2009-07-16
1
-3
/
+31
*
Implement shifts properly (hopefilly - finally!)
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Properly handle divides. As a bonus - implement memory versions of them.
Anton Korobeynikov
2009-07-16
1
-0
/
+11
*
Emit proper lowering of load from arg stack slot
Anton Korobeynikov
2009-07-16
1
-10
/
+6
*
Implement dynamic allocas
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Add jump tables
Anton Korobeynikov
2009-07-16
1
-0
/
+11
*
Exapnd br_jt into indirect branch. Provide pattern for indirect branches.
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Proper lower 'small' results
Anton Korobeynikov
2009-07-16
1
-3
/
+20
*
Lower addresses of globals
Anton Korobeynikov
2009-07-16
1
-0
/
+13
*
Provide "wide" muls and divs/rems
Anton Korobeynikov
2009-07-16
1
-10
/
+5
*
Preliminary mul lowering
Anton Korobeynikov
2009-07-16
1
-0
/
+11
*
More extloads
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
SELECT_CC lowering
Anton Korobeynikov
2009-07-16
1
-0
/
+93
*
Conditional branches and comparisons
Anton Korobeynikov
2009-07-16
1
-0
/
+70
*
Emit correct offset for PseudoSourceValue
Anton Korobeynikov
2009-07-16
1
-6
/
+8
*
Provide proper stack offsets for outgoing arguments
Anton Korobeynikov
2009-07-16
1
-6
/
+13
[next]