oota-llvm.git
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.
2010-11-18 Jim GrosbachARM PseudoInst instructions don't need or use an assemb...
2010-11-18 Jim GrosbachRevert 119600 to unbreak the build. Francois, please...
2010-11-18 Dale JohannesenDo not throw away alignment when generating the DAG for
2010-11-18 Evan ChengCode clean up.
2010-11-18 Jim GrosbachAdd FIXME.
2010-11-18 Jim GrosbachRefactor the ARM PICADD and PICLDR* instructions to...
2010-11-18 Owen AndersonTry again at providing Thumb2 encodings for basic multi...
2010-11-18 Francois PichetAppease MSVC 2008: you can't use keyword this inside...
2010-11-18 John ThompsonFixed to use input redirection for source - to eliminat...
2010-11-18 Jim GrosbachRefactor a few ARM load instructions to better paramete...
2010-11-18 Owen AndersonRevert r119593 while I figure out my testing disagrees...
2010-11-18 Dan GohmanIntroduce memoization for ScalarEvolution dominates...
2010-11-18 Owen AndersonProvide correct Thumb2 encodings for basic multiplicati...
2010-11-18 Oscar FuentesUpdated library dependencies.
2010-11-17 John ThompsonBug 8621 fix - pointer cast stripped from inline asm...
2010-11-17 Wesley PeckMake MCJIT work with CMake.
2010-11-17 Jim GrosbachClean up LEApcrel instuction(s) a bit. It's not really...
2010-11-17 Dan GohmanFactor out the code for purging a SCEV from all the...
2010-11-17 Dan GohmanMerge the implementations of isLoopInvariant and hasCom...
2010-11-17 Wesley PeckNow that the MBlaze backend is in its own directory...
2010-11-17 Dan GohmanMake SCEV::getType() and SCEV::print non-virtual. Move...
2010-11-17 Owen AndersonSecond attempt at correct encodings for Thumb2 bitfield...
2010-11-17 Jim GrosbachFix comment typo.
2010-11-17 Dale JohannesenThese tests are looking for library function names...
2010-11-17 Dan GohmanMove SCEV::dominates and properlyDominates to ScalarEvo...
2010-11-17 Bob WilsonChange ARMGlobalMerge to keep BSS globals in separate...
2010-11-17 Bob WilsonFix ARMGlobalMerge pass to check if globals are entirel...
2010-11-17 Bob WilsonChange the symbol for merged globals from "merged"...
next