- Oct 29, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 193645
-
Evgeniy Stepanov authored
We'll need to intercept a few function in libm. llvm-svn: 193644
-
Evgeniy Stepanov authored
Add macro MSANDR_STANDALONE_TEST for standalone test without msan executables. Patch by Qin Zhao. llvm-svn: 193643
-
Rafael Espindola authored
Patch by Jeff Muizelaar. llvm-svn: 193642
-
Akira Hatanaka authored
llvm-svn: 193641
-
Akira Hatanaka authored
llvm-svn: 193640
-
Evgeniy Stepanov authored
llvm-svn: 193639
-
Akira Hatanaka authored
the previous argument's ending address to compute the type of the padding argument. No intended functionality change. llvm-svn: 193638
-
Rafael Espindola authored
llvm-svn: 193637
-
Akira Hatanaka authored
at the end of handleTargetFeatures. No intended functionality change. llvm-svn: 193636
-
Evgeniy Stepanov authored
llvm-svn: 193635
-
Evgeniy Stepanov authored
llvm-svn: 193634
-
Evgeniy Stepanov authored
llvm-svn: 193633
-
Benjamin Kramer authored
llvm-svn: 193632
-
Enrico Granata authored
Fixing an issue in yesterday's dynamic type changes where we would not craft a valid SBType given debug information Added a test case to help us detect regression in this realm llvm-svn: 193631
-
Rafael Espindola authored
This allows constructing a Mangler with just a TargetMachine. llvm-svn: 193630
-
Manman Ren authored
Add a tag before the name attribute for readability. Use CHECK-NEXT instead of CHECK-NOT followed by a CHECK. Add new lines to separate checking of different DIEs. llvm-svn: 193629
-
Andrew Kaylor authored
llvm-svn: 193628
-
Rafael Espindola authored
llvm-svn: 193627
-
Weiming Zhao authored
llvm-svn: 193626
-
Weiming Zhao authored
Fixes PR17690 llvm-svn: 193625
-
Amara Emerson authored
llvm-svn: 193624
-
Zoran Jovanovic authored
llvm-svn: 193623
-
Tom Stellard authored
llvm-svn: 193622
-
Tom Stellard authored
v2: - Fix LDS size calculation Reviewed-by:
Michel Dänzer <michel.daenzer@amd.com> llvm-svn: 193621
-
Tom Stellard authored
llvm-svn: 193620
-
Alexey Samsonov authored
Based on D2050 by Timur Iskhodzhanov. llvm-svn: 193619
-
Rafael Espindola authored
llvm-svn: 193618
-
Rafael Espindola authored
llvm-svn: 193617
-
Rafael Espindola authored
llvm-svn: 193616
-
Kostya Serebryany authored
llvm-svn: 193615
-
Daniel Jasper authored
Same as SpacesInParentheses, this option allows adding a space inside the '<' and '>' of a template parameter list. Patch by Christopher Olsen. This fixes llvm.org/PR17301. llvm-svn: 193614
-
Samuel Benzaquen authored
Summary: This resubmits r193100, plus a fix for a breakage with MSVC. Reviewers: klimek, rnk CC: cfe-commits, revane Differential Revision: http://llvm-reviews.chandlerc.com/D2005 llvm-svn: 193613
-
Rafael Espindola authored
They are used in some packages. For example: http://packages.ubuntu.com/saucy/i386/llvm-3.4/filelist This fixes pr17721. llvm-svn: 193612
-
Bernard Ogden authored
Add some missing tests, factor out a test not specific to v8 into its own file. llvm-svn: 193611
-
Timur Iskhodzhanov authored
llvm-svn: 193610
-
Rafael Espindola authored
llvm-svn: 193609
-
Timur Iskhodzhanov authored
llvm-svn: 193608
-
Sylvestre Ledru authored
Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This allows 'make LDFLAGS=foo' to be set correctly (and matches the way it is done with libllvm and liblldb) llvm-svn: 193607
-
Tim Northover authored
The AST was constructed so that this builtin returned the default BoolTy and since I'd opted for custom SemaChecking, I should have set it properly at that point. This caused an assertion failure when the types didn't match up with what we generated. This makes it return an IntTy, which is as good as anything. llvm-svn: 193606
-