| Commit message (Expand) | Author | Age | Files | Lines |
| * | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 1 | -4/+4 |
| * | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 1 | -22/+18 |
| * | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 1 | -4/+8 |
| * | Do not force indirect tailcall through fixed registers: eax, r11. Add support... | Evan Cheng | 2010-03-14 | 1 | -8/+17 |
| * | simplify some overly general code. The stack always grows down on x86. | Chris Lattner | 2010-03-13 | 1 | -6/+2 |
| * | add support, testcases, and dox for the new GHC calling | Chris Lattner | 2010-03-11 | 1 | -1/+10 |
| * | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 2010-03-09 | 1 | -1/+1 |
| * | Lower dynamic stack allocation on mingw32 to separate instruction. | Anton Korobeynikov | 2010-03-06 | 1 | -2/+4 |
| * | Implement XMM subregs. | Dan Gohman | 2010-02-28 | 1 | -0/+6 |
| * | Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. | Charles Davis | 2010-02-19 | 1 | -1/+3 |
| * | Teach MachineFrameInfo to track maximum alignment while stack objects are being | Evan Cheng | 2010-02-13 | 1 | -5/+1 |
| * | Change TAILJMP's to be varargs and transfer implicit uses over from TCRETURN'... | Evan Cheng | 2010-01-31 | 1 | -3/+8 |
| * | Don't forget to transfer target flag when inserting a tailcall instruction. | Evan Cheng | 2010-01-30 | 1 | -1/+2 |
| * | constify a method argument. | Chris Lattner | 2010-01-26 | 1 | -3/+3 |
| * | make findDebugLoc a class method | Dale Johannesen | 2010-01-20 | 1 | -2/+2 |
| * | Move findDebugLoc somewhere more central. Fix | Dale Johannesen | 2010-01-20 | 1 | -17/+0 |
| * | Fix a case where debug_value was perturbing the | Dale Johannesen | 2010-01-19 | 1 | -4/+19 |
| * | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach | 2010-01-19 | 1 | -0/+6 |
| * | Revert 93499. After discussion with Chris we agreed | Dale Johannesen | 2010-01-15 | 1 | -9/+0 |
| * | Lower FrameIndex operand of DEBUG_VALUE (specially) and | Dale Johannesen | 2010-01-15 | 1 | -0/+9 |
| * | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -3/+3 |
| * | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach | 2009-12-02 | 1 | -61/+1 |
| * | Minor whitespace fixes. | Dan Gohman | 2009-11-30 | 1 | -1/+1 |
| * | Temporary disable the error - it seems to be too conservative. | Anton Korobeynikov | 2009-11-14 | 1 | -3/+4 |
| * | The instruction pointer %RIP is a reserved register on x86_64. | Jakob Stoklund Olesen | 2009-11-13 | 1 | -0/+5 |
| * | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 1 | -5/+7 |
| * | Throw an error when stack realignment stuff fails instead of silent | Anton Korobeynikov | 2009-11-08 | 1 | -3/+7 |
| * | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
| * | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
| * | Add register-reuse to frame-index register scavenging. When a target uses | Jim Grosbach | 2009-10-07 | 1 | -2/+5 |
| * | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 1 | -1/+1 |
| * | If we've pushed registers onto the stack, but aren't adjusting the stack pointer | Bill Wendling | 2009-09-03 | 1 | -2/+2 |
| * | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| * | Styalistic and format changes. No functionality change. | Bill Wendling | 2009-08-16 | 1 | -73/+85 |
| * | An overhaul of the exception handling code. This is arguably more correct than | Bill Wendling | 2009-08-15 | 1 | -55/+81 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -5/+5 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -5/+5 |
| * | Enable the new no-SP register classes by default. This is to address | Dan Gohman | 2009-08-05 | 1 | -14/+3 |
| * | Create proper frame index for FP | Anton Korobeynikov | 2009-08-03 | 1 | -1/+3 |
| * | Unbreak Win64 CC. Step one: honour register save area, fix some alignment and... | Anton Korobeynikov | 2009-08-03 | 1 | -14/+22 |
| * | The x86 jit doesn't generate a def_cfa_offset unwind instruction after the | Bill Wendling | 2009-08-02 | 1 | -1/+1 |
| * | The X86 maximal stack alignment calculator preserves the CFG. Also, | Dan Gohman | 2009-08-01 | 1 | -2/+9 |
| * | Add a new register class to describe operands that can't be SP, | Dan Gohman | 2009-07-30 | 1 | -16/+50 |
| * | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner | 2009-07-29 | 1 | -5/+4 |
| * | Revert r75581: it causes massive breakage in the Ada | Duncan Sands | 2009-07-23 | 1 | -0/+23 |
| * | Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu... | Evan Cheng | 2009-07-20 | 1 | -22/+37 |
| * | Enable cross register class coalescing. | Evan Cheng | 2009-07-18 | 1 | -0/+78 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
| * | Remove hack now that Evan fixed it so that the frame pointer isn't saved twice. | Bill Wendling | 2009-07-14 | 1 | -23/+0 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+5 |