2011-07-13 |
Bruno Cardoso... | Reapply r134946 with fixes. Tested on Benjamin testcase... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | Add 'mutable' to the function declarator chunk, to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | Fix an incorrect namespace typo-correction diagnostic... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Devang Patel | Emit debug info for extended vectors. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Ted Kremenek | format string checking: long and int have the same... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Enforce access control for the destructor in a new... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Argyrios Kyrtzidis | [arcmt] Add weak/unsafe_unretained for "@property ... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Argyrios Kyrtzidis | [arcmt] For properties rewrite 'assign' -> 'weak or... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Fariborz Jahanian | With -Wselector, don't warn about unimplemented optiona... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Don't crash if defining -dealloc in a category. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | In debugger mode, make ObjC message sends to unknown... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Fariborz Jahanian | objc++: Some level of covariance is allowed in ObjC... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Ted Kremenek | Re-relax conversion specifier checking for printf forma... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Ted Kremenek | Fix inversion in argument type checking for format... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Okay, that rule about zero-length arrays applies to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Arrays are permitted to be zero-length in some situations. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Make the integer-range analysis recognize ^= correctly, |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Convert the standard default-construction loops to... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Chris Lattner | per john's advice, speculatively lower uses of forward... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Chris Lattner | PR10337 reminds me that calls return values, lets handl... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Aggressive dead code elimination. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Generalize the routine for destroying an object with... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | Eliminate an incomplete/incorrect attempt to provide... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Eli Friedman | Silliness with commas, as reported at http://blog.regeh... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
John McCall | Switch delete[] IR-generation over to the destroy frame... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Douglas Gregor | When compiling ::delete for a class with a virtual... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Richard Smith | Correctly set up the list of virtual base classes for... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Fariborz Jahanian | revert fix for // rdar://9740328 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Revert r134946 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | [arcmt] Also avoid 'weak' for forward references to... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | [arcmt] Before applying '__weak' check whether the... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Fariborz Jahanian | objc++: Some level of covariance is allowed in ObjC... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
David Chisnall | Fix another typo (int -> id for captured_obj). |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Generalize Cleanup::Emit's "isForEH" parameter into... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Peter Collingbourne | Implement -MG. Fixes PR9613 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Benjamin Kramer | Add more compiler workarounds. Should fix the build... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | In ARC mode, consider Objective-C lifetime types (objec... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Fariborz Jahanian | Fix a bug where a local variable named 'self' is causing |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Ugh, use this compiler workaround again. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Switch field destruction over to use the new destroyer... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Improve name mangling for instantiation-dependent types... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Benjamin Kramer | Pop block scope after reading from it. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chandler Carruth | Work around a problem with a static helper's formulatio... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Hans Wennborg | Fix typo correction crash on overloaded functions,... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Implement name mangling for sizeof...(function paramete... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Fix the desugaring of dependent decltype and typeof... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | Fix a problem Eli ran into where we now reject incomple... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | insert a bitcast in the 'expand' case of argument passi... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | fix an unintended behavior change in the type system... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Mangle dependent template names of unknown arity |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | fix PR10335 by watching out for IR type compatibility... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | Move OBJC_PR_NumBits out of PropertyAttributeKind enum... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | make test name less specific |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Implement the Itanium C++ ABI's mangling rule for |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Chris Lattner | add some aggressive assertions that call arguments... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Douglas Gregor | Centralize the getCanonicalType() calls in the Itanium... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Argyrios Kyrtzidis | [ARC] Complain about property without storage attribute... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Fix a typo! |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Do the same as r134946 for arrays. Add more testcases... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bill Wendling | Revert r134888 (and related patches in other trees... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Bruno Cardoso... | Fix one x86_64 abi issue and the test to actually look... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
John McCall | Do full-expression cleanups in a much more sensible... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Bruno Cardoso... | Disable avx feature from corei7-avx, and use -mavx... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Chandler Carruth | Style tweak to the more idiomatic 'assert(!bad_state... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Chandler Carruth | Hoist the logic for checking the number of arguments... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Bruno Cardoso... | Enable "avx" feature, so it can be seen by llvm |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Bruno Cardoso... | Reapply r134754, which turns out to be working correctl... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Douglas Gregor | Allow us to compute linkage et al for instantiation... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | Revert r134898, "test/Frontend/dependency-gen.c: Mark... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Reenable test. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Add missing header file for the test. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eli Friedman | Add diagnostic for constructs like "va_arg(l, float... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eli Friedman | Test is broken; XFAIL it until Argyrios gets a chance... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Don't warn for unused macro when undef'ing it, if it... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | Fix CMake. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Argyrios Kyrtzidis | [arcmt] Move the remapping functions to clang-c/Index... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
John McCall | Emit partial destruction of structs with initializer... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Fariborz Jahanian | objc-arc: Diagnose when captured variable in block... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Chandler Carruth | Apply patch from Richard Trieu to fix PR9548: |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | Tweak two tests with MSYS-bash tolerant. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | test/Frontend/dependency-gen.c: Mark XFAIL: mingw due... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Douglas Gregor | Don't complain about missing return statements for... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
NAKAMURA Takumi | test/Preprocessor/include-directive2.c: Get rid of... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Abramo Bagnara | Fixed PR10243. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Abramo Bagnara | Added removeBitWidth method. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
John McCall | Fix a lot of problems with the partial destruction... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Evan Cheng | Match createCodeEmitter change. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
John McCall | Use cached types; no functionality change. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Francois Pichet | Fix ARCMT/migrate.m on MSVC. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Joerg Sonnenberger | Unbreak -cc1as mode after MC subtarget changes |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Argyrios Kyrtzidis | [arcmt] Remove redundant has_error() check. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Argyrios Kyrtzidis | [arcmt] Try fixing test/ARCMT/migrate.m for windows... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
NAKAMURA Takumi | test/CMakeLists.txt: clang-test may depend on llc when... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
NAKAMURA Takumi | test/CMakeLists.txt: Fix ClangUnitTests to be built... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
NAKAMURA Takumi | tools/c-arcmt-test/Makefile: Add clangARCMigrate.a... |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Chris Lattner | relax this test a bit to hopefully work with VC++ |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Francois Pichet | Change __debugbreak signature to void __debugbreak... |
commit | commitdiff | tree | snapshot |
next |