summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* Rewrite how the indirect call bonus is handled. This now works by:Eric Christopher2011-02-05
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-04
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-04
* MC/AsmMatcher: Add support for custom conversion functions.Daniel Dunbar2011-02-04
* Introducing a new method of tracking register pressure. We can'tAndrew Trick2011-02-04
* Remove trailing whitespaceBob Wilson2011-02-03
* Edit a comment for consistency.Bob Wilson2011-02-03
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-03
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-03
* Reapply this.Eric Christopher2011-02-03
* Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher2011-02-03
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-03
* raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar2011-02-03
* Regenerate configure.Daniel Dunbar2011-02-03
* Defer SplitKit value mapping until all defs are available.Jakob Stoklund Olesen2011-02-03
* Add support to describe template value parameter in debug info.Devang Patel2011-02-02
* Add support to describe template parameter type in debug info.Devang Patel2011-02-02
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Fix reassociate to clear optional flags, such as nsw.Dan Gohman2011-02-02
* Given a pair of floating point load and store, if there are no other uses ofEvan Cheng2011-02-02
* Fix comment typo.Bob Wilson2011-02-02
* 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