2014-04-22 |
Fariborz Jahanian | Objective-C ARC. Under ARC, addition of 'bridge' attribute |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Ben Langmuir | Attempt to fix null ASTContext in ASTUnit error path |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Timur Iskhodzhanov | Fix PR19487, PR19505 and PR19506 -- redundant vtordisp... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
DeLesley Hutchins | Thread safety analysis: add array operations to SExpr. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
DeLesley Hutchins | Thread safety analysis: fix warning. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
NAKAMURA Takumi | Try to fix warnings to escape '@' as '\@'. [-Wdocumenta... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Alexander Musman | [OPENMP] parsing 'linear' clause (for directive 'omp... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Tim Northover | ARM64: update NEON test to improved backend codegen |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Dmitri Gribenko | Comment parsing: close a hole in CDATA escaping in... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Dmitri Gribenko | Comment parsing: in the generated XML file, mark HTML... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
NAKAMURA Takumi | DiagnosticsEngine::Report(): Fix a warning. [-Wdocument... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
NAKAMURA Takumi | Update clang/test/PCH/single-token-macro.c correspondin... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Chandler Carruth | [Modules] Fix potential ODR violations by sinking the... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Richard Smith | Move the C++11 ExtWarn for converting a string literal... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Richard Trieu | Move the warning of implicit cast of a floating point... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
DeLesley Hutchins | Thread safety analysis: misc updates to SExpr handling... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Diego Novillo | Allow adding a value to a flag in diagnostics. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Chandler Carruth | [Modules] Update Clang's two files that use DEBUG(... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Chandler Carruth | [Modules] Remove the only use of the DEBUG(...) macro... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Reid Kleckner | Try to fix bad Twine usage in r206791 with std::string |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Reid Kleckner | MinGW: Define __stdcall&co when -fms-extensions is... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Timur Iskhodzhanov | Split out the rest of MS ABI multiple inheritance tests |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Fariborz Jahanian | Objective-C. Patch to allow use of dot syntax on class |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Ben Langmuir | Allow submodule inferrences with a missing umbrella... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Ted Kremenek | Handle possible trailing '/' in xcode-select output... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Richard Smith | Initialize clang::Module::IsMissingRequirement. Fix... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Bob Wilson | ARM64: Do not expand variadic HFA/HVA arguments with... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Alp Toker | cindex.py: Avoid deprecated function |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Alp Toker | Remove some empty statements |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Alp Toker | Fix and restore the macro-multiline.c test |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Alp Toker | Disallow driver use in more Sema tests |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Alp Toker | Move ObjC Cocoa.h header test to Headers |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Alp Toker | Re-enable the C++11 modules integration test on OS X |
commit | commitdiff | tree | snapshot |
2014-04-19 |
NAKAMURA Takumi | clang/test/Index/pch-with-errors.c: Remove XFAIL added... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Richard Smith | Speculative fix for buildbot failure. Apparently Clang... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
DeLesley Hutchins | Thread Safety Analysis: Convert to minimal SSA. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Richard Smith | When a module completes the definition of a class templ... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
DeLesley Hutchins | Thread Safety Analysis: Update SSA pass to handle... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Ben Langmuir | Fix a hole with nested unavailable submodules from... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Justin Bogner | CodeGen: Remove an unused include |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Ben Langmuir | Don't build modules with (submodules with) missing... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Reid Kleckner | Fix sphinx-build warnings in clang docs. |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Reid Kleckner | Add support for building Sphinx documentation when... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Justin Bogner | CodeGen: Use LLVM's InstrProfReader in -fprofile-instr... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Justin Bogner | [Cleanup] Remove a trailing whitespace |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Ben Langmuir | Don't read CompilerInstance fields that don't exist... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Justin Bogner | Teach users of OnDiskHashTable to define hash_value... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Justin Bogner | Remove OnDiskHashTable.h, since it's been moved to... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Timur Iskhodzhanov | Split out the no-thunk multiple inheritance tests |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Dmitri Gribenko | Add more constness to module-related APIs |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Tim Northover | ARM64: make sure the caller is expected to extend in... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Aaron Ballman | Updating to use more range-based for loops, nullptr... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Tim Northover | ARM64: make sure HFAs on the stack get properly aligned. |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Reid Kleckner | Fix a -Wmicrosoft warning on an unrepresentable enum |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Duncan P. N... | BackendUtil: Pass through -mdisable-tail-calls |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Justin Bogner | test: Use llvm-profdata merge in Profile tests |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Reid Kleckner | MS ABI: Don't append to vbtables that we shouldn't... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Timur Iskhodzhanov | Follow-up to r206457 -- fix static adjustments for... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Aaron Ballman | Making some public members into private members. This... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Richard Smith | Fix comment. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Richard Smith | Add missing serialization code for one of the CXXRecord... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Aaron Ballman | Nitpicky refactoring -- use of nullptr and auto, made... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
John Thompson | Revised per Dmitri's comments. My first exposure to... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Nico Weber | clang-format.py: Don't omit the first two words from... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Matt Arsenault | Bug 18567: Fix constantexpr pointer casts with address... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
John Thompson | Revised per Dmitri's comments. My first exposure to... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Alexander Kornienko | Fix alignment of trailing block comments. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Aaron Ballman | Since the object is new'ed in the enterCFG function... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Keith Walker | Fix Profile:cxx-lambda.cpp test for targets that do... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
James Molloy | [ARM64] Fix __clear_cache - ensure it is predefined. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
James Molloy | [ARM64] Add ARM64 RUN lines to a bunch of tests that... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
James Molloy | [ARM64] Teach Targets.cpp about Cortex-A53 and Cortex... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
James Molloy | [ARM64] Plumb in big-endian - add arm64_be to the many... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
James Molloy | [ARM64] Default to the 'generic' CPU, unless -arch... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Aaron Ballman | Preventing future MSVC 2012 surprises with SimpleArray... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Daniel Jasper | clang-format: Respect BinPackParameters in Cpp11BracedL... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Timur Iskhodzhanov | Fix PR19408 - Missing static this adjustment in a vtord... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Tim Northover | ARM64: remove holes from *all* HFAs on the stack. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
NAKAMURA Takumi | SemaTemplate.cpp: Rework r206451. Removing an argument... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
NAKAMURA Takumi | SemaTemplate.cpp: Appease msvc to get rid of default... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Richard Smith | PR19340: If we see a declaration of a member of an... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Ben Langmuir | When writing YAML in libclang, use yaml::escape instead... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Richard Smith | Refactor all the checking for missing 'template<>'s... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Richard Smith | Don't emit an ExtWarn on declarations of variable templ... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Argyrios Kyrtzidis | [Parser] Remove "add -fmodules" from the "use of '... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Yunzhong Gao | Adding type info for f16c floating-point type. This... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Richard Smith | Implement [over.match.oper]p3 properly, by filtering... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Richard Smith | PR19452: Implement more of [over.match.oper]p3's restri... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Adrian Prantl | Further simplify r206430. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Ben Langmuir | Rename lib/Headers/module.map to module.modulemap |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Adrian Prantl | Debug info: When collecting the parameters of C++ parti... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Aaron Ballman | Attempting to unbreak the MSVC 2012 build a second... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
John Thompson | Added dump method for global module index. |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Joerg Sonnenberger | Handle -m32 for NetBSD/sparc64 correctly. Extend test... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Reid Kleckner | Revert "Move -fms-extensions predefined macros into... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Aaron Ballman | Attempting to unbreak the MSVC 2012 build. |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Reid Kleckner | Move -fms-extensions predefined macros into InitPreproc... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Diego Novillo | Fix check failure on hexagon targets. |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Argyrios Kyrtzidis | Fix indentation, NFC. |
commit | commitdiff | tree | snapshot |
next |