summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-01257-1378/+1530
* Update CGDebugInfo to the updated API in LLVM.Adrian Prantl2014-10-017-34/+38
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...Tom Stellard2014-10-01266-1520/+1521
* C API: Add LLVMCloneModule()Tom Stellard2014-10-012-0/+13
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-0111-29/+30
* thread state coordinator: replaced shortened type name Func suffix with Funct...Todd Fiala2014-10-012-30/+30
* [clang-tidy] Clarify a comment.Alexander Kornienko2014-10-011-1/+2
* Revert r216862 due to a performance regressionJingyue Wu2014-10-014-59/+28
* Minor tweak to Ed's FreeBSD fix.Todd Fiala2014-10-011-1/+1
* Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen2014-10-016-215/+308
* [mips] Rename emit and parse functions for the .cpload assembler directive. NFC.Toma Tabacu2014-10-013-10/+10
* R600/SI: Add a generic pseudo EXP instructionTom Stellard2014-10-013-8/+30
* R600/SI: Add generic pseudo MTBUF instructionsTom Stellard2014-10-013-31/+58
* R600/SI: Add generic pseudo SMRD instructionsTom Stellard2014-10-012-14/+39
* [asan] Scale back mmap_limit_mb test.Evgeniy Stepanov2014-10-011-4/+4
* [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5Oliver Stannard2014-10-014-52/+82
* Add a bandaid to fix the FreeBSD buildEd Maste2014-10-011-0/+4
* [sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov2014-10-015-7/+14
* [clang-tidy] Handle c-style casts from/to enums.Alexander Kornienko2014-10-012-12/+31
* [asan] Tune down mmap_limit_mb test.Evgeniy Stepanov2014-10-011-6/+6
* [RTC] Use the domain to split alias groups.Johannes Doerfert2014-10-013-0/+149
* [RTC] Split alias groups according to read only base addressesJohannes Doerfert2014-10-014-16/+99
* [x86] Fix a few more tiny patterns with the new vector shuffle loweringChandler Carruth2014-10-012-5/+213
* [x86] Delete some extraneous logic from the new vector shuffle lowering.Chandler Carruth2014-10-011-7/+0
* Adding a test for k5 binariesMatthew Gardiner2014-10-012-0/+1
* [AArch64] Allow access to all system registers with MRS/MSR instructions.Tom Coxon2014-10-018-70/+44
* Revert r218721, r218735.Evgeniy Stepanov2014-10-015-283/+9
* Add missing natual vector cast.Asiri Rathnayake2014-10-013-0/+67
* ADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.NAKAMURA Takumi2014-10-011-4/+4
* Fix the kalimba arch 4 test, broken when I introduced handlingMatthew Gardiner2014-10-011-1/+1
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-016-5/+44
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)Oliver Stannard2014-10-0111-18/+75
* Disable the ubsan-asan config on Darwin.Alexander Potapenko2014-10-012-2/+4
* [mips] Fix disassembly of [ls][wd]c[23], cache, and pref ...Daniel Sanders2014-10-016-12/+144
* [mips] For indirect calls we don't need $gp to point to .got. Mips linkerSasa Stankovic2014-10-018-19/+47
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-0115-102/+1615
* test: XFAIL the non-darwin gmlt test on darwinJustin Bogner2014-10-011-0/+3
* [MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames2014-10-013-7/+13
* Improve -Wuninitialized warnings for fields that are record types.Richard Trieu2014-10-012-31/+152
* Fix typo in comment from r218733Nick Lewycky2014-10-011-1/+1
* InstrProf: Avoid repeated linear searches in a hot pathJustin Bogner2014-10-015-90/+76
* InstrProf: Hide SourceMappingRegion's internals (NFC)Justin Bogner2014-10-011-12/+31
* InstrProf: Make coverage::Counter comparableJustin Bogner2014-10-011-0/+4
* [InstCombine] Fix for assert build failures caused by r218721Gerolf Hoflehner2014-10-011-1/+7
* [x86] Teach the new vector shuffle lowering to be even more aggressiveChandler Carruth2014-10-012-17/+12
* [x86] Hoist the zext-lowering up in the v4i32 lowering routine -- it isChandler Carruth2014-10-012-11/+27
* Add an emplace(...) method to llvm::Optional<T>.Jordan Rose2014-10-012-0/+105
* [PECOFF] Fix x64 export table.Rui Ueyama2014-10-012-4/+5
* Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_boundDavid Blaikie2014-10-014-14/+8
* [AVX512] Remove space before \t in AsmStrings.Adam Nemet2014-10-011-6/+6
OpenPOWER on IntegriCloud