summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove an unnecessary #include.Cameron Zwarich2011-01-20
* There is no point in verifying an analysis that is never updated.Cameron Zwarich2011-01-18
* Remove some now-unused DominanceFrontier methods.Cameron Zwarich2011-01-18
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-18
* Trailing whitespace.Jim Grosbach2011-01-17
* Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich2011-01-17
* Revert rr123550. It causes clang build failure on darwin9.Devang Patel2011-01-17
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-17
* Remove useless Tag enumeration.Jay Foad2011-01-17
* Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich2011-01-17
* Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich2011-01-17
* UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T...Michael J. Spencer2011-01-16
* Simplify the construction and destruction of Uses. SimplifyJay Foad2011-01-16
* Remove unnecessary specialization OperandTraits<User>.Jay Foad2011-01-16
* Move the implementation of the User class into a new source file,Jay Foad2011-01-16
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer2011-01-16
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-16
* Archive: Fix spelling.Michael J. Spencer2011-01-15
* Archive: Replace all internal uses of PathV1 with PathV2. The external API st...Michael J. Spencer2011-01-15
* Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext...Michael J. Spencer2011-01-15
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-15
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-15
* Make config.h.cmake similar to config.h.inOscar Fuentes2011-01-15
* Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this savesNick Lewycky2011-01-15
* fix typoChris Lattner2011-01-15
* Fix m_Not and m_Neg to not match random ConstantInt's. BeforeChris Lattner2011-01-15
* Generalize LoadAndStorePromoter a bit and switch LICMChris Lattner2011-01-15
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-14
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-14
* Add a new LoadAndStorePromoter class, which implements the generalChris Lattner2011-01-14
* OperandTraits<>::Layout isn't used for anything. Remove it.Jay Foad2011-01-14
* Reorder macros on config.h.cmake to easily compare it againstOscar Fuentes2011-01-14
* switch the second scalarrepl pass to use SSAUpdater. We run two scalarrepl p...Chris Lattner2011-01-14
* split SROA into two passes: one that uses DomFrontiers (-scalarrepl) Chris Lattner2011-01-14
* Remove casts between Value** and Constant**, which won't work if aJay Foad2011-01-14
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-14
* Rather than doing early instcombine, try doing early CSE instead. This shoul...Owen Anderson2011-01-14
* Move some shift transforms out of instcombine and into InstructionSimplify.Duncan Sands2011-01-14
* Don't bother conditionalizing the use of SROA in -O1 mode. We're already run...Owen Anderson2011-01-14
* Add single entry / single exit accessors.Tobias Grosser2011-01-13
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Add some platform tests.Oscar Fuentes2011-01-13
* Platform tests for argz_* functions.Oscar Fuentes2011-01-13
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer2011-01-12
* Annotate VirtRegRewriter debug output with slot indexes.Jakob Stoklund Olesen2011-01-12
* Assert if anybody tries to put a slot index on a DBG_VALUE instruction.Jakob Stoklund Olesen2011-01-12
* Put the Dominator improvements back in. They were not the cause of bootstrap ...Jakob Stoklund Olesen2011-01-11
* Speculatively revert the recent improvements to Dominators.h in an attempt to...Jakob Stoklund Olesen2011-01-11
* some comment improvements.Chris Lattner2011-01-11