summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* 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
* Simplify the design of BranchProbabilityInfo by collapsing it intoChandler Carruth2011-10-24
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-23
* Now that we have comparison on probabilities, add some static functionsChandler Carruth2011-10-23
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-23
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-21
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-21
* Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman2011-10-20
* Haven't yet found a nice way to handle TargetData verification in theLang Hames2011-10-20
* Comment out or remove unused parameter names so as to avoid a slew ofDuncan Sands2011-10-20
* Avoid warnings about the parameter G being unused.Duncan Sands2011-10-20
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-20
* Remove useless code.Eli Friedman2011-10-20
* Add NAME MemberDavid Greene2011-10-19
* Call Record InitializerDavid Greene2011-10-19
* Add Name Init Record ConstructorDavid Greene2011-10-19
* Fix 80-col ViolationDavid Greene2011-10-19
* Fix Name CheckDavid Greene2011-10-19
* Fix Name CheckDavid Greene2011-10-19
* Add Record InitDavid Greene2011-10-19
* Make Template Arg Names InitsDavid Greene2011-10-19
* Add Utility to Scope NamesDavid Greene2011-10-19
* Make VarInit Name an InitDavid Greene2011-10-19
* Add Value AccessorsDavid Greene2011-10-19
* Add Name Init AccessorsDavid Greene2011-10-19
* Add Init AccessorsDavid Greene2011-10-19
* Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth2011-10-19
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-19
* Whitespace.Eric Christopher2011-10-18
* Object/COFF: Change type from a struct to a uint16_t. The struct would beMichael J. Spencer2011-10-18
* Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick2011-10-18
* whitespaceAndrew Trick2011-10-18
* Backing out patch. Will refactor to remove the AsmParser dependency on Target.Lang Hames2011-10-18
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-17