Age | Commit message (Expand) | Author |
2010-11-15 | Revert "Fix PR8612 in the standard spiller as well." | Jakob Stoklund Olesen |
2010-11-15 | Attempt to provide encodings for some miscellaneous Thumb2 encodings. | Owen Anderson |
2010-11-15 | Code clean up. The peephole pass should be the one updating the instruction | Evan Cheng |
2010-11-15 | Provide Thumb2 encodings for sxtb and friends. | Owen Anderson |
2010-11-15 | Recommit this change and remove the failing part of the test - it didn't | Eric Christopher |
2010-11-15 | Fix PR8612 in the standard spiller as well. | Jakob Stoklund Olesen |
2010-11-15 | When spilling a register defined by an early clobber, make sure that the new | Jakob Stoklund Olesen |
2010-11-15 | ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding. | Jim Grosbach |
2010-11-15 | Add Thumb2 encodings for comparison and shift operators. | Owen Anderson |
2010-11-15 | Fix compiler warnigns. | Benjamin Kramer |
2010-11-15 | Add correct Thumb2 encodings for mvn and friends. | Owen Anderson |
2010-11-15 | Update examples and documentation to explicitly add basicaa, now that it's | Dan Gohman |
2010-11-15 | Add FIXMEs. | Jim Grosbach |
2010-11-15 | Nuke redundant encoding bit set. | Jim Grosbach |
2010-11-15 | -basicaa is no longer the default. | Dan Gohman |
2010-11-15 | Teach InstructionSimplify the trick of skipping incoming phi | Duncan Sands |
2010-11-15 | Move PHI tests to phi.ll, out of select.ll. | Duncan Sands |
2010-11-15 | Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original | Rafael Espindola |
2010-11-15 | Dovetail with Dan Dunbar's rework of ELFObjectWriter. | Jason W Kim |
2010-11-15 | Fix PR8565. | Rafael Espindola |
2010-11-15 | Improve code layout, mostly indentation. | Kalle Raiskila |
2010-11-15 | Wire up primitive support in the assembler backend for writing .o files | Chris Lattner |
2010-11-15 | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner |
2010-11-15 | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner |
2010-11-15 | fix a regression with the new instprinter: we lost the ability to | Chris Lattner |
2010-11-15 | pull the code to get the operand value out of the loop. | Chris Lattner |
2010-11-15 | split the giant encoder loop into two new helper functions. | Chris Lattner |
2010-11-15 | reduce nesting and minor cleanups, no functionality change. | Chris Lattner |
2010-11-15 | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner |
2010-11-15 | add a fixup for conditional branches, giving us output like this: | Chris Lattner |
2010-11-15 | change direct branches to encode with the same encoding method | Chris Lattner |
2010-11-15 | eliminate a now-unneeded operand printer. | Chris Lattner |
2010-11-15 | split call operands out to their own encoding class, simplifying | Chris Lattner |
2010-11-15 | correct the fixup comment printer to work on big endian platforms. | Chris Lattner |
2010-11-15 | add proper encoding for MTCRF instead of using a hack. | Chris Lattner |
2010-11-15 | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner |
2010-11-15 | remove a pointless testcase. | Chris Lattner |
2010-11-15 | add basic encoding support for immediates and registers, allowing us | Chris Lattner |
2010-11-15 | add a dummy entry to fix a build error | Chris Lattner |
2010-11-15 | Implement a basic MCCodeEmitter for PPC. This doesn't handle | Chris Lattner |
2010-11-15 | dissolve some more hacks. | Chris Lattner |
2010-11-15 | fix some fixme's, removing dead code. | Chris Lattner |
2010-11-15 | remove asmstrings (which can never be printed) from pseudo | Chris Lattner |
2010-11-15 | strength reduce TOC temp label generation, no functionality change. | Chris Lattner |
2010-11-15 | rip out a ton of old instruction printing junk now that the | Chris Lattner |
2010-11-15 | Object: Add missing makefile. | Michael J. Spencer |
2010-11-15 | Make sure ARM multi load / store pass copies memoperands when forming ldrd / ... | Evan Cheng |
2010-11-15 | Turn on the new instprinter by default. | Chris Lattner |
2010-11-15 | Add LLVMObject Library. | Michael J. Spencer |
2010-11-15 | convert the operand bits into bitfields since they are all combinable in | Chris Lattner |