| Age | Commit message (Expand) | Author |
| 2010-08-10 | Implement register class inflation. | Jakob Stoklund Olesen |
| 2010-08-08 | Use the "isCompare" machine instruction attribute instead of calling the | Bill Wendling |
| 2010-08-08 | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher |
| 2010-08-08 | Add back in r109901, which adds a Compare flag to the target instructions. It's | Bill Wendling |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | spelling | Jim Grosbach |
| 2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola |
| 2010-08-06 | Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't | Bill Wendling |
| 2010-08-06 | Add the Optimize Compares pass (disabled by default). | Bill Wendling |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-05 | Revert my last commit, apparently it's a runtime issue. | Eric Christopher |
| 2010-08-05 | Remove unnecessary include. | Eric Christopher |
| 2010-08-03 | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar |
| 2010-08-01 | Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, although | Daniel Dunbar |
| 2010-07-30 | Add a "Compare" flag to the target instruction descriptor. This will be used | Bill Wendling |
| 2010-07-29 | Grammar. | Eric Christopher |
| 2010-07-29 | Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi... | Benjamin Kramer |
| 2010-07-24 | Hook in GlobalMerge pass | Anton Korobeynikov |
| 2010-07-24 | Add hook to insert late LLVM=>LLVM passes just before isel | Anton Korobeynikov |
| 2010-07-24 | Add an ILP scheduler. This is a register pressure aware scheduler that's | Evan Cheng |
| 2010-07-23 | - Allow target to specify when is register pressure "too high". In most cases, | Evan Cheng |
| 2010-07-23 | Revert r109102 for now as it's causing JIT miscompilations. | Eric Christopher |
| 2010-07-22 | Warnings patrol. | Eric Christopher |
| 2010-07-22 | eliminate the TargetInstrInfo::GetInstSizeInBytes hook. | Chris Lattner |
| 2010-07-22 | remove the JIT "NeedsExactSize" feature and supporting logic. | Chris Lattner |
| 2010-07-22 | Increase the max physreg size. Patch by Pekka Jääskeläinen. | Duncan Sands |
| 2010-07-22 | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner |
| 2010-07-21 | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng |
| 2010-07-20 | Grammar. | Eric Christopher |
| 2010-07-20 | Constify some arguments. | Eric Christopher |
| 2010-07-19 | ARM has to provide its own TargetLowering::findRepresentativeClass because it... | Evan Cheng |
| 2010-07-19 | Teach computeRegisterProperties() to compute "representative" register class ... | Evan Cheng |
| 2010-07-19 | TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut... | Daniel Dunbar |
| 2010-07-19 | Target: Give the TargetAsmParser access to the TargetMachine. | Daniel Dunbar |
| 2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen |
| 2010-07-16 | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling |
| 2010-07-16 | Remove remaining calls to TII::isMoveInstr. | Jakob Stoklund Olesen |
| 2010-07-15 | Split -enable-finite-only-fp-math to two options: | Evan Cheng |
| 2010-07-15 | 80-col. | Eric Christopher |
| 2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
| 2010-07-13 | Update comment. | Evan Cheng |
| 2010-07-12 | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola |
| 2010-07-12 | MC: Add MCAsmParserExtension, a base class for all the target/object specific | Daniel Dunbar |
| 2010-07-12 | Convert the last use of getPhysicalRegisterRegClass and remove it. | Rafael Espindola |
| 2010-07-11 | Remove TargetInstrInfo::copyRegToReg entirely. | Jakob Stoklund Olesen |
| 2010-07-11 | Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon. | Rafael Espindola |
| 2010-07-11 | Remove copyRegToReg from TargetInstrInfo so it is not longer accesible. | Jakob Stoklund Olesen |
| 2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |