summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-6/+6
* eliminate uses of cerr()Chris Lattner2009-08-231-1/+2
* Expand few nodes until someone will be crazy enough to implement them nativel...Anton Korobeynikov2009-08-211-2/+6
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-211-0/+40
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-84/+84
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-83/+83
* Major calling convention code refactoring.Dan Gohman2009-08-051-78/+82
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-2/+4
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-4/+4
* Missed a piece of the commit to remove the shift flavor.Eli Friedman2009-07-211-1/+0
* Expand fremAnton Korobeynikov2009-07-181-0/+2
* Turn abort() into unreachableAnton Korobeynikov2009-07-181-4/+6
* Turn few asserts into errors / unreachable'sAnton Korobeynikov2009-07-181-5/+7
* Provide expansion for ct* intrinsicsAnton Korobeynikov2009-07-181-0/+7
* Expand sext_inreg for i1Anton Korobeynikov2009-07-181-0/+2
* UnbreakAnton Korobeynikov2009-07-161-4/+5
* Expand 32-bit bitconverts via memoryAnton Korobeynikov2009-07-161-2/+2
* i32 values are passed extended also on stack. Handle this in generic wayAnton Korobeynikov2009-07-161-23/+24
* We definitely have 1-0 boolsAnton Korobeynikov2009-07-161-0/+1
* Out GR128 regclass is not a 'real' i128 one.Anton Korobeynikov2009-07-161-1/+0
* Handle bitconvertsAnton Korobeynikov2009-07-161-0/+4
* Expand fp_to_uint tooAnton Korobeynikov2009-07-161-0/+3
* We don't have FP truncstoresAnton Korobeynikov2009-07-161-0/+3
* Expand uint_to_fpAnton Korobeynikov2009-07-161-0/+2
* Make FP zero to be legal FP immediate via LOAD ZEROAnton Korobeynikov2009-07-161-0/+5
* Proper FP extloadsAnton Korobeynikov2009-07-161-6/+6
* Add proper PWS impdef'sAnton Korobeynikov2009-07-161-0/+1
* Propagate FP select_cc to dag insertersAnton Korobeynikov2009-07-161-2/+8
* We don't have native sine / cosine instructionsAnton Korobeynikov2009-07-161-0/+5
* We don't have any FP extloadsAnton Korobeynikov2009-07-161-0/+7
* Implement all comparisonsAnton Korobeynikov2009-07-161-6/+38
* Add constpool lowering / printingAnton Korobeynikov2009-07-161-1/+23
* Allow FP arguments pass / returnAnton Korobeynikov2009-07-161-20/+29
* Register FP regclassesAnton Korobeynikov2009-07-161-0/+6
* Implement 'large' PIC modelAnton Korobeynikov2009-07-161-3/+31
* Implement shifts properly (hopefilly - finally!)Anton Korobeynikov2009-07-161-1/+1
* Properly handle divides. As a bonus - implement memory versions of them.Anton Korobeynikov2009-07-161-0/+11
* Emit proper lowering of load from arg stack slotAnton Korobeynikov2009-07-161-10/+6
* Implement dynamic allocasAnton Korobeynikov2009-07-161-0/+1
* Add jump tablesAnton Korobeynikov2009-07-161-0/+11
* Exapnd br_jt into indirect branch. Provide pattern for indirect branches.Anton Korobeynikov2009-07-161-0/+1
* Proper lower 'small' resultsAnton Korobeynikov2009-07-161-3/+20
* Lower addresses of globalsAnton Korobeynikov2009-07-161-0/+13
* Provide "wide" muls and divs/remsAnton Korobeynikov2009-07-161-10/+5
* Preliminary mul loweringAnton Korobeynikov2009-07-161-0/+11
* More extloadsAnton Korobeynikov2009-07-161-0/+3
* SELECT_CC loweringAnton Korobeynikov2009-07-161-0/+93
* Conditional branches and comparisonsAnton Korobeynikov2009-07-161-0/+70
* Emit correct offset for PseudoSourceValueAnton Korobeynikov2009-07-161-6/+8
* Provide proper stack offsets for outgoing argumentsAnton Korobeynikov2009-07-161-6/+13
OpenPOWER on IntegriCloud