aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman2011-10-202-6/+0
* Haven't yet found a nice way to handle TargetData verification in theLang Hames2011-10-201-13/+21
* Comment out or remove unused parameter names so as to avoid a slew ofDuncan Sands2011-10-201-63/+69
* Avoid warnings about the parameter G being unused.Duncan Sands2011-10-201-1/+1
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-201-0/+6
* Remove useless code.Eli Friedman2011-10-201-6/+0
* Add NAME MemberDavid Greene2011-10-191-0/+7
* Call Record InitializerDavid Greene2011-10-191-0/+2
* Add Name Init Record ConstructorDavid Greene2011-10-191-0/+3
* Fix 80-col ViolationDavid Greene2011-10-191-1/+3
* Fix Name CheckDavid Greene2011-10-191-4/+4
* Fix Name CheckDavid Greene2011-10-191-1/+1
* Add Record InitDavid Greene2011-10-191-0/+1
* Make Template Arg Names InitsDavid Greene2011-10-191-4/+10
* Add Utility to Scope NamesDavid Greene2011-10-191-0/+10
* Make VarInit Name an InitDavid Greene2011-10-191-3/+9
* Add Value AccessorsDavid Greene2011-10-191-2/+9
* Add Name Init AccessorsDavid Greene2011-10-191-0/+7
* Add Init AccessorsDavid Greene2011-10-191-0/+4
* Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth2011-10-191-0/+1
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-191-0/+34
* Whitespace.Eric Christopher2011-10-181-1/+1
* Object/COFF: Change type from a struct to a uint16_t. The struct would beMichael J. Spencer2011-10-181-4/+9
* Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick2011-10-181-0/+9
* whitespaceAndrew Trick2011-10-181-1/+1
* Backing out patch. Will refactor to remove the AsmParser dependency on Target.Lang Hames2011-10-181-21/+13
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-171-1/+3
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-173-49/+75
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-174-1/+13