summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Intercept strerror and strerror_r.Evgeniy Stepanov2013-08-085-1/+65
* Factor out parsing sanitizer arguments to a separate functionAlexey Samsonov2013-08-082-6/+22
* Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.Benjamin Kramer2013-08-081-20/+20
* Remove unused variable. No functionality change.Benjamin Kramer2013-08-081-8/+6
* test commit.Andrea Di Biagio2013-08-081-1/+1
* The name "tCDP" isn't used anywhere else in the source code, so renaming it f...Mihai Popa2013-08-081-1/+1
* Move SanitizerArgs implementation from .h to .cppAlexey Samsonov2013-08-084-262/+308
* [sanitizer] ASan/MSan tests for r187967.Evgeniy Stepanov2013-08-082-0/+39
* DISubprogram metadata have an MDNode representing which base typeEric Christopher2013-08-081-1/+1
* The only useful loop unrolling flag to give realistically isChandler Carruth2013-08-084-3/+14
* Simplify (and fix) check-dfsan configsAlexey Samsonov2013-08-084-24/+9
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-082-5/+135
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-082-1/+57
* Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...Craig Topper2013-08-081-5/+1
* The conversion to bool is fine here, no need to check isType.Eric Christopher2013-08-081-1/+1
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-084-16/+27
* Change variable name and reflow formatting.Eric Christopher2013-08-081-10/+10
* Optimize mask generation for one of the DAG combiner shufflevector cases.Craig Topper2013-08-081-3/+3
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-083-137/+10
* Revert r187927.Arnold Schwaighofer2013-08-082-53/+50
* Split the deprecated increment bool warning into a sub-group of -WdeprecatedRichard Trieu2013-08-083-1/+6
* Revert r187935 "Support for double width characters."Arnold Schwaighofer2013-08-082-37/+26
* Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-082-0/+9
* Emit an error for enum increments and decrements in C++ mode.Richard Trieu2013-08-084-0/+35
* Reflow for loop.Eric Christopher2013-08-081-2/+2
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-088-84/+84
* catch-undefined-behavior.cpp: Remove names that don't appear in every build.Filipe Cabecinhas2013-08-081-3/+3
* UBSan: Fix naming for IR variables in catch-undef-behavior.cppFilipe Cabecinhas2013-08-081-2/+2
* Add three missing CMake variables that need to make it to theChandler Carruth2013-08-081-0/+3
* Changed isPrint for U+00AD SOFT HYPHEN to return true.Alexander Kornienko2013-08-082-187/+193
* UBSan: Fix alignment checks emitted in downcasts.Filipe Cabecinhas2013-08-083-11/+65
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-081-0/+21
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-082-1095/+6
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-0810-5/+121
* Fix ARM build.Peter Collingbourne2013-08-081-1/+1
* Expanded modularize tests.John Thompson2013-08-082-0/+33
* Comment changes. Added current problems comment.John Thompson2013-08-081-3/+23
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-072-6/+1095
* [objc-arc] Change 4 iterator methods which return const_iterators to be const...Michael Gottesman2013-08-071-4/+4
* Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling2013-08-072-10/+9
* Really unbreak Mac build.Peter Collingbourne2013-08-071-1/+1
* Unbreak Mac build.Peter Collingbourne2013-08-071-1/+1
* Update CREDITS.TXTHoward Hinnant2013-08-071-0/+4
* Support for double width characters.Alexander Kornienko2013-08-072-26/+37
* [lit] Remove unnecessary list copy.Daniel Dunbar2013-08-071-1/+1
* [lit] Always list individual UNRESOLVED tests.Daniel Dunbar2013-08-071-2/+3
* [lit] Explicitly convert dict items() result to a list.Daniel Dunbar2013-08-071-1/+1
* [lit] Make string encoding issues explicit.Daniel Dunbar2013-08-072-1/+6
* [tests] Make string encoding issues explicit.Daniel Dunbar2013-08-071-3/+3
* [tests] Avoid deprecated except syntax.Daniel Dunbar2013-08-072-2/+8
OpenPOWER on IntegriCloud