- Dec 02, 2010
-
-
Chris Lattner authored
llvm-svn: 120746
-
Johnny Chen authored
log-categories, so it now becomes "event process expr state". llvm-svn: 120745
-
Douglas Gregor authored
about deprecated Objective-C pointer conversions. Plus, make sure to actually set an appropriate AssignmentAction when performing an implicit conversion from an InitializationSequence. Fixes regressions in the GCC DejaGNU testsuite. llvm-svn: 120744
-
Devang Patel authored
This is a fix for llvm-gcc-i386-darwin9 buildbot failure. llvm-svn: 120742
-
Stuart Hastings authored
llvm-svn: 120741
-
-
Peter Collingbourne authored
llvm-svn: 120736
-
Ted Kremenek authored
llvm-svn: 120735
-
Duncan Sands authored
being combined (which is being tracked as PR8699). llvm-svn: 120734
-
Johnny Chen authored
llvm-svn: 120733
-
Tobias Grosser authored
The check to not allow -analyze and -disable-output at the same time was done before parsing the command line flags. Therefore it never triggered, and in case both options where used opt segfaulted. Fix this by moving this check a after command line parsing. llvm-svn: 120732
-
Jim Grosbach authored
that would be great. They're ARM JIT failures, so without that, it's tough. llvm-svn: 120731
-
Evan Cheng authored
llvm-svn: 120730
-
Peter Collingbourne authored
llvm-svn: 120729
-
Sean Callanan authored
pointers are used. Previously, they caused a crash in the JIT because we didn't resolve them correctly. llvm-svn: 120728
-
Douglas Gregor authored
code I wrote, returning "true" on error is still unnatural. llvm-svn: 120727
-
Johnny Chen authored
o lldb => event process expr o gdb-remote => packets process llvm-svn: 120725
-
Abramo Bagnara authored
llvm-svn: 120724
-
Caroline Tice authored
Add proper EOF handling to Communication & Connection classes: Add bool member to Communication class indicating whether the Connection should be closed on receiving an EOF or not. Update the Connection read to return an EOF status when appropriate. Modify the Communication class to pass the EOF along or not, and to close the Connection or not, as appropriate. llvm-svn: 120723
-
Chris Lattner authored
structs with references in them correctly. llvm-svn: 120722
-
Duncan Sands authored
named the same, so it had to qualify type names according to the enclosing scope to ensure uniqueness. This is no longer needed for correctness (though it may be helpful when reading the IR), so this test has lost its importance. Zap it because dragonegg will never be able to produce the qualified type name since modern gcc zaps language specific info (such as whether a type is nested inside another - needed to get X::Y here) before dragonegg is reached. llvm-svn: 120721
-
Jakob Stoklund Olesen authored
llvm-svn: 120720
-
Johnny Chen authored
for the types directory quite a bit and masking out potential problems. Enable the delay via an environment variable, instead. llvm-svn: 120719
-
-
Bob Wilson authored
The arm_neon.h header includes stdint.h and it picks up the system header without -ffreestanding. llvm-svn: 120716
-
Fariborz Jahanian authored
objects imported into blocks. //rdar://8594790. Will have a test case coming (as well as one sent to llvm test suite). llvm-svn: 120713
-
Howard Hinnant authored
llvm-svn: 120712
-
Jim Grosbach authored
not thumb2. llvm-svn: 120711
-
Jim Grosbach authored
llvm-svn: 120709
-
Douglas Gregor authored
macri; the extra bool fits into padding anyway. llvm-svn: 120708
-
Wesley Peck authored
llvm-svn: 120707
-
Douglas Gregor authored
TemplateArgumentLocInfo. Unfortunately, this means that we lose some internal consistency checking when building a debug Clang. However, having data structures change size/layout depending on NDEBUG causes pain for clients of the Clang API. llvm-svn: 120706
-
John McCall authored
llvm-svn: 120701
-
John McCall authored
llvm-svn: 120700
-
NAKAMURA Takumi authored
llvm-svn: 120698
-
Rafael Espindola authored
which then avoids running EnsureValid. This cuts the assembly time of the testcase in PR8711 from 2:50 minutes to 1 minute. llvm-svn: 120697
-
Ted Kremenek authored
llvm-svn: 120696
-
Bob Wilson authored
For most intrinsics, there is no need to allocate a temporary to hold the result value; just return it directly. llvm-svn: 120695
-
Bob Wilson authored
This does not work so well with the -fno-lax-vector-conversions option for testing the arm_neon.h header but that is a really useful test, so I split this out to a separate Sema test to check for the warning. llvm-svn: 120694
-
Bob Wilson authored
Since we're casting them for the calls to the builtins, we need this to make sure their types get checked in the same way they would if the intrinsics were implemented as inline functions. llvm-svn: 120693
-