summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-07-27added shared library to fix buildbotEmmett Neyman
2018-07-26Updated llvm-proto-fuzzer to execute the compiled codeEmmett Neyman
2018-07-25cc1_main: fix -Wsign-compare on FreeBSDFangrui Song
2018-07-20Rewrite the VS integration scripts.Zachary Turner
2018-07-20[Index] Set OrigD before D is changed.Eric Liu
2018-07-13PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane
2018-07-10Revert -r336726, which included more files than intended.Erich Keane
2018-07-10[NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane
2018-07-10Revert r336590 "[libclang] evalute compound statement cursors before trying t...Evgeniy Stepanov
2018-07-10Revert r336591 "[libclang] NFC, simplify clang_Cursor_Evaluate"Evgeniy Stepanov
2018-07-10Support -fdebug-prefix-map for assembler source (pass to cc1as). ThisPaul Robinson
2018-07-09[libclang] NFC, simplify clang_Cursor_EvaluateAlex Lorenz
2018-07-09[libclang] evalute compound statement cursors before trying to evaluateAlex Lorenz
2018-07-09[Index] Add indexing support for MACROs.Eric Liu
2018-07-03Factor out Clang's desired 8MB stack size constant from the variousRichard Smith
2018-06-25[clang-format] Add a default format style that can be used by users of `getSt...Eric Liu
2018-06-23Attempt to fix latent tablegen dependency issueReid Kleckner
2018-06-22Fix BUILD_SHARED_LIBS=1 build of libclangHandleLLVMSam Clegg
2018-06-22Implemented proto to LLVM conversion and LLVM fuzz targetEmmett Neyman
2018-06-21Test commit, made a minor change to a commentEmmett Neyman
2018-06-21[liblang] Remove DOS line endings in libclang.exportsRainer Orth
2018-06-20[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan
2018-06-18Update copyright year to 2018.Paul Robinson
2018-06-14[cmake] Add linker detection for Apple platformsShoaib Meenai
2018-06-14[CMAKE][c-index-test] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2Bruno Cardoso Lopes
2018-06-13[libclang] Make c-index-test.c ISO C90 compliant.Matt Morehouse
2018-06-13[libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-11[clang-fuzzer] Modified protobuf and converter to add new signature, remove c...Matt Morehouse
2018-06-08[clang-fuzzer] Made loop_proto more "vectorizable".Matt Morehouse
2018-06-07Introducing single for loop into clang_proto_fuzzerVitaly Buka
2018-06-05[clang-proto-fuzzer] Refactored LLVMFuzzerInitialize into its own file.Matt Morehouse
2018-06-04This diff includes changes for supporting the following types.Leonard Chan
2018-06-02Revert "This diff includes changes for supporting the following types."Leonard Chan
2018-06-02This diff includes changes for supporting the following types.Leonard Chan
2018-06-02[cmake] Support LLD for CLANG_ORDER_FILEShoaib Meenai
2018-06-02[cmake] Use LLVM's check_linker_flagShoaib Meenai
2018-05-22Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne
2018-05-22Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson
2018-05-21CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne
2018-05-17[libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii
2018-05-17Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii
2018-05-17[libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii
2018-05-16[diagtool] Add diagtool to install target.Jonas Devlieghere
2018-05-15update two comments as suggested on https://reviews.llvm.org/D46843Nico Weber
2018-05-11[libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType...Richard Smith
2018-05-11[HIP] Let clang-offload-bundler support HIPYaxun Liu
2018-05-10Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett
2018-05-09Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett