aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-01-18- Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling
2010-01-18remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner
2010-01-17now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner
2010-01-17Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer
2010-01-17Add a note for the macho streamer and remove a used of the mangler from the s...Nate Begeman
2010-01-16When checking for sret-demotion, it needs to use legal types. When using the...Kenneth Uildriks
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16reapply the mangler gutting patch.Chris Lattner
2010-01-16unbreak the build.Chris Lattner
2010-01-16Revert 93648.Rafael Espindola
2010-01-16Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner
2010-01-16Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner
2010-01-16rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner
2010-01-16eliminate uses of getMangledName from AsmPrinter.cpp, last up is Chris Lattner
2010-01-16No need to use WeakVH here.Devang Patel
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel
2010-01-16remove a couple of actively incorrect uses of getMangledName.Chris Lattner
2010-01-16Retrying r91337:Bill Wendling
2010-01-16fix inverted conditionalChris Lattner
2010-01-16CurrentFnName is now dead, remove it.Chris Lattner
2010-01-16remove the string form of printVisibility.Chris Lattner
2010-01-16Treat indirect branches specially only during pre-regalloc tail duplication,Bob Wilson
2010-01-16Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson
2010-01-15supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner
2010-01-15add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner
2010-01-15add another helperChris Lattner
2010-01-15add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner
2010-01-15Update CMake build.Ted Kremenek
2010-01-15Add FIXME.Devang Patel
2010-01-15Don't make changes to the MBB in MachineBasicBlock::canFallThrough().Jakob Stoklund Olesen
2010-01-15Simplify logic. Any functional change is unintended.Jakob Stoklund Olesen
2010-01-15Add some debug routines to SelectionDAG to dump full DAGs.David Greene
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez
2010-01-15Change pre-regalloc tail duplication to only duplicate indirect branch blocks.Bob Wilson
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Do not use AT_specification die for static variables. It confuses gdb.Devang Patel
2010-01-15fix 80-column violationsJim Grosbach
2010-01-15Fix 80 column violations and clean up whitespaceJim Grosbach
2010-01-15Do not emit multiple AT_container_type attributes. Devang Patel
2010-01-14Fix a comment.Dale Johannesen
2010-01-14Add comment explaining the necessity of r93456Jim Grosbach
2010-01-14Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,Jim Grosbach
2010-01-14Fix a codegen abort seen in 483.xalancbmk.Dan Gohman
2010-01-13Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng
2010-01-13Re-enable extension optimization pass.Evan Cheng
2010-01-13Add comment; refactor; avoid pulling in DT if it's not used.Evan Cheng
2010-01-13remove uses of deprecated functions, this generates slightlyChris Lattner