aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Implement sint<->fp64 conversionsNiels Ole Salscheider2013-08-084-2/+30
* Use pop_back() instead of pop_back_val() when the returned value is not used.Jakub Staszak2013-08-081-4/+4
* Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was...Silviu Baranga2013-08-081-1/+1
* Fix the comment.Jakub Staszak2013-08-081-1/+1
* Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.Benjamin Kramer2013-08-081-20/+20
* 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
* DISubprogram metadata have an MDNode representing which base typeEric Christopher2013-08-081-1/+1
* 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 "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-082-0/+9
* 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
* 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
* 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
* Fix ARM build.Peter Collingbourne2013-08-081-1/+1
* [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
* [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
* Add ISD::FROUND for libm round()Hal Finkel2013-08-0719-3/+168
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-0710-0/+1276
* [lit] Report the traceback when config import fails.Daniel Dunbar2013-08-071-0/+5
* [lit] Avoid comparisons with None.Daniel Dunbar2013-08-071-1/+3
* [lit] Use list comprehensions instead of map().Daniel Dunbar2013-08-073-3/+4
* [lit] Avoid deprecated dict.has_key() method.Daniel Dunbar2013-08-071-2/+2
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-072-2/+36
* Fix a FIXME, on darwin all virtual sections have a zerofill type.Eric Christopher2013-08-071-1/+2
* On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-071-0/+4
* Add the common begin/end naming convention to the coding standard.Rafael Espindola2013-08-071-1/+3
* Move assert above first use of variable that we'd be asserting on.Eric Christopher2013-08-071-2/+2
* lit/LitConfig.py: Fixup for msys bash.NAKAMURA Takumi2013-08-071-1/+1
* Confusing comment typo.Andrew Trick2013-08-071-1/+1
* Lit: Fixup in r187886.NAKAMURA Takumi2013-08-071-1/+1
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-075-1/+14