summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* NFC: clarify comment on lock-free macrosJF Bastien2016-03-241-1/+1
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-231-1/+9
* clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.Nico Weber2016-03-232-30/+31
* clang-cl: Include /FI headers in /showIncludes output.Nico Weber2016-03-233-9/+16
* Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt...NAKAMURA Takumi2016-03-211-9/+1
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-3/+0
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-211-1/+9
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-202-2/+6
* Add -fnative-half-arguments-and-returnsPirama Arumuga Nainar2016-03-181-1/+6
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-172-6/+2
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-172-2/+6
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-2/+2
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-2/+2
* [VFS] Remove wrong header includeBruno Cardoso Lopes2016-03-171-1/+0
* Reapply [2]: [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-03-171-8/+73
* Revert r263617, "Reapply: [VFS] Add support for handling path traversals"NAKAMURA Takumi2016-03-161-73/+8
* Revert r263622, "clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/...NAKAMURA Takumi2016-03-161-1/+1
* clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/Config/config.h i...NAKAMURA Takumi2016-03-161-1/+1
* Reapply: [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-03-161-8/+73
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-0/+3
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-152-28/+38
* Restrict the hack from r263429 to asan and msan.Benjamin Kramer2016-03-151-2/+4
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-151-1/+1
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-141-1/+1
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-141-1/+1
* [OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao2016-03-141-2/+2
* [Frontend] Disable value name discarding for all sanitizers.Benjamin Kramer2016-03-141-6/+7
* Temporarily make discard value names depend on whether or not we'reEric Christopher2016-03-141-1/+6
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-0/+1
* clang-cl: Add /Yc argument to /showIncludes output.Nico Weber2016-03-132-27/+32
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-2/+2
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-022-26/+48
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-5/+0
* Serialize `#pragma comment`.Nico Weber2016-03-021-10/+0
* [modules] addHeaderInclude() can't fail.Davide Italiano2016-03-021-21/+12
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-012-4/+33
* [PGO] clang cc1 option change to enable IR level instrumentationRong Xu2016-02-291-2/+7
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+3
* Rename Action::begin() to Action::input_begin().Nico Weber2016-02-231-1/+1
* Revert "[VFS] Add support for handling path traversals"Bruno Cardoso Lopes2016-02-231-73/+8
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-232-6/+2
* [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-02-222-2/+6
* [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-02-221-8/+73
* [MSVC Compat] Implement -EHc semanticsDavid Majnemer2016-02-201-0/+1
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-194-18/+6
* Remove use of builtin comma operator.Richard Trieu2016-02-182-3/+6
* Don't crash w/ a diagnostic range containing a null byteDavid Majnemer2016-02-171-3/+11
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-0/+1
* [Frontend] Make sure WrapperFrontendAction updates CurrentInput after calling...Argyrios Kyrtzidis2016-02-161-1/+4
* Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer2016-02-133-15/+13
OpenPOWER on IntegriCloud