| Age | Commit message (Expand) | Author |
| 2007-10-14 | Revert 42908 for now. | Evan Cheng |
| 2007-10-12 | Change the names used for internal labels to use the current | Dan Gohman |
| 2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
| 2007-07-25 | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-24 | Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). | Evan Cheng |
| 2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-12-06 | These asm printers shouldn't use assembly/writer.h | Chris Lattner |
| 2006-10-05 | implement and use getSectionForFunction | Chris Lattner |
| 2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
| 2006-09-07 | Make target asm info a property of the target machine. | Jim Laskey |
| 2006-09-06 | Separate target specific asm properties from the asm printers. | Jim Laskey |
| 2006-05-09 | Split SwitchSection into SwitchTo{Text|Data}Section methods. | Chris Lattner |
| 2006-05-04 | Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. | Chris Lattner |
| 2006-05-04 | There shalt be only one "immediate" operand type! | Chris Lattner |
| 2006-05-04 | Remove a bunch more SparcV9 specific stuff | Chris Lattner |
| 2006-05-04 | Remove some more unused stuff from MachineInstr that was leftover from V9. | Chris Lattner |
| 2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
| 2006-05-02 | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
| 2006-03-09 | Add support for 'special' llvm globals like debug info and static ctors/dtors. | Chris Lattner |
| 2006-02-16 | distinguish between objects and register names, now we can have stuff | Duraid Madina |
| 2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
| 2005-11-30 | No longer track value types for asm printer operands, and remove them as | Nate Begeman |
| 2005-11-21 | Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom of | Chris Lattner |
| 2005-11-21 | Start using shared asmprinter Constant Pool emitter, use shorter cpi names. | Chris Lattner |
| 2005-11-21 | Adjust to capitalized AsmPrinter method names | Chris Lattner |
| 2005-11-21 | Use PrivateGlobalPrefix for basic block labels | Chris Lattner |
| 2005-11-21 | Start using SwitchSection, allowing globals and functions to be emitted | Chris Lattner |
| 2005-11-21 | Rename SwitchSection -> switchSection to avoid conflicting with a future | Chris Lattner |
| 2005-11-21 | Start using PrivateGlobalPrefix correctly | Chris Lattner |
| 2005-10-28 | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina |
| 2005-04-22 | Convert tabs to spaces | Misha Brukman |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-04-14 | print negative 64 bit immediates as negative numbers, makes things a little | Duraid Madina |
| 2005-04-11 | assorted fixes: | Duraid Madina |
| 2005-04-07 | teach asmprinter to print s8/s14 operands | Duraid Madina |
| 2005-04-03 | .bss is no problem here. | Duraid Madina |
| 2005-04-02 | ia64 asmprinter fixes: | Duraid Madina |
| 2005-03-31 | * declare local common symbols as such (.lcomm, not merely .common) | Duraid Madina |
| 2005-03-28 | Emit .global @function and .global @object entries so the Intel ias | Duraid Madina |
| 2005-03-24 | fix a compilation error, patch contributed by Bill Wendling! | Chris Lattner |
| 2005-03-19 | Stop using deprecated interface. | Alkis Evlogimenos |
| 2005-03-17 | and so it begins... | Duraid Madina |