summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Improved codegen for outlined functions for 'parallel' directives.Alexey Bataev2014-07-251-6/+25
* MS ABI: -fno-rtti-data wasn't data-free enoughDavid Majnemer2014-07-241-1/+3
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-8/+7
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-233-7/+2
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-223-0/+8
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-223-0/+8
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-222-2/+34
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-213-3/+3
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-213-78/+24
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-213-24/+78
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-213-0/+8
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-213-0/+8
* [PowerPC] Optimize passing certain aggregates by valueUlrich Weigand2014-07-211-0/+25
* [PowerPC] Support the ELFv2 ABIUlrich Weigand2014-07-211-9/+169
* Cleanup comparisons to VariableArrayType::Static for non-VLAsHal Finkel2014-07-191-1/+1
* Use the dereferenceable attribute on C99 array parameters with staticHal Finkel2014-07-191-1/+37
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-191-6/+38
* Revert r213415, "Merge two lines". It broke tests in -Asserts builds.NAKAMURA Takumi2014-07-181-1/+2
* Merge two linesAlexey Samsonov2014-07-181-2/+1
* Revert "CodeGen: Properly null-check typeid expressions"David Majnemer2014-07-181-35/+6
* Address Richard's latest feedback.David Majnemer2014-07-181-8/+7
* Address Richard's commentsDavid Majnemer2014-07-181-7/+15
* Address Richard's comments.David Majnemer2014-07-181-0/+3
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-181-6/+25
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-181-12/+25
* [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.Alexey Samsonov2014-07-181-1/+1
* Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov2014-07-183-9/+31
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-4/+16
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-183-51/+24
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-183-24/+51
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-183-0/+8
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-183-0/+8
* [ARM] Fix AAPCS regression caused by r211898Oliver Stannard2014-07-181-1/+5
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-183-0/+8
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-8/+7
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-7/+8
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-174-33/+17
* [UBSan] Add !nosanitize metadata to the code generated by UBSan.Alexey Samsonov2014-07-175-18/+64
* Revert "Handle diagnostic warnings in Frontend diagnostic handler."Alp Toker2014-07-171-28/+12
* IR: update Clang to use polymorphic __fp16 conversion intrinsics.Tim Northover2014-07-171-8/+15
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-173-0/+8
* Track the difference betweenRichard Smith2014-07-171-0/+1
* Add basic (noop) CodeGen support for __assumeHal Finkel2014-07-161-0/+3
* Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian2014-07-161-112/+144
* Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-161-13/+29
* Add codegen for more R600 builtinsMatt Arsenault2014-07-151-1/+46
* Objective-C IRGen. Fixes an inconsistant linkage ofFariborz Jahanian2014-07-151-7/+4
* ARM: Implement __builtin_arm_nop intrinsicYi Kong2014-07-141-0/+6
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* [CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi2014-07-141-1/+1
OpenPOWER on IntegriCloud