summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Add missing includes/decls.Eli Friedman2011-11-04
* Add missing includes/class declaration.Eli Friedman2011-11-04
* Add missing forward declarations.Eli Friedman2011-11-04
* Add a couple missing includes; found while analyzing LLVM headers.Eli Friedman2011-11-04
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-04
* Remove declarations for functions that don't exist (and never have).Chad Rosier2011-11-04
* Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-04
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-03
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-03
* object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer2011-11-02
* Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-02
* Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-02
* More AVX2 instructions and intrinsics.Craig Topper2011-11-02
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-02
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar2011-11-01
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-01
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* Add utility to append a function to the list of global constructors. Devang Patel2011-10-31
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-31
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-31
* Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...Craig Topper2011-10-30
* Mark X86 pcmpeq b/w/d intrinsics as being Commutative. pcmpeqq is already mar...Craig Topper2011-10-30
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-30
* Remove the Alpha backend.Dan Gohman2011-10-27
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-27
* Trailing whitespace.Jim Grosbach2011-10-27
* Expose relocation accessors through the libObject C API.Owen Anderson2011-10-27
* Add relocation iterators to the libObject C API.Owen Anderson2011-10-27
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-26
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-26
* The maximum power of 2 dividing a power of 2 is itself. This occursDuncan Sands2011-10-26
* Add support for scattered relocations to the MachO relocatation pretty printer.Owen Anderson2011-10-26
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-26
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-26
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-25
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-25
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-24
* Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman2011-10-24
* Delete the Latency scheduling preference.Dan Gohman2011-10-24
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-24
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-24
* Doxygen-ify the comments on the public interface for BPI. Also, move theChandler Carruth2011-10-24