2015-07-13 |
Mark Heffernan | Update documentation for unroll pragmas on loops with... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Birunthan Mohanathas | clang-format: Print token type name instead of number... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Ulrich Weigand | Support alternate attribute spelling __enable_if__ |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Ulrich Weigand | Update comment |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Rafael Espindola | Set the linkage before setting the visibility. |
commit | commitdiff | tree | snapshot |
2015-07-13 |
David Majnemer | Intrin.h: Don't invade the program's namespace |
commit | commitdiff | tree | snapshot |
2015-07-13 |
David Majnemer | Intrin.h: Clean up our atomic intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-13 |
NAKAMURA Takumi | Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clang... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Richard Smith | Minor simplification, no functionality change. |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Richard Smith | [modules] Improve performance when there is a local... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Davide Italiano | [Sema] If lvalue to rvalue reference cast is valid... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
NAKAMURA Takumi | Tweak libclang's users, c-arcmt-test, c-index-test... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
NAKAMURA Takumi | Reformat Makefile. |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Birunthan Mohanathas | clang-format: Add Mozilla brace breaking style |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Daniel Jasper | clang-format: Extend vim integration so that a line... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Justin Bogner | Sema: Allow null names to be passed in to isAcceptableT... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Richard Smith | [modules] When checking the include guard for a header... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Reid Kleckner | Disable C++ EH by default for clang-cl and MSVC environ... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Jordan Rose | [analyzer] When forced to fake a block type, do it... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
David Majnemer | [MS ABI] Don't generates code for unreferenced inline... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Richard Smith | [modules] Fix "prefer own module over others" rule... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Evgeniy Stepanov | Add an experimental flag -fsanitize-memory-use-after... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Artem Belevich | Changed Driver::getToolChain() to use Triple as an... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Akira Hatanaka | [inlineasm] Attach readonly and readnone to inline... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Yaron Keren | Teach clang that -no-pthread is a valid command line... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Eric Christopher | Refactor PPC ABI handling to accept and silently ignore... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Eric Christopher | Fix a couple of typos: specifc->specific. |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Diego Novillo | Factor PGO and coverage flag processing out of Clang... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Ulrich Weigand | Respect alignment of nested bitfields |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Adrian Prantl | Add a missing dependency to unittests/Frontend. |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Nemanja Ivanovic | The test case still runs on non-ppc targets. Added... |
commit | commitdiff | tree | snapshot |
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 |
next |