| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 2010-02-12 | 3 | -0/+34 |
* | Reapply coalescer fix for better cross-class coalescing. | Jakob Stoklund Olesen | 2010-02-11 | 1 | -1/+1 |
* | enhance llvm-mc -show-inst to print the enum of an instruction, like so: | Chris Lattner | 2010-02-11 | 4 | -2/+14 |
* | add a new MCInstPrinter::getOpcodeName interface, when it is | Chris Lattner | 2010-02-11 | 3 | -4/+17 |
* | improve encoding information for branches. We now know they have | Chris Lattner | 2010-02-11 | 1 | -15/+14 |
* | MC: Move assembler-backend's fixup list into the fragment. | Daniel Dunbar | 2010-02-11 | 1 | -40/+22 |
* | MC: Move MCSectionData::Fixup out to MCAsmFixup. | Daniel Dunbar | 2010-02-11 | 1 | -8/+7 |
* | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 2010-02-11 | 3 | -6/+21 |
* | Revert functional change. This broke a bunch of tests. | Jakob Stoklund Olesen | 2010-02-11 | 1 | -1/+1 |
* | switch to target-indep fixups for 1/2/4/8 byte data. | Chris Lattner | 2010-02-11 | 1 | -14/+9 |
* | revert 95903. | Devang Patel | 2010-02-11 | 1 | -4/+1 |
* | It is always good to do a cross-class join when the large register has a tiny... | Jakob Stoklund Olesen | 2010-02-11 | 1 | -6/+11 |
* | Added LDRT/LDRBT/STRT/STRBT for disassembly only. | Johnny Chen | 2010-02-11 | 1 | -0/+32 |
* | unbreak the build. | Chris Lattner | 2010-02-11 | 1 | -1/+1 |
* | Destroy MDNodes while destructing llvm context. | Devang Patel | 2010-02-11 | 1 | -1/+4 |
* | refactor the conditional jump instructions in the .td file to | Chris Lattner | 2010-02-11 | 6 | -133/+111 |
* | Forgot to also check in this file for vcvt (floating-point <-> fixed-point, V... | Johnny Chen | 2010-02-11 | 1 | -0/+9 |
* | Allow for more than one DBG_VALUE targeting the | Dale Johannesen | 2010-02-11 | 1 | -4/+4 |
* | Don't allow DBG_VALUE to affect codegen. | Dale Johannesen | 2010-02-11 | 1 | -0/+3 |
* | Added VCVT (between floating-point and fixed-point, VFP) for disassembly. | Johnny Chen | 2010-02-11 | 1 | -0/+95 |
* | Added BKPT/tBKPT (breakpoint) to the instruction table for disassembly purpose. | Johnny Chen | 2010-02-11 | 2 | -0/+17 |
* | Use array_pod_sort instead of std::sort for improved code size. | Jakob Stoklund Olesen | 2010-02-11 | 1 | -2/+2 |
* | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher | 2010-02-11 | 1 | -2/+8 |
* | Add pseudo instruction TRAP for disassembly, which is encoded according to A5-21 | Johnny Chen | 2010-02-11 | 1 | -0/+10 |
* | Use .empty() instead of .size(). | Bill Wendling | 2010-02-11 | 1 | -2/+2 |
* | dont' call getX86RegNum on X86::RIP, it doesn't like that. This | Chris Lattner | 2010-02-11 | 2 | -3/+7 |
* | fix a really nasty bug I introduced in r95693: r12 (and r12d, | Chris Lattner | 2010-02-11 | 2 | -7/+12 |
* | Add and commonize encoder support for all immediates. | Chris Lattner | 2010-02-11 | 1 | -110/+35 |
* | generalize EmitDisplacementField to work with any size | Chris Lattner | 2010-02-11 | 1 | -14/+13 |
* | eliminate the dead IsPCRel argument. | Chris Lattner | 2010-02-11 | 1 | -9/+6 |
* | eliminate the dead "PCAdj" logic. | Chris Lattner | 2010-02-11 | 1 | -22/+9 |
* | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin | 2010-02-11 | 2 | -26/+12 |
* | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner | 2010-02-11 | 3 | -55/+97 |
* | Make DSE only scan blocks that are reachable from the entry | Chris Lattner | 2010-02-11 | 1 | -1/+7 |
* | Make jump threading honor x|undef -> true and x&undef -> false, | Chris Lattner | 2010-02-11 | 1 | -3/+8 |
* | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher | 2010-02-11 | 1 | -1/+26 |
* | Fix to get it to compile. | Bill Wendling | 2010-02-11 | 1 | -1/+1 |
* | Don't print out a default newline when emitting the section offset. There are | Bill Wendling | 2010-02-11 | 2 | -2/+1 |
* | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin | 2010-02-11 | 3 | -43/+129 |
* | Reuse operand location when updating PHI instructions. | Jakob Stoklund Olesen | 2010-02-11 | 1 | -7/+26 |
* | Remove duplicate successors from indirectbr instructions before building the ... | Jakob Stoklund Olesen | 2010-02-11 | 1 | -2/+8 |
* | Ignore dbg info intrinsics. | Devang Patel | 2010-02-11 | 1 | -0/+4 |
* | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 3 | -24/+107 |
* | Ignore debug info one more place during coalescing. | Dale Johannesen | 2010-02-10 | 1 | -0/+2 |
* | Delete dead PHI machine instructions. These can be created due to type | Bob Wilson | 2010-02-10 | 1 | -1/+1 |
* | Skip debug info in a couple of places. | Dale Johannesen | 2010-02-10 | 1 | -3/+7 |
* | Use an index instead of pointers into the vector. If the vector resizes, then | Bill Wendling | 2010-02-10 | 2 | -12/+13 |
* | When I rewrote this loop per Chris' preference I | Dale Johannesen | 2010-02-10 | 1 | -0/+3 |
* | A few missed optimizations; the last one could have a significant impact on | Eli Friedman | 2010-02-10 | 1 | -0/+66 |
* | Strip new llvm.dbg.value intrinsic. | Devang Patel | 2010-02-10 | 1 | -0/+9 |