summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Small formatting change.Eric Christopher2014-05-021-1/+1
* XCore target: fix bug in dereferencing null pointer.Robert Lytton2014-05-021-6/+7
* XCore target: Add TypeString meta data to IR output.Robert Lytton2014-05-023-0/+551
* CodeGen: rename __builtin_arm_sevl to __sevlSaleem Abdulrasool2014-05-021-5/+5
* Remove unused variable that I missed in my rush to fix the botsReid Kleckner2014-05-021-1/+1
* Win64: Use ConvertType instead of checking the MS inheritanceReid Kleckner2014-05-021-12/+5
* Win64: Pass member pointers larger than 8 bytes by referenceReid Kleckner2014-05-021-6/+23
* MS ABI: Fix logic bug in member pointer null test codeReid Kleckner2014-05-021-1/+1
* PR19623: Support typedefs (and alias templates) of void.David Blaikie2014-05-011-3/+0
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-1/+2
* MS ABI x64: Don't destroy arguments twice on x64Reid Kleckner2014-05-011-4/+11
* [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...James Molloy2014-04-301-0/+1
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-301-2/+0
* CodeGen: Reference temporaries inherit visibilityDavid Majnemer2014-04-291-0/+3
* Debug info: Improve line table for functions with cleanups an early exitAdrian Prantl2014-04-291-0/+20
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-284-102/+110
* [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.Hao Liu2014-04-281-10/+6
* CodeGen: remove an unused variableSaleem Abdulrasool2014-04-281-3/+0
* remove useless codeSylvestre Ledru2014-04-271-1/+0
* Fixed Assert In CGRecordLoweringWarren Hunt2014-04-251-6/+23
* CodeGen: add __yield intrinsic for ARMSaleem Abdulrasool2014-04-251-0/+5
* CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hintSaleem Abdulrasool2014-04-251-2/+2
* CodeGen: Cleanup variable linkage calculationDavid Majnemer2014-04-251-9/+18
* CodeGen: Refactor linkage/visibility calculationDavid Majnemer2014-04-251-33/+27
* CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner2014-04-251-2/+4
* MS ABI: Use a different guard variable for each weak globalReid Kleckner2014-04-231-11/+16
* Objective-C [IRGen]. Fixes a crash in IRGen involving use ofFariborz Jahanian2014-04-231-1/+4
* [ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs ...James Molloy2014-04-231-1/+2
* CodeGen: Unify handling guard variables in the Itanium C++ ABIJustin Bogner2014-04-231-41/+39
* Use a manipulator to add a value to the current diagnostic flag.Diego Novillo2014-04-221-3/+2
* Allow adding a value to a flag in diagnostics.Diego Novillo2014-04-211-1/+2
* [Modules] Remove the only use of the DEBUG(...) macro in the compilerChandler Carruth2014-04-211-1/+0
* ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI.Bob Wilson2014-04-211-6/+24
* Fix a comment typo.Bob Wilson2014-04-211-1/+1
* Remove some empty statementsAlp Toker2014-04-192-2/+2
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-192-3/+5
* CodeGen: Remove an unused includeJustin Bogner2014-04-181-1/+0
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-185-177/+31
* [Cleanup] Remove a trailing whitespaceJustin Bogner2014-04-181-1/+1
* ARM64: make sure the caller is expected to extend in AAPCS.Tim Northover2014-04-181-2/+3
* ARM64: make sure HFAs on the stack get properly aligned.Tim Northover2014-04-181-7/+8
* BackendUtil: Pass through -mdisable-tail-callsDuncan P. N. Exon Smith2014-04-181-0/+1
* Bug 18567: Fix constantexpr pointer casts with address spaces.Matt Arsenault2014-04-171-1/+3
* ARM64: remove holes from *all* HFAs on the stack.Tim Northover2014-04-171-13/+15
* Adding type info for f16c floating-point type. This is consistent with theYunzhong Gao2014-04-171-1/+2
* Further simplify r206430.Adrian Prantl2014-04-171-13/+4
* Debug info: When collecting the parameters of C++ partial templateAdrian Prantl2014-04-171-4/+10
* Add support for optimization reports.Diego Novillo2014-04-161-0/+49
* InstrProf: Calculate a better function hashDuncan P. N. Exon Smith2014-04-161-7/+131
* CodeGen: Emit warnings for out of date profile data during PGOJustin Bogner2014-04-153-2/+25
OpenPOWER on IntegriCloud