| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 7 | -48/+25 |
* | Use chars, where possible | Anton Korobeynikov | 2008-08-08 | 1 | -30/+30 |
* | Convert PPC/Linux to new section printing stuff | Anton Korobeynikov | 2008-08-08 | 3 | -89/+74 |
* | Switch PPC/Darwin to new section handling stuff | Anton Korobeynikov | 2008-08-08 | 3 | -153/+107 |
* | Cleanup | Anton Korobeynikov | 2008-08-08 | 1 | -72/+70 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 6 | -21/+17 |
* | 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 | 6 | -24/+41 |
* | Fix indentation. | Evan Cheng | 2008-08-08 | 1 | -8/+8 |
* | 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 |
* | Remove dead forward decl | Anton Korobeynikov | 2008-08-07 | 1 | -1/+0 |
* | Print section flags ok on platforms, which use '@' as comment string. Fix test. | Anton Korobeynikov | 2008-08-07 | 1 | -3/+9 |
* | Add assertion for easy debugging of missing stuff | Anton Korobeynikov | 2008-08-07 | 1 | -0/+2 |
* | Switch ARM to new section handling stuff | Anton Korobeynikov | 2008-08-07 | 5 | -236/+227 |
* | Switch Alpha to new section handling stuff | Anton Korobeynikov | 2008-08-07 | 1 | -63/+60 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 3 | -6/+4 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -6/+6 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -9/+9 |
* | Switch IA64 to new section-handling stuff | Anton Korobeynikov | 2008-08-07 | 3 | -71/+90 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -18/+16 |
* | Provide convenient helpers | Anton Korobeynikov | 2008-08-07 | 2 | -10/+4 |
* | Switch Sparc to new section handling stuff. Refactor printing of module-level... | Anton Korobeynikov | 2008-08-07 | 4 | -77/+120 |
* | Add hook for constant pool section selection for darwin. | Anton Korobeynikov | 2008-08-07 | 2 | -5/+21 |
* | Select section for constant pool entries | Anton Korobeynikov | 2008-08-07 | 2 | -3/+23 |
* | Re-enable elimination of unnecessary SUBREG_TO_REG instructions in | Dan Gohman | 2008-08-07 | 2 | -8/+16 |
* | Re-introduce the 8-bit subreg zext-inreg patterns for x86-32, | Dan Gohman | 2008-08-06 | 2 | -6/+10 |
* | xchg does not modify FLAGS. | Dan Gohman | 2008-08-06 | 2 | -2/+3 |
* | Added support for fp callee saved registers. | Bruno Cardoso Lopes | 2008-08-06 | 6 | -152/+225 |
* | Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64. | Evan Cheng | 2008-08-05 | 2 | -4/+5 |
* | Trim #includes. | Dan Gohman | 2008-08-05 | 3 | -4/+2 |
* | This option doesn't need to be a target option. It can be in SDISel instead. | Owen Anderson | 2008-08-05 | 1 | -6/+0 |
* | - Fix SelectionDAG to generate correct CFGs. | Owen Anderson | 2008-08-04 | 1 | -0/+6 |
* | Add an assert to catch invalid VECTOR_SHUFFLE mask indices. | Dan Gohman | 2008-08-04 | 1 | -0/+1 |
* | 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 |
* | Add atomic sub for other sizes | Andrew Lenharth | 2008-08-03 | 1 | -1/+2 |
* | Emit saveri with the correct operand order, patch by Richard Pennington! | Chris Lattner | 2008-08-03 | 1 | -1/+1 |
* | 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 |
* | Add a flag to disable jump table generation (all | Dale Johannesen | 2008-07-31 | 3 | -1/+11 |
* | Added pattern for floating point zero immediate (avoiding a constant pool | Bruno Cardoso Lopes | 2008-07-30 | 2 | -3/+16 |
* | Reapply r54147 with a constraint to only use the 8-bit | Dan Gohman | 2008-07-30 | 2 | -25/+61 |
* | 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 |