aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-07-02Remove an unused enum.Dan Gohman
2010-07-02Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen
2010-07-02Handle unindexed instructions in SlotIndices.Jakob Stoklund Olesen
2010-07-02Rematerialize as much as possible before inserting spills and reloads.Jakob Stoklund Olesen
2010-07-02back out r107480, it was just testing the waters anyway...Gabor Greif
2010-07-02[test commit, just to tickle the selfhost buildbots; I'll back out in a few m...Gabor Greif
2010-07-02Comment a non-obvious member variable.Dan Gohman
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-07-01evil hack to coerce external users (projects)Gabor Greif
2010-07-01MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar
2010-07-01MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar
2010-07-01Remove stray comma.Daniel Dunbar
2010-07-01MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar
2010-07-01Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel
2010-07-01back out r107396 for now, it needs another minor change to function as advert...Gabor Greif
2010-07-01evil hack to coerce external users (projects)Gabor Greif
2010-07-01reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make...Gabor Greif
2010-07-01Teach fast-isel to avoid loading a value from memory when it's alreadyDan Gohman
2010-07-01Trailing whitespace.Mikhail Glushenkov
2010-06-30Rename NextPowerOfTwo to RoundUpToPowerOfTwo.Duncan Sands
2010-06-30Clarify that the NextPowerOfTwo template is idempotent.Duncan Sands
2010-06-30Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands
2010-06-29Begin implementation of an inline spiller.Jakob Stoklund Olesen
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-29Fix a buffer overflow noticed by gcc-4.6: zero is written intoDuncan Sands
2010-06-29NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a powerDuncan Sands
2010-06-29give PATypeHolder an explicit copy ctor which initializes the type pointer,Chris Lattner
2010-06-29minor cosmeticsGabor Greif
2010-06-29use ArgOffset constant to prepare for operand rotationGabor Greif
2010-06-29use ArgOperand APIGabor Greif
2010-06-29Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola
2010-06-29Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman
2010-06-28Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby
2010-06-28Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher
2010-06-28Generalize AAEval so that it can be used both per-function andDan Gohman
2010-06-28extend ArgOperand interface: setArgOperandGabor Greif
2010-06-26add some named accessors for StoreInstChris Lattner
2010-06-26fit in 80 colsChris Lattner
2010-06-26When splitting a VAARG, remember its alignment.Rafael Espindola
2010-06-26VNInfos don't need to be destructed anymore.Benjamin Kramer
2010-06-25Don't track kills in VNInfo. Use interval ends instead.Jakob Stoklund Olesen
2010-06-25Change if-conversion block size limit checks to add some flexibility.Evan Cheng
2010-06-25The hasMemory argument is irrelevant to how the argumentDale Johannesen
2010-06-2580-column and trailing whitespace cleanupJim Grosbach
2010-06-25Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer
2010-06-24DataTypes.h.cmake (MSVC): Protect some #define's and use specificOscar Fuentes
2010-06-24Remove the now unused LiveIntervals::getVNInfoSourceReg().Jakob Stoklund Olesen
2010-06-24Silence some unused variable warnings.Eric Christopher
2010-06-24Remove the -fast-spill option.Jakob Stoklund Olesen