aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-023-3/+16
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-022-22/+15
* Remove an unused enum.Dan Gohman2010-07-021-21/+0
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-1/+2
* Handle unindexed instructions in SlotIndices.Jakob Stoklund Olesen2010-07-021-7/+12
* Rematerialize as much as possible before inserting spills and reloads.Jakob Stoklund Olesen2010-07-021-0/+6
* back out r107480, it was just testing the waters anyway...Gabor Greif2010-07-021-21/+1
* [test commit, just to tickle the selfhost buildbots; I'll back out in a few m...Gabor Greif2010-07-021-1/+21
* Comment a non-obvious member variable.Dan Gohman2010-07-021-0/+2
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-012-5/+15
* evil hack to coerce external users (projects)Gabor Greif2010-07-011-0/+11
* MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar2010-07-011-1/+0
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-1/+4
* Remove stray comma.Daniel Dunbar2010-07-011-1/+1
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-012-50/+185
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-012-0/+6
* back out r107396 for now, it needs another minor change to function as advert...Gabor Greif2010-07-011-7/+0
* evil hack to coerce external users (projects)Gabor Greif2010-07-011-0/+7
* reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make...Gabor Greif2010-07-011-1/+3
* Teach fast-isel to avoid loading a value from memory when it's alreadyDan Gohman2010-07-011-0/+2
* Trailing whitespace.Mikhail Glushenkov2010-07-015-168/+168
* Rename NextPowerOfTwo to RoundUpToPowerOfTwo.Duncan Sands2010-06-301-10/+10
* Clarify that the NextPowerOfTwo template is idempotent.Duncan Sands2010-06-301-1/+1
* Rather than giving SmallPtrSetImpl a member field SmallArray which is magicallyDuncan Sands2010-06-301-12/+14
* Begin implementation of an inline spiller.Jakob Stoklund Olesen2010-06-291-1/+12
* Revert r107205 and r107207.Bill Wendling2010-06-296-24/+9
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-296-9/+24
* Fix a buffer overflow noticed by gcc-4.6: zero is written intoDuncan Sands2010-06-291-1/+1
* NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a powerDuncan Sands2010-06-291-3/+2
* give PATypeHolder an explicit copy ctor which initializes the type pointer,Chris Lattner2010-06-292-4/+5
* minor cosmeticsGabor Greif2010-06-291-1/+1
* use ArgOffset constant to prepare for operand rotationGabor Greif2010-06-291-4/+4
* use ArgOperand APIGabor Greif2010-06-291-31/+31
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-291-1/+2
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-292-3/+11
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-282-0/+26
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-281-4/+0
* Generalize AAEval so that it can be used both per-function andDan Gohman2010-06-281-0/+7
* extend ArgOperand interface: setArgOperandGabor Greif2010-06-281-1/+4
* add some named accessors for StoreInstChris Lattner2010-06-261-0/+3
* fit in 80 colsChris Lattner2010-06-261-2/+2
* When splitting a VAARG, remember its alignment.Rafael Espindola2010-06-262-3/+4
* VNInfos don't need to be destructed anymore.Benjamin Kramer2010-06-261-5/+5
* Don't track kills in VNInfo. Use interval ends instead.Jakob Stoklund Olesen2010-06-251-66/+17
* Change if-conversion block size limit checks to add some flexibility.Evan Cheng2010-06-252-34/+25
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-251-7/+2
* 80-column and trailing whitespace cleanupJim Grosbach2010-06-251-13/+14
* Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer2010-06-251-9/+6
* DataTypes.h.cmake (MSVC): Protect some #define's and use specificOscar Fuentes2010-06-241-17/+35
* Remove the now unused LiveIntervals::getVNInfoSourceReg().Jakob Stoklund Olesen2010-06-241-4/+0