summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Add a custom safepoint method, in order for language implementers to decide w...Nicolas Geoffray1-1/+12
2011-11-10Fix typo.Daniel Dunbar1-1/+1
2011-11-10Add additional checking to ensure that MachineMemOperands are never set to nu...Owen Anderson1-0/+2
2011-11-09Fix typo.Eric Christopher1-1/+1
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher1-2/+0
2011-11-09Enhance verifyLoop so that it can reliably verify that every block in a loop ...Eli Friedman1-3/+19
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper3-8/+12
2011-11-07Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()Richard Osborne1-2/+2
2011-11-07Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher1-0/+20
2011-11-07Add AVX2 variable shift instructions and intrinsics.Craig Topper1-0/+36
2011-11-07Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper1-0/+27
2011-11-07Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper1-2/+11
2011-11-07Fix accidental edit to __builtin_ia32_vperm2f128_ps256's nameCraig Topper1-1/+1
2011-11-06More AVX2 instructions and their intrinsics.Craig Topper1-1/+20
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer1-16/+0
2011-11-06ADT/StringRef: Add ::lower() and ::upper() methods.Daniel Dunbar1-0/+10
2011-11-06Add more AVX2 instructions and intrinsics.Craig Topper1-8/+38
2011-11-05Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2-2/+4
2011-11-05Fix pasto.Benjamin Kramer2-4/+4
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2-0/+30
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar1-1/+1
2011-11-04Add missing includes/decls.Eli Friedman2-0/+6
2011-11-04Add missing includes/class declaration.Eli Friedman3-0/+7
2011-11-04Add missing forward declarations.Eli Friedman1-0/+3
2011-11-04Add a couple missing includes; found while analyzing LLVM headers.Eli Friedman2-0/+3
2011-11-04Delete names for unused parameters in inline function definitions in headers,...Eli Friedman4-30/+30
2011-11-04Remove declarations for functions that don't exist (and never have).Chad Rosier1-3/+1
2011-11-04Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper1-0/+16
2011-11-03Add new X86 AVX2 VBROADCAST instructions.Craig Topper1-2/+11
2011-11-03Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier1-2/+4
2011-11-02object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer1-0/+16
2011-11-02Object/Archive: Add symbol table iteration.Michael J. Spencer1-0/+46
2011-11-02Begin collecting some of the statistics for block placement discussed onChandler Carruth2-0/+6
2011-11-02More AVX2 instructions and intrinsics.Craig Topper1-9/+71
2011-11-02Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper1-0/+104
2011-11-01First part of support for generating dwarf for assembly source files with theKevin Enderby1-0/+18
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop1-2/+2
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop4-6/+6
2011-11-01Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar1-0/+8
2011-11-01Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper1-2/+2
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman1-14/+0
2011-10-31Add utility to append a function to the list of global constructors. Devang Patel1-0/+30
2011-10-31Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper1-2/+2
2011-10-31Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper1-0/+165
2011-10-30Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...Craig Topper1-0/+22
2011-10-30Mark X86 pcmpeq b/w/d intrinsics as being Commutative. pcmpeqq is already mar...Craig Topper1-6/+6
2011-10-30Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper1-1/+1
2011-10-27Remove the Alpha backend.Dan Gohman3-20/+0
2011-10-27Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne1-1/+2
2011-10-27Trailing whitespace.Jim Grosbach1-3/+3