summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Mark pseudo instructions as code-gen only.Akira Hatanaka2013-08-08
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-08
* cast fix to appease buildbotDavid Fang2013-08-08
* Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer2013-08-08
* [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables.Daniel Dunbar2013-08-08
* [lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar2013-08-08
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-08
* [lit] Eliminate some nested imports.Daniel Dunbar2013-08-08
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-08
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-08
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-08
* R600/SI: Implement fp32<->fp64 conversionsNiels Ole Salscheider2013-08-08
* R600/SI: Implement sint<->fp64 conversionsNiels Ole Salscheider2013-08-08
* Use pop_back() instead of pop_back_val() when the returned value is not used.Jakub Staszak2013-08-08
* Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was...Silviu Baranga2013-08-08
* Fix the comment.Jakub Staszak2013-08-08
* Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.Benjamin Kramer2013-08-08
* test commit.Andrea Di Biagio2013-08-08
* The name "tCDP" isn't used anywhere else in the source code, so renaming it f...Mihai Popa2013-08-08
* DISubprogram metadata have an MDNode representing which base typeEric Christopher2013-08-08
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-08
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-08
* Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...Craig Topper2013-08-08
* The conversion to bool is fine here, no need to check isType.Eric Christopher2013-08-08
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-08
* Change variable name and reflow formatting.Eric Christopher2013-08-08
* Optimize mask generation for one of the DAG combiner shufflevector cases.Craig Topper2013-08-08
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-08
* Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-08
* Reflow for loop.Eric Christopher2013-08-08
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Add three missing CMake variables that need to make it to theChandler Carruth2013-08-08
* Changed isPrint for U+00AD SOFT HYPHEN to return true.Alexander Kornienko2013-08-08
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-08
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-08
* Fix ARM build.Peter Collingbourne2013-08-08
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-07
* [objc-arc] Change 4 iterator methods which return const_iterators to be const...Michael Gottesman2013-08-07
* Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling2013-08-07
* Really unbreak Mac build.Peter Collingbourne2013-08-07
* Unbreak Mac build.Peter Collingbourne2013-08-07
* [lit] Remove unnecessary list copy.Daniel Dunbar2013-08-07
* [lit] Always list individual UNRESOLVED tests.Daniel Dunbar2013-08-07
* [lit] Explicitly convert dict items() result to a list.Daniel Dunbar2013-08-07
* [lit] Make string encoding issues explicit.Daniel Dunbar2013-08-07
* [tests] Make string encoding issues explicit.Daniel Dunbar2013-08-07
* [tests] Avoid deprecated except syntax.Daniel Dunbar2013-08-07
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07