| Age | Commit message (Expand) | Author |
| 2007-02-21 | Add support for changes in DwarfWriter. | Jim Laskey |
| 2007-02-01 | Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll | Chris Lattner |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-30 | Darwin -static should codegen static ctors / dtors to .constructor / .destruc... | Evan Cheng |
| 2007-01-26 | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey |
| 2007-01-25 | Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC | Chris Lattner |
| 2007-01-14 | add support for hidden visibility to darwin/ppc and linux/ppc targets | Chris Lattner |
| 2006-12-21 | Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. | Jim Laskey |
| 2006-12-20 | Oops. | Jim Laskey |
| 2006-12-20 | Original patch was overly complicated. | Jim Laskey |
| 2006-12-20 | Changes to target powerpc for non-Darwin assemblers. | Jim Laskey |
| 2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner |
| 2006-12-18 | move ExtWeakSymbols to AsmPrinter | Rafael Espindola |
| 2006-12-12 | Honor cpu directive, take two. | Jim Laskey |
| 2006-12-12 | Rollback changes to take a different tack. | Jim Laskey |
| 2006-12-12 | Honor the command line specification for machine type. | Jim Laskey |
| 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-01 | Add weak reference directive. | Evan Cheng |
| 2006-12-01 | Copy and paste error. An initialized global cannot be a weak reference. | Evan Cheng |
| 2006-12-01 | ExternalWeak case in wrong location. | Jim Laskey |
| 2006-12-01 | A initialized global variable cannot be extern weak. However, if a global val... | Evan Cheng |
| 2006-12-01 | Darwin PPC external weak linkage support. | Evan Cheng |
| 2006-11-28 | Prime text sections to improve branch locality in large object files. | Jim Laskey |
| 2006-11-18 | Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'. | Chris Lattner |
| 2006-11-17 | start using PPC predicates more consistently. | Chris Lattner |
| 2006-11-16 | fix a regression that I introduced. stdu should scale the offset by 4 | Chris Lattner |
| 2006-11-04 | Go through all kinds of trouble to mark 'blr' as having a predicate operand | Chris Lattner |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-10-31 | 1. Clean up code due to changes in SwitchTo*Section(2) | Anton Korobeynikov |
| 2006-10-28 | Doh. Must check if GV is constant first before putting it in .cstring. | Evan Cheng |
| 2006-10-26 | Place cstrings in .cstring section. | Evan Cheng |
| 2006-10-24 | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel |
| 2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
| 2006-10-05 | Move getSectionForFunction to AsmPrinter, change it to return a string. | Chris Lattner |
| 2006-10-05 | implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputting | Chris Lattner |
| 2006-10-05 | emit jump table before debug info | Chris Lattner |
| 2006-10-05 | Always emit the jump table after the function so it's part of the same 'atom' | Chris Lattner |
| 2006-09-20 | The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass | Chris Lattner |
| 2006-09-20 | Wrap some darwin'isms with isDarwin checks. | Chris Lattner |
| 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-08-27 | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner |
| 2006-08-25 | Encode pc-relative conditional branch offset as pc+(num of bytes / 4). The | Evan Cheng |
| 2006-08-12 | Emit .set directives for jump table entries when possible, which reduces | Nate Begeman |
| 2006-07-27 | Support jump tables when in PIC relocation model | Nate Begeman |
| 2006-07-26 | Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. | Chris Lattner |
| 2006-07-15 | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner |
| 2006-07-12 | Print negative immediates as negative values instead of large constants | Chris Lattner |
| 2006-06-28 | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner |