Eli Friedman
5bb2ba0503
Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill.
...
llvm-svn: 161630
2012-08-09 22:42:04 +00:00
Benjamin Kramer
be1bc3c824
CMake: Add the new dependency from libSema to LLVM's libs.
...
Should fix the failures seen on some linux builders.
llvm-svn: 161629
2012-08-09 22:33:50 +00:00
Eric Christopher
6ac277ce91
Remove getARMRegisterNumbering and replace with calls into
...
the register info for getEncodingValue. This builds on the
small patch of yesterday to set HWEncoding in the register
file.
One (deprecated) use was turned into a hard number to avoid
needing register info in the old JIT.
llvm-svn: 161628
2012-08-09 22:10:21 +00:00
Jakob Stoklund Olesen
420798ca4f
Fix a future TwoAddressInstructionPass crash.
...
No test case, the crash only happens when the default use list order is
changed.
llvm-svn: 161627
2012-08-09 22:08:26 +00:00
Jakob Stoklund Olesen
4238a89db8
Don't modify MO while use_iterator is still pointing to it.
...
llvm-svn: 161626
2012-08-09 22:08:24 +00:00
Johnny Chen
4ac1d9e160
Added back member initialization for m_batch_command_mode, which was most likely removed accidentally a while back.
...
The consequence occurred recently probably due to our swicth to build with c++11.
This fixed 3 test failures.
llvm-svn: 161625
2012-08-09 22:06:10 +00:00
Chad Rosier
9cb988f3aa
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
...
This new API will be used by clang to parse ms-style inline asms.
One goal of this project is to use this style of inline asm for targets other
then x86. Therefore, this API needs to be implemented for non-x86 targets at
some point in the future.
llvm-svn: 161624
2012-08-09 22:04:55 +00:00
Enrico Granata
17b1174911
<rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first
...
llvm-svn: 161623
2012-08-09 22:02:51 +00:00
Chad Rosier
d82f647dee
[ms-inline asm] Fix comment.
...
llvm-svn: 161622
2012-08-09 21:28:05 +00:00
Jordan Rose
996d309fb7
[analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base.
...
An ASTContext's RecordLayoutInfo can only be used to look up offsets of
direct base classes, and we need the offset to make non-symbolic bindings
in RegionStore. This change makes sure that we have one layer of
CXXBaseObjectRegion for each base we are casting through.
This was causing crashes on an internal buildbot.
llvm-svn: 161621
2012-08-09 21:24:02 +00:00
Fariborz Jahanian
656b5a0937
objective-C: refactoring of objc's delayed parsing.
...
llvm-svn: 161620
2012-08-09 21:12:39 +00:00
Chad Rosier
8640a2a0db
[ms-inline asm] Use StringRef here, per Jordan's suggestion.
...
llvm-svn: 161619
2012-08-09 21:06:32 +00:00
Chandler Carruth
6f71e24859
Temporarily revert r161612 while we figure out just what the semantics
...
of PARALLEL_DIRS are. They apparantly aren't what either Nick, Eric, or
I thought. ;] Should let the bots make forward progress.
llvm-svn: 161618
2012-08-09 21:02:52 +00:00
Anna Zaks
a0105b2320
[analyzer] Rename the function to better reflect what it actually does.
...
llvm-svn: 161617
2012-08-09 21:02:45 +00:00
Anna Zaks
8d1f1f3b06
[analyzer] Clarify the values in Dyn. Dispatch Bifurcation map.
...
llvm-svn: 161616
2012-08-09 21:02:41 +00:00
Chad Rosier
543cb3e93a
[ms-inline asm] Simplify logic for empty asm statements.
...
llvm-svn: 161615
2012-08-09 20:52:43 +00:00
Chad Rosier
11ede938e9
[ms-inline asm] Instantiate the various parts to the AsmParser.
...
llvm-svn: 161614
2012-08-09 20:47:38 +00:00
Chandler Carruth
27a6c1ed91
Use parallel dirs here, there shouldn't be cross-tool dependencies
...
anyways. Also place it after the config makefile inclusion which seems
the more canonical location.
llvm-svn: 161613
2012-08-09 20:47:32 +00:00
Chandler Carruth
69335414c1
Make all of the tools build in parallel. Missing this caused incremental
...
rebuilds to serially link each tool, which is really really slow.
We still have to build libclang serially first because c-index-test
depends on it.
llvm-svn: 161612
2012-08-09 20:40:24 +00:00
Jim Ingham
462227b08b
Turn on function args by default in thread & frame formats.
...
<rdar://problem/11703715>
llvm-svn: 161611
2012-08-09 20:29:34 +00:00
Chandler Carruth
4cbe653ace
Teach the LLVM test makefile to run the extra Clang tools' test suites
...
as part of check-all.
llvm-svn: 161610
2012-08-09 20:26:41 +00:00
Chandler Carruth
60a232c82d
Recurse into the extra tools repo the correct way from the Makefile
...
build system. Thanks to Nick for pointing at the actual construct which
should be used here.
llvm-svn: 161609
2012-08-09 20:21:38 +00:00
Jack Carter
120a30a732
Another 32 to 64 bit sign extension bug.
...
The fields in the td definition were switched.
llvm-svn: 161607
2012-08-09 19:43:18 +00:00
Enrico Granata
7ec18e3d10
<rdar://problem/10449092> Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name.
...
llvm-svn: 161606
2012-08-09 19:33:34 +00:00
Richard Smith
10c6072d61
In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standard reference and add a test.
...
llvm-svn: 161604
2012-08-09 19:01:51 +00:00
Anna Zaks
85383182ec
[analyzer] Improve readability of the dyn. dispatch bifurcation patch
...
r161552.
As per Jordan's feedback.
llvm-svn: 161603
2012-08-09 18:43:00 +00:00
Dmitri Gribenko
bacbc08b98
Remove absolute file path in test.
...
llvm-svn: 161602
2012-08-09 18:35:49 +00:00
Dmitri Gribenko
ba7aca3b38
Comment to HTML and XML conversion: ignore commands that contain a declaration
...
as their argument. For example, \fn, \function, \typedef, \method, \class etc.
llvm-svn: 161601
2012-08-09 18:20:29 +00:00
Sean Callanan
bcf897fa89
LLDB no longer prints <no result> by default if
...
the expression returns nothing. There is now a
setting, "notify-void." When the user enables
that setting, lldb prints (void) if an expression's
result is void. Otherwise, lldb is silent.
<rdar://problem/11225150>
llvm-svn: 161600
2012-08-09 18:18:47 +00:00
Simon Atanasyan
38c63ed5f8
Fix the test case. Now it does not depend on the method used to pass vector arguments to the function.
...
Reviewed by Anton Lokhmotov.
llvm-svn: 161597
2012-08-09 17:49:22 +00:00
Dmitri Gribenko
dcbc8ce2b5
Comment to HTML and XML conversion: use CommandTraits to classify commands.
...
This also fixes a bug in comment to XML conversion: \result was just an
ordinary paragraph, not an alias for \returns.
llvm-svn: 161596
2012-08-09 17:33:20 +00:00
Chad Rosier
d5c43a5f4b
[ms-inline asm] Initialize targets and assembly printers/parsers.
...
llvm-svn: 161595
2012-08-09 17:33:11 +00:00
Chad Rosier
bf40d6b6a5
[ms-inline asm] Add various MC components to clang build to support MS-style inline assembly.
...
llvm-svn: 161594
2012-08-09 17:17:01 +00:00
Fariborz Jahanian
db5743d1b4
objective-C: minor refactoring in method
...
definition parsing logic.
llvm-svn: 161593
2012-08-09 17:15:00 +00:00
Enrico Granata
2b2631c915
<rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command
...
llvm-svn: 161592
2012-08-09 16:51:25 +00:00
Alexander Potapenko
8aba007fe1
Add a test checking that all the "__asan_" interface functions are present in a binary built with -dead_strip.
...
Fix force_interface_symbols() so that none of the interface symbols is stripped.
llvm-svn: 161582
2012-08-09 16:05:17 +00:00
Arnold Schwaighofer
81b2eec1ab
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
...
This patch corrects the definition of umlal/smlal instructions and adds support
for matching them to the ARM dag combiner.
Bug 12213
Patch by Yin Ma!
llvm-svn: 161581
2012-08-09 15:25:52 +00:00
Alexander Potapenko
03ee064845
Make the non-interface mach_override functions static to avoid name clashes with user code that may contain its own mach_override.
...
llvm-svn: 161577
2012-08-09 13:33:02 +00:00
Alexey Samsonov
f343eb7df4
[ASan] Move mac-specific error reports to asan_report.cc as well
...
llvm-svn: 161576
2012-08-09 12:15:40 +00:00
Alexey Samsonov
b53a670817
[ASan] Small fix to please tests on Windows, where stack unwinding using provided pc/bp works too bad
...
llvm-svn: 161575
2012-08-09 11:29:13 +00:00
Alexey Samsonov
f688412b8c
[ASan] Move __asan_report_error implementation to asan_report.cc
...
llvm-svn: 161574
2012-08-09 10:56:57 +00:00
Alexander Potapenko
ba6174889c
Use a switch instead of a simple condition in force_interface_symbols().
...
Otherwise Clang eliminates everything after the first interface symbol that is marked noreturn.
llvm-svn: 161573
2012-08-09 09:46:12 +00:00
Alexey Samsonov
65b9acf0af
[ASan] move code that describes globals to asan_report.cc
...
llvm-svn: 161572
2012-08-09 09:27:24 +00:00
Alexey Samsonov
4ce12349d6
[ASan] move some functions that describe addresses to asan_report.cc
...
llvm-svn: 161571
2012-08-09 09:06:52 +00:00
Alexey Samsonov
c0ff933d8b
[ASan] Move error reporting code away from file with interceptors
...
llvm-svn: 161570
2012-08-09 08:32:33 +00:00
Alexey Samsonov
b4b316fc5b
[ASan] Move error reports away from ASan allocator. Add new source file to CMakeLists as well
...
llvm-svn: 161569
2012-08-09 08:15:46 +00:00
Alexey Samsonov
aa05110a17
[ASan] Create new files asan_report.{h,cc} as a preparation for refactoring of ASan error reporting code.
...
Currently ASan reports many kinds of errors, and the code that actually prints error messages can
be found inside allocator, OS-specific files, interceptors code etc.
An example of maintenance troubles this situation causes:
There is currently an ASan interface function that registers
callback which should take the char buffer with error report printed by ASan.
This function is now broken, as one has to insert callback calls to all the places in
ASan code where the error reports are printed, surprisingly it is not only
"__asan_report_error" function...
llvm-svn: 161568
2012-08-09 07:40:58 +00:00
Anna Zaks
bc6d0ccf92
Unbreak the build.
...
Declaring "const Decl *Decl" is not a good idea.
llvm-svn: 161567
2012-08-09 02:57:02 +00:00
Nadav Rotem
e0f84d31c8
Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
...
handle the cases where the memory value type was illegal.
PR 13111.
llvm-svn: 161565
2012-08-09 01:56:44 +00:00
Eric Christopher
245f9b5552
This field isn't used anymore, use it with HWEncoding instead.
...
llvm-svn: 161564
2012-08-09 01:39:32 +00:00