aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add Thumb2 encodings for comparison and shift operators.Owen Anderson2010-11-151-36/+106
* Fix compiler warnigns.Benjamin Kramer2010-11-151-2/+2
* Add correct Thumb2 encodings for mvn and friends.Owen Anderson2010-11-151-11/+80
* Add FIXMEs.Jim Grosbach2010-11-151-0/+4
* Nuke redundant encoding bit set.Jim Grosbach2010-11-151-3/+1
* Teach InstructionSimplify the trick of skipping incoming phiDuncan Sands2010-11-151-4/+9
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-155-116/+60
* Dovetail with Dan Dunbar's rework of ELFObjectWriter.Jason W Kim2010-11-151-223/+311
* Fix PR8565.Rafael Espindola2010-11-152-6/+26
* Improve code layout, mostly indentation. Kalle Raiskila2010-11-151-166/+150
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-155-1/+137
* split out an encoder for memri operands, allowing a relocation to be ploppedChris Lattner2010-11-155-58/+68
* add support for encoding the lo14 forms used for a few PPC64 addressingChris Lattner2010-11-155-25/+45
* fix a regression with the new instprinter: we lost the ability toChris Lattner2010-11-151-0/+22
* implement the start of support for lo16 and ha16, allowing us to get stuff like:Chris Lattner2010-11-155-30/+108
* add a fixup for conditional branches, giving us output like this:Chris Lattner2010-11-152-8/+11
* change direct branches to encode with the same encoding methodChris Lattner2010-11-153-23/+38
* 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-157-31/+31
* 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-153-1/+72
* 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-158-117/+138
* remove some extraneous quotes to make the new instprinter match.Chris Lattner2010-11-151-2/+2
* 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-1580-3343/+4264
* Whitespace cleanupAnton Korobeynikov2010-11-151-4/+4
* Move the logic to decide with which symbol we produce a relocation (if any) toRafael Espindola2010-11-141-27/+44
* 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-149-46/+20
* simplify getPICBaseSymbol a bit.Chris Lattner2010-11-144-8/+8
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-143-4/+29
* 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