| Age | Commit message (Expand) | Author |
| 2009-08-14 | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar |
| 2009-08-13 | Add MachineFrameInfo::getPristineRegisters(MBB) method. | Jakob Stoklund Olesen |
| 2009-08-13 | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 2009-08-11 | Fix warnings. | Owen Anderson |
| 2009-08-11 | struct -> class | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-11 | Use the default copy-ctor, copy-assignment, and destructor. | Dan Gohman |
| 2009-08-11 | Add a comment about the additional meaning of setPreservesCFG() for | Dan Gohman |
| 2009-08-11 | Rebuild RegScavenger::DistanceMap each time it is needed. | Jakob Stoklund Olesen |
| 2009-08-11 | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson |
| 2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
| 2009-08-10 | Modified VNInfo. The "copy" member is now a union which holds the copy for a ... | Lang Hames |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-10 | Add support for printing loop structure information in asm comments. | David Greene |
| 2009-08-10 | Post RA scheduler changes. Introduce a hazard recognizer that uses the target... | David Goodwin |
| 2009-08-08 | ELF improvements: | Bruno Cardoso Lopes |
| 2009-08-08 | Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist... | Jakob Stoklund Olesen |
| 2009-08-08 | Simplify RegScavenger::forward a bit more. | Jakob Stoklund Olesen |
| 2009-08-07 | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner |
| 2009-08-06 | Get rid of RegScavenger::backwards() before the bitrot spreads. | Jakob Stoklund Olesen |
| 2009-08-06 | Reg Scavenging generalization (Thumb support): | John Mosby |
| 2009-08-05 | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene |
| 2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
| 2009-08-05 | 1) Proper emit displacements for x86, using absolute relocations where necessary | Bruno Cardoso Lopes |
| 2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
| 2009-08-03 | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner |
| 2009-08-03 | Kill off SwitchToDataSection and SwitchToTextSection, woo. | Chris Lattner |
| 2009-08-03 | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene |
| 2009-08-03 | make getObjFileLowering() return a non-const reference. | Chris Lattner |
| 2009-08-03 | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix... | Anton Korobeynikov |
| 2009-08-03 | Fix some comments referring to std::cerr. | Daniel Dunbar |
| 2009-08-02 | Scavenger asserts. | Jakob Stoklund Olesen |
| 2009-08-01 | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman |
| 2009-07-31 | Simplify operand padding by keying off tabs in the asm stream. If | David Greene |
| 2009-07-31 | Delete spurious semicolons. | Dan Gohman |
| 2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
| 2009-07-31 | MachineFunction no longer needs Annotation. | Dan Gohman |
| 2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman |
| 2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar |
| 2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman |
| 2009-07-30 | Removed the BigBlock register allocator. | Lang Hames |
| 2009-07-30 | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta |
| 2009-07-30 | I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live un... | Evan Cheng |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-27 | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner |
| 2009-07-27 | simplify #includes. | Chris Lattner |
| 2009-07-24 | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar |