- Jun 30, 2015
-
-
Michael Kuperstein authored
llvm-svn: 241065
-
Marshall Clow authored
llvm-svn: 241064
-
Ewan Crawford authored
Make the python target definition file have highest priority so that we can set the remote stub breakpoint pc offset using it. Reviewers: clayborg Subscribers: ted, deepak2427, lldb-commits Differential revision: http://reviews.llvm.org/D10775 llvm-svn: 241063
-
Toma Tabacu authored
Differential Revision: http://reviews.llvm.org/D10643 llvm-svn: 241062
-
Ranjeet Singh authored
llvm-svn: 241061
-
Hubert Tong authored
Summary: This change adds parsing for the concept keyword in a declaration and tracks the location. Diagnostic testing added for invalid use of concept keyword. Reviewers: faisalv, fraggamuffin, rsmith, hubert.reinterpretcast Reviewed By: rsmith, hubert.reinterpretcast Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D10528 Patch by Nathan Wilson! llvm-svn: 241060
-
Daniel Jasper authored
Among other things, this makes clang-format understand arbitrary blocks embedded in them, such as: SomeFunction({MACRO({ return output; }), b}); where MACRO could e.g. expand to a lambda. llvm-svn: 241059
-
Ranjeet Singh authored
represented by uint64_t, this patch replaces these usages with the FeatureBitset (std::bitset) type. Differential Revision: http://reviews.llvm.org/D10542 llvm-svn: 241058
-
Tamas Berghammer authored
* Add in-memory object file handling to the core dynamic loader * Fix in memory object file handling in ObjectFileELF (previously only part of the file was loaded before parsing) * Fix load address setting in ObjectFileELF for 32-bit targets when the load bias is negative * Change hack in DYLDRendezvous.cpp to be more specific and not to interfere with object files with fixed load address Differential revision: http://reviews.llvm.org/D10800 llvm-svn: 241057
-
Pavel Labath authored
llvm-svn: 241056
-
Michael Kuperstein authored
llvm-svn: 241055
-
David Majnemer authored
I forgot to specify the correct pass. llvm-svn: 241054
-
Michael Kuperstein authored
Add intrinsics for the FXSR instructions (FXSAVE/FXSAVE64/FXRSTOR/FXRSTOR64) These were previously declared in Intrin.h for MSVC compatibility, but now that we have them implemented, these declarations can be removed. llvm-svn: 241053
-
Toma Tabacu authored
Differential Revision: http://reviews.llvm.org/D10657 llvm-svn: 241052
-
Tamas Berghammer authored
These instructions confusing the unwind code because in case of a push it assumes that the original valu of a register is pushed to the stack what is not neccessarily true in case of SP. The same is true for the pop (in the opposite way). Differential revision: http://reviews.llvm.org/D10806 llvm-svn: 241051
-
Tamas Berghammer authored
llvm-svn: 241050
-
Michael Kuperstein authored
Add intrinsics for the FXSR instructions (FXSAVE/FXSAVE64/FXRSTOR/FXRSTOR64) llvm-svn: 241049
-
Tobias Grosser authored
This updated contains various changes to isl, including improvements to the AST generator. For Polly, the most important change is a fix that unbreaks builds on darwin (reported by: Jack Howard) llvm-svn: 241048
-
NAKAMURA Takumi authored
llvm-svn: 241047
-
Yaron Keren authored
clang\lib\Parse\ParseDeclCXX.cpp(2396): error C3486: a parameter for a lambda cannot have a default argument llvm-svn: 241046
-
Mohit K. Bhakkad authored
Patch by Nitesh Jain Reviewers: clayborg, ovyalov, emaste. Subscribers: jaydeep, bhushan, dsanders, mohit.bhakkad, sagar, labath, tberghammer, lldb-commits. Differential Revision: http://reviews.llvm.org/D10685 llvm-svn: 241045
-
NAKAMURA Takumi authored
FIXME: Should they be moved onto Elf_Sym_Impl::getNmae()? llvm-svn: 241044
-
David Majnemer authored
isTriviallyRecursive is a hack used to bridge a gap between the expectations that source code assumes and the semantics that LLVM IR can provide. Specifically, asm labels on functions are treated as an explicit name for a GlobalObject in Clang but treated like an output-processing step in GCC. Tweak this hack a little further to emit calls to library functions instead of emitting an incorrect definition. The definition in question would have available_externally linkage (this is OK) but result in a call to itself which will either result in an infinite loop or stack overflow. This fixes PR23964. llvm-svn: 241043
-
Rafael Espindola authored
llvm-svn: 241042
-
Dan Gohman authored
This unbreaks TripleTest.Normalization. We'll have to come up with a new plan for the OS component of the target triple for WebAssembly. llvm-svn: 241041
-
Rafael Espindola authored
llvm-svn: 241040
-
Rafael Espindola authored
llvm-svn: 241039
-
David Majnemer authored
MSVC only genreates array cookies if the class has a destructor. This is problematic when having to call T::operator delete[](void *, size_t) because the second argument's argument is impossible to synthesize correctly if the class has no destructor (because there will be no array cookie). Instead, MSVC passes the size of the class. Do the same, for compatibility, instead of crashing. This fixes PR23990. llvm-svn: 241038
-
Andrew Wilkins authored
Summary: This diff introduces .rst files, Sphinx config, and a CMake target for building clang man pages. This will deprecate the existing .pod- based man page, and will integrate nicely with CMake. This diff does not remove the existing man page; that will be done in a follow-up once packagers have had a chance to react to the change. For now, only clang(1) has been done; others can be added over time by dropping additional files into the docs/CommandGuide directory. The index page for CommandGuide has been copied from LLVM's docs/CommandGuide. The man page itself is mostly the same, with a few minor cosmetic changes. The only major change is the SYNOPSIS section. I was unable to get .rst/Sphinx produce the same style as in the existing man page. Instead, I changed it to match the LLVM tools' relatively simple style. To build the man pages, use the "docs-clang-man" target if building with CMake. Otherwise, use "make -f Makefile.sphinx man". Reviewers: cmatthews, silvas Subscribers: dim, gaeke, beanz, cfe-commits Differential Revision: http://reviews.llvm.org/D10562 llvm-svn: 241037
-
Adrian Prantl authored
I forgot to add this file to r241035. llvm-svn: 241036
-
Adrian Prantl authored
In order to produce debug info for clang modules CGDebugInfo it needs access to macros passed on the command line and the isysroot. llvm-svn: 241035
-
Adrian Prantl authored
rdar://problem/20965932 llvm-svn: 241034
-
Rafael Espindola authored
llvm-svn: 241033
-
Richard Smith authored
disambiguation in the parser rather than trying to do it in Sema. llvm-svn: 241032
-
Peter Collingbourne authored
llvm-svn: 241031
-
Dan Gohman authored
llvm-svn: 241030
-
Peter Collingbourne authored
Differential Revision: http://reviews.llvm.org/D10827 llvm-svn: 241029
-
Rafael Espindola authored
Realistically, this will be returning ErrorOr for some time as refactoring the user code to check once per section will take some time. Given that, use it for checking if a relocation has addend or not. While at it, add ELFRelocationRef to simplify the users. llvm-svn: 241028
-
Matthias Braun authored
A call to removeEmptySubranges() is necessary after every operation that potentially removes all segments from a subregister range; this case in the register coalescer was missing. llvm-svn: 241027
-
Adrian Prantl authored
llvm-svn: 241026
-