| Age | Commit message (Expand) | Author |
| 2010-01-15 | Revert 93499. After discussion with Chris we agreed | Dale Johannesen |
| 2010-01-15 | Lower FrameIndex operand of DEBUG_VALUE (specially) and | Dale Johannesen |
| 2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
| 2009-12-02 | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach |
| 2009-11-30 | Minor whitespace fixes. | Dan Gohman |
| 2009-11-14 | Temporary disable the error - it seems to be too conservative. | Anton Korobeynikov |
| 2009-11-13 | The instruction pointer %RIP is a reserved register on x86_64. | Jakob Stoklund Olesen |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-11-08 | Throw an error when stack realignment stuff fails instead of silent | Anton Korobeynikov |
| 2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-10-07 | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach |
| 2009-09-06 | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands |
| 2009-09-03 | If we've pushed registers onto the stack, but aren't adjusting the stack pointer | Bill Wendling |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-16 | Styalistic and format changes. No functionality change. | Bill Wendling |
| 2009-08-15 | An overhaul of the exception handling code. This is arguably more correct than | Bill Wendling |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-05 | Enable the new no-SP register classes by default. This is to address | Dan Gohman |
| 2009-08-03 | Create proper frame index for FP | Anton Korobeynikov |
| 2009-08-03 | Unbreak Win64 CC. Step one: honour register save area, fix some alignment and... | Anton Korobeynikov |
| 2009-08-02 | The x86 jit doesn't generate a def_cfa_offset unwind instruction after the | Bill Wendling |
| 2009-08-01 | The X86 maximal stack alignment calculator preserves the CFG. Also, | Dan Gohman |
| 2009-07-30 | Add a new register class to describe operands that can't be SP, | Dan Gohman |
| 2009-07-29 | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner |
| 2009-07-23 | Revert r75581: it causes massive breakage in the Ada | Duncan Sands |
| 2009-07-20 | Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu... | Evan Cheng |
| 2009-07-18 | Enable cross register class coalescing. | Evan Cheng |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-14 | Remove hack now that Evan fixed it so that the frame pointer isn't saved twice. | Bill Wendling |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-09 | If -fomit-frame-pointer is used, we still need to record when the %esp register | Bill Wendling |
| 2009-07-09 | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng |
| 2009-07-08 | Recommit r74952 with a bug fix: | Bill Wendling |
| 2009-07-07 | --- Reverse-merging (from foreign repository) r74952 into '.': | Bill Wendling |
| 2009-07-07 | DWARF requires frame moves be specified at specific times. If you have a | Bill Wendling |
| 2009-06-17 | Do not use first actual instruction's location for prologue. The debug wants ... | Devang Patel |
| 2009-06-16 | There doesn't seem to be a reason to move the save FP stuff. | Bill Wendling |
| 2009-06-16 | The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offset | Bill Wendling |
| 2009-06-09 | Simplified logic of this if-then statement to reduce nesting. No functionality | Bill Wendling |
| 2009-06-08 | Revert r72898. It does not solve the problem I want it to solve. | Bill Wendling |
| 2009-06-04 | The DWARF unwind info was incorrect. While compiling with | Bill Wendling |
| 2009-06-04 | Add new function attribute - noredzone. | Devang Patel |
| 2009-06-04 | PR3739, part 1: Disable the red zone on Win64. | Eli Friedman |
| 2009-05-13 | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling |
| 2009-04-08 | Re-apply 68552. | Rafael Espindola |
| 2009-04-07 | Temporarily revert r68552. This was causing a failure in the self-hosting LLVM | Bill Wendling |
| 2009-04-07 | Reduce code duplication on the TLS implementation. | Rafael Espindola |
| 2009-03-19 | Remove strange extra semicolons. | Nick Lewycky |