summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/AsmPrinter
Commit message (Expand)AuthorAge
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-05
* remove an unneeded section switch.Chris Lattner2009-08-03
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-26
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-21
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-15
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-14
* eliminate extra space.Torok Edwin2009-07-14
* Rename getValueName -> getMangledName.Chris Lattner2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Let's ignore MDStrings also!Devang Patel2009-06-26
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-25
* No need to code gen MDNodesDevang Patel2009-06-25
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-24
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-24
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-23
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-23
* Remove unused field.Devang Patel2009-06-20
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-19
* Unbreak cyclic depsAnton Korobeynikov2009-06-19
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-03
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24