2015-07-10 |
Daniel Jasper | clang-format: [JS] Assign proper penalties when breakin... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Nemanja Ivanovic | Add missing builtins to altivec.h for ABI compliance... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
NAKAMURA Takumi | Tweak a couple of -fprofile tests in clang/test to... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Benjamin Kramer | Try to fix the test harder, it still fails on windows... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Benjamin Kramer | Reapply test for r241811 with a fix for msvc compat... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Ulrich Weigand | Respect alignment when loading up a coerced function... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Daniel Jasper | Re-use a single SmallString instance to reduce the... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Daniel Jasper | Remove test that tests referring to the current working... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
NAKAMURA Takumi | Revert test lines added in r241811, "[CodeCompletion... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Peter Collingbourne | Driver: Make all of -f{,no-}sanitize{,-recover,-trap... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Reid Kleckner | Re-enable 32-bit SEH after the alignment fix |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Gabor Horvath | [Static Analyzer] Basic per checker command line option... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Peter Collingbourne | CFI: Emit correct bit set information if RTTI is disabl... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Adrian Prantl | Rename ModuleContainerGenerator to PCHContainergenerato... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Diego Novillo | Add GCC-compatible flags -fprofile-generate and -fprofi... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Benjamin Kramer | [Driver] semi-annual ubuntu version bump. |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Benjamin Kramer | [CodeCompletion] Don't crash on member inits of templat... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Yaron Keren | Add clang_free to libclang to free memory allocated... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Justin Bogner | Driver: Include the driver arguments in crash reports |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Adrian Prantl | Revert r241770 and add Basic to the dependencies of... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Adrian Prantl | Move the definition of ~PCHContainerOperations from... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Reid Kleckner | Disable 32-bit SEH, again |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | DeclObjC: Move computing the type of self into a separa... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Richard Smith | [modules] Fix merging support for forward-declared... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | Cleanup the doxygen comments in CGDebugInfo.cpp accordi... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Richard Smith | [modules] Fix crash when writing an update record for... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Peter Collingbourne | CodeGen: Fix off-by-one error in CFI class identificati... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Peter Collingbourne | Driver: enable support for -fsanitize=cfi on Windows. |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | Cleanup the doxygen comments in CGDebugInfo.h according... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | Fix the spelling of Objective-C. |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Benjamin Kramer | Remove unused diagnostics. NFC. |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Davide Italiano | [Driver] print-multi-os-directory is unsupported. |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Gabor Horvath | [Static Analyzer] Make the paths relative from the... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Justin Bogner | AST: Avoid reading an unitialized value |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Reid Kleckner | [SEH] Re-enable SEH on x86 Windows after r241699 |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | Update PCHInternals.rst to document PCH wrapped in... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | Revert "Fix a linker issue with clang-check on Linux." |
commit | commitdiff | tree | snapshot |
2015-07-08 |
NAKAMURA Takumi | [CMake] clang-check: Prune redundant libdeps introduced... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Petar Jovanovic | [MIPS] Add support for direct-to-nacl in Clang |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Alexey Bataev | [EH] Fix for clang bug 24005 - no cleanup for array... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
David Majnemer | Revert "parser: wordsmith diagnostic message" and ... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
David Majnemer | [CodeGen] Correctly handle base classes which are passe... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
David Majnemer | [CodeGen] Don't crash classifying a union of an AVX... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
NAKAMURA Takumi | SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocume... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Richard Smith | [modules] When determining the visible module set durin... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
NAKAMURA Takumi | [CMake] Reorder libdeps. NFC. |
commit | commitdiff | tree | snapshot |
2015-07-08 |
NAKAMURA Takumi | [CMake] Fill up required libs, corresponding to r241653. |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | Change the expectation for test/Tooling/ms-asm-no-targe... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Adrian Prantl | Revert "Revert r241620 and follow-up commits" and move... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Reid Kleckner | [SEH] Switch from frameaddress(0) to localaddress |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Revert r241620 and follow-up commits while investigatin... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Fix a linker issue with clang-check on Linux. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Cleanup: Use the C++ API to initialize the backend. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Reid Kleckner | Update clang for intrinsic rename of framerecover to... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Add target requirements to testcases that emit PCH. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Add LLVM backend dependencies to clang-check also in... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Eric Christopher | Underscores in constructor arguments are so passe. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Update testcases that use precompiled headers to requir... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Wrap clang modules and pch files in an object file... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Use AlignOf instead of alignOf so that this can go... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Daniel Jasper | clang-format: Break after "for (" less eagerly. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Don't put anonymous structs within anonymous unions. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Yaron Keren | Fix first line comment format, NFC. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Daniel Jasper | clang-format: Don't wrap before the ] of a lambda intro... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Silence -Wparentheses warnings (and ran it through... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Silence a -Wcast-qual warning; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Silence a -Wunused-variable warning; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Appease MSVC 2013 a few more times, which was complaini... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Appease MSVC 2013, which was complaining about a syntax... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Changing a use of alignof() into llvm::alignOf() for... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Akira Hatanaka | Add a comment to explain how the decision to pass featu... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Akira Hatanaka | [ARM] Pass subtarget feature "+long-calls" instead... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Don't rely on the use of non-POD types within unions. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | s/__nonnull/_Nonnull in a test for Objective-C __kindof. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [AST] Add a comment for ObjCMethodDecl::getSendResultTy... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Implement proper code-completion in an ObjC... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] When inferring nonnull use the contextual... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Replace ObjC generic parameters when code... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Fix code-completion of block parameters... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Replace ObjC generic parameters in code... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | The AST importer had a bug where it would enter into... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Fix alignment check for ObjCObjectTypeLoc. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Use llvm::alignOf rather than alignof() |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Factor the simpleTransform() visitor so that it is... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Implement variance for Objective-C type parameters. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Implement the Objective-C __kindof type qualifier. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Warn when an intended Objective-C specialization was... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Warn when an Objective-C collection literal element... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | C++ support for Objective-C lightweight generics. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Improve the Objective-C common-type computation used... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Substitute type arguments into uses of Objective-C... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Handle Objective-C type arguments. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Parsing, semantic analysis, and AST for Objective-C... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Debug info: Emit distinct __block_literal_generic types... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Reid Kleckner | Revert "Revert 241171, 241187, 241199 (32-bit SEH)." |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Eric Christopher | Remember to mark the target attribute as documented... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Benjamin Kramer | [Driver] Use llvm::Triple methods to handle -EL and... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Eric Christopher | Update target attribute support for post-commit feedback. |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Eric Christopher | Handle arbitrary whitespace in the target attribute... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Eric Christopher | Add some basic documentation for the __attribute__... |
commit | commitdiff | tree | snapshot |
next |