summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.0] Codegen for 'omp cancel' directive.Alexey Bataev2015-07-063-17/+77
* Add missing builtins to altivec.h for ABI compliance (vol. 2)Nemanja Ivanovic2015-07-051-1/+70
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-034-86/+146
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-026-13/+26
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-025-19/+18
* [CodeGen] Use llvm::join to simplify string joining.Benjamin Kramer2015-07-021-8/+2
* InstrProf: Add a comment to clarify an argumentJustin Bogner2015-07-021-1/+2
* Remove whitespace from start of line, NFC.Yaron Keren2015-07-021-1/+1
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-023-0/+8
* Revert 241171, 241187, 241199 (32-bit SEH).Nico Weber2015-07-023-244/+153
* [OPENMP 4.0] Codegen for 'cancellation point' directive.Alexey Bataev2015-07-024-36/+108
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-024-42/+15
* InstrProf: Pack the coverage mapping structs that we write outJustin Bogner2015-07-021-1/+1
* [SEH] Update EmitCapturedLocals to match r241187Reid Kleckner2015-07-011-14/+11
* [SEH] Delete the 32-bit IR lowering for __finally blocks and use x64Reid Kleckner2015-07-012-65/+23
* Revert "[DebugInfo] Fix debug info generation for function static variables, ...David Blaikie2015-07-013-51/+7
* [SEH] Add 32-bit lowering for SEH __tryReid Kleckner2015-07-013-158/+294
* [DebugInfo] Fix debug info generation for function static variables, typedefs...Michael Kuperstein2015-07-013-7/+51
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-013-0/+12
* CodeGen: Do not give local-linkage functions externally available linkage, ev...Peter Collingbourne2015-07-011-1/+1
* Use a stable sort to guarantee target feature ordering in the IREric Christopher2015-07-011-0/+1
* CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issuesJustin Bogner2015-07-011-4/+6
* Fix a TODO dealing with canonicalizing attributes on functions byEric Christopher2015-07-011-9/+21
* Fix use-after-free.Peter Collingbourne2015-06-302-5/+9
* [MS ABI] Stick constructor closures in an IR COMDAT groupDavid Majnemer2015-06-301-0/+2
* CodeGen: Assign an appropriate comdat to thunks.Peter Collingbourne2015-06-301-10/+8
* Use an early exit to improve readability. (NFC)Adrian Prantl2015-06-301-34/+32
* Debug Info: Emit debug info for @import declarations.Adrian Prantl2015-06-303-0/+66
* [CodeGen] Tweak isTriviallyRecursive furtherDavid Majnemer2015-06-301-6/+1
* [MS ABI] Workaround corner-case bug in the ABI for operator deleteDavid Majnemer2015-06-301-1/+2
* Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl2015-06-305-24/+56
* Add support for the x86 builtin __builtin_cpu_supports.Eric Christopher2015-06-291-0/+77
* [CodeGen] Remove atomic sugar from record types in isSafeToConvertDavid Majnemer2015-06-291-5/+7
* Delete unused variables.Frederic Riss2015-06-291-3/+0
* [MS ABI] Unify constant and non-constant member pointer conversionDavid Majnemer2015-06-291-138/+51
* Add missing builtins to altivec.h for ABI compliance (vol. 1)Nemanja Ivanovic2015-06-261-0/+7
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-2/+32
* [Sema] Commit a better fix for r240242Davide Italiano2015-06-261-4/+5
* [CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwardin...David Majnemer2015-06-251-2/+7
* Display profile file name when emitting a file not found diagnostic.Diego Novillo2015-06-251-2/+3
* [CUDA] Implemented __nvvm_atom_*_gen_* builtins.Artem Belevich2015-06-252-52/+128
* Omit 'nodebug' methods from the class description.Paul Robinson2015-06-251-1/+2
* update commentDerek Schuff2015-06-241-2/+4
* Relax assertion in x86_64 byval argument handling for 32-bit pointersDerek Schuff2015-06-241-1/+2
* [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev2015-06-243-37/+196
* Move the special-case check from r240462 into ARM-specific code.Bob Wilson2015-06-241-19/+53
* Proper changing/restoring for CapturedStmtInfo, NFC.Alexey Bataev2015-06-243-9/+20
* PR22560: Fix argument order for ARM _MoveToCoprocessor builtins.Bob Wilson2015-06-231-0/+8
* [MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer2015-06-231-28/+6
* InstrProf: Fix a crash when an implicit def appears in a macroJustin Bogner2015-06-231-1/+2
OpenPOWER on IntegriCloud