index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2011-02-06
enhance vmcore to know that udiv's can be exact, and add a trivial
Chris Lattner
2011-02-05
Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.
NAKAMURA Takumi
2011-02-05
Rewrite how the indirect call bonus is handled. This now works by:
Eric Christopher
2011-02-04
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
Jason W Kim
2011-02-04
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-02-04
MC/AsmMatcher: Add support for custom conversion functions.
Daniel Dunbar
2011-02-04
Introducing a new method of tracking register pressure. We can't
Andrew Trick
2011-02-03
Remove trailing whitespace
Bob Wilson
2011-02-03
Edit a comment for consistency.
Bob Wilson
2011-02-03
Moved to Clang's source tree its configuration options and associated
Oscar Fuentes
2011-02-03
Add XCore intrinsics for resource instructions.
Richard Osborne
2011-02-03
Reapply this.
Eric Christopher
2011-02-03
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
Platform tests for `sys/uio.h' header and `writev' function.
Oscar Fuentes
2011-02-03
raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).
Daniel Dunbar
2011-02-03
Regenerate configure.
Daniel Dunbar
2011-02-03
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-02
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
Remove NoVendor and NoOS, added in commit 123990, from Triple. While it
Duncan Sands
2011-02-02
Fix reassociate to clear optional flags, such as nsw.
Dan Gohman
2011-02-02
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-02
Fix comment typo.
Bob Wilson
2011-02-01
Make SwitchInst::removeCase() more efficient.
Jay Foad
2011-02-01
Add a m_Undef pattern for convenience. This is so that code that uses
Duncan Sands
2011-02-01
Add a m_SignBit pattern for convenience.
Duncan Sands
2011-02-01
Have m_One also match constant vectors for which every element is 1.
Duncan Sands
2011-02-01
Reapply 124275 since the Dragonegg failure was unreproducible.
Eric Christopher
2011-02-01
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
Adds some platform checks to cmake/config-ix.cmake and fixes checking
Oscar Fuentes
2011-01-31
CMake: Fix a few definition to suppress warnings.
NAKAMURA Takumi
2011-01-29
This is #included by .c files. Remove C++-style comments.
Bill Wendling
2011-01-29
Move InstCombine's knowledge of fdiv to SimplifyInstruction().
Frits van Bommel
2011-01-29
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
Implementation of path profiling.
Andrew Trick
2011-01-28
My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPEC
Duncan Sands
2011-01-28
Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-27
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
Add DenseSet::resize for API parity with DenseMap::resize.
Nick Lewycky
2011-01-26
Simplify User::operator delete().
Jay Foad
2011-01-26
Temporarily revert 124275 to see if it brings the dragonegg buildbot back.
Eric Christopher
2011-01-26
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-26
Separate out the constant bonus from the size reduction metrics. Rework
Eric Christopher
2011-01-25
Provide an interface to transfer SDDbgValue from one SDNode to another.
Devang Patel
2011-01-25
[AVX] Fix a typo in the extract subvector type constraints to specify
David Greene
[next]