summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-01
* back out r107396 for now, it needs another minor change to function as advert...Gabor Greif2010-07-01
* evil hack to coerce external users (projects)Gabor Greif2010-07-01
* reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make...Gabor Greif2010-07-01
* Teach fast-isel to avoid loading a value from memory when it's alreadyDan Gohman2010-07-01
* Trailing whitespace.Mikhail Glushenkov2010-07-01
* Rename NextPowerOfTwo to RoundUpToPowerOfTwo.Duncan Sands2010-06-30
* Clarify that the NextPowerOfTwo template is idempotent.Duncan Sands2010-06-30
* Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands2010-06-30
* Begin implementation of an inline spiller.Jakob Stoklund Olesen2010-06-29
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Fix a buffer overflow noticed by gcc-4.6: zero is written intoDuncan Sands2010-06-29
* NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a powerDuncan Sands2010-06-29
* give PATypeHolder an explicit copy ctor which initializes the type pointer,Chris Lattner2010-06-29
* minor cosmeticsGabor Greif2010-06-29
* use ArgOffset constant to prepare for operand rotationGabor Greif2010-06-29
* use ArgOperand APIGabor Greif2010-06-29
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-29
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-29
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-28
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-28
* Generalize AAEval so that it can be used both per-function andDan Gohman2010-06-28
* extend ArgOperand interface: setArgOperandGabor Greif2010-06-28
* add some named accessors for StoreInstChris Lattner2010-06-26
* fit in 80 colsChris Lattner2010-06-26
* When splitting a VAARG, remember its alignment.Rafael Espindola2010-06-26
* VNInfos don't need to be destructed anymore.Benjamin Kramer2010-06-26
* Don't track kills in VNInfo. Use interval ends instead.Jakob Stoklund Olesen2010-06-25
* Change if-conversion block size limit checks to add some flexibility.Evan Cheng2010-06-25
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-25
* 80-column and trailing whitespace cleanupJim Grosbach2010-06-25
* Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer2010-06-25
* DataTypes.h.cmake (MSVC): Protect some #define's and use specificOscar Fuentes2010-06-24
* Remove the now unused LiveIntervals::getVNInfoSourceReg().Jakob Stoklund Olesen2010-06-24
* Silence some unused variable warnings.Eric Christopher2010-06-24
* Remove the -fast-spill option.Jakob Stoklund Olesen2010-06-24
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-24
* Edit and clarify comments for TargetInstrInfo methods:Bob Wilson2010-06-24
* Add a comment about a thread safety issue in Statistic.h.Dan Gohman2010-06-24
* Add overloads for getFile and getFileOrSTDIN which take a const char *Dan Gohman2010-06-24
* Be more strict about subreg-to-subreg copies in CoalescerPair.Jakob Stoklund Olesen2010-06-24
* Reapply r106634, now that the bug it exposed is fixed.Dan Gohman2010-06-24
* Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...Jakob Stoklund Olesen2010-06-24
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-24
* Cosmetic change.Devang Patel2010-06-23
* minor enhancement to llvm::isFreeCall API: return CallInst; no functional changeGabor Greif2010-06-23
* Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner...Daniel Dunbar2010-06-23
* Some targets don't require the fencing MEMBARRIER instructions surroundingJim Grosbach2010-06-23