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
Age
Commit message (
Expand
)
Author
2012-10-13
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-13
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-13
Speculatively harden the conversion logic. I have no idea if this will
Chandler Carruth
2012-10-13
X86: Promote i8 cmov when both operands are coming from truncates of the same...
Benjamin Kramer
2012-10-13
Silence a warning in -assert builds.
Chandler Carruth
2012-10-13
Clean up how we rewrite loads and stores to the whole alloca. When these
Chandler Carruth
2012-10-13
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-12
Check section type rather than assuming it's code when emitting sections whil...
Andrew Kaylor
2012-10-12
ARM: tail-call inside a function where part of a byval argument is on caller's
Manman Ren
2012-10-12
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
2012-10-12
Fix buildbots: -misched=shuffle is only available in +Asserts builds.
Jakob Stoklund Olesen
2012-10-12
ARM: Mark VSELECT as 'expand'.
Jim Grosbach
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
[ms-inline asm] Add a few data members and member functions to the
Chad Rosier
2012-10-12
Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905>
Bob Wilson
2012-10-12
Correcting enum values mentioned in comments.
Andrew Kaylor
2012-10-12
Use a transposed algorithm for handleMove().
Jakob Stoklund Olesen
2012-10-12
Add bitcode instruction encoding documentation for module version
Jan Wen Voung
2012-10-12
Fix coalescing with IMPLICIT_DEF values.
Jakob Stoklund Olesen
2012-10-12
Change (!list.size() == 0) to (!list.empty()). No functional change.
Richard Trieu
2012-10-12
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-12
llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp...
NAKAMURA Takumi
2012-10-12
Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCAST
Ulrich Weigand
2012-10-12
ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was upd...
NAKAMURA Takumi
2012-10-12
ExceptionDemo.cpp: Whitespace.
NAKAMURA Takumi
2012-10-12
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
Add float-abi and softfloat options to lli
Tim Northover
2012-10-12
JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!
NAKAMURA Takumi
2012-10-12
Shuffle the virtual destructor down to the base. This should actually pacify
Nick Lewycky
2012-10-12
Give this class full of virtual functions a virtual destructor. Classes love
Nick Lewycky
2012-10-12
Indenting.
Eric Christopher
2012-10-12
fix warning
Sebastian Pop
2012-10-12
Div, Rem int/unsigned int
Reed Kotler
2012-10-12
docs: Update example to conform to coding standards.
Sean Silva
2012-10-12
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...
NAKAMURA Takumi
2012-10-12
docs: Minor clean up of Phabricator documentation.
Sean Silva
2012-10-12
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-12
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
We need this symbol after an LTO build.
Bill Wendling
2012-10-12
docs: Add SphinxQuickstartTemplate.rst.
Sean Silva
2012-10-11
docs: Improve HowToSetUpLLVMStyleRTTI.
Sean Silva
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
docs: Update HowToSetUpLLVMStyleRTTI.
Sean Silva
2012-10-11
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
2012-10-11
Remove buggy classof().
Sean Silva
2012-10-11
PGO: create metadata for switch only if it has more than one targets.
Manman Ren
[next]