oota-llvm.git
2010-11-19 Owen AndersonAdd a test for CodeGenPrepare's ability to look through...
2010-11-19 Eric ChristopherRefactor address mode handling into a single struct...
2010-11-19 Jim GrosbachFix encoding for ARM MLS instruction.
2010-11-19 Owen AndersonWhen folding addressing modes in CodeGenPrepare, attemp...
2010-11-19 Jim GrosbachAdd ARM encoding information for STRD.
2010-11-19 Jim GrosbachShuffle things around a bit to keep like things togethe...
2010-11-19 Bill WendlingRevert accidental commit.
2010-11-19 Bill WendlingChange long binary encodings to use hex instead. It...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-19 Jim GrosbachFactor out operand encoding bits for ARM addressing...
2010-11-19 Jim GrosbachDelete another dead class.
2010-11-19 Jim Grosbachwhitespace tweak.
2010-11-19 Rafael EspindolaFix a use after free. Patch by Frits van Bommel.
2010-11-19 Jim GrosbachRefactor PICSTR* instructions to really be pseudos...
2010-11-19 Jim GrosbachRename ARM .td class AIldst1 to AI2ldst for consistency...
2010-11-19 Jim GrosbachAdd ARM binary encoding information for the rest of...
2010-11-19 Jakob Stoklund... Rename methods for clarity instead of brevity. No funct...
2010-11-19 Mon P WangMake isScalarToVector to return false if the node is...
2010-11-19 Jakob Stoklund... Include raw_ostream.h unconditionally even if it is...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Jim GrosbachRemove dead code.
2010-11-19 Jim GrosbachARM LDRD binary encoding.
2010-11-19 Jim GrosbachRemove hard tabs.
2010-11-19 Jim GrosbachRemove trailing whitespace.
2010-11-19 Benjamin KramerAvoid release build warnings.
2010-11-19 Owen AndersonFix decoding ambiguities of stdrex and ldrex.
2010-11-19 Benjamin KramerSilence warning about an uninitialized variable.
2010-11-19 Duncan SandsRemove threading of Xor over selects and phis, with...
2010-11-19 Duncan SandsSimplify, no functionality change.
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-19 Evan ChengThese instructions are thumb2 only.
2010-11-19 Evan ChengFix an obvious oversight.
2010-11-19 Jakob Stoklund... Don't attempt trivial coalescing for sub-register copies.
2010-11-19 Jakob Stoklund... Work around GCC 4.0 build error:
2010-11-19 Rafael EspindolaAdd an assert.
2010-11-19 Jakob Stoklund... Add ADT/IntervalMap.
2010-11-19 Rafael EspindolaFix llvm-gcc boostrap on OS X by avoiding printing...
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: [PR8225] Tweak linking JITTes...
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: Suppress building ValueMapTes...
2010-11-19 NAKAMURA Takumilit.GoogleTest: On case-insensitive filesystem, matchin...
2010-11-19 NAKAMURA TakumiCMakeLists.txt: On MSVS10, touch LLVM.sln as workaround...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-19 Bill WendlingAdd MC encodings for some Thumb instructions. Test...
2010-11-19 Jakob Stoklund... Revert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund... Add ADT/IntervalMap.
2010-11-19 Dale JohannesenAligned and unaligned copies of the same string
2010-11-19 Bill WendlingUse array_pod_sort because the list is contiguous.
2010-11-19 Owen AndersonProvide Thumb2 encodings for strex and ldrex.
2010-11-19 Jim GrosbachMinor cleanups to a few llvm_unreachable() calls.
2010-11-19 Bill WendlingAn 'unreachable' shouldn't have a '0 &&' prefix.
2010-11-18 Bill WendlingAdd support for parsing the writeback ("!") token.
2010-11-18 Jason W KimFix .o emission of ARM movt/movw. MCSymbolRefExpr:...
2010-11-18 Bill WendlingGive the exclamation point a name instead of a number.
2010-11-18 Owen AndersonMore tests.
2010-11-18 Owen AndersonFix encodings for pkhbt, and fix some tests where I...
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Jim GrosbachARM Encoding information for UXTAH and friends.
2010-11-18 Tanya LattnerFix bug in DAGCombiner for ARM that was trying to do...
2010-11-18 Bill WendlingDon't allocate the SmallVector of Registers. It gets...
2010-11-18 Owen AndersonProvide Thumb2 encodings for mov's that come from MOVCC...
2010-11-18 Jim GrosbachAdd ARM encoding information for LDRH post-increment.
2010-11-18 Bob WilsonChange the 'x' type modifier for Neon intrinsics to...
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-18 Duncan SandsFix thinko: we must turn select(anyext, sext) into...
2010-11-18 Bob WilsonSplit up ARM LowerShift function.
2010-11-18 Owen AndersonMore Thumb2 encodings.
2010-11-18 Owen AndersonFill out the set of Thumb2 multiplication operator...
2010-11-18 Duncan SandsThe DAGCombiner was threading select over pairs of...
2010-11-18 Duncan SandsFactor code for testing whether replacing one value...
2010-11-18 Bill WendlingMissed the _RET versions of LDMIA.
2010-11-18 Eric ChristopherRewrite stack callee saved spills and restores to use...
2010-11-18 Owen AndersonFix an order-of-deallocation issue where the AttrListIm...
2010-11-18 Owen AndersonUse thread-safe statics to avoid a static constructor...
2010-11-18 Dan GohmanOops, missed this file when remaing ExpandPseudos to...
2010-11-18 Dan GohmanRename ExpandPseudos to ExpandISelPseudos to help clari...
2010-11-18 Owen AndersonCompletely rework the datastructure GVN uses to represe...
2010-11-18 Jim GrosbachARMPseudoInst instructions should default to being...
2010-11-18 Dan GohmanFix typos.
2010-11-18 Dan GohmanDocument the units for the Size field.
2010-11-18 Dan GohmanBounds-check APInt's operator[].
2010-11-18 Dan GohmanExpandPseudos doesn't have any dependencies, so it...
2010-11-18 Dan GohmanStrip trailing whitespace.
2010-11-18 Dan GohmanUse llvm_unreachable for "impossible" situations.
2010-11-18 Dan GohmanAdd support for PHI-translating sext, zext, and trunc...
2010-11-18 Chris Lattnerslightly simplify code and substantially improve commen...
2010-11-18 Chris Lattnerremove a pointless restriction from memcpyopt. It was
2010-11-18 Chris Lattnerfilecheckize, this is still not optimal, see PR8643
2010-11-18 Chris Lattnerremove another pointless noalias check: M is a memcpy...
2010-11-18 Chris Lattneruse AA::isNoAlias instead of open coding it. Remove...
2010-11-18 Chris Lattnerfinish a thought.
2010-11-18 Chris Lattnerrearrange some code, splitting memcpy/memcpy optimization
2010-11-18 Chris Lattnerallow eliminating an alloca that is just copied from...
2010-11-18 Chris Lattnerenhance the "alloca is just a memcpy from constant...
2010-11-18 Chris Lattnerfix a small oversight in the "eliminate memcpy from...
2010-11-18 Chris Lattnerfilecheckize
2010-11-18 Chris Lattnertrivial QoI improvement. On this invalid input:
2010-11-18 Chris Lattnerpatch from Frits van Bommel:
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-18 Evan ChengSilence compiler warnings.
2010-11-18 Jim GrosbachRemove trailing whitespace.
next