aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-263-5/+5
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-261-0/+3
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-251-1/+1
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-252-0/+14
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-251-1/+17
* Remove the Blackfin backend.Dan Gohman2011-10-251-1/+0
* Remove the SystemZ backend.Dan Gohman2011-10-242-2/+1
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-241-0/+2
* Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman2011-10-242-5/+0
* Delete the Latency scheduling preference.Dan Gohman2011-10-241-1/+0
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-241-10/+18
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-241-1/+5
* Doxygen-ify the comments on the public interface for BPI. Also, move theChandler Carruth2011-10-241-18/+47
* Simplify the design of BranchProbabilityInfo by collapsing it intoChandler Carruth2011-10-241-20/+30
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-231-3/+6
* Now that we have comparison on probabilities, add some static functionsChandler Carruth2011-10-231-0/+3
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-231-2/+16
* Use LLVMBool for a function that logically returns a boolean value.Owen Anderson2011-10-211-1/+1
* Fix typo.Owen Anderson2011-10-211-1/+1
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-211-0/+2
* Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson2011-10-211-2/+31
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-211-16/+4
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-212-0/+5