2012-10-05 |
Michael Liao | Add intrinsic of MULX in BMI2 header |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Abramo Bagnara | Added forgotten break. |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Eli Friedman | Make sure to generate the right kind of MDNode for... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Richard Smith | Workaround for libstdc++4.6 <atomic> bug: make comment... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
David Blaikie | Implement -Wshift-op-parentheses for: a << b + c |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [libclang] Now that we have a CXModule object, pass... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [libclang] Introduce new C functions that provide infor... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [Modules] Introduce Module::TopHeaders which is a set... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [preprocessing record] Have PPEntityID be independent... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Argyrios Kyrtzidis | [libclang] Introduce CXCursor_ModuleImportDecl cursor... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Chad Rosier | Test case for r165275. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Richard Smith | If we flow off the end of a value-returning function: |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Richard Smith | libstdc++-4.6 needs the same common_type fix as libstdc... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Richard Smith | Egriegious hack to support libstdc++4.6's broken <atomi... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed FunctionTypeLoc source range. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed instantiated operators source range. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed friend decl source range. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Abramo Bagnara | Fixed ParamDecl source range for implicit typed k&r... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Schmidt | Fix the CodeGen/ppc64-varargs-struct.c test case to... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Bill Schmidt | Add a test case for r156143, which enabled general... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | Driver: Link crtfastmath.o if it's available and -ffast... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Michael Han | Fix scope location when parsing GNU attributes. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Preston Gurd | Revert 165129 |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Benjamin Kramer | Prefer StringRef::startswith to the strncmp/strlen... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Logan Chien | Fix typo in comments. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Axel Naumann | Fix r165005: The lexical DeclContext is not the right... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Nick Lewycky | Add missing comment for mangling. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Lang Hames | Fail early with a clear assert if an operation with... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Lang Hames | Test file-scoped FP_CONTRACT pragma. |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Eli Friedman | Permanently end the whole "pragma got handled by the... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Add an explicit -object_path_lto flag during linking... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fariborz Jahanian | use ';' instead of '-' in the note part of my last... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Chad Rosier | Update test case for r165174. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Sean Silva | tblgen: Migrate clang-tblgen to new TableGenMain API. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Remove the directory that these are already in. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | [libclang] When indexing, invoke the importedASTFile... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | [libclang] Simplify indexing of module imports by handl... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Richard Smith | PR14004: Fix typo in documentation. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | Fix invalid reads by memcmp. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | Always initialize FPContractable. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michael J.... | [Options] Store the owning OptTable in Option so it... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Simon Atanasyan | Remove useless parameter "WantFile" from Driver::GetPro... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Schmidt | This patch enables general varargs support for the... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fariborz Jahanian | Fix a typo in my last patch reported by Erik Schwiebert. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Douglas Gregor | Remove ASTReader::needPendingInstantiation(), introduce... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Douglas Gregor | Add some FIXMEs to the ASTReader code |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Douglas Gregor | Revert most of the functionality in r165001. Instead... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Fariborz Jahanian | objective-C arc: Warn under arc about a use of an ivar... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Simon Atanasyan | Implement Adnroid MIPS toolchain support: |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Preston Gurd | Fix failure of newly added test, by using %clang instea... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Preston Gurd | Adds a test to verify that Clang does the optimization... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jordan Rose | Revert "InlineObjCInstanceMethod.m: Remove lines introd... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | clang-check: Add clangRewriteCore.a to the Makefile... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | Matching block names with FileCheck requires asserts. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Benjamin Kramer | CodeGen: Fix a silly typo when emitting subs of block... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nico Weber | When mangling an APSInt with the ms abi, make sure... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Daniel Jasper | As opposed to the clang-fixit tool described on |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Logan Chien | Fix typo in comments. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Dmitri Gribenko | Comment to XML conversion: escape XML special chars... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | The top-level clang Makefile is #included into other... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Bill Wendling | Add the missing backslash-newline which was causing... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Alexey Samsonov | Make sure 32-bit ASan runtime is available on 64-bit... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nico Weber | While I'm here, resync a %select with the enum definiti... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nico Weber | Move expression mangling in the microsoft mangler to... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Nico Weber | Replace a default: with an explicit list of cases.... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
John McCall | Update the block specification for some long-settled... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
NAKAMURA Takumi | InlineObjCInstanceMethod.m: Remove lines introduced... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | [PCH] Fix serialization of an ImportDecl. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | Set the file entry for a Module* that was created durin... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | Introduce ASTConsumer::HandleImplicitImportDecl() callb... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Argyrios Kyrtzidis | Some renames to use the 'visitor' nomenclature, no... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Michael Han | Improve C++11 attribute parsing. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jordan Rose | [analyzer] Adjust the return type of an inlined devirtu... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jordan Rose | [analyzer] Push evalDynamicCast and evalDerivedToBase... |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Jordan Rose | Teach getCXXRecordDeclForPointerType about references. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Richard Trieu | Change how the SelfReferenceChecker handles MemberExpr... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | Revert 165058, per Jim request. This requires further... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Alexander Kornienko | Added a test for C++11 statement attributes serialization. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Fariborz Jahanian | [Doc parse]: SUpport for message in deprecated/unavailable |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ted Kremenek | Silence -Wunused-value warning. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | [ms-inline asm] Rewrite the symbol references as wildca... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Argyrios Kyrtzidis | [PCH/Module] Change the map of file-level DeclIDs to... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Argyrios Kyrtzidis | [libclang] When indexing an AST file, only deserialize... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | [ms-inline asm] Fixup test case to be valid ms-style... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ted Kremenek | Refactor clients of AnalyzerOptions::getBooleanOption... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ted Kremenek | Tweak AnalyzerOptions::getOptionAsInteger() to populate... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Ted Kremenek | Change AnalyzerOptions::mayInlineCXXMemberFunction... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Fariborz Jahanian | [Doc parsing]: Add available and deprecated attribute... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | [ms-inline asm] Enhance the isSimpleMSAsm() function... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Bill Wendling | Fix test for r165028. It only generates that flag for... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Bill Wendling | During LTO, we call 'dsymutil' when we compile source... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Rafael Espindola | Convert to FileCheck. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Chad Rosier | No need to call the InitializeAll* functions. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
NAKAMURA Takumi | FP_CONTRACT: Fix two tests for -Asserts. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Argyrios Kyrtzidis | [libclang] When indexing an AST file, only deserialize... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Argyrios Kyrtzidis | Add info in the preprocessing record whether an inclusi... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Argyrios Kyrtzidis | [libclang] Even though we disable the preprocessing... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Argyrios Kyrtzidis | [libclang] Implement the importedASTFile indexing callb... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Aaron Ballman | Splitting this test case into two because the behavior... |
commit | commitdiff | tree | snapshot |
next |