| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin collecting some of the statistics for block placement discussed on | Chandler Carruth | 2011-11-02 | 2 | -0/+6 |
* | More AVX2 instructions and intrinsics. | Craig Topper | 2011-11-02 | 1 | -9/+71 |
* | Add a bunch more X86 AVX2 instructions and their corresponding intrinsics. | Craig Topper | 2011-11-02 | 1 | -0/+104 |
* | First part of support for generating dwarf for assembly source files with the | Kevin Enderby | 2011-11-01 | 1 | -0/+18 |
* | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-01 | 1 | -2/+2 |
* | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE | Sebastian Pop | 2011-11-01 | 4 | -6/+6 |
* | Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d... | Daniel Dunbar | 2011-11-01 | 1 | -0/+8 |
* | Fix operand type for x86 pmadd_ub_sw intrinsic. | Craig Topper | 2011-11-01 | 1 | -2/+2 |
* | Remove a couple unused methods. PR11201. | Eli Friedman | 2011-11-01 | 1 | -14/+0 |
* | Add utility to append a function to the list of global constructors. | Devang Patel | 2011-10-31 | 1 | -0/+30 |
* | Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic | Craig Topper | 2011-10-31 | 1 | -2/+2 |
* | Begin adding AVX2 instructions. No selection support yet other than intrinsics. | Craig Topper | 2011-10-31 | 1 | -0/+165 |
* | Add intrinsics and feature flag for read/write FS/GS base instructions. Also ... | Craig Topper | 2011-10-30 | 1 | -0/+22 |
* | Mark X86 pcmpeq b/w/d intrinsics as being Commutative. pcmpeqq is already mar... | Craig Topper | 2011-10-30 | 1 | -6/+6 |
* | Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector... | Craig Topper | 2011-10-30 | 1 | -1/+1 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 3 | -20/+0 |
* | Add a pinned metadata name for fpaccuracy, and document it | Peter Collingbourne | 2011-10-27 | 1 | -1/+2 |
* | Trailing whitespace. | Jim Grosbach | 2011-10-27 | 1 | -3/+3 |
* | Expose relocation accessors through the libObject C API. | Owen Anderson | 2011-10-27 | 1 | -0/+10 |
* | Add relocation iterators to the libObject C API. | Owen Anderson | 2011-10-27 | 1 | -0/+20 |
* | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 2 | -0/+12 |
* | Rename NonScalarIntSafe to something more appropriate. | Lang Hames | 2011-10-26 | 1 | -2/+2 |
* | Reflow lines, fix comments for doxygen style, fix whitespace. No functionality | Nick Lewycky | 2011-10-26 | 1 | -3/+3 |
* | The maximum power of 2 dividing a power of 2 is itself. This occurs | Duncan Sands | 2011-10-26 | 1 | -2/+4 |
* | Add support for scattered relocations to the MachO relocatation pretty printer. | Owen Anderson | 2011-10-26 | 1 | -1/+3 |
* | Expand relocation type field to 64 bits. MachO scattered relocations require... | Owen Anderson | 2011-10-26 | 3 | -5/+5 |
* | Handle newer cases for freebsd which is approaching 10.0 and not 1.0. | Eric Christopher | 2011-10-26 | 1 | -0/+3 |
* | Object/Archive: Add BSD style long file name support and skip internal members. | Michael J. Spencer | 2011-10-25 | 1 | -1/+1 |
* | Add support for the notion of "hidden" relocations. On MachO, these are relo... | Owen Anderson | 2011-10-25 | 2 | -0/+14 |
* | This is the first of several patches for Mips direct object generation. | Bruno Cardoso Lopes | 2011-10-25 | 1 | -1/+17 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -1/+0 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 2 | -2/+1 |
* | More fixes and improvements to MachO relocation pretty-printing, particular f... | Owen Anderson | 2011-10-24 | 1 | -0/+2 |
* | Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle | Dan Gohman | 2011-10-24 | 2 | -5/+0 |
* | Delete the Latency scheduling preference. | Dan Gohman | 2011-10-24 | 1 | -1/+0 |
* | Implement comparison operators for BranchProbability in a way that can't over... | Benjamin Kramer | 2011-10-24 | 1 | -10/+18 |
* | Remove return heuristics from the static branch probabilities, and | Chandler Carruth | 2011-10-24 | 1 | -1/+5 |
* | Doxygen-ify the comments on the public interface for BPI. Also, move the | Chandler Carruth | 2011-10-24 | 1 | -18/+47 |
* | Simplify the design of BranchProbabilityInfo by collapsing it into | Chandler Carruth | 2011-10-24 | 1 | -20/+30 |
* | Teach the BranchProbabilityInfo pass to print its results, and use that | Chandler Carruth | 2011-10-23 | 1 | -3/+6 |
* | Now that we have comparison on probabilities, add some static functions | Chandler Carruth | 2011-10-23 | 1 | -0/+3 |
* | Add compare operators to BranchProbability and use it to determine if an edge... | Benjamin Kramer | 2011-10-23 | 1 | -2/+16 |
* | Use LLVMBool for a function that logically returns a boolean value. | Owen Anderson | 2011-10-21 | 1 | -1/+1 |
* | Fix typo. | Owen Anderson | 2011-10-21 | 1 | -1/+1 |
* | Bind libObject API for obtaining the section containing a Symbol. | Owen Anderson | 2011-10-21 | 1 | -0/+2 |
* | Expand the coverage of the libObject C bindings to include more SectionRef ac... | Owen Anderson | 2011-10-21 | 1 | -2/+31 |
* | Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ... | Craig Topper | 2011-10-21 | 1 | -16/+4 |
* | Implement a block placement pass based on the branch probability and | Chandler Carruth | 2011-10-21 | 2 | -0/+5 |
* | Delete the list-tdrr scheduler. Top-down schedulers are going away | Dan Gohman | 2011-10-20 | 2 | -6/+0 |
* | Haven't yet found a nice way to handle TargetData verification in the | Lang Hames | 2011-10-20 | 1 | -13/+21 |