| Commit message (Expand) | Author | Age | Files | Lines |
* | refix typo | Chris Lattner | 2005-11-29 | 1 | -1/+1 |
* | don't say this is i128, because it isn't yet. Hopefully nate will change | Chris Lattner | 2005-11-29 | 1 | -1/+1 |
* | revert my change for the time being, which broke the build | Chris Lattner | 2005-11-29 | 1 | -1/+1 |
* | fix a typo :) | Chris Lattner | 2005-11-28 | 1 | -1/+1 |
* | a few more comments on the interfaces and functions | Andrew Lenharth | 2005-11-28 | 1 | -3/+20 |
* | Added documented rsprofiler interface. Also remove new profiler passes, the | Andrew Lenharth | 2005-11-28 | 3 | -135/+63 |
* | Fix VC++ warning. | Jeff Cohen | 2005-11-28 | 1 | -0/+1 |
* | Add a missed optimization | Chris Lattner | 2005-11-28 | 1 | -0/+9 |
* | Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,... | Andrew Lenharth | 2005-11-28 | 2 | -0/+730 |
* | Small tweaks noticed while on the plane. | Nate Begeman | 2005-11-26 | 3 | -5/+10 |
* | since reg2mem requires it, might as well mention that it preserves it | Andrew Lenharth | 2005-11-25 | 1 | -0/+1 |
* | add support for dynamic_stackalloc to the dag isel (thanks andrew ;) | Duraid Madina | 2005-11-25 | 1 | -3/+31 |
* | Some first bits of AltiVec stuff: Instruction Formats, Encodings, and | Nate Begeman | 2005-11-23 | 3 | -1/+123 |
* | Reg2Mem is something a pass may depend on, so allow that | Andrew Lenharth | 2005-11-22 | 1 | -0/+1 |
* | turns out, demotion and invokes and critical edges don't mix | Andrew Lenharth | 2005-11-22 | 1 | -0/+4 |
* | Fix warning, the better way. Really, this is what this instruction is for, s... | Andrew Lenharth | 2005-11-22 | 1 | -7/+7 |
* | Fix warning | Andrew Lenharth | 2005-11-22 | 1 | -3/+3 |
* | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman | 2005-11-22 | 3 | -5/+81 |
* | massive DAGISel patch. lots and lots more stuff compiles now | Andrew Lenharth | 2005-11-22 | 5 | -52/+207 |
* | Rather than attempting to legalize 1 x float, make sure the SD ISel never | Nate Begeman | 2005-11-22 | 3 | -49/+29 |
* | Use HasDotTypeDotSizeDirective instead of forELF | Chris Lattner | 2005-11-21 | 4 | -18/+10 |
* | Remove a level of indentation by using a continue. | Chris Lattner | 2005-11-21 | 1 | -55/+55 |
* | Simplify the subtarget info, allow the asmwriter to do some target sensing | Chris Lattner | 2005-11-21 | 2 | -22/+2 |
* | Use subtarget information computed by X86Subtarget instead of rolling our own. | Chris Lattner | 2005-11-21 | 3 | -29/+22 |
* | Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin, | Chris Lattner | 2005-11-21 | 2 | -15/+24 |
* | Add a forELF flag, allowing the removal of forCygwin and simplification of | Chris Lattner | 2005-11-21 | 4 | -7/+12 |
* | simplify and genericize this code | Chris Lattner | 2005-11-21 | 1 | -55/+69 |
* | add support for div/rem to the dag->dag isel. yay. | Duraid Madina | 2005-11-21 | 1 | -0/+180 |
* | I think I know what you meant here, but just to be safe I'll let you | Duraid Madina | 2005-11-21 | 1 | -1/+1 |
* | Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom of | Chris Lattner | 2005-11-21 | 1 | -99/+88 |
* | Start using shared asmprinter Constant Pool emitter, use shorter cpi names. | Chris Lattner | 2005-11-21 | 1 | -26/+5 |
* | prune #include | Chris Lattner | 2005-11-21 | 1 | -1/+0 |
* | Switch to using the shared constant pool printer, along with using shorter | Chris Lattner | 2005-11-21 | 4 | -31/+5 |
* | Switch to using the generic constant pool emitter impl, use shorter | Chris Lattner | 2005-11-21 | 1 | -25/+2 |
* | Use generic constant pool emission code in the AsmPrinter class. | Chris Lattner | 2005-11-21 | 1 | -30/+4 |
* | Allow target to customize directive used to switch to arbitrary section in Sw... | Chris Lattner | 2005-11-21 | 1 | -1/+28 |
* | Use the FunctionNumber provided by the AsmPrinter class | Chris Lattner | 2005-11-21 | 1 | -19/+15 |
* | increment the function number in SetupMachineFunction | Chris Lattner | 2005-11-21 | 1 | -0/+1 |
* | Use CommentString where possible, fix a bug where aix mode wouldn't assemble | Chris Lattner | 2005-11-21 | 1 | -4/+4 |
* | unify the darwin and aix constant pool printers | Chris Lattner | 2005-11-21 | 1 | -48/+28 |
* | Adjust to capitalized asmprinter method names | Chris Lattner | 2005-11-21 | 1 | -18/+18 |
* | Adjust to capitalized AsmPrinter method names | Chris Lattner | 2005-11-21 | 6 | -32/+32 |
* | Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin | Chris Lattner | 2005-11-21 | 2 | -5/+9 |
* | use PrivateGlobalPrefix for basic blocks | Chris Lattner | 2005-11-21 | 1 | -5/+6 |
* | Use PrivateGlobalPrefix for basic block labels | Chris Lattner | 2005-11-21 | 1 | -2/+4 |
* | Use PrivateGlobalPrefix for basic blocks | Chris Lattner | 2005-11-21 | 1 | -6/+6 |
* | Switch to the new shared SwitchSection | Chris Lattner | 2005-11-21 | 1 | -26/+6 |
* | Start using SwitchSection, allowing globals and functions to be emitted | Chris Lattner | 2005-11-21 | 1 | -39/+7 |
* | convert the rest of this over to use SwitchSection | Chris Lattner | 2005-11-21 | 3 | -7/+4 |
* | Start using the AsmPrinter shared SwitchSection code. This allows the X86 | Chris Lattner | 2005-11-21 | 2 | -18/+3 |