summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* teach the encoder to handle pseudo instructions like FP_REG_KILL,Chris Lattner2010-02-13
* remove dead code.Chris Lattner2010-02-13
* MCAssembler: Fix pcrel relocations. Oh and,Daniel Dunbar2010-02-13
* MC/Mach-O: Start emitting fixups/relocations for instructions.Daniel Dunbar2010-02-13
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-13
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-13
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-13
* MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ...Daniel Dunbar2010-02-13
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-13
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-13
* X86: Move extended MCFixupKinds into X86FixupKinds.hDaniel Dunbar2010-02-13
* Split some code out to a helper function (FindReusablePredBB)Chris Lattner2010-02-13
* Speed up codegen prepare from 3.58s to 0.488s.Chris Lattner2010-02-13
* PHINode::getBasicBlockIndex is O(n) in the number of inputsChris Lattner2010-02-13
* iterate over preds using PHI information when available instead ofChris Lattner2010-02-13
* speed up CGP a bit by scanning predecessors through phi operandsChris Lattner2010-02-13
* add encoder support and tests for rdtscpChris Lattner2010-02-13
* Add SETEND and BXJ instructions for disassembly only.Johnny Chen2010-02-13
* Added the rdtscp instruction to the x86 instructionSean Callanan2010-02-13
* Fix PR6283.Jakob Stoklund Olesen2010-02-13
* Fix a pruning heuristic which implicitly assumed that SmallPtrSet isDan Gohman2010-02-13
* Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng2010-02-13
* Enable the inlinehint attribute in the Inliner.Jakob Stoklund Olesen2010-02-13
* Fixed encodings for invlpg, invept, and invvpid.Sean Callanan2010-02-13
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar2010-02-13
* Added a bunch of saturating add/subtract instructions for disassembly only.Johnny Chen2010-02-13
* rip out the 'heinous' x86 MCCodeEmitter implementation.Chris Lattner2010-02-13
* remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner2010-02-13
* Besides removing phi cycles that reduce to a single value, also remove deadBob Wilson2010-02-13
* Override dominates and properlyDominates for SCEVAddRecExpr, as aDan Gohman2010-02-13
* MC/X86: Push immediate operands as immediates not expressions when possible.Daniel Dunbar2010-02-13
* Make PassRegistrar thread-safe since it can be modified by code running inJeffrey Yasskin2010-02-13
* Remove special cases for [LM]FENCE, MONITOR and MWAIT fromChris Lattner2010-02-12
* implement the rest of correct x86-64 encoder support for Chris Lattner2010-02-12
* Add the problem I just hacked around in 96015/96020.Dale Johannesen2010-02-12
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-12
* Make JIT::runFunction clean up the generated stub function.Jeffrey Yasskin2010-02-12
* implement infrastructure to support fixups for rip-rel Chris Lattner2010-02-12
* Add YIELD, WFE, WFI, and SEV instructions for disassembly only.Johnny Chen2010-02-12
* pull the rip-relative addressing mode case up early.Chris Lattner2010-02-12
* fixme resolved!Chris Lattner2010-02-12
* start producing reloc_pcrel_4byte/reloc_pcrel_1byte for calls.Chris Lattner2010-02-12
* enhance the immediate field encoding to know whether the immediateChris Lattner2010-02-12
* Load / store multiple instructions cannot load / store sp. Sorry, can't come ...Evan Cheng2010-02-12
* This should have gone in with 26015, see comments there.Dale Johannesen2010-02-12
* Add halfword multiply accumulate long SMLALBB/BT/TB/TT for disassembly only.Johnny Chen2010-02-12
* When save/restoring CR at prolog/epilog, in a largeDale Johannesen2010-02-12
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Add SWP (Swap) and SWPB (Swap Byte) for disassembly only.Johnny Chen2010-02-12
* Also recognize armv6t2-* and armv5te-* triplets.Evan Cheng2010-02-12