- Sep 03, 2013
-
-
Joerg Sonnenberger authored
separator between each two elements. llvm-svn: 189846
-
Eric Christopher authored
llvm-svn: 189845
-
Eric Christopher authored
llvm-svn: 189844
-
DeLesley Hutchins authored
Patch by chris.wailes@gmail.com Functions can now declare what state the consumable type the are returning will be in. This is then used on the caller side and checked on the callee side. Constructors now use this attribute instead of the 'consumes' attribute. llvm-svn: 189843
-
Jim Grosbach authored
From llvm r189841. llvm-svn: 189842
-
Jim Grosbach authored
This reverts commit r189648. Fixes for the previously failing clang-side arm_neon_intrinsics test cases will be checked in separately. llvm-svn: 189841
-
Eric Christopher authored
This won't affect the kinds of hashes we test for as we actually do hashing based on form and attribute. Change the fission-hash testcase one last time to handle DW_AT_comp_dir. llvm-svn: 189840
-
Vincent Lejeune authored
llvm-svn: 189839
-
Richard Smith authored
here. llvm-svn: 189838
-
John Thompson authored
llvm-svn: 189837
-
John Thompson authored
llvm-svn: 189836
-
John Thompson authored
llvm-svn: 189835
-
John Thompson authored
llvm-svn: 189834
-
Richard Smith authored
llvm-svn: 189833
-
Edwin Vane authored
Made changes throughout clang-tools-extra for the renaming of clang-replace to clang-apply-replacements as per feedback from community. llvm-svn: 189832
-
Marshall Clow authored
llvm-svn: 189831
-
Yi Jiang authored
1) If the width of vectorization list candidate is bigger than vector reg width, we will break it down to fit the vector reg. 2) We do not vectorize the width which is not power of two. The performance result shows it will help some spec benchmarks. mesa improved 6.97% and ammp improved 1.54%. llvm-svn: 189830
-
Joerg Sonnenberger authored
llvm-svn: 189829
-
Jordan Rose authored
This paves the way for adding support for modeling the destructor of a region before it is deleted. The statement "delete <expr>" now generates this series of CFG elements: 1. <expr> 2. [B1.1]->~Foo() (Implicit destructor) 3. delete [B1.1] Patch by Karthik Bhat! llvm-svn: 189828
-
Greg Clayton authored
llvm-svn: 189827
-
Joerg Sonnenberger authored
llvm-svn: 189826
-
Joey Gouly authored
A change to test the previous commit will be coming soon. llvm-svn: 189825
-
Eric Christopher authored
llvm-svn: 189824
-
Eric Christopher authored
llvm-svn: 189823
-
Rafael Espindola authored
llvm-svn: 189822
-
Timur Iskhodzhanov authored
llvm-svn: 189821
-
Eric Christopher authored
linux for command line editing. llvm-svn: 189820
-
Richard Sandiford authored
For now this just handles simple comparisons of an ANDed value with zero. The CC value provides enough information to do any comparison for a 2-bit mask, and some nonzero comparisons with more populated masks, but that's all future work. llvm-svn: 189819
-
Manuel Klimek authored
Implements parsing of lambdas in the UnwrappedLineParser. This introduces the correct line breaks; the formatting of lambda captures are still incorrect, and the braces are also still formatted as if they were braced init lists instead of blocks. llvm-svn: 189818
-
Timur Iskhodzhanov authored
llvm-svn: 189817
-
Dmitry Vyukov authored
llvm-svn: 189816
-
Joey Gouly authored
llvm-svn: 189815
-
Kostya Serebryany authored
llvm-svn: 189814
-
Pavel Labath authored
Summary: I have no idea why these were there in the first place, but now they are certainly not necessary. Reviewers: rsmith CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1581 llvm-svn: 189813
-
Marshall Clow authored
llvm-svn: 189812
-
Rafael Espindola authored
This reverts commit r189795. threadprivate_messages.cpp is faling on windows. llvm-svn: 189811
-
Timur Iskhodzhanov authored
Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see the example from "man pthread_getattr_np") llvm-svn: 189810
-
Marshall Clow authored
llvm-svn: 189809
-
Marshall Clow authored
llvm-svn: 189808
-
Rafael Espindola authored
I will investigate why it still fails, but for now this gets the bots green. llvm-svn: 189807
-