| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify: stub emission depends on the version of the linker you use, it has n... | Chris Lattner | 2009-07-02 | 1 | -5/+4 |
* | Add darwin stub removal to wishlist. | Dale Johannesen | 2009-07-01 | 1 | -0/+11 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 2 | -2/+2 |
* | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -5/+8 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 1 | -8/+28 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 4 | -23/+15 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 3 | -3/+12 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 1 | -1/+1 |
* | Add missing dependencies to the CMake build system. | Douglas Gregor | 2009-06-25 | 1 | -0/+1 |
* | No need to code gen MDNodes | Devang Patel | 2009-06-25 | 1 | -0/+3 |
* | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 1 | -20/+3 |
* | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner | 2009-06-24 | 1 | -9/+0 |
* | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 1 | -19/+0 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 2 | -9/+4 |
* | Eliminate object-relinking support from CMake. Fixes PR 4429 and | Douglas Gregor | 2009-06-23 | 1 | -5/+1 |
* | Initialize MMI | Devang Patel | 2009-06-20 | 1 | -0/+4 |
* | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel | 2009-06-19 | 1 | -16/+0 |
* | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner | 2009-06-19 | 1 | -42/+2 |
* | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 2 | -6/+1 |
* | simplify macro debug info directive handling. | Chris Lattner | 2009-06-18 | 1 | -2/+2 |
* | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng | 2009-06-18 | 1 | -4/+3 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 2 | -0/+11 |
* | PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec | Eli Friedman | 2009-06-07 | 1 | -0/+22 |
* | Add explicit keywords. | Dan Gohman | 2009-06-05 | 1 | -1/+1 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 1 | -0/+1 |
* | Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was | Dale Johannesen | 2009-06-04 | 2 | -10/+12 |
* | Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray | Bruno Cardoso Lopes | 2009-06-01 | 2 | -18/+21 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 6 | -53/+129 |
* | Return the operand rather than a null SDValue when the given SELECT_CC | Eli Friedman | 2009-05-28 | 1 | -3/+3 |
* | Ger rid of some dead code. | Eli Friedman | 2009-05-27 | 1 | -3/+0 |
* | Make the PPC backend use a legal type for the operands to the BUILD_VECTOR | Eli Friedman | 2009-05-24 | 1 | -5/+3 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -1/+3 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 2 | -41/+63 |
* | Don't #include DerivedTypes.h from TargetData.h. | Jay Foad | 2009-05-11 | 1 | -0/+1 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | PPC::B and PPC::BCC's target operand may be an immediate. | Evan Cheng | 2009-05-08 | 1 | -0/+9 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 4 | -17/+29 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 4 | -28/+32 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 4 | -32/+28 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 4 | -28/+32 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 3 | -195/+207 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 3 | -210/+195 |
* | PR2957 | Nate Begeman | 2009-04-24 | 3 | -195/+210 |
* | Fix spurious indentation in a comment. | Dan Gohman | 2009-04-23 | 1 | -1/+1 |
* | Fix some failures in targets on available_externally functions, | Chris Lattner | 2009-04-17 | 1 | -0/+6 |
* | Pass in the std::string parameter instead of returning it by value. | Bill Wendling | 2009-04-10 | 1 | -1/+2 |
* | fix warning in -asserts build. | Chris Lattner | 2009-03-26 | 1 | -4/+2 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 4 | -16/+16 |
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -15/+32 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -4/+2 |