- Dec 20, 2012
-
-
Reed Kotler authored
on code that has large frames which will not yet compile correctly. llvm-svn: 170673
-
Jyotsna Verma authored
llvm-svn: 170672
-
Jyotsna Verma authored
llvm-svn: 170671
-
Alexey Samsonov authored
llvm-svn: 170670
-
Reed Kotler authored
llvm-svn: 170669
-
Rafael Espindola authored
This was causing a build failure while trying to build on ppc ubuntu 12.10 with cmake. llvm-svn: 170668
-
Reed Kotler authored
llvm-svn: 170667
-
Richard Smith authored
llvm-svn: 170666
-
Reed Kotler authored
We use an unused Mips 32 register for the emergency slot instead of using the stack. llvm-svn: 170665
-
Akira Hatanaka authored
information from the rest. llvm-svn: 170664
-
Akira Hatanaka authored
from the rest. llvm-svn: 170663
-
Richard Smith authored
intrinsic. This relies upon the fact that overload resolution does not check access and ambiguity for a derived-to-base conversion. This passes all is_base_of tests in the test suite. llvm-svn: 170662
-
Akira Hatanaka authored
parameter. llvm-svn: 170661
-
Akira Hatanaka authored
llvm-svn: 170660
-
Akira Hatanaka authored
Separate encoding information from the rest. llvm-svn: 170659
-
Richard Smith authored
This has undefined behavior, because the classof implementation attempts to access parts of the not-yet-constructed derived class. Found by clang -fsanitize=vptr. llvm-svn: 170658
-
Akira Hatanaka authored
Separate encoding information from the rest. llvm-svn: 170657
-
Reed Kotler authored
these patches are tested a lot by test-suite but make check tests are forthcoming once the next few patches that complete this are committed. with the next few patches the pass rate for mips16 is near 100% llvm-svn: 170656
-
Akira Hatanaka authored
physical register $r1 to $r0. GNU disassembler recognizes an "or" instruction as a "move", and this change makes the disassembled code easier to read. Original patch by Reed Kotler. llvm-svn: 170655
-
Richard Smith authored
llvm-svn: 170654
-
Richard Smith authored
behavior and violates the !range constraints we put on loads of this enum. Found by clang -fsanitize=enum. llvm-svn: 170653
-
Richard Smith authored
such a structure has undefined behavior. Caught by -fsanitize=bool. llvm-svn: 170652
-
Akira Hatanaka authored
the end. llvm-svn: 170651
-
Akira Hatanaka authored
information from the rest. llvm-svn: 170650
-
Akira Hatanaka authored
from the rest. llvm-svn: 170649
-
Akira Hatanaka authored
Separate encoding information from the rest. llvm-svn: 170648
-
Akira Hatanaka authored
information from the rest. llvm-svn: 170647
-
Sean Silva authored
This is a pretty lengthy document, so put the table of contents in your face so that it's easier to scope out the content. This document is a mess currently and needs to be refactored/revised/split-up. llvm-svn: 170646
-
NAKAMURA Takumi authored
llvm-svn: 170645
-
Michael Gottesman authored
Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead of BlockLanguageSpec.txt. Thanks to Jean-Daniel Dupas for comments! llvm-svn: 170644
-
Michael Gottesman authored
llvm-svn: 170643
-
Akira Hatanaka authored
ArithLogicI as the instruction base classes. llvm-svn: 170642
-
Jason Molenda authored
a bit. llvm-svn: 170641
-
Richard Smith authored
appears to currently be benign (we happen to test the flags in the right order, so we never depend on the uninitialized value). llvm-svn: 170640
-
John McCall authored
Fixes PR14628. llvm-svn: 170639
-
Sean Silva authored
For whatever reason the usage of '^^^' and '---' adornments were reversed compared to the "canonical" style of the LLVM docs (which is currently "the style used in SphinxQuickstartTemplate.rst"). This change doesn't affect the document structure at all, I'm just doing it for trivial stylistic consistency (the document content is *much* more important---thanks Nadav for writing this up!). Also, trim the adornments to be the same length as the section names. llvm-svn: 170638
-
Sean Silva authored
llvm-svn: 170637
-
Richard Smith authored
produce a note for that diagnostic either with a different DiagnosticEngine or after calling DiagnosticEngine::Reset(). That didn't make any sense, and did the wrong thing if the original diagnostic was suppressed. llvm-svn: 170636
-
Fariborz Jahanian authored
llvm-svn: 170635
-
Alexander Kornienko authored
http://llvm-reviews.chandlerc.com/D52 Patch by Philip Craig! llvm-svn: 170634
-