summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* R600: rework handling of the constantsTom Stellard2013-01-23
* R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard2013-01-23
* R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard2013-01-23
* Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem2013-01-23
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-23
* Add instruction encodings / disassembly support for u10 / lu10 instructions.Richard Osborne2013-01-22
* Fixed typo.Michael Gottesman2013-01-22
* [ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...Michael Gottesman2013-01-22
* Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao2013-01-22
* Add a warning when there is a macro defintion that has named parameters butKevin Enderby2013-01-22
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-22
* More encapsulation work.Bill Wendling2013-01-22
* Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby2013-01-22
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-22
* X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer2013-01-22
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* [msan] Export the value of msan-keep-going flag for the runtime.Evgeniy Stepanov2013-01-22
* [msan] Do not insert check on volatile store.Evgeniy Stepanov2013-01-22
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-22
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-22
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-22
* Add the attributes that are passed in instead of the ones we're merging into.Bill Wendling2013-01-22
* Use AttributeSet instead of Attribute to verify things.Bill Wendling2013-01-21
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-21
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-21
* Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond2013-01-21
* Fix some incorrectly named u10 / lu10 instructions.Richard Osborne2013-01-21
* Remove unused multiclass.Richard Osborne2013-01-21
* Add instruction encodings / disassembly support for u6 / lu6 instructions.Richard Osborne2013-01-21
* Add instruction encoding / disassembly support for ru6 / lru6 instructions.Richard Osborne2013-01-21
* Use correct format for the LDAWCP instruction (u6).Richard Osborne2013-01-21
* Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner2013-01-21
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-21
* wean Blob handling logic off of banging on NextChar directly. Instead, makeChris Lattner2013-01-21
* rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner2013-01-21
* Fix a comment. Induction vars dont need to start at zero.Nadav Rotem2013-01-21
* R600/SI: Use unnormalized coordinates for sampling with the RECT target.Tom Stellard2013-01-21
* R600/SI: Take target parameter for sample intrinsics.Tom Stellard2013-01-21
* R600/SI: Derive all sample intrinsics from a single class.Tom Stellard2013-01-21
* R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-21
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-21
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-21
* Move the inline cost analysis's primary cost query to TTI instead of theChandler Carruth2013-01-21
* Now that the inline cost analysis is a pass, we can easily have itChandler Carruth2013-01-21
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-21
* Formatting and comment fixes to the always inliner.Chandler Carruth2013-01-21