build/MCDisassembler: Fix required libraries list of MCDisassembler to use
[oota-llvm.git] / lib /
2011-11-10 Daniel Dunbarbuild/MCDisassembler: Fix required libraries list of...
2011-11-10 Eric ChristopherMake types and namespaces take multiple DIEs for the...
2011-11-10 Chad RosierWhen in ARM mode, LDRH/STRH require special handling...
2011-11-10 Jim GrosbachARM .thumb_func directive for quoted symbol names.
2011-11-10 Pete CooperFixed bug in DeadStoreElimination commit r144239
2011-11-10 Eric ChristopherMove type handling to make sure we get all created...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-10 Jim GrosbachARM assembly parsing for LSR/LSL/ROR(immediate).
2011-11-10 Jim GrosbachARM assembly parsing for ASR(immediate).
2011-11-10 Daniel Dunbarbuild: Rename CBackend and CppBackend libraries to...
2011-11-10 Evan ChengUse a bigger hammer to fix PR11314 by disabling the...
2011-11-10 Nadav RotemAVX2: Add variable shift from memory.
2011-11-10 Chad RosierFor immediate encodings of icmp, zero or sign extend...
2011-11-10 Daniel Dunbarbuild/Make & CMake: Pass the appropriate --native-targe...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Change CBackend and CppBackend to not use...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-10 Jakob Stoklund OlesenStrip old implicit operands after foldMemoryOperand.
2011-11-10 Jim GrosbachTidy up.
2011-11-09 Jim GrosbachThumb2 assembly parsing STMDB w/ optional .w suffix.
2011-11-09 Eli FriedmanMake sure we correctly unroll conversions between v2f64...
2011-11-09 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-09 Nick LewyckyFix typo in comment.
2011-11-09 Eli FriedmanAdd check so we don't try to perform an impossible...
2011-11-09 Chad RosierThe ARM LDRH/STRH instructions use a +/-imm8 encoding...
2011-11-09 Nadav RotemAVX2: Add patterns for variable shift operations
2011-11-09 Devang PatelRemove unnecessary include.
2011-11-09 Benjamin KramerAdd comments.
2011-11-09 Duncan SandsSpeculatively revert commit 144124 (djg) in the hope...
2011-11-09 Nadav RotemAdd AVX2 support for vselect of v32i8
2011-11-09 Benjamin KramerSimplify code. No functionality change.
2011-11-09 Benjamin KramerTake advantage of the zero byte in StringMap when emitt...
2011-11-09 Craig TopperEnable execution dependency fix pass for YMM registers...
2011-11-09 Craig TopperAdd instruction selection for AVX2 integer comparisons.
2011-11-09 Craig TopperAdd AVX2 instruction lowering for add, sub, and mul.
2011-11-09 Nick LewyckyDon't forget to check FlagNW when determining whether...
2011-11-09 Devang PatelRemove extra ';'
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-09 Chad RosierAdd support for encoding immediates in icmp and fcmp...
2011-11-09 Evan ChengHide cpu name checking in ARMSubtarget.
2011-11-09 Jakob Stoklund OlesenCollapse DomainValues across loop back-edges.
2011-11-09 Jakob Stoklund OlesenLink to the live DomainValue after merging.
2011-11-08 Michael J. SpencerObject/COFF: Fix PE reading.
2011-11-08 Jakob Stoklund OlesenTrack reference count independently from clear().
2011-11-08 Bruno Cardoso LopesProperly handle Mips MC relocations and lower cpload...
2011-11-08 Bill WendlingEmit the compact unwind *if* we have a compact unwind...
2011-11-08 Jakob Stoklund OlesenCall release() directly when cleaning up the remaining...
2011-11-08 Jakob Stoklund OlesenRename all methods to follow style guide.
2011-11-08 Jakob Stoklund OlesenHandle reference counts in one function: release().
2011-11-08 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-08 Dan GohmanAdd a hack to the scheduler to disable pseudo-two-addre...
2011-11-08 Evan ChengAdd workaround for Cortex-M3 errata 602117 by replacing...
2011-11-08 Chad RosierARMFastISel doesn't support thumb1. Rename isThumb...
2011-11-08 Eli FriedmanFix code to match comment. Fixes PR11340, a regression...
2011-11-08 Jakob Stoklund OlesenClear old DomainValue after merging.
2011-11-08 Michael J. SpencerMC/COFF: Correctly emit the size of an empty string...
2011-11-08 Pete CooperLICM pass now understands invariant load metadata....
2011-11-08 Eric ChristopherAdd the base ObjC method name to the names lookup table...
2011-11-08 Lang HamesLower mem-ops to unaligned i32/i16 load/stores on ARM...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-08 Eric ChristopherA few more places where we can avoid multiple size...
2011-11-08 Eric ChristopherDon't evaluate Data.size() on every iteration.
2011-11-08 Bruno Cardoso LopesThis patch handles unaligned loads and stores in Mips...
2011-11-08 NAKAMURA TakumiPPCInstrInfo.cpp: Fix one "unused" warning.
2011-11-08 Eli FriedmanMake sure to mark vector extload's as expand on ARM...
2011-11-08 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-08 Evan ChengAdd x86 isel logic and patterns to match movlps from...
2011-11-08 Chad RosierEnable support for returning i1, i8, and i16. Nothing...
2011-11-07 Eli FriedmanRevert r144034 while I try to track down a crash.
2011-11-07 Bill WendlingThis code is dead, what with the new EH model and the...
2011-11-07 Jakob Stoklund OlesenKill and collapse outstanding DomainValues.
2011-11-07 Pete CooperInstCombine now optimizes vector udiv by power of 2...
2011-11-07 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-07 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-07 Jakob Stoklund OlesenUse a reverse post order instead of a DFS order.
2011-11-07 Eric ChristopherMove the hash function to using and taking a StringRef.
2011-11-07 Eric ChristopherSimple destructor to delete the hash data we created...
2011-11-07 Chad RosierAllow i1 to be promoted to i32 for ARM AAPCS and AAPCS...
2011-11-07 Jakob Stoklund OlesenExtract two methods. No functional change.
2011-11-07 Akira HatanakaVarious Mips64 floating point instruction patterns.
2011-11-07 Akira HatanakaAdd definition of the base class for floating point...
2011-11-07 Akira HatanakaAdd code needed for copying between 64-bit integer...
2011-11-07 Akira HatanakaAdd definitions of 64-bit instructions which move data...
2011-11-07 Jakob Stoklund OlesenMBB doesn't need to be a class member.
2011-11-07 Jakob Stoklund OlesenFix pass name after the source was moved.
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-07 Benjamin KramerSimplify code. No functionality change.
2011-11-07 Bill WendlingMake sure we don't insert instructions before a landing...
2011-11-07 Jakob Stoklund OlesenExpand V_SET0 to xorps by default.
2011-11-07 Akira HatanakaAdd definition of 64-bit load upper immediate.
2011-11-07 Akira HatanakaInclude RegSaveAreaSize in the computation of stack...
2011-11-07 Akira HatanakaDefine functions that get or set the size of area on...
2011-11-07 Akira HatanakaUse array_lengthof to compute the number of iterations...
2011-11-07 Akira HatanakaFix patterns for unaligned 32-bit load. DSLL32 or DSRL3...
2011-11-07 Akira HatanakaMake the type of shift amount i32 in order to reduce...
2011-11-07 Akira HatanakaAdd 64-bit to 32-bit trunc pattern.
2011-11-07 Eric ChristopherUse StringRef::startswith to do some string comparisons.
2011-11-07 Eric ChristopherAvoid the use of a local temporary for comment twines.
2011-11-07 Eric ChristopherAllow for the case where the name of the subprogram...
2011-11-07 Richard OsborneDon't introduce custom nodes after legalization in...
next