aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-28Support a 'final' release candidate tag.Bill Wendling
2011-11-28Silence wrong warnings from GCC about variables possibly being usedDuncan Sands
2011-11-28Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...Craig Topper
2011-11-28Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson
2011-11-28test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.NAKAMURA Takumi
2011-11-28lit/TestRunner.py: Use RemoveForce().NAKAMURA Takumi
2011-11-28lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han...NAKAMURA Takumi
2011-11-28Add a blurb about the new ExecutionDepsFix pass.Jakob Stoklund Olesen
2011-11-28Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled.Craig Topper
2011-11-28configure, config.h.in: Regenerate.NAKAMURA Takumi
2011-11-28use llvm-config.h in public headerDylan Noblesmith
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-11-28update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith
2011-11-27Place the "cfg checksum" around a test. This was recently added in April 2011 toNick Lewycky
2011-11-27dwarf parsing stuff.Chris Lattner
2011-11-27first pass of writing complete!Chris Lattner
2011-11-27arm and carve out a place ot mention segmented stacks.Chris Lattner
2011-11-27Add a description of the status of segmented stacks.Rafael Espindola
2011-11-27optimize, mc, x86Chris Lattner
2011-11-27Merge detecting and handling for VSHUFPSY and VSHUFPDY since a lot of the cod...Craig Topper
2011-11-27some writing.Chris Lattner
2011-11-27fix some out-of-date attribution.Chris Lattner
2011-11-27distribute various bullets to different sections.Chris Lattner
2011-11-27Prevent rotating the blocks of a loop (and thus getting a backedge to beChandler Carruth
2011-11-27rewrite the known problems section. Including a short list of individual bug...Chris Lattner
2011-11-27move the detailed information about the EH rewrite to a comment, Bill isChris Lattner
2011-11-27tweak subprojects' sectionChris Lattner
2011-11-27some random notes.Chris Lattner
2011-11-27remove a test that is using old-style llvm.dbg intrinsics, apparently onlyChris Lattner
2011-11-27Take two on rotating the block ordering of loops. My previous attemptChandler Carruth
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth
2011-11-27Fix an impressive type-o / spell-o Duncan noticed.Chandler Carruth
2011-11-27Fixed ObjectFile functions:Danil Malyshev
2011-11-27Rework a bit of the implementation of loop block rotation to not rely soChandler Carruth
2011-11-27Eli managed to kill off llvm.membarrier in llvm 3.0 also, this meansChris Lattner
2011-11-27add some final random notes, I've completed my pass over all the commits.Chris Lattner
2011-11-27The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the Chris Lattner
2011-11-27remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner
2011-11-27add some notes.Chris Lattner
2011-11-27remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-11-27some notes.Chris Lattner
2011-11-27remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner
2011-11-27remove some old autoupgrade logicChris Lattner
2011-11-27remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner
2011-11-27remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner
2011-11-27add some notesChris Lattner
2011-11-27Add several new instructions supported by the latest MicroBlaze.Wesley Peck
2011-11-27Partially revert r145157 to quiet an unhappy buildbot.Bob Wilson
2011-11-27Optimize comparison against 0 in conditional instructions.Wesley Peck