2010-08-04 |
Bruno Cardoso... | Add more AVX 256-bit intrinsics and test cases for... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Add a test case for P%7346, which was fixed by not... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Only look up an 'operator delete' on the definition... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Look through using declarations when deciding whether... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
John McCall | Fix a warning on a test. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
John McCall | Do a very simple pass over every function we emit to... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Chris Lattner | add a hack for visual studio, fixing PR7796 |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Sebastian Redl | Incomplete promotion of selector info to per-file data. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Nate Begeman | Add support for VFP status & control operations for... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Care | Improved false positive detection and numerous small... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Jordy Rose | Remove DoneEvaluating field (unused since r90296) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Jordy Rose | Makes GRState::makeWithStore private, to encourage... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Douglas Gregor | When using a precompiled preamble, keep track of the... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Eli Friedman | PR7795: Fix the definition of __WCHAR_MAX__ with -fshor... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Apart from storing/retrieving the previous redeclaratio... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Introduce getMostRecentDeclaration() and getFirstDeclar... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Send AST dumping/printing to stdout instead of stderr. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Avoid writing a VTABLE_USES record in PCH if there... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Chris Lattner | fix some undefined behavior, PR7779. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Daniel Dunbar | Driver: Don't forward any -g options to GCC, when using... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Douglas Gregor | Reshuffle the PCH generator action and consumer, so... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
John McCall | Emit weak vtables of non-template classes with hidden... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Zhongxing Xu | Allow offsets to be negative. Out-of-bound cases are... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Zhongxing Xu | Pull the region offset computation logic into a single... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Bruno Cardoso... | Support x86 AVX 256-bit instructions built-ins. Right... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Care | Changed GRExprEngine to pass down a reference to itself... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Ted Kremenek | Add -cc1 option '-unoptimized-cfg' to toggle using... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Ted Kremenek | Add 'AnalysisContext::getUnoptimizedCFG()' to allow... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
John McCall | Labels (and case statement) don't create independent... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Sebastian Redl | Simplify global method pool implementation in Sema... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Ted Kremenek | Fix another case (this time in JumpScopeChecker) where... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Ted Kremenek | Fix idempotent operations false positive caused by... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
John McCall | Further adjustments to -Wglobal-constructors; works... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Douglas Gregor | Add Darwin dylib versioning support to libclang when... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Douglas Gregor | When using a precompiled preamble, save the diagnostics... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Ted Kremenek | 'Assumption &A' gets default initialized to 'Possible... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Ted Kremenek | Add test case for <rdar://problem/8258814>. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Sebastian Redl | Query only the latest version of an identifier in the... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Sebastian Redl | Remove mutable data on TagType and InjectedClassNameTyp... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Fariborz Jahanian | Compute width/align of objc builtin types (id, etc) |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Update UsersManual, we support '#pragma align' now. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Frontend: Change PluginASTAction::ParseArgs to take... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Argyrios Kyrtzidis | You actually have to include a header in order to use... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Argyrios Kyrtzidis | Use llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Argyrios Kyrtzidis | Shut up warnings in Release build. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Argyrios Kyrtzidis | Read/write in PCH Sema's StdNamespace and StdBadAlloc... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Argyrios Kyrtzidis | Rename getStdNamespace -> getOrCreateStdNamespace,... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver/Darwin: Change where Darwin computes the host... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Have -ccc-host-triple simply override the defau... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver/Darwin: Inline some constants. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver/FreeBSD: Change how FreeBSD derives the Lib32... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Move HostInfo::lookupTypeForExtension to ToolCh... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Give Build{Universal,}Actions access to the... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Zhongxing Xu | Improve flat store: MemRegion::getAsOffset() computes... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Add Compilation::addCommand and switch tools... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Eliminate PipedJob, which is now unused. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Eliminate special InputInfo kind for pipes... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Eliminate now unnecessary tool hooks for whethe... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Eliminate now unused argument. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Simplify logic for sending 'clang -E t.c' outpu... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Never try to use piped inputs. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Driver: Start ripping out support for -pipe, which... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Daniel Dunbar | Driver/OpenBSD: Update toolchain for compiler changes... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Daniel Dunbar | Driver: Keep track of a separate "install dir", which... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Eli Friedman | PR7777: Set EnabledByDefault to something useful, inste... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Kill off RequiresGlobalConstructor in favor of isConsta... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Make a first pass at implementing -Wglobal-constructors... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Instantiate attributes from the pattern record when... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Don't consider all local variables in C++ to mandate... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Only run the jump-checker if there's a branch-protected... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Nick Lewycky | Iterate typeloc's for class bases. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
John McCall | Fix fragile-ABI ObjC exceptions in the presence of... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Daniel Dunbar | build: Don't pass -avoid-version or -no-undefined on... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Daniel Dunbar | Parser: Add support for #pragma align, which is just... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Ted Kremenek | After a lengthy design discussion, add support for... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Douglas Gregor | Implement dependency analysis for the precompiled pream... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Tom Care | Test case for PR7763. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Tom Care | Uncomment unfinished work bailout in IdempotentOperatio... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Douglas Gregor | Add some timers to ASTUnit that are only enabled when... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Sebastian Redl | Correctly deal with using names for both functions... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Peter Collingbourne | Add specialisation iterators for {Class,Function}Templa... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Peter Collingbourne | Refactor find*Specialization functions using SpecEntryT... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Peter Collingbourne | Introduce RedeclarableTemplateDecl::SpecEntryTraits |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Sebastian Redl | Safely get a data pointer for vectors that might be... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Fariborz Jahanian | Tighten the rules when deciding if an ivar must be |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Abramo Bagnara | Fixed typedef inside extern "C". |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Daniel Dunbar | tests: Use env instead of assuming bash. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Argyrios Kyrtzidis | When we are deserializing the lexical decls of a DeclCo... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Argyrios Kyrtzidis | Refactor the way PCHReader tracks whether we are in... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
John McCall | Improve error recovery when presented with an ill-forme... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
John McCall | If a TST_typename has a null type, mark the declarator... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
John McCall | Emit global destructors even if the destroyed object... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Chris Lattner | fix PR5179 and correctly fix PR5831 to not miscompile. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Daniel Dunbar | There is no reason for this test to invoke 'llc'. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Add test case for crash reported in <rdar://problem... |
commit | commitdiff | tree | snapshot |
next |