summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-cov: Ignore missing .gcda filesJustin Bogner2014-02-04
* llvm-cov: Document the llvm-cov testsJustin Bogner2014-02-04
* RegAllocGreedy.cpp: Use more simple value as Hysteresis, to suppress -mfpmath...NAKAMURA Takumi2014-02-04
* Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-04
* Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCallsKai Nacke2014-02-04
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-04
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-04
* Revert r200150, "[CMake] tablegen(): Use -I <dir> according to the list by in...NAKAMURA Takumi2014-02-04
* Move error handling down to getSymbolNMTypeChar.Rafael Espindola2014-02-04
* Self-memcpy-elision and memcpy of constant byte to memset transforms don't ca...Nick Lewycky2014-02-04
* DIBuilder: simplify array generation to produce true zero-length arraysDavid Blaikie2014-02-03
* Add DEBUG_TYPE to SIAnnotateControlFlowMatt Arsenault2014-02-03
* inalloca: Don't remove dead arguments in the presence of inalloca argsReid Kleckner2014-02-03
* AArch64 & ARM: refactor crypto intrinsics to take scalarsTim Northover2014-02-03
* Expand vector bswap in LegalizeVectorOpsHal Finkel2014-02-03
* Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.Aaron Ballman2014-02-03
* Add a note about Clang+LLVM on Sparc64.Venkatraman Govindaraju2014-02-03
* Remove outdated & incorrect part of comment.Eli Bendersky2014-02-03
* Don't use -ffunction-sections if -fno-function-sections is not supported in t...Evgeniy Stepanov2014-02-03
* Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, andChandler Carruth2014-02-03
* Rename the non-templated base class of SmallPtrSet toChandler Carruth2014-02-03
* Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassemble...Craig Topper2014-02-03
* Lower llvm.expect intrinsic correctly for i1Duncan P. N. Exon Smith2014-02-02
* Unaligned access is supported on ARMv6 and ARMv7 for the NetBSD target.Joerg Sonnenberger2014-02-02
* [CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi2014-02-02
* [CMake] Untabify.NAKAMURA Takumi2014-02-02
* TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumen...NAKAMURA Takumi2014-02-02
* Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...Craig Topper2014-02-02
* Simplify some code since VEX and EVEX instructions never have HasOpSizePrefix.Craig Topper2014-02-02
* Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...Craig Topper2014-02-02
* Replace PPC instruction-size code with MCInstrDesc getSizeHal Finkel2014-02-02
* LoopVectorizer: Enable unrolling of conditional stores and the load/storeArnold Schwaighofer2014-02-02
* Add some xfailed R600 tests for 64-bit private accesses.Matt Arsenault2014-02-02
* R600/SI: Fix insertelement with dynamic indices.Matt Arsenault2014-02-02
* [Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterIn...Venkatraman Govindaraju2014-02-01
* ARMTTI: We don't have 16 allocatable scalar registersArnold Schwaighofer2014-02-01
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-01
* MC: Add support for .octaDavid Woodhouse2014-02-01
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* [LPM] Apply a really big hammer to fix PR18688 by recursively reformingChandler Carruth2014-02-01
* Remove some unused #includesEli Bendersky2014-02-01
* Silence GCC warnings.Benjamin Kramer2014-02-01
* [inliner] Skip debug intrinsics even earlier in computing the inlineChandler Carruth2014-02-01
* Simplify some x86 format classes and remove some ambiguities in their applica...Craig Topper2014-02-01
* Update a .fill test to use the updated semantics.David Majnemer2014-02-01
* MC: Improve the .fill directive's compatibility with GASDavid Majnemer2014-02-01
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-01
* Revert "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."Reid Kleckner2014-02-01
* [stackprotector] Implement the sspstrong rules for stack layout.Josh Magee2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31