aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-1613-541/+567
* Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer2010-11-162-11/+10
* add copy of comment to the code that will survive the mcjit'izationChris Lattner2010-11-161-0/+2
* relax an assertion a bit, allowing the GPR argument ofChris Lattner2010-11-162-2/+6
* Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot.Jakob Stoklund Olesen2010-11-162-19/+19
* Fix PR8612 in the standard spiller, take two.Jakob Stoklund Olesen2010-11-162-1/+9
* Add Thumb2 encodings for mov and friends.Owen Anderson2010-11-162-24/+64
* Change the 11 byte nop to be a single instruction.Rafael Espindola2010-11-152-6/+4
* fix a pasto that massively broke the ppc jit while the buildbots happenedChris Lattner2010-11-151-2/+2
* Revert "Fix PR8612 in the standard spiller as well."Jakob Stoklund Olesen2010-11-152-6/+1
* Attempt to provide encodings for some miscellaneous Thumb2 encodings.Owen Anderson2010-11-151-14/+29
* Code clean up. The peephole pass should be the one updating the instructionEvan Cheng2010-11-154-28/+20
* Provide Thumb2 encodings for sxtb and friends.Owen Anderson2010-11-152-33/+46
* Recommit this change and remove the failing part of the test - it didn'tEric Christopher2010-11-152-30/+8
* Fix PR8612 in the standard spiller as well.Jakob Stoklund Olesen2010-11-152-1/+6
* When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen2010-11-152-0/+90
* ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding.Jim Grosbach2010-11-154-38/+151
* Add Thumb2 encodings for comparison and shift operators.Owen Anderson2010-11-152-37/+118
* Fix compiler warnigns.Benjamin Kramer2010-11-151-2/+2
* Add correct Thumb2 encodings for mvn and friends.Owen Anderson2010-11-152-11/+89
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-159-0/+21
* Add FIXMEs.Jim Grosbach2010-11-151-0/+4
* Nuke redundant encoding bit set.Jim Grosbach2010-11-151-3/+1
* -basicaa is no longer the default.Dan Gohman2010-11-151-2/+2
* Teach InstructionSimplify the trick of skipping incoming phiDuncan Sands2010-11-152-4/+28
* Move PHI tests to phi.ll, out of select.ll.Duncan Sands2010-11-152-49/+48
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-157-116/+91
* Dovetail with Dan Dunbar's rework of ELFObjectWriter.Jason W Kim2010-11-151-223/+311
* Fix PR8565.Rafael Espindola2010-11-154-13/+54
* 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
* pull the code to get the operand value out of the loop.Chris Lattner2010-11-151-48/+58
* split the giant encoder loop into two new helper functions.Chris Lattner2010-11-152-112/+129
* reduce nesting and minor cleanups, no functionality change.Chris Lattner2010-11-151-87/+88
* 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-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