summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating release_35 branchllvmorg-3.5.0-rc1Bill Wendling2014-07-22359-69343/+0
* Revert of r213521. This change introduced a non-hermetic test (depending on aRichard Smith2014-07-224-48/+7
* Sema: correct handling for __va_start for WoASaleem Abdulrasool2014-07-224-1/+131
* Avoid crash if default argument parsed with errors.Serge Pavlov2014-07-225-5/+12
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-2214-25/+232
* [mach-o] Add test case for armv6 (arm not thumb) hello worldNick Kledzik2014-07-223-7/+101
* Improve LLDB's embedded C++ demangler by addressing the following two issues:Kate Stone2014-07-221-4/+5
* [MSan] Fix strncpy interceptorAlexey Samsonov2014-07-222-4/+7
* clang-cl: ignore /showIncludes when combined with /E (PR20336)Hans Wennborg2014-07-212-2/+9
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-2110-40/+58
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-214-6/+6
* Add some tests for NVPTX lowering of cmpxchgEli Bendersky2014-07-211-0/+14
* [mach-o] add support for old x86 __eh_frame sectionsNick Kledzik2014-07-214-27/+369
* clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg2014-07-212-4/+11
* [ASan] Fix __asan_describe_address and add a test for it.Alexey Samsonov2014-07-212-0/+22
* Match semantics of PointerMayBeCapturedBefore to its name by defaultHal Finkel2014-07-213-7/+17
* Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie2014-07-219-314/+44
* test-release.sh: Add support for dot releasesTom Stellard2014-07-211-1/+1
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-214-210/+24
* Fix build breakage caused by use of std::to_string(int). Replace with raw_st...Mark Heffernan2014-07-211-14/+19
* Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov2014-07-211-1/+5
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-214-24/+210
* build: silence GCC warning on LinuxSaleem Abdulrasool2014-07-211-1/+7
* Add support for '#pragma unroll'.Mark Heffernan2014-07-2116-149/+566
* Sema: Handle C11 atomics when diagnosing out of range comparisonsJustin Bogner2014-07-213-0/+30
* R600: silence GCC warningSaleem Abdulrasool2014-07-211-0/+1
* R600/SI: Refactor VOP3 instruction definitionsTom Stellard2014-07-212-21/+52
* R600/SI: Separate encoding and operand definitions into their own classesTom Stellard2014-07-211-132/+174
* Replace the result usages while legalizing cmpxchg.Logan Chien2014-07-213-5/+98
* Update CMakeLists.txt and Makefiles for building/linking the Hexagon ABI and ...Deepak Panickal2014-07-212-0/+4
* Add the Hexagon DSP breakpoint opcode to PlatformWindows and PlatformLinuxDeepak Panickal2014-07-212-2/+12
* ABI for the Hexagon DSPDeepak Panickal2014-07-217-10/+821
* Dynamic loader for the Hexagon DSPDeepak Panickal2014-07-219-1/+1619
* R600/SI: Initailize encoding fields of unused VOP3 modifiers to 0Tom Stellard2014-07-211-0/+5
* R600/SI: Initialize unused VOP3 sources to 0 instead of SIOperand.ZEROTom Stellard2014-07-211-6/+6
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-2141-167/+230
* R600/SI: Add instruction shrinking passTom Stellard2014-07-2113-5/+223
* Fix lld build for llvm API changes committed in r213557David Blaikie2014-07-211-1/+1
* Fix Sphinx warnings.Dan Liew2014-07-212-5/+2
* R600/SI: VOPC instructions explicitly define VCCTom Stellard2014-07-211-1/+1
* Correct the ownership passing semantics of object::createBinary and make them...David Blaikie2014-07-214-10/+7
* Remove unnecessary use of unique_ptr::release() used to construct another uni...David Blaikie2014-07-211-2/+1
* Rename dosep.ty to dosep.pyZachary Turner2014-07-213-2/+2
* Remove unused variable.David Blaikie2014-07-211-1/+0
* Remove spurious debugging message from CMake.Zachary Turner2014-07-211-1/+0
* R600/SI: Clean up some of the unused REGISTER_{LOAD,STORE} codeTom Stellard2014-07-213-165/+33
* R600/SI: Use scratch memory for large private arraysTom Stellard2014-07-2123-104/+507
* R600/SI: Specify wavefront size for SI and CITom Stellard2014-07-211-2/+4
* R600/SI: Remove vaddr operand from BUFFER_LOAD_*_OFFSET instructionsTom Stellard2014-07-212-4/+4
* [mips] Do not emit '.module fp=...' unless we really need to.Daniel Sanders2014-07-212-12/+22