2011-11-14 |
Chandler Carruth | Under the hood, MBPI is doing a linear scan of every... |
tree | commitdiff |
2011-11-14 |
Chandler Carruth | Reuse the logic in getEdgeProbability within getHotSucc... |
tree | commitdiff |
2011-11-14 |
Chandler Carruth | Fix an overflow bug in MachineBranchProbabilityInfo... |
tree | commitdiff |
2011-11-14 |
Chandler Carruth | Add a cautionary note to this API. It was not at all... |
tree | commitdiff |
2011-11-13 |
Craig Topper | Fix comment for LegalizeTypeAction enum. |
tree | commitdiff |
2011-11-13 |
Jakob Stoklund Olesen | Rename SlotIndexes to match how they are used. |
tree | commitdiff |
2011-11-13 |
NAKAMURA Takumi | Prune more RALinScan. RALinScan was also here! |
tree | commitdiff |
2011-11-12 |
Jakob Stoklund Olesen | Delete the old spilling framework from LiveIntervalAnal... |
tree | commitdiff |
2011-11-12 |
Jakob Stoklund Olesen | Delete the linear scan register allocator. |
tree | commitdiff |
2011-11-12 |
Eli Friedman | Don't try to form pre/post-indexed loads/stores until... |
tree | commitdiff |
2011-11-11 |
Nicolas Geoffray | Add a custom safepoint method, in order for language... |
tree | commitdiff |
2011-11-10 |
Daniel Dunbar | Fix typo. |
tree | commitdiff |
2011-11-10 |
Owen Anderson | Add additional checking to ensure that MachineMemOperan... |
tree | commitdiff |
2011-11-09 |
Eric Christopher | Fix typo. |
tree | commitdiff |
2011-11-09 |
Eric Christopher | Remove the pubnames section, no one consumes it. |
tree | commitdiff |
2011-11-09 |
Eli Friedman | Enhance verifyLoop so that it can reliably verify that... |
tree | commitdiff |
2011-11-08 |
Pete Cooper | Added invariant field to the DAG.getLoad method and... |
tree | commitdiff |
2011-11-07 |
Richard Osborne | Don't introduce custom nodes after legalization in... |
tree | commitdiff |
2011-11-07 |
Eric Christopher | Add the support code to enable the dwarf accelerator... |
tree | commitdiff |
2011-11-07 |
Craig Topper | Add AVX2 variable shift instructions and intrinsics. |
tree | commitdiff |
2011-11-07 |
Craig Topper | Add AVX2 VPMOVMASK instructions and intrinsics. |
tree | commitdiff |
2011-11-07 |
Craig Topper | Add AVX2 VEXTRACTI128 and VINSERTI128 instructions... |
tree | commitdiff |
2011-11-07 |
Craig Topper | Fix accidental edit to __builtin_ia32_vperm2f128_ps256... |
tree | commitdiff |
2011-11-06 |
Craig Topper | More AVX2 instructions and their intrinsics. |
tree | commitdiff |
2011-11-06 |
Benjamin Kramer | Replace (Lower|Upper)caseString in favor of StringRef... |
tree | commitdiff |
2011-11-06 |
Daniel Dunbar | ADT/StringRef: Add ::lower() and ::upper() methods. |
tree | commitdiff |
2011-11-06 |
Craig Topper | Add more AVX2 instructions and intrinsics. |
tree | commitdiff |
2011-11-05 |
Benjamin Kramer | Add an option to pad an uleb128 to MCObjectWriter and... |
tree | commitdiff |
2011-11-05 |
Benjamin Kramer | Fix pasto. |
tree | commitdiff |
2011-11-05 |
Benjamin Kramer | Add more PRI.64 macros for MSVC and use them throughout... |
tree | commitdiff |
2011-11-04 |
Daniel Dunbar | build/cmake: Use tblgen macro directly instead of llvm_... |
tree | commitdiff |
2011-11-04 |
Eli Friedman | Add missing includes/decls. |
tree | commitdiff |
2011-11-04 |
Eli Friedman | Add missing includes/class declaration. |
tree | commitdiff |
2011-11-04 |
Eli Friedman | Add missing forward declarations. |
tree | commitdiff |
2011-11-04 |
Eli Friedman | Add a couple missing includes; found while analyzing... |
tree | commitdiff |
2011-11-04 |
Eli Friedman | Delete names for unused parameters in inline function... |
tree | commitdiff |
2011-11-04 |
Chad Rosier | Remove declarations for functions that don't exist... |
tree | commitdiff |
2011-11-04 |
Craig Topper | Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions |
tree | commitdiff |
2011-11-03 |
Craig Topper | Add new X86 AVX2 VBROADCAST instructions. |
tree | commitdiff |
2011-11-03 |
Chad Rosier | Remove some cruft from the BitcodeWriter, while still... |
tree | commitdiff |
2011-11-02 |
Michael J. Spencer | object: Add operator < for SymbolRef and SectionRef. |
tree | commitdiff |
2011-11-02 |
Michael J. Spencer | Object/Archive: Add symbol table iteration. |
tree | commitdiff |
2011-11-02 |
Chandler Carruth | Begin collecting some of the statistics for block place... |
tree | commitdiff |
2011-11-02 |
Craig Topper | More AVX2 instructions and intrinsics. |
tree | commitdiff |
2011-11-02 |
Craig Topper | Add a bunch more X86 AVX2 instructions and their corres... |
tree | commitdiff |
2011-11-01 |
Kevin Enderby | First part of support for generating dwarf for assembly... |
tree | commitdiff |
2011-11-01 |
Sebastian Pop | rename getHostTriple into getDefaultTargetTriple |
tree | commitdiff |
2011-11-01 |
Sebastian Pop | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE |
tree | commitdiff |
2011-11-01 |
Daniel Dunbar | Support/Compiler: Add LLVM_EXTENSION for use where... |
tree | commitdiff |
2011-11-01 |
Craig Topper | Fix operand type for x86 pmadd_ub_sw intrinsic. |
tree | commitdiff |
2011-11-01 |
Eli Friedman | Remove a couple unused methods. PR11201. |
tree | commitdiff |
2011-10-31 |
Devang Patel | Add utility to append a function to the list of global... |
tree | commitdiff |
2011-10-31 |
Craig Topper | Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic |
tree | commitdiff |
2011-10-31 |
Craig Topper | Begin adding AVX2 instructions. No selection support... |
tree | commitdiff |
2011-10-30 |
Craig Topper | Add intrinsics and feature flag for read/write FS/GS... |
tree | commitdiff |
2011-10-30 |
Craig Topper | Mark X86 pcmpeq b/w/d intrinsics as being Commutative... |
tree | commitdiff |
2011-10-30 |
Craig Topper | Fix return type for X86 mpsadbw instrinsic. The instruc... |
tree | commitdiff |
2011-10-27 |
Dan Gohman | Remove the Alpha backend. |
tree | commitdiff |
2011-10-27 |
Peter Collingbourne | Add a pinned metadata name for fpaccuracy, and document it |
tree | commitdiff |
2011-10-27 |
Jim Grosbach | Trailing whitespace. |
tree | commitdiff |
2011-10-27 |
Owen Anderson | Expose relocation accessors through the libObject C... |
tree | commitdiff |
2011-10-27 |
Owen Anderson | Add relocation iterators to the libObject C API. |
tree | commitdiff |
2011-10-27 |
Nick Lewycky | Teach our Dwarf emission to use the string pool. |
tree | commitdiff |
2011-10-26 |
Lang Hames | Rename NonScalarIntSafe to something more appropriate. |
tree | commitdiff |
2011-10-26 |
Nick Lewycky | Reflow lines, fix comments for doxygen style, fix white... |
tree | commitdiff |
2011-10-26 |
Duncan Sands | The maximum power of 2 dividing a power of 2 is itself... |
tree | commitdiff |
2011-10-26 |
Owen Anderson | Add support for scattered relocations to the MachO... |
tree | commitdiff |
2011-10-26 |
Owen Anderson | Expand relocation type field to 64 bits. MachO scatter... |
tree | commitdiff |
2011-10-26 |
Eric Christopher | Handle newer cases for freebsd which is approaching... |
tree | commitdiff |
2011-10-25 |
Michael J. Spencer | Object/Archive: Add BSD style long file name support... |
tree | commitdiff |
2011-10-25 |
Owen Anderson | Add support for the notion of "hidden" relocations... |
tree | commitdiff |
2011-10-25 |
Bruno Cardoso Lopes | This is the first of several patches for Mips direct... |
tree | commitdiff |
2011-10-25 |
Dan Gohman | Remove the Blackfin backend. |
tree | commitdiff |
2011-10-24 |
Dan Gohman | Remove the SystemZ backend. |
tree | commitdiff |
2011-10-24 |
Owen Anderson | More fixes and improvements to MachO relocation pretty... |
tree | commitdiff |
2011-10-24 |
Dan Gohman | Delete the top-down "Latency" scheduler. Top-down sched... |
tree | commitdiff |
2011-10-24 |
Dan Gohman | Delete the Latency scheduling preference. |
tree | commitdiff |
2011-10-24 |
Benjamin Kramer | Implement comparison operators for BranchProbability... |
tree | commitdiff |
2011-10-24 |
Chandler Carruth | Remove return heuristics from the static branch probabi... |
tree | commitdiff |
2011-10-24 |
Chandler Carruth | Doxygen-ify the comments on the public interface for... |
tree | commitdiff |
2011-10-24 |
Chandler Carruth | Simplify the design of BranchProbabilityInfo by collaps... |
tree | commitdiff |
2011-10-23 |
Chandler Carruth | Teach the BranchProbabilityInfo pass to print its resul... |
tree | commitdiff |
2011-10-23 |
Chandler Carruth | Now that we have comparison on probabilities, add some... |
tree | commitdiff |
2011-10-23 |
Benjamin Kramer | Add compare operators to BranchProbability and use... |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Use LLVMBool for a function that logically returns... |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Fix typo. |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Bind libObject API for obtaining the section containing... |
tree | commitdiff |
2011-10-21 |
Owen Anderson | Expand the coverage of the libObject C bindings to... |
tree | commitdiff |
2011-10-21 |
Craig Topper | Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin... |
tree | commitdiff |
2011-10-21 |
Chandler Carruth | Implement a block placement pass based on the branch... |
tree | commitdiff |
2011-10-20 |
Dan Gohman | Delete the list-tdrr scheduler. Top-down schedulers... |
tree | commitdiff |
2011-10-20 |
Lang Hames | Haven't yet found a nice way to handle TargetData verif... |
tree | commitdiff |
2011-10-20 |
Duncan Sands | Comment out or remove unused parameter names so as... |
tree | commitdiff |
2011-10-20 |
Duncan Sands | Avoid warnings about the parameter G being unused. |
tree | commitdiff |
2011-10-20 |
Eli Friedman | Refactor code from inlining and globalopt that checks... |
tree | commitdiff |
2011-10-20 |
Eli Friedman | Remove useless code. |
tree | commitdiff |
2011-10-19 |
David Greene | Add NAME Member |
tree | commitdiff |
2011-10-19 |
David Greene | Call Record Initializer |
tree | commitdiff |
2011-10-19 |
David Greene | Add Name Init Record Constructor |
tree | commitdiff |
2011-10-19 |
David Greene | Fix 80-col Violation |
tree | commitdiff |
next |