summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* Reformat RAVs to sync up following recent updatesAlp Toker2014-06-26
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-26
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-25
* fixed typos in commentSanjay Patel2014-06-25
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-25
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-25
* Fixing the RST markup for the #pragma loop attribute documentation.Aaron Ballman2014-06-25
* [AArch32] Fix a stupid error in an architectural guardJames Molloy2014-06-25
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-25
* [OPENMP] Improved code and replaced struct by lambda.Alexey Bataev2014-06-25
* Implement predefined stdint macrosJF Bastien2014-06-25
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-24
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-24
* Forgot to add file in r211631Matt Arsenault2014-06-24
* Add R600 builtin codegen.Matt Arsenault2014-06-24
* Fix missing C++ mode commentMatt Arsenault2014-06-24
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-24
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-24
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-24
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-23
* AST: Add ranges for AsmStmt's inputs and outputsDavid Majnemer2014-06-23
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-22
* Fix the category name for hash-warnings and hash-errorsAlp Toker2014-06-22
* Remove unused diagnostic and diagnostic group.Benjamin Kramer2014-06-22
* TextDiagnosticPrinter: use the mapped level for remark flag computationAlp Toker2014-06-22
* DiagnosticRenderer: emit basic notes as real diagnosticsAlp Toker2014-06-21
* TextDiagnostic: print remark level diagnostics in bold tooAlp Toker2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-20
* [C++1z] Implement N3928: message in static_assert is optional.Richard Smith2014-06-20
* The ability to use vector initializer lists is a GNU vector extensionJames Molloy2014-06-20
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* OMPScheduleClause::OMPScheduleClause(): Fix possible typos, s/\brief/\param/g...NAKAMURA Takumi2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* Avoid invalidating successfully loaded module filesBen Langmuir2014-06-20
* Objective-C qoi. When Objective-C pointer mismatches withFariborz Jahanian2014-06-19
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-19
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-19
* Document unroll and unroll_count directives.Eli Bendersky2014-06-19
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-19
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-19
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-19
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-18