summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Link clang-tidy plugin into libclang if present.Benjamin Kramer2016-03-032-0/+12
* [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2016-03-036-0/+148
* Revert "[ARM] Merging 64-bit divmod lib calls into one"Renato Golin2016-03-033-14/+2
* [Clang][AVX512][BUILTIN] Adding PSRL{W|WI}{128|256|512}Michael Zuckerman2016-03-034-0/+161
* [LLVM][AVX512] PSRLWI Chnage imm8 to intMichael Zuckerman2016-03-034-21/+21
* Allow the client of DependenceInfo to obtain dependences at different granula...Hongbin Zheng2016-03-036-38/+84
* [ELF] - add support for relocations against local symbols when producing relo...George Rimar2016-03-036-7/+81
* www: Add links to sphinx/doxygen documentationTobias Grosser2016-03-031-0/+2
* docs: Drop modindex from sphinxTobias Grosser2016-03-031-1/+0
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-0319-18/+614
* Replace ECRAII class with a function.Rui Ueyama2016-03-031-9/+7
* TTI: Fix not using overload of getIntrinsicInstrCostMatt Arsenault2016-03-031-1/+1
* [index] Report references of ObjC super class/protocols in interfaces and pro...Argyrios Kyrtzidis2016-03-032-6/+51
* [test] Re-enable asan on the test, stack usage should be lower.Argyrios Kyrtzidis2016-03-031-2/+2
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-0341-26/+1150
* [LSan] Enable use_registers test for MIPSMohit K. Bhakkad2016-03-031-0/+5
* [BranchFolding] Change function name related with merging MMOs. NFCJunmo Park2016-03-031-7/+5
* AMDGPU: Insert two S_NOP instructions for every high level source statement.Tom Stellard2016-03-034-0/+110
* [OPENMP 4.5] Initial support for data members in 'linear' clause.Alexey Bataev2016-03-039-76/+92
* AMDGPU/SI: Don't try to move scratch wave offset when there are no free SGPRsTom Stellard2016-03-031-3/+15
* Caught and fixed a typo in r262572.Sean Callanan2016-03-031-1/+1
* [X86] Enable forwarding bool arguments in tail calls (PR26305)Hans Wennborg2016-03-032-0/+47
* Inline a trivial CMakeLists.txt.Rui Ueyama2016-03-032-2/+1
* [PPCVSXFMAMutate] Temporarily disable this passTim Shen2016-03-035-11/+17
* Fixed a problem where the ASTImporter mishandled in-class initializers.Sean Callanan2016-03-031-2/+7
* [MBP] Renaming a confusing variable and add clarifying commentsPhilip Reames2016-03-031-19/+24
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-036-312/+237
* Simplify string operations. NFC.Rui Ueyama2016-03-031-16/+9
* Use StringRef member function instead of including StringExtras.hRui Ueyama2016-03-031-2/+1
* [lanai] Fixing file path used in testJacques Pienaar2016-03-031-1/+1
* Don't build source/Plugins/Process/Linux in the Xcode project file.Jason Molenda2016-03-031-38/+0
* This patch adds doxygen comments for all the intrinsincs in the header file t...Ekaterina Romanova2016-03-031-0/+552
* Serialize `pragma pointers_to_members` state.Nico Weber2016-03-036-1/+70
* Improve some infrastructure for extended parameter infos andJohn McCall2016-03-0310-35/+129
* Allow joined options to fix http://llvm.org/pr26730.Rui Ueyama2016-03-032-9/+10
* TargetSchedule: Allow explicit Unsupported markers in InstRWMatthias Braun2016-03-031-0/+2
* TableGen: Accept itinerary data when checking for schedmodel completenessMatthias Braun2016-03-031-4/+4
* [MBP] Avoid placing random blocks between loop preheader and headerPhilip Reames2016-03-032-1/+41
* [X86] Don't give catch objects a displacement of zeroDavid Majnemer2016-03-039-40/+154
* Add SymbolFilePDB to xcode project file to keep itJason Molenda2016-03-021-6/+22
* clang-cl pch test: Instead of copying the input, use /Fp to not write into th...Nico Weber2016-03-022-3/+2
* [AArch64] add tests to demonstrate existing codegen for PR26819Sanjay Patel2016-03-021-0/+65
* Serialize `pragma ms_struct` state.Nico Weber2016-03-029-15/+83
* AMDGPU: Simplify boolean conditional return statementsMatt Arsenault2016-03-027-44/+19
* Add new OpenMP 4.5 taskloop construct featureJonathan Peyton2016-03-024-6/+391
* clang-format: [JS] Optionally re-quote string literals.Daniel Jasper2016-03-025-12/+146
* Forgot to add test files for doacross and task priority.Jonathan Peyton2016-03-022-0/+78
* Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton2016-03-025-8/+341
* [MBP] Remove overly verbose debug outputPhilip Reames2016-03-021-5/+2
* Explode store of arrays in instcombineAmaury Sechet2016-03-022-1/+54
OpenPOWER on IntegriCloud