- b735b4d DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineInstrs by David Blaikie · 12 years ago
- a54533ed Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., by Venkatraman Govindaraju · 12 years ago
- f80d72f Sparc: Add support for indirect branch and blockaddress in Sparc backend. by Venkatraman Govindaraju · 12 years ago
- 2e64d7a Use target flags for printing SPARC asm operands. by Jakob Stoklund Olesen · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 5e69cff There are a number of generic inline asm operand modifiers that by Jack Carter · 13 years ago
- e55c556 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
- 1fc8263 Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks. by Venkatraman Govindaraju · 14 years ago
- 7f8e563 Add bundle aware API for querying instruction properties and switch the code by Evan Cheng · 14 years ago
- 20baffb Replace (Lower|Upper)caseString in favor of StringRef's newest methods. by Benjamin Kramer · 14 years ago
- 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
- ee347f8 Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to by Venkatraman Govindaraju · 15 years ago
- 66031ed move all the target's asmprinters into the main target. The piece by Chris Lattner · 15 years ago[Renamed from llvm/lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp]
- d20699b Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 16 years ago
- 3d86cd6 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 16 years ago
- 3bb0976 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 16 years ago
- 76c564b change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 16 years ago
- 29bdac4 eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 16 years ago
- e468f88 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 16 years ago
- 0b822ab inline GetGlobalValueSymbol into the rest its callers and remove it. by Chris Lattner · 16 years ago
- 29146d4 clean this up. by Chris Lattner · 16 years ago
- bdceca6 by Chris Lattner · 16 years ago
- 1fa9c2cc move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, by Chris Lattner · 16 years ago
- ff68a42 print all the newlines at the end of instructions with by Chris Lattner · 16 years ago
- 8228b11 add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 16 years ago
- 996ec84 rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 16 years ago
- b0d44c3 refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 16 years ago
- fd97a33 Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). by Chris Lattner · 16 years ago
- 2ab1100 use existing basic block numbers instead of recomputing a new set of them. by Chris Lattner · 16 years ago
- 9da5e1f Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to by Chris Lattner · 16 years ago
- d051af7 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
- 170442f don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 16 years ago
- c7a062d Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 16 years ago
- f75fe9e use %object like other elf targets, gas accepts either. by Chris Lattner · 16 years ago
- 8b5d55e now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
- 426f31f switch more stuff onto MCSymbols by Chris Lattner · 16 years ago
- e6b1bef switch X86 target off CurFunctionName and MCIze more. by Chris Lattner · 16 years ago
- 719e908 MCize a bunch more stuff, eliminating a lot of uses of the mangler by Chris Lattner · 16 years ago
- 91687f6 add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol by Chris Lattner · 16 years ago
- 659c1a9 by David Greene · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 10d3dc5 Instead of printing unnecessary basic block labels as labels in by Dan Gohman · 16 years ago
- 051454a Update processDebugLoc() so that it can be used to process debug info before and after printing an instruction. by Devang Patel · 16 years ago
- e0709cf Use MachineInstr as an processDebugLoc() argument. by Devang Patel · 16 years ago
- 840c700 several major improvements to the sparc backend: support for weak linkage by Chris Lattner · 16 years ago
- 51e7270 Remove unused variables. by Daniel Dunbar · 16 years ago
- eb2cc68 remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 16 years ago
- ad10b3b the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 16 years ago
- 06c5eed make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 16 years ago
- 1d04aa7 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 16 years ago
- 4cd4498 convert some uses of printBasicBlockLabel to use GetMBBSymbol instead. by Chris Lattner · 16 years ago
- 321bc99 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 16 years ago
- 716a8c9 hoist the call to processDebugLoc out of the generated by Chris Lattner · 16 years ago
- bd1fc36 Add source debug information to the Sparc code generator. by Richard Pennington · 16 years ago
- e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
- 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 4b7dadb eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
- b94284b make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
- 44c4417 Remove dead code. MDNode and MDString are not Constant anymore. by Devang Patel · 16 years ago
- 5034329 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
- a4f43fb Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
- 5e693ed Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
- 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
- 100865e make AsmPrinter::doFinalization iterate over the global variables by Chris Lattner · 16 years ago
- 249df80 fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. by Chris Lattner · 16 years ago
- 1177cee Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 16 years ago
- dde1a8e Pass in the unfortunately named "LessPrivatePrefix" for the by Bill Wendling · 16 years ago
- a3c6f6b Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
- 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
- 5302288 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
- e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
- a31f96c by David Greene · 16 years ago
- 8c9a96b Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 16 years ago
- fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- 6c5282e Revert r75615, which depended on 75610. by Daniel Dunbar · 16 years ago
- 027c84d2 Rename getValueName -> getMangledName. by Chris Lattner · 16 years ago
- fb8d6d5 Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
- fa04002 Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago
- 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
- 31ceb1b Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
- c043d13 Privatize some data. by Owen Anderson · 16 years ago
- 2cc6d18 Let's ignore MDStrings also! by Devang Patel · 16 years ago
- 9d68302 by Devang Patel · 16 years ago
- 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
- 3773afe fix the sparc codegen to not depend on the sparc asmprinter. by Chris Lattner · 16 years ago
- 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
- af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
- 084669a Second attempt: by Bill Wendling · 17 years ago
- 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
- d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
- 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
- 4581beb It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 17 years ago
- 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
- c5437ea Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
- 0f4c581 Put code that generates debug labels into TableGen so that it can be used by by Bill Wendling · 17 years ago
- 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
- dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago