]> granicus.if.org Git - clang/history - include/clang/Basic/TargetInfo.h
Revert r289979 due to regressions
[clang] / include / clang / Basic / TargetInfo.h
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-15 Yaxun LiuRe-commit r289252 and r289285, and fix PR31374
2016-12-14 Nico WeberRevert 289252 (and follow-up 289285), it caused PR31374
2016-12-09 Yaxun LiuAdd support for non-zero null pointer for C and OpenCL
2016-11-15 Simon PilgrimFixed spelling in comments. NFCI.
2016-11-01 Alexey Bader[OpenCL] Override supported OpenCL extensions with...
2016-09-30 Richard SmithP0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT_...
2016-09-07 Matt ArsenaultOpenCL: Defining __ENDIAN_LITTLE__ and fix target endia...
2016-08-19 Yaxun LiuRe-commit [OpenCL] AMDGCN: Fix size_t type
2016-08-18 Yaxun LiuRevert [OpenCL] AMDGCN: Fix size_t type
2016-08-18 Yaxun Liu[OpenCL] AMDGCN: Fix size_t type
2016-08-09 Yaxun Liu[OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
2016-08-03 Yaxun Liu[OpenCL] Fix size of image type
2016-07-27 Pirama Arumuga NainarAdjust coercion of aggregates on RenderScript
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-06-14 Daniel Sanders[mips] Defer validity check for CPU/ABI pairs and impro...
2016-05-16 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-13 Yaxun LiuRevert "[OpenCL] Add supported OpenCL extensions to...
2016-05-13 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-08 Saleem Abdulrasoolrevert SVN r265702, r265640
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-04-07 Saleem AbdulrasoolBasic: thread CodeGenOptions into TargetInfo
2016-03-31 Akira HatanakaFix the comment for the function added in r264998.
2016-03-31 Akira Hatanaka[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject...
2016-03-07 Joerg SonnenbergerDescribe the magic numbers returned by getEHDataRegiste...
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-02-10 Andrey Turetskiy[X86] Fix stack alignment for MCU target (Clang part...
2016-02-05 Sunil SrivastavaDo not honor explicit alignment attribute on fields...
2016-02-01 Reid KlecknerFix attribute((mode([word|unwind_word]))) for x32
2015-11-18 Akira HatanakaProduce a better diagnostic for global register variables.
2015-10-21 Craig TopperUse ArrayRef and MutableArrayRef instead of a pointer...
2015-10-19 Craig TopperMake getTargetBuiltins return an ArrayRef instead of...
2015-10-19 Craig TopperRecommit "Return an ArrayRef instead of having two...
2015-10-19 Craig TopperRevert r250676 "Return an ArrayRef instead of having...
2015-10-19 Craig TopperReturn an ArrayRef instead of having two out parameters...
2015-10-09 Eric ChristopherAdd a fixme to handleTargetFeatures.
2015-10-09 Eric ChristopherFix whitespace, 80-column violations, embedded tabs...
2015-10-09 Eric Christopherconstify the feature vector going into initFeatureMap...
2015-09-17 Charles DavisSupport __builtin_ms_va_list.
2015-09-14 Dan Gohman[WebAssembly] Use "long long" for int_fast64_t and...
2015-09-01 Eric ChristopherPull initFeatureMap out of line now that it's used...
2015-08-31 Eric ChristopherRevert "Pull the target attribute parsing out of CGCall...
2015-08-31 Eric ChristopherPull the target attribute parsing out of CGCall and...
2015-08-28 Eric ChristopherFold TargetInfo::handleUserFeatures into TargetInfo...
2015-08-28 Eric ChristopherMerge the two feature map setting functions into a...
2015-08-27 Eric Christopherconst-ify TargetInfo::handleUserFeatures.
2015-08-27 Eric ChristopherPass in a cpu to initDefaultFeatures so that we can...
2015-08-26 Eric ChristopherGroup some of the inline assembly related function...
2015-08-26 Eric ChristopherRemove dead code associated with parsing and setting...
2015-08-25 Eric ChristopherExtract handling of user defined features into a functi...
2015-08-19 Eric ChristopherRename getDefaultFeatures -> initDefaultFeatures and...
2015-08-07 Eric ChristopherMove the cpu validating virtual method down to the...
2015-08-05 Eric ChristopherRename DescriptionString -> DataLayoutString as it...
2015-07-20 Alexey Bataev[X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt...
2015-07-14 Paul RobinsonAdd a "maximum TLS alignment" characteristic to the...
2015-07-10 Reid KlecknerRe-enable 32-bit SEH after the alignment fix
2015-07-08 Reid KlecknerDisable 32-bit SEH, again
2015-07-08 Reid Kleckner[SEH] Re-enable SEH on x86 Windows after r241699
2015-07-07 Reid KlecknerRevert "Revert 241171, 241187, 241199 (32-bit SEH)."
2015-07-02 Nico WeberRevert 241171, 241187, 241199 (32-bit SEH).
2015-07-02 Alexey Bataev[OPENMP] Introduced type trait "__builtin_omp_required_...
2015-07-01 Reid Kleckner[SEH] Add 32-bit lowering for SEH __try
2015-06-29 Eric ChristopherAdd support for the x86 builtin __builtin_cpu_supports.
2015-06-09 David Majnemer[ItaniumMangle] Mangle long double as __float128 for...
2015-06-09 Reid KlecknerRevert "Re-land r236052, "[SEH] Add 32-bit lowering...
2015-06-09 Reid KlecknerRe-land r236052, "[SEH] Add 32-bit lowering code for...
2015-04-30 Reid KlecknerRevert most of r236271, leaving only the datalayout...
2015-04-30 Reid KlecknerUse 4 byte preferred aggregate alignment in datalayout...
2015-04-29 Reid KlecknerRevert r236128, LLVM isn't falling back in the right way
2015-04-29 Reid KlecknerRe-land r236052, the linker errors were fixed by LLVM...
2015-04-29 Bradley SmithRevert code changes made under r235976.
2015-04-29 Nico WeberRevert r236052, it caused linker errors when building...
2015-04-28 Reid Kleckner[SEH] Add 32-bit lowering code for __try
2015-04-28 Bradley Smith[ARM/AArch64] Enforce alignment for bitfielded structs
2015-04-21 Ulrich WeigandImplement target-specific __attribute__((aligned))...
2015-03-11 Joerg SonnenbergerUnder duress, move check for target support of __builti...
2015-02-26 Reid KlecknerWin64: Silently ignore __stdcall, __fastcall, and __thi...
2015-02-26 Petar JovanovicAdd support for generating MIPS legacy NaN
2015-01-10 David MajnemerSema: The asm constraint '+&m' isn't valid, reject it
2015-01-06 Saleem AbdulrasoolBasic: fix compilation with MSVC
2015-01-06 Saleem AbdulrasoolSema: analyze I,J,K,M,N,O constraints
2014-12-15 Alexey BataevBugfix for Codegen of atomic load/store/other ops.
2014-09-18 Akira Hatanaka[X86, inlineasm] Check that the output size is correct...
2014-08-22 Akira Hatanaka[AArch64, inline-asm] Improve diagnostic that is printe...
2014-07-17 Joerg SonnenbergerIf char/short are shorter than int, do not use U as...
2014-07-15 Joerg SonnenbergerMake sure int64_t and uint64_t are consistent.
2014-07-15 Joerg SonnenbergerProvide builtin macros as template for PRIab and SCNab...
2014-07-14 Joerg SonnenbergerDrop separate UIntMaxType and just derive it from IntMa...
2014-07-14 Joerg SonnenbergerIntroduce getCorrespondingUnsignedType() in TargetInfo...
2014-07-06 Alp TokerUse non-intrusive refcounting for TargetOptions
2014-07-06 Alp TokerConstify a read-only parameter and give function a...
2014-06-25 JF BastienImplement predefined stdint macros
2014-06-07 Alp TokerStringRefize TargetInfo::getABI()
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-04-24 Daniel Sanders[mips] Support 128-bit int in N32 ABI by overriding...
2014-01-20 Rafael EspindolaRemove virtual methods that were added in 2009 and...
next