| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding VCIncludeDir and WindowsSDKDir to the msbuild configuration file. Thi... | Warren Hunt | 2013-08-28 | 1 | -2/+18 |
* | Handle address spaces in TargetTransformInfo | Matt Arsenault | 2013-08-28 | 2 | -8/+59 |
* | Fix a typo and coding style of a previous commit. No functional change. | Juergen Ributzka | 2013-08-28 | 1 | -3/+2 |
* | Fix typo. | Matt Arsenault | 2013-08-28 | 1 | -2/+2 |
* | [doxygen] Use correct variable names for external variable configuration and ... | Michael Gottesman | 2013-08-28 | 4 | -26/+28 |
* | Fix name matching to work on windows. | Rafael Espindola | 2013-08-28 | 1 | -2/+3 |
* | Period. | David Blaikie | 2013-08-28 | 1 | -2/+2 |
* | r189495: Pull out some debug logic into a function for legibility | David Blaikie | 2013-08-28 | 1 | -13/+18 |
* | [doxygen] Added support for doxygen external search. | Michael Gottesman | 2013-08-28 | 4 | -3/+41 |
* | [cmake] Created an aggregate doxygen target for generating doxygen documentat... | Michael Gottesman | 2013-08-28 | 2 | -6/+15 |
* | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-28 | 4 | -30/+77 |
* | Disable unrolling in the loop vectorizer when disabled in the pass manager | Hal Finkel | 2013-08-28 | 6 | -13/+55 |
* | The integrated darwin assembler can hang in an infinite loop (or get an assert | Kevin Enderby | 2013-08-28 | 4 | -4/+58 |
* | PR16995: DebugInfo: Don't overwrite existing member lists when adding templat... | David Blaikie | 2013-08-28 | 1 | -1/+18 |
* | cmake: Prevent semicolon separated lists in llvm-config (PR17020) | Hans Wennborg | 2013-08-28 | 1 | -1/+2 |
* | [ARMv8] | Joey Gouly | 2013-08-28 | 4 | -14/+50 |
* | Add a minimal implementation of ranlib. | Rafael Espindola | 2013-08-28 | 4 | -13/+65 |
* | ARM: Use "dmb sy" for barriers on M-class CPUs | Tim Northover | 2013-08-28 | 2 | -2/+5 |
* | [ARMv8] Add a missing IsThumb to t2LDAEXD. | Joey Gouly | 2013-08-28 | 1 | -1/+1 |
* | ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. | Tim Northover | 2013-08-28 | 5 | -158/+6 |
* | ARM: add patterns for vqdmlal with separate vqdmull and vqadds | Tim Northover | 2013-08-28 | 2 | -0/+128 |
* | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v | Daniel Sanders | 2013-08-28 | 9 | -2/+383 |
* | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 2013-08-28 | 11 | -21/+532 |
* | 80 cols | Alexey Samsonov | 2013-08-28 | 1 | -3/+4 |
* | AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABS | Elena Demikhovsky | 2013-08-28 | 5 | -23/+618 |
* | [mips][msa] Added move.v | Daniel Sanders | 2013-08-28 | 4 | -0/+55 |
* | [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL | Richard Sandiford | 2013-08-28 | 11 | -12/+490 |
* | [mips][msa] Added cfcmsa, and ctcmsa | Daniel Sanders | 2013-08-28 | 9 | -0/+279 |
* | [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft... | Daniel Sanders | 2013-08-28 | 6 | -14/+1442 |
* | [mips][msa] Summarize tests | Daniel Sanders | 2013-08-28 | 40 | -4/+114 |
* | [SystemZ] Extend memcmp support to all constant lengths | Richard Sandiford | 2013-08-28 | 4 | -30/+188 |
* | Fix use of uninitialized value added in r189400 (found by MemorySanitizer) | Alexey Samsonov | 2013-08-28 | 1 | -4/+3 |
* | Add missing include | Craig Topper | 2013-08-28 | 1 | -0/+1 |
* | Revert r189442 "Change default # of digits for APFloat::toString" | Ted Kremenek | 2013-08-28 | 2 | -13/+9 |
* | Change default # of digits for APFloat::toString | Eli Friedman | 2013-08-28 | 2 | -9/+13 |
* | Remove support for the .debug_inlined section. No known software | Eric Christopher | 2013-08-28 | 5 | -122/+0 |
* | X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64. | NAKAMURA Takumi | 2013-08-28 | 1 | -1/+1 |
* | X86Subtarget.h: Recognize x86_64-cygwin. | NAKAMURA Takumi | 2013-08-28 | 1 | -4/+1 |
* | cmake: Add msbuild integration to the install | Hans Wennborg | 2013-08-28 | 4 | -0/+83 |
* | [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,... | Argyrios Kyrtzidis | 2013-08-28 | 2 | -9/+13 |
* | [mips] Use ptr_rc to simplify definitions of base+index load/store instructions. | Akira Hatanaka | 2013-08-28 | 13 | -51/+233 |
* | [mips] Clean up definitions of move word from/to coprocessor instructions. | Akira Hatanaka | 2013-08-28 | 2 | -46/+20 |
* | [mips] Set isAllocatable and CoveredBySubRegs. | Akira Hatanaka | 2013-08-28 | 1 | -1/+3 |
* | Add a TODO here. | Eric Christopher | 2013-08-28 | 1 | -0/+1 |
* | Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing | Eric Christopher | 2013-08-28 | 3 | -2/+14 |
* | Revert "Option parsing: support case-insensitive option matching." as it brok... | Rui Ueyama | 2013-08-28 | 4 | -88/+54 |
* | Use DW_FORM_sdata for signed constant values and udata on occasion | Eric Christopher | 2013-08-27 | 5 | -30/+65 |
* | Move some debug testcases to the debug info directory. | Eric Christopher | 2013-08-27 | 16 | -0/+0 |
* | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-27 | 4 | -54/+88 |
* | [CMake] Put back the add_llvm_external_project() calls for specific projects. | Argyrios Kyrtzidis | 2013-08-27 | 1 | -0/+4 |