| Age | Commit message (Expand) | Author |
| 2009-11-19 | - Add sugregister logic to handle f64=(f32,f32). | Bruno Cardoso Lopes |
| 2009-11-13 | Move DebugInfo checks into EmitComments and remove them from | David Greene |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-10-06 | Instead of printing unnecessary basic block labels as labels in | Dan Gohman |
| 2009-10-06 | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel |
| 2009-09-30 | Use MachineInstr as an processDebugLoc() argument. | Devang Patel |
| 2009-09-30 | Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this | Bob Wilson |
| 2009-09-13 | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner |
| 2009-09-13 | the tblgen produced 'getRegisterName' method does not access | Chris Lattner |
| 2009-09-13 | make tblgen produce a function that returns the name for a physreg. | Chris Lattner |
| 2009-09-13 | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner |
| 2009-09-13 | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner |
| 2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
| 2009-09-01 | Reapply 80278 | Bruno Cardoso Lopes |
| 2009-08-27 | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes |
| 2009-08-27 | Revamp our friend Mips :) | Bruno Cardoso Lopes |
| 2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
| 2009-08-12 | This void is implicit in C++. | Dan Gohman |
| 2009-08-08 | make printInstruction return void since its result is omitted. Make the | Chris Lattner |
| 2009-08-05 | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel |
| 2009-08-03 | this really shouldn't switch sections without telling the asmprinter, but | Chris Lattner |
| 2009-07-29 | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner |
| 2009-07-28 | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |
| 2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner |
| 2009-07-21 | whitespace cleanups, make the MipsAsmPrinter::doInitialization | Chris Lattner |
| 2009-07-21 | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner |
| 2009-07-20 | Pass in the unfortunately named "LessPrivatePrefix" for the | Bill Wendling |
| 2009-07-20 | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling |
| 2009-07-18 | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar |
| 2009-07-15 | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar |
| 2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
| 2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
| 2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
| 2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
| 2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-14 | Revert r75615, which depended on 75610. | Daniel Dunbar |
| 2009-07-14 | eliminate extra space. | Torok Edwin |
| 2009-07-14 | Rename getValueName -> getMangledName. | Chris Lattner |
| 2009-07-13 | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
| 2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
| 2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |