2011-02-11 |
Douglas Gregor | Implement AST/PCH chaining support for macro definition... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Rafael Espindola | Use raw_svector_ostream in more places in the mangler. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Matt Beaumont-Gay | Add braces to quiet a gcc warning. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | Fix think-o I committed without testing, shameful. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | Fix a gcc Wuninitialized false positive. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Douglas Gregor | When we're writing macro definitions to an AST/PCH... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Argyrios Kyrtzidis | For -Woverloaded-virtual take into account canonical... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | Fix family-friendly-o, tsk tsk. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | IRgen: Fix an immediate-exit-from-fn style nit. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Douglas Gregor | Implement two related optimizations that make de-serial... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Roman Divacky | Adjust the object files to be linked in when mcount... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Roman Divacky | Add a testcase for the mcount profiling. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Roman Divacky | Implement mcount profiling, enabled via -pg. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ken Dyck | Drop the 'InBits' part from the name of RecordSizeInBit... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ken Dyck | Eliminate some signed-to-unsigned comparision warnings... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
NAKAMURA Takumi | CMake: LLVM_NO_RTTI must be obsolete now! |
commit | commitdiff | tree | snapshot |
2011-02-10 |
John McCall | Move the check that gives functions with unique-externa... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | Run ~GRState() when reclaiming GRStates. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | static analyzer: Make GRStates reference counted, with... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | Add hack to CMakeLists.txt so that StaticAnalyzer libra... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | Split 'include/clang/StaticAnalyzer' into 'include... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Devang Patel | If an aggregate is returned as 'sret' argument then... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ted Kremenek | Update clang-wpa to pass extra argument to AnalysisMana... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Devang Patel | Add target triple. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Fariborz Jahanian | Fix scoping of method declarations and issue |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | Parse: add support for parsing CUDA kernel calls |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | Lexer: add CUDA kernel call tokens |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | AST, Sema, Serialization: add CUDAKernelCallExpr and... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | AST, Sema, Serialization: keep track of cudaConfigureCall |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Devang Patel | Do not emit AT_MIPS_linkage_name for Objective-C method... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Douglas Gregor | Finish up the diagnostic client before we've torn down... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Daniel Dunbar | Driver/Frontend: Wire up -mregparm=. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Nick Lewycky | Non-void functions need to return some value. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
John McCall | Give these little helper functions definitions so that... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
John McCall | Remove vtables from the Stmt hierarchy; this was prett... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Zhanyong Wan | Fix a typo in a comment in tools/clang/unittests/Fronte... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ted Kremenek | Initialize 'reclaimNodes'. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Devang Patel | Emit debug info for objc_selector. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ken Dyck | Correct units in comments describing Size and getSize(). |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Douglas Gregor | When IRgen refers to a function declaration that is... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ken Dyck | Convert RecordLayout::Size to CharUnits from bits.... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ted Kremenek | static analyzer: Further reduce the analyzer's memory... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ted Kremenek | Make ProgramPoint::getTag() public. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
John McCall | NonTypeTemplateParmDecl is just a DeclaratorDecl, not... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Devang Patel | If an aggregate argument is passed indirectly because... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Ted Kremenek | No longer pass deprecated '-nodistribute' flag to xcode... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Ted Kremenek | analyzer, retain/release checker: Remove hack where... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Rafael Espindola | Update for API change. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
John McCall | When checking the 'weak' and 'weakref' attributes,... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Fariborz Jahanian | Fix an IRGen bug in property setter calls when |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Argyrios Kyrtzidis | [analyzer] Move the files in lib/StaticAnalyzer to... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Argyrios Kyrtzidis | [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperi... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Argyrios Kyrtzidis | [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperi... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Argyrios Kyrtzidis | [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineIntern... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
John McCall | Test case accidentally left out of my last commit. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Douglas Gregor | Split the serialized representation for the detailed... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Peter Collingbourne | AST: support for pre-arg expressions on CallExpr subclasses |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Peter Collingbourne | StmtPrinter: factor out arg printing code to PrintCallArgs |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Benjamin Kramer | Allow multiple -B prefixes. Patch by Joerg Sonnenberger. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
John McCall | Clear the linkage cache recursively. Fixes PR8926. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Argyrios Kyrtzidis | In Sema::CheckShadow, get the DeclContext from the... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Fariborz Jahanian | Support for objextive-c++ use of property-dot syntax... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Douglas Gregor | Update the writing of the block-information block in... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
John McCall | Reorganize CodeGen{Function,Module} to eliminate the... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
John McCall | Extend the const capture optimization to C++ record... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Douglas Gregor | Sema::MaybeBindToTemporary() shouldn't treat any expres... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Ken Dyck | Convert RecordLayout::NonVirtualAlign to CharUnits... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
John McCall | dgregor accidentally killed this assert, but on investi... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Fariborz Jahanian | Support for objc use of property-dot syntax as receiver |
commit | commitdiff | tree | snapshot |
2011-02-07 |
John McCall | When copy-capturing values for a nested capture, use... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Ted Kremenek | Move uninitialized variable checking back under -Wunini... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
John McCall | A few more tweaks to the blocks AST representation: |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Anton Yartsev | pre/post ++/-- for AltiVec vectors. (with builtins... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Anders Carlsson | Add another test that we can fully devirtualize now. |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Anders Carlsson | Fix self-host; if a thunk already exists and has availa... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Anders Carlsson | When building with optimizations, emit thunks with... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Anders Carlsson | Simplify thunks code. |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Oscar Fuentes | CLANG_BINARY_DIR is not the same thing as LLVM_BINARY_D... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Chris Lattner | add some missing builtins. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | Support running tests from the VS IDE and XCode. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | Remove the clang++ symlink with `make clean'. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Douglas Gregor | Add a __has_feature check for default template argument... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | CMake: libclang shall be named libclang.so, not liblibc... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Douglas Gregor | Improve our uniquing of file entries when files are... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Sebastian Redl | Basic implementation of inherited constructors. Only... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | Support `make clang-test' when Clang is compiled outsid... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Anders Carlsson | Pass a 'ForVTable' flag to GetAddrOfThunk and pass... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Add support for different kind of... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Get the string representation of a... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Add CodeCompletionResults |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Add support for translationUnit.reparse(). |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Include local headers the right way. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Remove unneeded instruction |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: fix Diagnostics.range iterator |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Use python Diagnostics as function... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Synchronize cursor kinds |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Argyrios Kyrtzidis | [analyzer] Fix a false positive of the 'self' initializ... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Argyrios Kyrtzidis | When the out-of-line definition differs from the declar... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Anders Carlsson | Re-land r124768, with a fix for PR9130. |
commit | commitdiff | tree | snapshot |
next |