summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required...Richard Smith1-7/+13
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth6-44/+15
2014-01-09Remove the test for endianness in configure.ac and regenerate.Eric Christopher1-18/+0
2014-01-09Remove dead code.Rafael Espindola1-14/+0
2014-01-09Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola1-2/+2
2014-01-08Fix the C++03 build.Rafael Espindola1-1/+1
2014-01-08Use getError and remove the error_code operator.Rafael Espindola2-9/+5
2014-01-08Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth1-1/+0
2014-01-08Add missing definitions of key_type and value_type to DenseSet.Matt Arsenault1-0/+3
2014-01-08Add get and getError methods to ErrorOr.Rafael Espindola1-0/+7
2014-01-08Add missing rename from the previous commit.Rafael Espindola1-1/+1
2014-01-08Rename get to getStorage and getError to getErrorStorage.Rafael Espindola1-16/+16
2014-01-08AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky1-34/+44
2014-01-08[patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe1-0/+7
2014-01-08Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2-0/+42
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola2-2/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth6-14/+14
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth27-30/+26
2014-01-07ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool1-0/+2
2014-01-07MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool1-0/+4
2014-01-06For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby1-0/+3
2014-01-06Fix c++ mode commentsMatt Arsenault2-2/+2
2014-01-06Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick1-0/+7
2014-01-06AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without)Elena Demikhovsky1-0/+3
2014-01-06Support: add reference for ARM EHABISaleem Abdulrasool1-0/+7
2014-01-06Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling1-0/+4
2014-01-06ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool1-0/+127
2014-01-05ELF relocation types for sparc.Venkatraman Govindaraju1-0/+59
2014-01-05AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky1-13/+19
2014-01-05Add support to the pattern match library for matching NSW and NUWChandler Carruth1-0/+90
2014-01-05Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth1-2/+2
2014-01-04Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker1-7/+0
2014-01-04Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick1-0/+7
2014-01-04whitespaceAndrew Trick1-2/+2
2014-01-03Fix MSVC warning about missing return in DataLayoutReid Kleckner1-0/+2
2014-01-03Add a LLVM_DUMP_METHOD macro.Nico Weber1-0/+9
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola4-36/+58
2014-01-03MSVC 2010 build fixAlp Toker1-3/+1
2014-01-03Enable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_TEMPLATES with more gc...Alp Toker1-3/+7
2014-01-02Remove StringMapEntryInitializer support.David Blaikie1-17/+1
2014-01-02[RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet1-0/+38
2014-01-02Disable compare sinking in CodeGenPrepare when multiple condition registers a...Hal Finkel1-0/+21
2014-01-02Make llvm::Regex non-copyable but movable.David Blaikie1-0/+14
2014-01-02Support LLVM_STATIC_ASSERT() in clang pre-C++11 modeAlp Toker1-0/+6
2014-01-01Remove the 's' DataLayout specificationRafael Espindola1-6/+1
2014-01-01AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky1-16/+56
2013-12-31Silence g++ 4.9 build issueAlp Toker1-1/+2
2013-12-29Make LLVM_MSC_PREREQ() compatible with all MSVC versionsAlp Toker1-5/+8
2013-12-29Fix parens fail in r198142Alp Toker1-4/+4
2013-12-29Enable deleted functions and explicit conversions in MSVC 2013Alp Toker1-4/+3