| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
| * | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
| * | use section flags more correctly. | Chris Lattner | 2009-07-24 | 1 | -1/+2 |
| * | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 1 | -4/+5 |
| * | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -23/+6 |
| * | Rename Mangler linkage enums to something less gross. | Bill Wendling | 2009-07-20 | 1 | -3/+3 |
| * | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -3/+10 |
| * | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -2/+0 |
| * | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -3/+0 |
| * | fix section switching to ensure that stubs are emitted to the right | Chris Lattner | 2009-07-16 | 1 | -4/+5 |
| * | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -8/+0 |
| * | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -4/+11 |
| * | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -11/+4 |
| * | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -4/+11 |
| * | get the PPC stub temporary label from the mangler instead of | Chris Lattner | 2009-07-15 | 1 | -29/+5 |
| * | turn some if/then's into ?: | Chris Lattner | 2009-07-15 | 1 | -12/+3 |
| * | eliminate a bunch of printSuffixedName's by using info computed from | Chris Lattner | 2009-07-15 | 1 | -23/+15 |
| * | convert FnStubs to using a more structured form, eliminating | Chris Lattner | 2009-07-15 | 1 | -9/+31 |
| * | simplify "EmitExternalGlobal": it is only used to output a | Chris Lattner | 2009-07-15 | 1 | -6/+1 |
| * | Convert GVStubs and HiddenGVStubs to work more like the X86 backend, this | Chris Lattner | 2009-07-15 | 1 | -56/+52 |
| * | minor cleanups: only switch sections once before all function stubs, instead of | Chris Lattner | 2009-07-15 | 1 | -16/+15 |
| * | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -7/+7 |
| * | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -5/+4 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -8/+8 |
| * | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -4/+5 |
| * | eliminate extra space. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
| * | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -5/+4 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+2 |
| * | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -12/+7 |
| * | simplify some logic by using isWeakForLinker(). Thanks to Anton for | Chris Lattner | 2009-07-02 | 1 | -5/+2 |
| * | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -5/+8 |
| * | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -14/+8 |
| * | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -2/+2 |
| * | 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 | 1 | -5/+2 |
| * | 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 |
| * | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 1 | -6/+0 |
| * | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+6 |
| * | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
| * | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -4/+8 |
| * | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -12/+14 |
| * | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -14/+12 |
| * | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -12/+14 |