summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-10
* Re-remove dead code.Nadav Rotem2014-01-09
* Revert r198819 - "Remove dead code."Nadav Rotem2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Remove dead code.Rafael Espindola2014-01-09
* Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth2014-01-08
* AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without)Elena Demikhovsky2014-01-06
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-05
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-05
* Fix MSVC warning about missing return in DataLayoutReid Kleckner2014-01-03
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* Mark some Type and EVT methods as LLVM_READONLY.Craig Topper2013-12-28
* Remove the AnyPointerSize and AnyEndianness enumerators, which were left fromDmitri Gribenko2013-12-20
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* [CMake] Introduce LLVM_INCLUDE_DIR.NAKAMURA Takumi2013-12-16
* Pointer sizes are stored in Bytes. Fix variables names to say so.Rafael Espindola2013-12-13
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64Chad Rosier2013-12-11
* [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics thatChad Rosier2013-12-11
* [AArch64] Refactor the NEON scalar floating-point reciprocal step andChad Rosier2013-12-11
* [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-Chad Rosier2013-12-11
* [AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64Chad Rosier2013-12-10
* [AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-p...Chad Rosier2013-12-10
* [AArch64] Overload NEON signed/unsigned floating-point convert to fixed-pointChad Rosier2013-12-10
* [AArch64] Overload NEON signed/unsigned integer convert to floating-pointChad Rosier2013-12-10
* [AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics soChad Rosier2013-12-10
* [AArch64] Refactor the Neon vector/scalar floating-point convert implementation.Chad Rosier2013-12-10
* AVX-512: changed intrinsics for mask operationsElena Demikhovsky2013-12-10
* AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin formElena Demikhovsky2013-12-10
* [mips][msa] Correct sld and sldi builtins.Daniel Sanders2013-12-10
* [AArch64 NEON] Support poly128_t and implement relevant intrinsic.Kevin Qin2013-12-10
* [AArch64] Refactor the NEON scalar reduce pairwise intrinsics, so that they useChad Rosier2013-12-09
* [AArch64] Remove q and non-q intrinsic definitions in the NEON scalar reduceChad Rosier2013-12-09
* Fix comments for PassDebuggingStringDuncan P. N. Exon Smith2013-12-08
* Remove the notion of primitive types.Rafael Espindola2013-12-07
* Add getBitCastOrAddrSpaceCastMatt Arsenault2013-12-07
* Remove unused value.Rafael Espindola2013-12-07
* Fix the segfault reported in PR 11990.Kaelyn Uhrain2013-12-07
* Update AVX512 vector blend intrinsic names.Cameron McInally2013-12-06
* Use present fast-math flags when applicable in CreateBinOpMichael Ilseman2013-12-05
* Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.Manman Ren2013-12-02