summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprScalar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-9/+5
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-5/+9
* [OpenCL] Handle AddressSpaceConversion when target address space does not cha...Yaxun Liu2016-04-121-1/+4
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-5/+6
* Default vaarg lowering should support indirect struct types.James Y Knight2016-02-241-3/+5
* Emit calls to objc_unsafeClaimAutoreleasedReturnValue whenJohn McCall2016-01-271-9/+9
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-14/+11
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-291-5/+5
* [CodeGen] Use llvm::CmpInst::Predicate instead of unsigned for parameter type...Craig Topper2015-12-161-18/+14
* change an assert when generating fmuladd to an ordinary 'if' check (PR25719)Sanjay Patel2015-12-031-11/+9
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-2/+2
* Allow compound assignment expressions to be contracted when licensed by the l...Stephen Canon2015-11-041-1/+1
* [DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev2015-10-201-6/+1
* Fix crash in codegen on casting to `bool &`.Alexey Bataev2015-10-071-1/+1
* [OpenCL] Fix casting a true boolean to an integer vector.Anastasia Stulova2015-10-051-4/+22
* Support __builtin_ms_va_list.Charles Davis2015-09-171-2/+3
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-78/+41
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-111-39/+49
* Don't repeat function names in comments. NFC.Filipe Cabecinhas2015-08-051-19/+16
* Fix invalid shufflevector operandsSimon Pilgrim2015-08-021-1/+12
* [CodeGen] Simplify creation of shuffle masks.Benjamin Kramer2015-07-281-6/+2
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+8
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-2/+6
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-5/+4
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-5/+5
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-18/+16
* Unify the way we report overflow in increment/decrement operator.Alexey Samsonov2015-04-231-31/+29
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-3/+3
* [OPENMP] Codegen for 'atomic update' construct.Alexey Bataev2015-03-301-8/+6
* [CodeGen] Support native half inc/dec amounts.Ahmed Bougacha2015-03-241-1/+6
* [CodeGen] Properly support the half FP type with non-native operations.Ahmed Bougacha2015-03-231-34/+60
* [CodeGen] Convert double -> __fp16 in one step.Ahmed Bougacha2015-03-231-9/+18
* Implement bad cast checks using control flow integrity information.Peter Collingbourne2015-03-141-0/+11
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-091-26/+37
* Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...Alexey Samsonov2015-03-051-32/+28
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-031-28/+32
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-1/+1
* Fix typoo.Richard Smith2015-02-121-1/+1
* DebugInfo: Refactor default arg handling into a common place (instead of hand...David Blaikie2015-02-091-8/+2
* DebugInfo: Ensure calls to functions with default arguments which themselves ...David Blaikie2015-02-031-1/+2
* Address review feedback for r228003.Adrian Prantl2015-02-031-1/+1
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-1/+1
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-1/+1
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-1/+2
* [mips] Fix va_arg() for pointer types on big-endian N32.Daniel Sanders2015-01-131-2/+6
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-2/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-1/+2
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-2/+1
OpenPOWER on IntegriCloud