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
2013-01-04
Revert revision: 171467. This transformation is incorrect and makes some test...
Nadav Rotem
2013-01-03
Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...
Elena Demikhovsky
2013-01-03
Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...
Michael Gottesman
2013-01-03
Changed two debug statements that state that a queue had finished being proce...
Michael Gottesman
2013-01-03
Added DEBUG message for ObjCARC when we zap a push/pop pair in ObjCARCAPElim:...
Michael Gottesman
2013-01-03
Added DEBUG message to ObjCARC when we transform objc_initWeak(p, null) => *p...
Michael Gottesman
2013-01-03
Added DEBUG message for ObjCARC when an inline asm marker is inserted for arc...
Michael Gottesman
2013-01-03
Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...
Craig Topper
2013-01-03
Better comment on VTTI::getShuffleCost
Hal Finkel
2013-01-03
Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...
NAKAMURA Takumi
2013-01-03
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-03
Revert everything to r171366 to try to fix the build.
Bill Wendling
2013-01-03
Reformat the rst text.
Nadav Rotem
2013-01-03
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
Add a default Index for VTTI::getShuffleCost
Hal Finkel
2013-01-03
LoopVectorizer: Test the unrolling flag.
Nadav Rotem
2013-01-03
LoopVectorizer: Document the unrolling feature.
Nadav Rotem
2013-01-03
Revert patch. Something snuck in there that shouldn't be.
Bill Wendling
2013-01-03
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-03
[Object] Temporarily disable these tests.
Michael J. Spencer
2013-01-03
[MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...
Michael J. Spencer
2013-01-03
LoopVectorizer: Add support for loop-unrolling during vectorization for incre...
Nadav Rotem
2013-01-03
Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.
Jakob Stoklund Olesen
2013-01-03
Make the type signature more strict.
Bill Wendling
2013-01-03
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.
Michael J. Spencer
2013-01-02
Avoid vectorization when the function has the "noimplicitflot" attribute.
Nadav Rotem
2013-01-02
Extend the dumping infrastructure to deal with additional
Eric Christopher
2013-01-02
An intermediate step in the Attributes rewrite.
Bill Wendling
2013-01-02
DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes
Tom Stellard
2013-01-02
Adds missing aliases for fcom and fcomp instructions without arguments.
Kevin Enderby
2013-01-02
Use a bool instead of a bitfield in llvm/ADT/Optional.
Argyrios Kyrtzidis
2013-01-02
Restrict __builtin_assume_aligned to gcc 4.7+
Michael J. Spencer
2013-01-02
[Support][Endian] Add support for specifying the alignment and native unalign...
Michael J. Spencer
2013-01-02
Don't #include stuff outside the include guards.
Argyrios Kyrtzidis
2013-01-02
- Add comment to two functions which might be considered as dead code.
Shuxin Yang
2013-01-02
AVX: Fix a bug in WidenMaskArithmetic.
Nadav Rotem
2013-01-02
AVX: Fix a bug in WidenMaskArithmetic.
Nadav Rotem
2013-01-02
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
Update the examples for the new header file locations.
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
Update the root Makefile for VMCore -> IR. Missed by my original search
Chandler Carruth
2013-01-02
Update the configure scripts as well as the makefiles for the move from
Chandler Carruth
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...
Craig Topper
2013-01-02
Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW.
Craig Topper
2013-01-02
docs: update docs/README.txt and make it useful.
Sean Silva
2013-01-02
Revert 171351. It broke MC/X86/x86-32-avx.s.
Rafael Espindola
[prev]
[next]