aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()Richard Osborne2011-11-071-2/+2
| * Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-0/+20
| * Add AVX2 variable shift instructions and intrinsics.Craig Topper2011-11-071-0/+36
| * Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper2011-11-071-0/+27
| * Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper2011-11-071-2/+11
| * Fix accidental edit to __builtin_ia32_vperm2f128_ps256's nameCraig Topper2011-11-071-1/+1
| * More AVX2 instructions and their intrinsics.Craig Topper2011-11-061-1/+20
| * Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-16/+0
| * ADT/StringRef: Add ::lower() and ::upper() methods.Daniel Dunbar2011-11-061-0/+10
| * Add more AVX2 instructions and intrinsics.Craig Topper2011-11-061-8/+38
| * Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-052-2/+4
| * Fix pasto.Benjamin Kramer2011-11-052-4/+4
| * Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-052-0/+30
| * build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-041-1/+1
| * Add missing includes/decls.Eli Friedman2011-11-042-0/+6
| * Add missing includes/class declaration.Eli Friedman2011-11-043-0/+7
| * Add missing forward declarations.Eli Friedman2011-11-041-0/+3
| * Add a couple missing includes; found while analyzing LLVM headers.Eli Friedman2011-11-042-0/+3
| * Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-044-30/+30
| * Remove declarations for functions that don't exist (and never have).Chad Rosier2011-11-041-3/+1
| * Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-041-0/+16
| * Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-031-2/+11
| * Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-031-2/+4
| * object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer2011-11-021-0/+16
| * Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-021-0/+46
| * Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-022-0/+6
| * More AVX2 instructions and intrinsics.Craig Topper2011-11-021-9/+71
| * Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-021-0/+104
| * First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+18
| * rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-2/+2
| * rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-014-6/+6
| * Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar2011-11-011-0/+8
| * Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-011-2/+2
| * Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-14/+0
| * Add utility to append a function to the list of global constructors. Devang Patel2011-10-311-0/+30
| * Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-311-2/+2
| * Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-311-0/+165
| * Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...Craig Topper2011-10-301-0/+22
| * Mark X86 pcmpeq b/w/d intrinsics as being Commutative. pcmpeqq is already mar...Craig Topper2011-10-301-6/+6
| * Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-301-1/+1
| * Remove the Alpha backend.Dan Gohman2011-10-273-20/+0
| * Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-271-1/+2
| * Trailing whitespace.Jim Grosbach2011-10-271-3/+3
| * Expose relocation accessors through the libObject C API.Owen Anderson2011-10-271-0/+10
| * Add relocation iterators to the libObject C API.Owen Anderson2011-10-271-0/+20
| * Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-272-0/+12
| * Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-261-2/+2
| * Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-261-3/+3
| * The maximum power of 2 dividing a power of 2 is itself. This occursDuncan Sands2011-10-261-2/+4
| * Add support for scattered relocations to the MachO relocatation pretty printer.Owen Anderson2011-10-261-1/+3