summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-29
* edis: Don't do the target initialization in EDGetDisassembler, this is contraryDaniel Dunbar2011-11-29
* llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar2011-11-29
* build/Make: edis isn't built as a shared library anymore, remove related cruf...Daniel Dunbar2011-11-29
* llvmbuild/CMake: Update CMake output fragment to include explicit libraryDaniel Dunbar2011-11-29
* Expand the part about CFI a bit.Rafael Espindola2011-11-28
* Add documentation for llvm-cov.Devang Patel2011-11-28
* Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach2011-11-28
* Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.Eli Friedman2011-11-28
* Remove obsolete FIXME.Jim Grosbach2011-11-28
* Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...Eli Friedman2011-11-28
* Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng2011-11-28
* Fix some possible gcc-4.2 may be used uninitialized warnings.Daniel Dunbar2011-11-28
* Don't define these unless we plan to use them.Nick Lewycky2011-11-28
* Merging two bullet points into oneJoe Abbey2011-11-28
* DAG combine should not increase alignment of loads / stores with alignment lessEvan Cheng2011-11-28
* Add missing avx pattern.Evan Cheng2011-11-28
* Add OpenCL blurb to release notes.Peter Collingbourne2011-11-28
* 80-column.Chad Rosier2011-11-28
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-28
* Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick2011-11-28
* Add back a line I deleted by accident in r145141. Fixes uninitialized variab...Eli Friedman2011-11-28
* Add object file related release notes.Michael J. Spencer2011-11-28
* Explain what ExeDepsFix does.Jakob Stoklund Olesen2011-11-28
* Fix spelling/grammar errors found by Duncan.Rafael Espindola2011-11-28
* Handle more cases in APInt::getLowBitsSet's fast path.Benjamin Kramer2011-11-28
* Support a 'final' release candidate tag.Bill Wendling2011-11-28
* Silence wrong warnings from GCC about variables possibly being usedDuncan Sands2011-11-28
* Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...Craig Topper2011-11-28
* Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson2011-11-28
* test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.NAKAMURA Takumi2011-11-28
* lit/TestRunner.py: Use RemoveForce().NAKAMURA Takumi2011-11-28
* lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han...NAKAMURA Takumi2011-11-28
* Add a blurb about the new ExecutionDepsFix pass.Jakob Stoklund Olesen2011-11-28
* Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled.Craig Topper2011-11-28
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-28
* use llvm-config.h in public headerDylan Noblesmith2011-11-28
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-28
* update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith2011-11-28
* Place the "cfg checksum" around a test. This was recently added in April 2011 toNick Lewycky2011-11-27
* dwarf parsing stuff.Chris Lattner2011-11-27
* first pass of writing complete!Chris Lattner2011-11-27
* arm and carve out a place ot mention segmented stacks.Chris Lattner2011-11-27
* Add a description of the status of segmented stacks.Rafael Espindola2011-11-27
* optimize, mc, x86Chris Lattner2011-11-27
* Merge detecting and handling for VSHUFPSY and VSHUFPDY since a lot of the cod...Craig Topper2011-11-27
* some writing.Chris Lattner2011-11-27
* fix some out-of-date attribution.Chris Lattner2011-11-27
* distribute various bullets to different sections.Chris Lattner2011-11-27
* Prevent rotating the blocks of a loop (and thus getting a backedge to beChandler Carruth2011-11-27