summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-179-48/+21
* More miscellaneous Thumb2 encodings.Owen Anderson2010-11-171-14/+41
* Fix typo.Jim Grosbach2010-11-171-1/+1
* Add missing opcodes now that this function's used in more than one place.Bill Wendling2010-11-171-0/+20
* InstCombine: Add a missing irem identity (X % X -> 0).Benjamin Kramer2010-11-171-0/+4
* Move some those Xor simplifications which don't require creating newDuncan Sands2010-11-172-61/+80
* More ARM encoding bits. LDRH now encodes properly.Jim Grosbach2010-11-172-30/+47
* Add support for .int.Rafael Espindola2010-11-171-0/+2
* Add support for .2byte, .4byte and .8byte.Rafael Espindola2010-11-171-0/+6
* MC-JIT: Stub out "pure" streamer.Daniel Dunbar2010-11-172-0/+260
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-176-1/+269
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-171-1/+17
* Have InlineFunction use SimplifyInstruction rather thanDuncan Sands2010-11-171-9/+11
* Now that hasConstantValue has been made simpler, it may return theDuncan Sands2010-11-172-5/+7
* Revert r119109 for now. It's breaking 176.gcc.Evan Cheng2010-11-171-17/+0
* Previously SimplifyInstruction could report that an instructionDuncan Sands2010-11-172-17/+32
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-171-3/+11
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-174-17/+14
* Add simple arithmetics and %type directive for PTXChe-Liang Chiou2010-11-172-9/+51
* Simplify code that toggle optional operand to ARM::CPSR.Evan Cheng2010-11-171-3/+3
* rearrange how the handler in SourceMgr is installed, eliminating the use of Chris Lattner2010-11-171-8/+35
* 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