2009-03-23 |
Sebastian Redl | Recognize rvalue references in C++03, but complain... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Eli Friedman | Partial implementation of PR3342: break out pointer... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Daniel Dunbar | Driver: Drop code for checking bounds in SeparateArg... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Sebastian Redl | Disallow catching exceptions by rvalue reference. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Eli Friedman | Adjust isModifiableLvalue to give a slightly more usefu... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Daniel Dunbar | Driver: Implement 'missing argument' error. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Eli Friedman | Fix code to mark block variables as const to actually... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Sebastian Redl | .td files have been used for a few days without complai... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Sebastian Redl | Implement static_cast from lvalue to rvalue reference. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Eli Friedman | Add testcase for incomplete call/return types for calls. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Eli Friedman | Check that the return/argument types of calls are complete. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | switch getBuiltinLibFunction to use the new GetOrCreate... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Eli Friedman | Don't use &> in tests; dash doesn't understand it. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | emit aliases as the definitions fly by, don't bother... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | make alias definition logic more similar to functions... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Sebastian Redl | Fix build from r67476 and address the easy part of... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | fix PR3200 by making alias emission use the new infrast... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | pull "runtime globals" into the same framework as other... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Eli Friedman | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Anders Carlsson | Disallow abstract types where appropriate. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | fix a fixme: non-proto struct returning function defini... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | add some missing type predicates. |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Nuno Lopes | fix PR3859: crash with 'cc -V' |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Ted Kremenek | PTHManager::Create(): |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Anders Carlsson | Keep track of whether a class is abstract or not. This... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | don't set the name of a call instruction to "call"... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | fix CreateTempAlloca to not set a name on the alloca... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | set function/global names with setName instead of passi... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Chris Lattner | fix some warnings in release-assert mode. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | fix test |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Mike Stump | Fixup codegen for nested block literals so that we... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Douglas Gregor | Fix a thinko in the pre-allocation strategy for structu... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Fariborz Jahanian | Issue error if variables are defined inside an objc... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Daniel Dunbar | Frontend: Handle empty input on stdin. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Daniel Dunbar | Frontend: Handle empty input on stdin. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | now that all the decl reference and creation stuff... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | fix a crash that could occur when a variable declaratio... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | simplify and cleanup global variable creation stuff... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | simplify management of llvm::Function creation to all... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | code cleanups, rename EmitForwardFunctionDefinition -> |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | fix several problems with asm renaming, by pulling... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | add some fixmes |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | reduce redundant calls of getMangledName. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | simplify some more code. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | simplify and comment some code better. Make BindRuntim... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | random code cleanups. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | remove obviously dead code: you can't bitcast a pointer... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | avoid making constant folding logic eliminate obviously... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | continue dancing around the obvious algorithm issues... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | add an assertion for unreachable code. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | Add a fast path to CodeGenModule::getMangledName for... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | partially inline getAttrs() to speed up PR3810 (and... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | simplify CXXNameMangler::mangle, making it exit earlier... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Daniel Dunbar | Driver: Give Compilation::Execute total control over... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Ted Kremenek | Add back warning about a PTH file not containing any... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Ted Kremenek | Allow PTH files with no identifiers. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | When building the structured initializer list, pre... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | ccc/Driver/clang-fe: Accept -fbuiltin, and forward... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Fix include-pth.c test case to (hopefully) more resilie... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | ccc/Driver: .s defaults to 'assembler-with-cpp' on... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | Destroy expressions properly when resizing an initializ... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | InitListDesignations hasn't been used (ever). Eliminate... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | Eliminate post-diagnostic hooks. Instead, implement... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | ccc: Use -include-pth. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Mike Stump | Fix codegen for support for super inside block literal... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Fix <rdar://problem/6704086> by allowing the format... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | fix test/Preprocessor/macro_paste_mscomment.c. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Fariborz Jahanian | Fix a crash during meta-data generation of objc2's... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | Improve documentation for MemberExpr |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | Link from the C++ status page to the open projects... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | Document some small- to mid-size open C++ projects |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Douglas Gregor | Some minor tweaks and additional tests for rvalue refer... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | rename the <predefines> buffer to <built-in> to solve... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | GRExprEngine: |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Remove unneeded radar reference. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Switch to using -include-pth. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Update test case. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Fariborz Jahanian | More super dot-syntax property implementation |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Fix <rdar://problem/6703892> by not warning about self... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Devang Patel | Fix ivar's size encoding. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Parse Darwin version out of target triple. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Add test case for '-include-pth'. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | PTHManager::Create() now creates a PTHManager even... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | retain/release checker: Tracking autorelease counts... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ted Kremenek | Allow profiling of "invalid" Symbols. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Fariborz Jahanian | Implement ir gen. for setter/getter applied to 'super' |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | add tests for the various .S bugs I fixed on wednesday. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | rename this test from .S to .c so that it gets run. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add and use darwin::Assemble tool. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | refactor some code, fixing a problem discovered by... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add two option overload for AddAllArgValues. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | pass langoptions around. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | pass LangOptions into TargetInfo::getTargetDefines... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | add a new LangOptions::GNUMode bit to distinguish betwe... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add Arg::getAsString and use when dumping argum... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | strictly evaluate SVN_REVISION so that svnversion is... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Implement -print-search-dirs. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Unbreak ToolChain::get{File,Program}Paths ... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Sketch Darwin tool chains. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Daniel Dunbar | Driver: Add darwin::Lipo tool. |
commit | commitdiff | tree | snapshot |
next |