2013-09-25 |
Arnold Schwaighofer | SLPVectorize: Put horizontal reductions feeding a store... |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Richard Sandiford | [SystemZ] Define the GR64 low-word logic instructions... |
commit | commitdiff | tree | snapshot |
2013-09-25 |
David Majnemer | MC: Add support for treating $ as a reference to the PC |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Richard Sandiford | [SystemZ] Define the call instructions as pseudo aliases. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Richard Sandiford | [SystemZ] Use subregs for 64-bit truncating stores |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Richard Sandiford | [SystemZ] Define the return instruction as a pseudo... |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Richard Sandiford | [SystemZ] Add instruction-shortening pass |
commit | commitdiff | tree | snapshot |
2013-09-25 |
David Majnemer | MC: Remove vestigial PCSymbol field from AsmInfo |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Evgeniy Stepanov | [msan] Fix -Wreturn-type warnings in non-self-hosted... |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Peter Collingbourne | Try again to fix the MSVC build. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Peter Collingbourne | Wrap the #include of <stdbool.h> in an #ifndef __cplusplus. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Craig Topper | Fix doxygen comments to use correct function name. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Craig Topper | Replace EVT with MVT in CodeGenDAGAPatterns.cpp. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Akira Hatanaka | Revert r191350. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Akira Hatanaka | [mips] Move public functions to the beginning of the... |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Akira Hatanaka | [mips] Define getTargetNode as a template function. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Quentin Colombet | [PR16882] Ignore noreturn definitions when setting... |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Andrew Trick | CriticalAntiDepBreaker is no longer needed for armv7... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Jim Grosbach | MachO: Improve backend diagnostic for overalignment. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Peter Collingbourne | Move LTO support library to a component, allowing it... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Eli Friedman | Add missing check to SETCC optimization. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
David Blaikie | llvm-dwarfdump: add missing opening quotation mark... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Stepan Dyatkovskiy | Patch that forces MergeFunctions pass for clang. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
David Blaikie | llvm-dwarfdump: re-add field formatting for the entry... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
David Blaikie | llvm-dwarfdump support for gnu_pubtypes |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Yi Jiang | Test case for r191314. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Benjamin Kramer | Verify that we don't optimize null return checks to... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Yunzhong Gao | Adding a feature flag to the llvm backend for x86 TBM... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Benjamin Kramer | MemoryBuiltins: Remove posix_memalign from the list... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Roman Divacky | Make the size and expr arguments of .fill directive... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Benjamin Kramer | MemoryBuiltins: Reinstate optimizing (uninitialized... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Yi Jiang | set the cost of tiny trees to INT_MAX in SLP vectorizer... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Benjamin Kramer | MemoryBuiltins: Fix operator new bits. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Andrew Trick | Comment typo. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Benjamin Kramer | Teach MemoryBuiltins and InstructionSimplify that opera... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Benjamin Kramer | Push analysis passes to InstSimplify when they're aroun... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching pckev, and pckod... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching ilv[lr], ilvod... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Benjamin Kramer | DAGCombiner: Unify rotate matching for extended and... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching shf from normal... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching vshf from normal... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Remove the VSPLAT and VSPLATD nodes in... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Non-constant BUILD_VECTOR's should be expan... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added partial support for matching fmax_a... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Line wrapping. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching andi, ori, nori... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching max, maxi, min... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching bsel and bseli... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Patrik Hagglund | Remove error output from configure if CFLAGS is set... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Evgeniy Stepanov | [msan] Handling of atomic load/store, atomic rmw, cmpxchg. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching comparisons... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Daniel Sanders | [mips][msa] Added support for matching slli, srai,... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Bill Wendling | Followup to r191252. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Craig Topper | Fix formatting to match coding standards. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
NAKAMURA Takumi | llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
NAKAMURA Takumi | DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Jiangning Liu | Initial support for Neon scalar instructions. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Michael Gottesman | [stackprotector] Forgot to add in PR number to test... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Michael Gottesman | [stackprotector] Allow for copies from vreg -> vreg... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Eli Friedman | Misc fixes for cpp backend. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Eric Christopher | Add namespaces to the list of items that we expose... |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Eric Christopher | Regenerate testcase from source. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Eric Christopher | Format the index entry kind string to align. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
David Blaikie | Make dwarfdump-type-units.test order-independent |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Bill Wendling | Selecting the address from a very long chain of GEPs... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
David Blaikie | Comments for r191234 as suggested by Eric Christopher. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Reid Kleckner | Explicitly request unsigned enum types when desired |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Eric Christopher | Add more external types to the pubtypes table. Expand... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
David Blaikie | Unbreak the build (from r191233)since we're calling... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Eric Christopher | Rename IsStatic variable to Linkage in order to be... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
David Blaikie | llvm-dwarfdump/libDebugInfo support for type units |
commit | commitdiff | tree | snapshot |
2013-09-23 |
David Blaikie | Exract most of DWARFCompileUnit into a new DWARFUnit... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Reed Kotler | Make nomips16 mask not repeat if it ends with a '.'. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Bill Wendling | Reformat code with clang-format. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Eric Christopher | Handle gnu pubtypes sections: |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Peter Collingbourne | Add a paragraph on prefix data layout. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Rafael Espindola | Remove remaining references to -O4. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Kay Tiong Khoo | fix typo: than -> then |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Richard Mitton | Fixed debug_aranges handling for common symbols. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
David Blaikie | DebugInfo: Wrap section data and relocs together for... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Ben Langmuir | Add sha intrinsic tests |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Arnold Schwaighofer | Revert "LoopVectorizer: Only allow vectorization of... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Benjamin Kramer | Expand test case a bit. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | [mips][msa] Added support for matching addvi, and subvi... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Amara Emerson | [ARM] Split A/R class into separate subtarget features. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Benjamin Kramer | InstSimplify: Fold equality comparisons between non... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | [mips][msa] Added support for matching insert and copy... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | [mips][msa] Added support for matching pcnt from normal... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | [mips][msa] Added support for matching nor from normal... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | [mips][msa] Added support for matching and, or, and... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | Partially revert r191192: Fix -Wunused-variable error... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | Fix -Wunused-variable error when assertions are disable... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Daniel Sanders | [mips][msa] Implemented build_vector using ldi, fill... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
NAKAMURA Takumi | llvm/test/tools/lto/lit.local.cfg: Add "MingW" for... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Craig Topper | Add missing index comments to the left side of the... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Venkatraman... | [Sparc] Use correct instruction pattern for CMPri. |
commit | commitdiff | tree | snapshot |
2013-09-22 |
David Blaikie | Remove dead code |
commit | commitdiff | tree | snapshot |
2013-09-22 |
David Blaikie | StringRef-ize some things |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Benjamin Kramer | Provide basic type safety for array_pod_sort comparators. |
commit | commitdiff | tree | snapshot |
next |