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