summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* This is #included by .c files. Remove C++-style comments.Bill Wendling2011-01-29
* Move InstCombine's knowledge of fdiv to SimplifyInstruction().Frits van Bommel2011-01-29
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-29
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-29
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-29
* Implementation of path profiling.Andrew Trick2011-01-29
* My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPECDuncan Sands2011-01-28
* Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!Nick Lewycky2011-01-28
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-27
* Add DenseSet::resize for API parity with DenseMap::resize.Nick Lewycky2011-01-27
* Simplify User::operator delete().Jay Foad2011-01-26
* Temporarily revert 124275 to see if it brings the dragonegg buildbot back.Eric Christopher2011-01-26
* [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides aDavid Greene2011-01-26
* [AVX] Support EXTRACT_SUBVECTOR on x86. This provides a defaultDavid Greene2011-01-26
* Separate out the constant bonus from the size reduction metrics. ReworkEric Christopher2011-01-26
* Provide an interface to transfer SDDbgValue from one SDNode to another.Devang Patel2011-01-25
* [AVX] Fix a typo in the extract subvector type constraints to specifyDavid Greene2011-01-25
* [AVX] Add TableGen classes for vector/subvector type constraints.David Greene2011-01-25
* Avoid compiler errors when this header file is included first, by addingJay Foad2011-01-25
* According to my auto-simplifier the most common missed simplifications inDuncan Sands2011-01-25
* Perhaps a bit too much vertical whitespace.Eric Christopher2011-01-24
* Give GetUnderlyingObject a TargetData, to keep it in syncDan Gohman2011-01-24
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Convert a std::vector to a SmallVector for another 5.4% speedup on domtree.Cameron Zwarich2011-01-23
* In the simpler version of the link-eval data structure that we use in dominatorCameron Zwarich2011-01-23
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Remove useless struct fields.Cameron Zwarich2011-01-23
* Remove friend declaration for removed function.Cameron Zwarich2011-01-23
* Remove more duplicated code.Rafael Espindola2011-01-23
* Convert a std::vector to a SmallVector.Cameron Zwarich2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Simplify some code now that we've removed the more optimal (but slower) versionCameron Zwarich2011-01-23
* Remove dead ivar.Benjamin Kramer2011-01-22
* add DW_TAG for rvalue refs.Chris Lattner2011-01-22
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-21
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-21
* Sorry, several patches in one.Evan Cheng2011-01-20
* Object: Add ELF support.Michael J. Spencer2011-01-20
* 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