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
/
lib
Age
Commit message (
Expand
)
Author
2011-11-29
Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was...
Evan Cheng
2011-11-29
ARM assembly parsing and encoding for three-register VST1.
Jim Grosbach
2011-11-29
Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
Jakob Stoklund Olesen
2011-11-29
Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no...
Stepan Dyatkovskiy
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
comment.
Andrew Trick
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
Fix a theoretical problem (not seen in the wild): if different instances of a
Duncan Sands
2011-11-29
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
Fixed vsqrt.ss intrinsic usage - order of input operands was wrong.
Elena Demikhovsky
2011-11-29
Fix shuffle decoding for memory forms for (V)SHUFPS/D.
Craig Topper
2011-11-29
Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...
Craig Topper
2011-11-29
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
2011-11-29
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...
Craig Topper
2011-11-29
Correctly mark VPERM2F128 as being an FP instruction and add execution domain...
Craig Topper
2011-11-29
MachO doesn't support the protected visibility. Don't default to 'global' her...
Bill Wendling
2011-11-29
SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.
Andrew Trick
2011-11-29
Make SCEV print <nsw><nuw> for Add/MulExpr.
Andrew Trick
2011-11-29
On MachO, the pointer to the personality function should always be in the
Bill Wendling
2011-11-29
Zap some completely ridiculous code. There's probably a miscompile here, but...
Eli Friedman
2011-11-29
Better fix for ARM MOVT relocation encoding of thumb bit.
Jim Grosbach
2011-11-29
build: Update CMakeLists.txt.
Daniel Dunbar
2011-11-29
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
2011-11-28
Thumb2 only force the fixup thumb bit for data relocations.
Jim Grosbach
2011-11-28
Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.
Eli Friedman
2011-11-28
Remove obsolete FIXME.
Jim Grosbach
2011-11-28
Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...
Eli Friedman
2011-11-28
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Evan Cheng
2011-11-28
Fix some possible gcc-4.2 may be used uninitialized warnings.
Daniel Dunbar
2011-11-28
Don't define these unless we plan to use them.
Nick Lewycky
2011-11-28
DAG combine should not increase alignment of loads / stores with alignment less
Evan Cheng
2011-11-28
Add missing avx pattern.
Evan Cheng
2011-11-28
80-column.
Chad Rosier
2011-11-28
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-28
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-28
Add back a line I deleted by accident in r145141. Fixes uninitialized variab...
Eli Friedman
2011-11-28
Silence wrong warnings from GCC about variables possibly being used
Duncan Sands
2011-11-28
Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...
Craig Topper
2011-11-28
Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled.
Craig Topper
2011-11-28
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-27
Place the "cfg checksum" around a test. This was recently added in April 2011 to
Nick Lewycky
2011-11-27
Merge detecting and handling for VSHUFPSY and VSHUFPDY since a lot of the cod...
Craig Topper
2011-11-27
Prevent rotating the blocks of a loop (and thus getting a backedge to be
Chandler Carruth
2011-11-27
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
Fix an impressive type-o / spell-o Duncan noticed.
Chandler Carruth
2011-11-27
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
Eli managed to kill off llvm.membarrier in llvm 3.0 also, this means
Chris Lattner
[next]