aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-172-11/+18
* fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::initChris Lattner2010-11-171-8/+9
* tidy upChris Lattner2010-11-172-26/+16
* The machine instruction no longer encodes the submode as a separate operand. WeBill Wendling2010-11-173-6/+14
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-173-11/+57
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-173-61/+46
* Have ScalarEvolution use SimplifyInstruction rather than hasConstantValue.Duncan Sands2010-11-171-1/+5
* Have RemovePredecessorAndSimplify you SimplifyInstructionDuncan Sands2010-11-171-4/+4
* Remove dead code in GVN: now that SimplifyInstruction is calledDuncan Sands2010-11-171-43/+2
* Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange.Dan Gohman2010-11-171-43/+80
* Only avoid the check if we're the last operand before the variableEric Christopher2010-11-171-3/+3
* Add binary emission stuff for VLDM/VSTM. This reuses theBill Wendling2010-11-172-6/+49
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-172-2/+2
* Use the correct variable names so that the encodings will be correct.Bill Wendling2010-11-162-4/+4
* Reapply r118917. With pseudo-instruction expansion moved toDan Gohman2010-11-161-5/+5
* Fix assembling X86CompilationCallback_Win64.asm on VS 10.Oscar Fuentes2010-11-161-2/+2
* Fix grammaro.Dan Gohman2010-11-161-1/+1
* Add ExpandPseudos.cpp.Evan Cheng2010-11-161-0/+1
* Add .loc methods to the streamer.Rafael Espindola2010-11-1611-26/+77
* Split pseudo-instruction expansion into a separate pass, to make itDan Gohman2010-11-163-13/+87
* Fix emergency spilling in LiveIntervals::spillPhysRegAroundRegDefsUses.Jakob Stoklund Olesen2010-11-161-22/+23
* Print out the register class of the current interval.Jakob Stoklund Olesen2010-11-161-2/+3
* Parse and ignore some .cfi_* directives.Rafael Espindola2010-11-161-0/+95
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-164-0/+298
* ARM conditional mov encoding fix.Jim Grosbach2010-11-161-2/+1
* Have a few places that want to simplify phi nodes use SimplifyInstructionDuncan Sands2010-11-165-13/+18
* In which I discover the existence of loops. Threading an operationDuncan Sands2010-11-162-62/+104
* A bit more of gnu as compatibility when handling relocations with aliases.Rafael Espindola2010-11-161-2/+5
* L_bit doesn't work here.Bill Wendling2010-11-161-1/+1
* - Remove dead patterns.Bill Wendling2010-11-163-43/+19
* vldm and vstm are mnemonics for vldmia and vstmia resp.Bill Wendling2010-11-161-0/+3
* Make the verifier a little quieter on instructions that it's probablyEric Christopher2010-11-161-1/+3
* Fix a bug I introduced in the ppc refactoring, which caused longChris Lattner2010-11-161-0/+1
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-1612-536/+562
* Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer2010-11-161-7/+5
* 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-161-1/+8
* Add Thumb2 encodings for mov and friends.Owen Anderson2010-11-161-23/+50
* Change the 11 byte nop to be a single instruction.Rafael Espindola2010-11-151-4/+2
* 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-151-5/+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-153-24/+18
* Provide Thumb2 encodings for sxtb and friends.Owen Anderson2010-11-151-32/+42
* Recommit this change and remove the failing part of the test - it didn'tEric Christopher2010-11-151-4/+5
* Fix PR8612 in the standard spiller as well.Jakob Stoklund Olesen2010-11-151-1/+5
* When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen2010-11-151-0/+6
* ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding.Jim Grosbach2010-11-154-38/+151