2010-11-19 |
Jim Grosbach | Rename ARM .td class AIldst1 to AI2ldst for consistency... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Add ARM binary encoding information for the rest of... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jakob Stoklund... | Rename methods for clarity instead of brevity. No funct... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Mon P Wang | Make isScalarToVector to return false if the node is... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jakob Stoklund... | Include raw_ostream.h unconditionally even if it is... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Kevin Enderby | Added support for the Mach-O .symbol_resolver directive... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | ARM LDRD binary encoding. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Remove hard tabs. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Benjamin Kramer | Avoid release build warnings. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Owen Anderson | Fix decoding ambiguities of stdrex and ldrex. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Benjamin Kramer | Silence warning about an uninitialized variable. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Duncan Sands | Remove threading of Xor over selects and phis, with... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Duncan Sands | Simplify, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Rafael Espindola | Add a MCLineSectionOrder vector so that we produce... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Evan Cheng | These instructions are thumb2 only. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Evan Cheng | Fix an obvious oversight. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jakob Stoklund... | Don't attempt trivial coalescing for sub-register copies. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jakob Stoklund... | Work around GCC 4.0 build error: |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Rafael Espindola | Add an assert. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jakob Stoklund... | Add ADT/IntervalMap. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Rafael Espindola | Fix llvm-gcc boostrap on OS X by avoiding printing... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
NAKAMURA Takumi | unittests/CMakeLists.txt: [PR8225] Tweak linking JITTes... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
NAKAMURA Takumi | unittests/CMakeLists.txt: Suppress building ValueMapTes... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
NAKAMURA Takumi | lit.GoogleTest: On case-insensitive filesystem, matchin... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
NAKAMURA Takumi | CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Rafael Espindola | Change some methods in MCDwarf.cpp to be able to handle... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Bill Wendling | Add MC encodings for some Thumb instructions. Test... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jakob Stoklund... | Revert "Add ADT/IntervalMap.", GCC doesn't like it. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jakob Stoklund... | Add ADT/IntervalMap. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Dale Johannesen | Aligned and unaligned copies of the same string |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Bill Wendling | Use array_pod_sort because the list is contiguous. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Owen Anderson | Provide Thumb2 encodings for strex and ldrex. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Minor cleanups to a few llvm_unreachable() calls. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Bill Wendling | An 'unreachable' shouldn't have a '0 &&' prefix. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Bill Wendling | Add support for parsing the writeback ("!") token. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jason W Kim | Fix .o emission of ARM movt/movw. MCSymbolRefExpr:... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Bill Wendling | Give the exclamation point a name instead of a number. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | More tests. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Fix encodings for pkhbt, and fix some tests where I... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Anton Korobeynikov | Move getInitialFrameState() to TargetFrameInfo |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | ARM Encoding information for UXTAH and friends. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Tanya Lattner | Fix bug in DAGCombiner for ARM that was trying to do... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Bill Wendling | Don't allocate the SmallVector of Registers. It gets... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Provide Thumb2 encodings for mov's that come from MOVCC... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | Add ARM encoding information for LDRH post-increment. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Bob Wilson | Change the 'x' type modifier for Neon intrinsics to... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Anton Korobeynikov | Move hasFP() and few related hooks to TargetFrameInfo. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Duncan Sands | Fix thinko: we must turn select(anyext, sext) into... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Bob Wilson | Split up ARM LowerShift function. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | More Thumb2 encodings. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Fill out the set of Thumb2 multiplication operator... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Duncan Sands | The DAGCombiner was threading select over pairs of... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Duncan Sands | Factor code for testing whether replacing one value... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Bill Wendling | Missed the _RET versions of LDMIA. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Eric Christopher | Rewrite stack callee saved spills and restores to use... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Fix an order-of-deallocation issue where the AttrListIm... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Use thread-safe statics to avoid a static constructor... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Oops, missed this file when remaing ExpandPseudos to... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Rename ExpandPseudos to ExpandISelPseudos to help clari... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Completely rework the datastructure GVN uses to represe... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | ARMPseudoInst instructions should default to being... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Fix typos. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Document the units for the Size field. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Bounds-check APInt's operator[]. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | ExpandPseudos doesn't have any dependencies, so it... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Use llvm_unreachable for "impossible" situations. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Add support for PHI-translating sext, zext, and trunc... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | slightly simplify code and substantially improve commen... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | remove a pointless restriction from memcpyopt. It was |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | filecheckize, this is still not optimal, see PR8643 |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | remove another pointless noalias check: M is a memcpy... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | use AA::isNoAlias instead of open coding it. Remove... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | finish a thought. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | rearrange some code, splitting memcpy/memcpy optimization |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | allow eliminating an alloca that is just copied from... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | enhance the "alloca is just a memcpy from constant... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | fix a small oversight in the "eliminate memcpy from... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | trivial QoI improvement. On this invalid input: |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Chris Lattner | patch from Frits van Bommel: |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Rafael Espindola | Change CodeGen to use .loc directives. This produces... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Evan Cheng | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | ARM PseudoInst instructions don't need or use an assemb... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | Revert 119600 to unbreak the build. Francois, please... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dale Johannesen | Do not throw away alignment when generating the DAG for |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | Add FIXME. |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | Refactor the ARM PICADD and PICLDR* instructions to... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Try again at providing Thumb2 encodings for basic multi... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Francois Pichet | Appease MSVC 2008: you can't use keyword this inside... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
John Thompson | Fixed to use input redirection for source - to eliminat... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jim Grosbach | Refactor a few ARM load instructions to better paramete... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Revert r119593 while I figure out my testing disagrees... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Dan Gohman | Introduce memoization for ScalarEvolution dominates... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Owen Anderson | Provide correct Thumb2 encodings for basic multiplicati... |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Oscar Fuentes | Updated library dependencies. |
commit | commitdiff | tree | snapshot |
next |