| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 2 | -8/+8 |
* | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 5 | -76/+127 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 1 | -2/+4 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 2 | -3/+2 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 2 | -2/+3 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 3 | -18/+19 |
* | Match raw "psp" triple target, as done by the homebrew toolchain. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -1/+2 |
* | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes | 2008-08-07 | 3 | -23/+52 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 1 | -3/+2 |
* | Provide convenient helpers | Anton Korobeynikov | 2008-08-07 | 1 | -2/+2 |
* | Added support for fp callee saved registers. | Bruno Cardoso Lopes | 2008-08-06 | 6 | -152/+225 |
* | Trim #includes. | Dan Gohman | 2008-08-05 | 2 | -1/+2 |
* | Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, they | Bruno Cardoso Lopes | 2008-08-04 | 2 | -40/+9 |
* | Handle i32->f32 bitconvert results. | Bruno Cardoso Lopes | 2008-08-04 | 2 | -1/+6 |
* | Fix PR2615 | Bruno Cardoso Lopes | 2008-08-03 | 1 | -1/+7 |
* | Improved asm inline for hi,lo results | Bruno Cardoso Lopes | 2008-08-02 | 5 | -23/+77 |
* | Apply the same pattern used in 'and' lowering for 'or' | Bruno Cardoso Lopes | 2008-08-02 | 2 | -8/+10 |
* | Expand fcopysign | Bruno Cardoso Lopes | 2008-07-31 | 1 | -0/+1 |
* | Handle more SELECT corner cases considering legalize types, probabily wont wo... | Bruno Cardoso Lopes | 2008-07-31 | 2 | -31/+48 |
* | Added pattern for floating point zero immediate (avoiding a constant pool | Bruno Cardoso Lopes | 2008-07-30 | 2 | -3/+16 |
* | Fixed bug in global address lowering for functions and in Brcond lowering | Bruno Cardoso Lopes | 2008-07-30 | 1 | -6/+7 |
* | Removed small section flag for mips, the assembler doesnt support this flag | Bruno Cardoso Lopes | 2008-07-30 | 2 | -4/+18 |
* | Added new features to represent specific instructions groups | Bruno Cardoso Lopes | 2008-07-30 | 3 | -8/+45 |
* | Instruction definition cleanup | Bruno Cardoso Lopes | 2008-07-30 | 1 | -63/+43 |
* | Changed some methods order. | Bruno Cardoso Lopes | 2008-07-29 | 1 | -45/+46 |
* | Added floating point lowering for select. | Bruno Cardoso Lopes | 2008-07-29 | 4 | -86/+185 |
* | Disable gp_rel relocation for constant pools access for now. | Bruno Cardoso Lopes | 2008-07-28 | 1 | -7/+11 |
* | Added floating point lowering for setcc and brcond. | Bruno Cardoso Lopes | 2008-07-28 | 7 | -30/+158 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 3 | -127/+127 |
* | Minor fixes. | Bruno Cardoso Lopes | 2008-07-23 | 5 | -28/+54 |
* | simplified small section logic | Bruno Cardoso Lopes | 2008-07-22 | 1 | -35/+19 |
* | Added small section asm emition logic for mips. | Bruno Cardoso Lopes | 2008-07-22 | 3 | -3/+81 |
* | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 7 | -29/+87 |
* | Use chars, where possible | Anton Korobeynikov | 2008-07-19 | 1 | -25/+25 |
* | Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. | Anton Korobeynikov | 2008-07-19 | 3 | -138/+113 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
* | Fixed call stack alignment. Improved AsmPrinter alignment issues. | Bruno Cardoso Lopes | 2008-07-15 | 5 | -18/+47 |
* | Added Subtarget support into RegisterInfo | Bruno Cardoso Lopes | 2008-07-14 | 9 | -116/+200 |
* | Silence warning by initializing variable. | Bill Wendling | 2008-07-09 | 1 | -1/+1 |
* | Fixed features usage. | Bruno Cardoso Lopes | 2008-07-09 | 5 | -23/+25 |
* | Fixe typos and 80 column size problems | Bruno Cardoso Lopes | 2008-07-09 | 9 | -25/+28 |
* | MipsTargetLowering cleanup | Bruno Cardoso Lopes | 2008-07-09 | 2 | -34/+40 |
* | Pacify gcc-4.3. | Duncan Sands | 2008-07-08 | 1 | -2/+4 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 2 | -13/+13 |
* | fixed 32-bit fp_to_sint pattern | Bruno Cardoso Lopes | 2008-07-07 | 2 | -10/+14 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+2 |
* | Several changes to Mips backend, experimental fp support being the most | Bruno Cardoso Lopes | 2008-07-05 | 17 | -443/+1247 |
* | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng | 2008-07-03 | 1 | -7/+11 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -1/+2 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -1/+1 |