| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -13/+23 |
* | Use early exit to reduce indentation. No functional change. | Bob Wilson | 2009-03-03 | 1 | -128/+128 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 2 | -3/+3 |
* | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson | 2009-03-02 | 1 | -8/+11 |
* | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson | 2009-03-01 | 1 | -106/+5 |
* | Alignment values for i64 and f64 on ppc64 were wrong, | Dale Johannesen | 2009-02-27 | 1 | -1/+3 |
* | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 1 | -15/+110 |
* | Remove all "cached" data from BuildVectorSDNode, preferring to retrieve | Scott Michel | 2009-02-25 | 1 | -6/+6 |