| Age | Commit message (Expand) | Author |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-27 | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner |
| 2009-07-27 | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner |
| 2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
| 2009-07-26 | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner |
| 2009-07-26 | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner |
| 2009-07-26 | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner |
| 2009-07-26 | two files I missed in the last commit. | Chris Lattner |
| 2009-07-26 | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner |
| 2009-07-25 | Remove Value::{isName, getNameRef}. | Daniel Dunbar |
| 2009-07-24 | remove a use of SectionFlagsForGlobal. | Chris Lattner |
| 2009-07-24 | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner |
| 2009-07-22 | Put comment printing under asm-verbose. | David Greene |
| 2009-07-22 | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner |
| 2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | 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 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner |
| 2009-07-17 | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner |
| 2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner |
| 2009-07-16 | Emit line numbers in asm comments when available. | David Greene |
| 2009-07-15 | remove printSuffixedName. | Chris Lattner |
| 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 r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar |
| 2009-07-14 | rename getValueName -> getMangledName. These two files have very | Chris Lattner |
| 2009-07-14 | Change the internal interface to makeNameProper to take a bool that | Chris Lattner |
| 2009-07-13 | Add infrastructure to allow post instruction printing action triggers. | David Greene |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
| 2009-06-25 | Privatize some more debug-related static data. | Owen Anderson |
| 2009-06-24 | Move local statics to per-instance variables. | Owen Anderson |
| 2009-06-24 | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner |
| 2009-06-24 | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner |
| 2009-06-24 | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner |
| 2009-06-19 | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel |
| 2009-06-18 | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner |
| 2009-06-18 | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng |
| 2009-06-14 | Fix old-style type names in comments. | Dan Gohman |
| 2009-05-21 | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling |
| 2009-05-20 | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis |
| 2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
| 2009-05-07 | Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo... | Argyrios Kyrtzidis |
| 2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
| 2009-04-29 | Second attempt: | Bill Wendling |
| 2009-04-28 | Initialized arrays can be in any address space. | Sanjiv Gupta |
| 2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
| 2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |