| Age | Commit message (Expand) | Author |
| 2010-02-21 | Formatting tweaks (trailing whitespace, ordering, comments). | Daniel Dunbar |
| 2010-02-21 | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner |
| 2010-02-19 | Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in | Bob Wilson |
| 2010-02-19 | Radar 7636153. In the presence of large call frames, it's not sufficient | Jim Grosbach |
| 2010-02-17 | Fix a few unused parameter warnings. | Eric Christopher |
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
| 2010-02-12 | give MCCodeEmitters access to the current MCContext. | Chris Lattner |
| 2010-02-11 | refactor x86 conditional branches to use a multipattern | Chris Lattner |
| 2010-02-10 | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-08 | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman |
| 2010-02-03 | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
| 2010-02-02 | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-02-02 | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner |
| 2010-02-02 | remove the remnants of TargetMachOWriterInfo. | Chris Lattner |
| 2010-02-02 | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner |
| 2010-02-02 | Inline addAssemblyEmitter into its one real caller and delete | Chris Lattner |
| 2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
| 2010-01-31 | Moved InstallLexer() from the X86-specific AsmLexer | Sean Callanan |
| 2010-01-27 | Remove a dead target hook. | Evan Cheng |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2010-01-26 | constify a method argument. | Chris Lattner |
| 2010-01-26 | Remove warning about non return on a non-void function. | Bill Wendling |
| 2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |
| 2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner |
| 2010-01-26 | stub out a new target hook, need some refactoring before I can | Chris Lattner |
| 2010-01-26 | this hook should be const. | Chris Lattner |
| 2010-01-26 | Add support for target-specific 32-bit custom-lowered | Chris Lattner |
| 2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
| 2010-01-25 | add a method to get the alignment of an integer type even | Chris Lattner |
| 2010-01-22 | Filled out the skeleton of the TargetAsmLexer to behave | Sean Callanan |
| 2010-01-22 | Add two target hooks to determine whether two loads are near and should be sc... | Evan Cheng |
| 2010-01-22 | allow registering target lexers. | Chris Lattner |
| 2010-01-22 | stub out a new TargetAsmLexer interface. | Chris Lattner |
| 2010-01-21 | remove a couple of asserts that use RTTI. | Chris Lattner |
| 2010-01-19 | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner |
| 2010-01-19 | use BSSLocal classifier to identify 'lcomm' data instead of | Chris Lattner |
| 2010-01-19 | change an accessor to a predicate. | Chris Lattner |
| 2010-01-19 | Cleanup handling of .zerofill on darwin: | Chris Lattner |
| 2010-01-18 | - Add getLSDAEncoding to the PowerPC backend. | Bill Wendling |
| 2010-01-18 | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling |
| 2010-01-18 | Unnamed symbol index should be >= 1. This was lost during the mangler refacto... | Benjamin Kramer |
| 2010-01-17 | stop the CBE from using Mangler::appendMangledName, which is a private functi... | Chris Lattner |
| 2010-01-17 | fix uninit member, thanks to Benjamin Kramer for identifying the bug. | Chris Lattner |