summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-17
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-17
* Object/COFF: Expose more data in the public API.Michael J. Spencer2011-10-17
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-17
* 80-col.Michael J. Spencer2011-10-17
* Re-applying the target data layout verification patch from r142288, plus appr...Lang Hames2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* 142288 broke the build:Rafael Espindola2011-10-17
* Validate target data layout strings.Lang Hames2011-10-17
* Add an accessor to get the underlying MachO representation.Owen Anderson2011-10-17
* Use the correct predicate for determining if a branch is conditional or not.Owen Anderson2011-10-17
* MCOperand is pod-like.Benjamin Kramer2011-10-17
* Object: Fix redundant name.Michael J. Spencer2011-10-17
* Correct over-zealous removal of hack.Bill Wendling2011-10-17
* Add comments to TargetLowering.h indicating that the set*Alignment functions ...Hal Finkel2011-10-17
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-17
* Admonish that MI is not IR and virtual registers have constraints.Jakob Stoklund Olesen2011-10-17
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-17
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-17
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-16
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-16
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-16