summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* remove trailing whitespaceJim Grosbach2010-06-23
* Replace ScalarEvolution's private copy of getLoopPredecessorDan Gohman2010-06-22
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-22
* Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks outDan Gohman2010-06-22
* Split out the code for finding a unique loop predecessor fromDan Gohman2010-06-22
* Add a comment explaining a non-obvious API.Dan Gohman2010-06-22
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-22
* Tail merging pass shall not break up IT blocks. rdar://8115404Evan Cheng2010-06-22
* Remove isTwoAddress from llvm.Eric Christopher2010-06-21
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-21
* make the Value constructor protected.Chris Lattner2010-06-21
* Factor out duplicated code for reusing and inserting casts intoDan Gohman2010-06-19
* Teach regular and fast isel to set dead flags on unused implicit defsDan Gohman2010-06-18
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set)Jim Grosbach2010-06-18
* Add Expand-to-libcall support for additional atomics. This covers the usualJim Grosbach2010-06-18
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-18
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-18
* Add explicit keywords.Dan Gohman2010-06-18