| Commit message (Expand) | Author | Age | Files | Lines |
| * | eliminate a now-unneeded operand printer. | Chris Lattner | 2010-11-15 | 2 | -4/+0 |
| * | split call operands out to their own encoding class, simplifying | Chris Lattner | 2010-11-15 | 4 | -77/+130 |
| * | correct the fixup comment printer to work on big endian platforms. | Chris Lattner | 2010-11-15 | 1 | -1/+8 |
| * | add proper encoding for MTCRF instead of using a hack. | Chris Lattner | 2010-11-15 | 3 | -15/+37 |
| * | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner | 2010-11-15 | 10 | -36/+38 |
| * | remove a pointless testcase. | Chris Lattner | 2010-11-15 | 1 | -585/+0 |
| * | add basic encoding support for immediates and registers, allowing us | Chris Lattner | 2010-11-15 | 2 | -4/+8 |
| * | add a dummy entry to fix a build error | Chris Lattner | 2010-11-15 | 1 | -2/+2 |
| * | Implement a basic MCCodeEmitter for PPC. This doesn't handle | Chris Lattner | 2010-11-15 | 5 | -2/+113 |
| * | dissolve some more hacks. | Chris Lattner | 2010-11-15 | 2 | -6/+6 |
| * | fix some fixme's, removing dead code. | Chris Lattner | 2010-11-15 | 1 | -8/+2 |
| * | remove asmstrings (which can never be printed) from pseudo | Chris Lattner | 2010-11-15 | 4 | -103/+48 |
| * | strength reduce TOC temp label generation, no functionality change. | Chris Lattner | 2010-11-15 | 1 | -7/+4 |
| * | rip out a ton of old instruction printing junk now that the | Chris Lattner | 2010-11-15 | 1 | -419/+86 |
| * | Object: Add missing makefile. | Michael J. Spencer | 2010-11-15 | 1 | -0/+14 |
| * | Make sure ARM multi load / store pass copies memoperands when forming ldrd / ... | Evan Cheng | 2010-11-15 | 1 | -0/+17 |
| * | Turn on the new instprinter by default. | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
| * | Add LLVMObject Library. | Michael J. Spencer | 2010-11-15 | 5 | -1/+321 |
| * | convert the operand bits into bitfields since they are all combinable in | Chris Lattner | 2010-11-15 | 3 | -116/+92 |
| * | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner | 2010-11-15 | 9 | -118/+141 |
| * | remove some extraneous quotes to make the new instprinter match. | Chris Lattner | 2010-11-15 | 2 | -4/+4 |
| * | silence a ton of warnings from clang. | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
| * | Attempt to unbreak cmake-based builds | Anton Korobeynikov | 2010-11-15 | 12 | -0/+13 |
| * | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 82 | -3356/+4279 |
| * | Whitespace cleanup | Anton Korobeynikov | 2010-11-15 | 1 | -4/+4 |
| * | Move the logic to decide with which symbol we produce a relocation (if any) to | Rafael Espindola | 2010-11-14 | 2 | -34/+61 |
| * | implement support for the MO_DARWIN_STUB TargetOperand flag, | Chris Lattner | 2010-11-14 | 4 | -35/+172 |
| * | tidy up, no functionality change. | Chris Lattner | 2010-11-14 | 2 | -3/+1 |
| * | with the picbase nonsense starting to be figured out, implement | Chris Lattner | 2010-11-14 | 1 | -0/+22 |
| * | move the pic base symbol stuff up to MachineFunction | Chris Lattner | 2010-11-14 | 10 | -46/+24 |
| * | simplify getPICBaseSymbol a bit. | Chris Lattner | 2010-11-14 | 4 | -8/+8 |
| * | reimplement ppc asmprinter "toc" handling to use a VariantKind | Chris Lattner | 2010-11-14 | 4 | -5/+32 |
| * | add some nounwind's. | Chris Lattner | 2010-11-14 | 5 | -6/+6 |
| * | lower PPC::MFCRpseud when transforming to MC, avoiding calling | Chris Lattner | 2010-11-14 | 2 | -2/+18 |
| * | make the stubbed-out printer methods abort instead of | Chris Lattner | 2010-11-14 | 2 | -3/+18 |
| * | wire up a few more things, down to 4 test failures, all | Chris Lattner | 2010-11-14 | 2 | -19/+39 |
| * | properly wire up the instprinter to the ppc64 backend, down to 5 failures. | Chris Lattner | 2010-11-14 | 1 | -1/+1 |
| * | implement pretty printing support for the various pseudo | Chris Lattner | 2010-11-14 | 1 | -0/+45 |
| * | Wire up symbol hi/lo printing. We don't print hi()/lo(), but this gets | Chris Lattner | 2010-11-14 | 2 | -4/+17 |
| * | implement basic support for symbol operand lowering, | Chris Lattner | 2010-11-14 | 3 | -3/+63 |
| * | Detect presence of AsmPrinter's. Remove some cruft too. | Oscar Fuentes | 2010-11-14 | 1 | -9/+9 |
| * | Updated CMake library dependencies. | Oscar Fuentes | 2010-11-14 | 1 | -32/+32 |
| * | trim #includes. | Chris Lattner | 2010-11-14 | 1 | -5/+1 |
| * | switch PPC to a simplified MCInstLowering model. | Chris Lattner | 2010-11-14 | 4 | -92/+13 |
| * | Fix another case of a .comm directive without a corresponding .type | Rafael Espindola | 2010-11-14 | 2 | -5/+19 |
| * | fix PPC.h to not pull in TargetMachine.h | Chris Lattner | 2010-11-14 | 1 | -2/+2 |
| * | rename LowerToMCInst -> LowerARMMachineInstrToMCInst. | Chris Lattner | 2010-11-14 | 3 | -5/+7 |
| * | even more simplifications. ARM MCInstLowering is now just | Chris Lattner | 2010-11-14 | 4 | -60/+19 |
| * | hopefully unbreak the cmake build, patch by frits van bommel. | Chris Lattner | 2010-11-14 | 1 | -1/+2 |
| * | more shrinkification | Chris Lattner | 2010-11-14 | 2 | -10/+1 |