Age | Commit message (Expand) | Author |
2011-11-28 | Support a 'final' release candidate tag. | Bill Wendling |
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 | Add an optional separate install prefix for internal components. rdar://10217046 | Bob Wilson |
2011-11-28 | test/lit.cfg: Enable the feature 'asserts' to check output of llc -version. | NAKAMURA Takumi |
2011-11-28 | lit/TestRunner.py: Use RemoveForce(). | NAKAMURA Takumi |
2011-11-28 | lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han... | NAKAMURA Takumi |
2011-11-28 | Add a blurb about the new ExecutionDepsFix pass. | Jakob Stoklund Olesen |
2011-11-28 | Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled. | Craig Topper |
2011-11-28 | configure, config.h.in: Regenerate. | NAKAMURA Takumi |
2011-11-28 | use llvm-config.h in public header | Dylan Noblesmith |
2011-11-28 | rename ENABLE_THREADS to LLVM_ENABLE_THREADS | Dylan Noblesmith |
2011-11-28 | update description of LLVM_DEFAULT_TARGET_TRIPLE | 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 | dwarf parsing stuff. | Chris Lattner |
2011-11-27 | first pass of writing complete! | Chris Lattner |
2011-11-27 | arm and carve out a place ot mention segmented stacks. | Chris Lattner |
2011-11-27 | Add a description of the status of segmented stacks. | Rafael Espindola |
2011-11-27 | optimize, mc, x86 | Chris Lattner |
2011-11-27 | Merge detecting and handling for VSHUFPSY and VSHUFPDY since a lot of the cod... | Craig Topper |
2011-11-27 | some writing. | Chris Lattner |
2011-11-27 | fix some out-of-date attribution. | Chris Lattner |
2011-11-27 | distribute various bullets to different sections. | Chris Lattner |
2011-11-27 | Prevent rotating the blocks of a loop (and thus getting a backedge to be | Chandler Carruth |
2011-11-27 | rewrite the known problems section. Including a short list of individual bug... | Chris Lattner |
2011-11-27 | move the detailed information about the EH rewrite to a comment, Bill is | Chris Lattner |
2011-11-27 | tweak subprojects' section | Chris Lattner |
2011-11-27 | some random notes. | Chris Lattner |
2011-11-27 | remove a test that is using old-style llvm.dbg intrinsics, apparently only | Chris Lattner |
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 |
2011-11-27 | add some final random notes, I've completed my pass over all the commits. | Chris Lattner |
2011-11-27 | The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the | Chris Lattner |
2011-11-27 | remove autoupgrade support for old forms of llvm.prefetch and the old | Chris Lattner |
2011-11-27 | add some notes. | Chris Lattner |
2011-11-27 | remove asmparsing and documentation support for "volatile load", which was on... | Chris Lattner |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
2011-11-27 | some notes. | Chris Lattner |
2011-11-27 | remove autoupgrade support for really old-style debug info intrinsics. | Chris Lattner |
2011-11-27 | remove some old autoupgrade logic | Chris Lattner |
2011-11-27 | remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports | Chris Lattner |
2011-11-27 | remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b... | Chris Lattner |
2011-11-27 | add some notes | Chris Lattner |
2011-11-27 | Add several new instructions supported by the latest MicroBlaze. | Wesley Peck |
2011-11-27 | Partially revert r145157 to quiet an unhappy buildbot. | Bob Wilson |
2011-11-27 | Optimize comparison against 0 in conditional instructions. | Wesley Peck |