summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Make SwitchInst::removeCase() more efficient.Jay Foad2011-02-01
* Add a m_Undef pattern for convenience. This is so that code that usesDuncan Sands2011-02-01
* Add a m_SignBit pattern for convenience.Duncan Sands2011-02-01
* Have m_One also match constant vectors for which every element is 1.Duncan Sands2011-02-01
* Reapply 124275 since the Dragonegg failure was unreproducible.Eric Christopher2011-02-01
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-01
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-31
* Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes2011-01-31
* CMake: Fix a few definition to suppress warnings.NAKAMURA Takumi2011-01-31
* 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