aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-29Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was...Evan Cheng
2011-11-29Enable some VST1 tests and add a few more.Jim Grosbach
2011-11-29ARM assembly parsing and encoding for three-register VST1.Jim Grosbach
2011-11-29Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen
2011-11-29Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no...Stepan Dyatkovskiy
2011-11-29Update the docs for some of the test-suite configure changes andEric Christopher
2011-11-29If fast-isel fails, remove dead instructions generated during the failed Chad Rosier
2011-11-29grammar.Rafael Espindola
2011-11-29comment.Andrew Trick
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29Add a link to Bill's blog post.Benjamin Kramer
2011-11-29Release notes for segmented stacks.Rafael Espindola
2011-11-29Fix a theoretical problem (not seen in the wild): if different instances of aDuncan Sands
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer
2011-11-29Fixed ObjectFile functions:Danil Malyshev
2011-11-29Fixed vsqrt.ss intrinsic usage - order of input operands was wrong.Elena Demikhovsky
2011-11-29Fix shuffle decoding for memory forms for (V)SHUFPS/D.Craig Topper
2011-11-29Fix 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-29lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too.NAKAMURA Takumi
2011-11-29Install llvmCore to /usr/local. <rdar://problem/10390708>Bob Wilson
2011-11-29Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper
2011-11-29Correctly mark VPERM2F128 as being an FP instruction and add execution domain...Craig Topper
2011-11-29MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling
2011-11-29SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.Andrew Trick
2011-11-29Make SCEV print <nsw><nuw> for Add/MulExpr.Andrew Trick
2011-11-29Filecheckize.Andrew Trick
2011-11-29Remove content that has been moved to Clang release notes.Peter Collingbourne
2011-11-29Fix grammar.Peter Collingbourne
2011-11-29On MachO, the pointer to the personality function should always be in theBill Wendling
2011-11-29build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar
2011-11-29Zap some completely ridiculous code. There's probably a miscompile here, but...Eli Friedman
2011-11-29Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach
2011-11-29Reenable this IndVars unit test.Andrew Trick
2011-11-29build: Update CMakeLists.txt.Daniel Dunbar
2011-11-29Add a link from the LLVM release notes to the Clang release notes.Chandler Carruth
2011-11-29edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar
2011-11-29edis: Don't do the target initialization in EDGetDisassembler, this is contraryDaniel Dunbar
2011-11-29llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar
2011-11-29build/Make: edis isn't built as a shared library anymore, remove related cruf...Daniel Dunbar
2011-11-29llvmbuild/CMake: Update CMake output fragment to include explicit libraryDaniel Dunbar
2011-11-28Expand the part about CFI a bit.Rafael Espindola
2011-11-28Add documentation for llvm-cov.Devang Patel
2011-11-28Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach
2011-11-28Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.Eli Friedman
2011-11-28Remove obsolete FIXME.Jim Grosbach
2011-11-28Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...Eli Friedman
2011-11-28Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng
2011-11-28Fix some possible gcc-4.2 may be used uninitialized warnings.Daniel Dunbar