| 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-07-25 | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman |
| 2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
| 2007-02-13 | Well this isn't as ugly and it works better. At least gcc bootstraps again | Andrew Lenharth |
| 2007-01-24 | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth |
| 2007-01-24 | Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). | Evan Cheng |
| 2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
| 2006-12-07 | Simplify a bit | Andrew Lenharth |
| 2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
| 2006-12-07 | Be sure to grab weak functions too, and make implicit defs comments | Andrew Lenharth |
| 2006-12-06 | add #include | Chris Lattner |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-10-24 | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel |
| 2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
| 2006-10-05 | use getSectionForFunction to decide which section to emit code into | Chris Lattner |
| 2006-09-18 | Jump tables on Alpha | Andrew Lenharth |
| 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-07-03 | 0 offsets for memory operands | Andrew Lenharth |
| 2006-06-21 | Add memory operand and int regs | Andrew Lenharth |
| 2006-06-21 | inline asm, at least for floats | Andrew Lenharth |
| 2006-05-17 | Added sanity check for obviously bogus immediates | Andrew Lenharth |
| 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 V9-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-09 | Add support for 'special' llvm globals like debug info and static ctors/dtors. | Chris Lattner |
| 2006-02-27 | Removed dependency on how operands are printed (want multi-line.) | Jim Laskey |
| 2006-02-06 | see what this allignment thing will do | Andrew Lenharth |
| 2006-02-04 | linkage fix for weak functions | Andrew Lenharth |
| 2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
| 2005-12-25 | add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG | Andrew Lenharth |
| 2005-11-30 | No longer track value types for asm printer operands, and remove them as | Nate Begeman |
| 2005-11-21 | Switch to using the generic constant pool emitter impl, use shorter | Chris Lattner |
| 2005-11-21 | Adjust to capitalized AsmPrinter method names | Chris Lattner |
| 2005-11-21 | Use PrivateGlobalPrefix for basic blocks | Chris Lattner |
| 2005-11-21 | Switch to the new shared SwitchSection | 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-09-29 | begining alpha subtarget support | Andrew Lenharth |
| 2005-08-12 | .section cleanup, patch from Nicholas Riley | Andrew Lenharth |
| 2005-07-22 | Alpha JIT (beta) | Andrew Lenharth |