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