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-09
Teach instsimplify some tricks about exact/nuw/nsw shifts.
Chris Lattner
2011-02-09
Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/Exact
Chris Lattner
2011-02-09
enrich folder interfaces around exactness.
Chris Lattner
2011-02-09
refactor ConstantExpr interfaces a bit around "exactness".
Chris Lattner
2011-02-09
Add intrinsic for setc instruction on the XCore.
Richard Osborne
2011-02-09
lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...
NAKAMURA Takumi
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...
Jakob Stoklund Olesen
2011-02-08
Add LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-02-07
Implement support for custom target specific asm parsing of operands.
Bruno Cardoso Lopes
2011-02-07
implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
Chris Lattner
2011-02-07
Add an m_Div pattern for matching either a udiv or an sdiv and use it
Duncan Sands
2011-02-07
Add IRBuilder methods for creating an exact udiv, like for exact sdiv.
Duncan Sands
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
[next]