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
2011-11-29
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-11-29
Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was...
Evan Cheng
2011-11-29
Enable some VST1 tests and add a few more.
Jim Grosbach
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
Update the docs for some of the test-suite configure changes and
Eric Christopher
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-29
grammar.
Rafael Espindola
2011-11-29
comment.
Andrew Trick
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
Add a link to Bill's blog post.
Benjamin Kramer
2011-11-29
Release notes for segmented stacks.
Rafael Espindola
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
lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too.
NAKAMURA Takumi
2011-11-29
Install llvmCore to /usr/local. <rdar://problem/10390708>
Bob Wilson
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
Filecheckize.
Andrew Trick
2011-11-29
Remove content that has been moved to Clang release notes.
Peter Collingbourne
2011-11-29
Fix grammar.
Peter Collingbourne
2011-11-29
On MachO, the pointer to the personality function should always be in the
Bill Wendling
2011-11-29
build/cmake: Switch to using llvm-build computed dependencies.
Daniel Dunbar
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
Reenable this IndVars unit test.
Andrew Trick
2011-11-29
build: Update CMakeLists.txt.
Daniel Dunbar
2011-11-29
Add a link from the LLVM release notes to the Clang release notes.
Chandler Carruth
2011-11-29
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
2011-11-29
edis: Don't do the target initialization in EDGetDisassembler, this is contrary
Daniel Dunbar
2011-11-29
llvm-c: Add a few missing InitializeAll* functions.
Daniel Dunbar
2011-11-29
build/Make: edis isn't built as a shared library anymore, remove related cruf...
Daniel Dunbar
2011-11-29
llvmbuild/CMake: Update CMake output fragment to include explicit library
Daniel Dunbar
2011-11-28
Expand the part about CFI a bit.
Rafael Espindola
2011-11-28
Add documentation for llvm-cov.
Devang Patel
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
[next]