2010-11-19 |
Jim Grosbach | Fix ARM LDR* post-indexed operand encoding. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Bill Wendling | Encodings for the compare instructions. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Owen Anderson | The Vm and Vn register fields must be the same for... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Evan Cheng | Fix a cut-n-paste-error. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Owen Anderson | Document the new GVN number table structure. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Operand names |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Eric Christopher | Don't need to save piecemeal now. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Eric Christopher | Update comment. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Bill Wendling | Add encodings for some of the thumb ADD instructions... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Eric Christopher | Update comment. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Clarify operand names. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Owen Anderson | Add a test for CodeGenPrepare's ability to look through... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Eric Christopher | Refactor address mode handling into a single struct... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Fix encoding for ARM MLS instruction. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Owen Anderson | When folding addressing modes in CodeGenPrepare, attemp... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Add ARM encoding information for STRD. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Shuffle things around a bit to keep like things togethe... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Bill Wendling | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Bill Wendling | Change long binary encodings to use hex instead. It... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Dale Johannesen | Prefetch has a MemOperand now. FileCheckize a test. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Factor out operand encoding bits for ARM addressing... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Delete another dead class. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | whitespace tweak. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Rafael Espindola | Fix a use after free. Patch by Frits van Bommel. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Jim Grosbach | Refactor PICSTR* instructions to really be pseudos... |
commit | commitdiff | tree | snapshot |
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 |
next |