oota-llvm.git
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-29 Elena DemikhovskyFixed vsqrt.ss intrinsic usage - order of input operand...
2011-11-29 Craig TopperFix shuffle decoding for memory forms for (V)SHUFPS/D.
2011-11-29 Craig TopperFix issues in shuffle decoding around VPERM* instructio...
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-29 NAKAMURA Takumilit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND...
2011-11-29 Bob WilsonInstall llvmCore to /usr/local. <rdar://problem/10390708>
2011-11-29 Craig TopperFix VINSERTF128/VEXTRACTF128 to be marked as FP instruc...
2011-11-29 Craig TopperCorrectly mark VPERM2F128 as being an FP instruction...
2011-11-29 Bill WendlingMachO doesn't support the protected visibility. Don...
2011-11-29 Andrew TrickSCEV fix. In general, Add/Mul expressions should not...
2011-11-29 Andrew TrickMake SCEV print <nsw><nuw> for Add/MulExpr.
2011-11-29 Andrew TrickFilecheckize.
2011-11-29 Peter CollingbourneRemove content that has been moved to Clang release...
2011-11-29 Peter CollingbourneFix grammar.
2011-11-29 Bill WendlingOn MachO, the pointer to the personality function shoul...
2011-11-29 Daniel Dunbarbuild/cmake: Switch to using llvm-build computed depend...
2011-11-29 Eli FriedmanZap some completely ridiculous code. There's probably...
2011-11-29 Jim GrosbachBetter fix for ARM MOVT relocation encoding of thumb...
2011-11-29 Andrew TrickReenable this IndVars unit test.
2011-11-29 Daniel Dunbarbuild: Update CMakeLists.txt.
2011-11-29 Chandler CarruthAdd a link from the LLVM release notes to the Clang...
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-29 Daniel Dunbaredis: Don't do the target initialization in EDGetDisass...
2011-11-29 Daniel Dunbarllvm-c: Add a few missing InitializeAll* functions.
2011-11-29 Daniel Dunbarbuild/Make: edis isn't built as a shared library anymor...
2011-11-29 Daniel Dunbarllvmbuild/CMake: Update CMake output fragment to includ...
2011-11-28 Rafael EspindolaExpand the part about CFI a bit.
2011-11-28 Devang PatelAdd documentation for llvm-cov.
2011-11-28 Jim GrosbachThumb2 only force the fixup thumb bit for data relocations.
2011-11-28 Eli FriedmanAdd a missing safety check to ProcessUGT_ADDCST_ADD...
2011-11-28 Jim GrosbachRemove obsolete FIXME.
2011-11-28 Eli FriedmanMake SelectionDAG::InferPtrAlignment use llvm::ComputeM...
2011-11-28 Evan ChengRevert r145273 and fix in SelectionDAG::InferPtrAlignme...
2011-11-28 Daniel DunbarFix some possible gcc-4.2 may be used uninitialized...
2011-11-28 Nick LewyckyDon't define these unless we plan to use them.
2011-11-28 Joe AbbeyMerging two bullet points into one
2011-11-28 Evan ChengDAG combine should not increase alignment of loads...
2011-11-28 Evan ChengAdd missing avx pattern.
2011-11-28 Peter CollingbourneAdd OpenCL blurb to release notes.
2011-11-28 Chad Rosier80-column.
2011-11-28 Bill WendlingRemove dead llvm.eh.sjlj.dispatchsetup intrinsic.
2011-11-28 Andrew TrickRemove the temporary flag -disable-unroll-scev and...
2011-11-28 Eli FriedmanAdd back a line I deleted by accident in r145141. ...
2011-11-28 Michael J.... Add object file related release notes.
2011-11-28 Jakob Stoklund... Explain what ExeDepsFix does.
2011-11-28 Rafael EspindolaFix spelling/grammar errors found by Duncan.
2011-11-28 Benjamin KramerHandle more cases in APInt::getLowBitsSet's fast path.
2011-11-28 Bill WendlingSupport a 'final' release candidate tag.
2011-11-28 Duncan SandsSilence wrong warnings from GCC about variables possibl...
2011-11-28 Craig TopperAdd X86 instruction selection for VPERM2I128 when AVX2...
2011-11-28 Bob WilsonAdd an optional separate install prefix for internal...
2011-11-28 NAKAMURA Takumitest/lit.cfg: Enable the feature 'asserts' to check...
2011-11-28 NAKAMURA Takumilit/TestRunner.py: Use RemoveForce().
2011-11-28 NAKAMURA Takumilit/TestRunner.py: [Win32] Introduce WinWaitReleased...
2011-11-28 Jakob Stoklund... Add a blurb about the new ExecutionDepsFix pass.
2011-11-28 Craig TopperMake isCommutedVSHUFP more like the way isCommutedSHUFP...
2011-11-28 NAKAMURA Takumiconfigure, config.h.in: Regenerate.
2011-11-28 Dylan Noblesmithuse llvm-config.h in public header
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-28 Dylan Noblesmithupdate description of LLVM_DEFAULT_TARGET_TRIPLE
2011-11-27 Nick LewyckyPlace the "cfg checksum" around a test. This was recent...
2011-11-27 Chris Lattnerdwarf parsing stuff.
2011-11-27 Chris Lattnerfirst pass of writing complete!
2011-11-27 Chris Lattnerarm and carve out a place ot mention segmented stacks.
2011-11-27 Rafael EspindolaAdd a description of the status of segmented stacks.
2011-11-27 Chris Lattneroptimize, mc, x86
2011-11-27 Craig TopperMerge detecting and handling for VSHUFPSY and VSHUFPDY...
2011-11-27 Chris Lattnersome writing.
2011-11-27 Chris Lattnerfix some out-of-date attribution.
2011-11-27 Chris Lattnerdistribute various bullets to different sections.
2011-11-27 Chandler CarruthPrevent rotating the blocks of a loop (and thus getting...
2011-11-27 Chris Lattnerrewrite the known problems section. Including a short...
2011-11-27 Chris Lattnermove the detailed information about the EH rewrite...
2011-11-27 Chris Lattnertweak subprojects' section
2011-11-27 Chris Lattnersome random notes.
2011-11-27 Chris Lattnerremove a test that is using old-style llvm.dbg intrinsi...
2011-11-27 Chandler CarruthTake two on rotating the block ordering of loops. My...
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Chandler CarruthFix an impressive type-o / spell-o Duncan noticed.
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRework a bit of the implementation of loop block rotati...
2011-11-27 Chris LattnerEli managed to kill off llvm.membarrier in llvm 3.0...
2011-11-27 Chris Lattneradd some final random notes, I've completed my pass...
2011-11-27 Chris LattnerThe llvm.atomic intrinsics *were* removed in LLVM 3...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris Lattneradd some notes.
2011-11-27 Chris Lattnerremove asmparsing and documentation support for "volati...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-27 Chris Lattnersome notes.
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-27 Chris Lattneradd some notes
2011-11-27 Wesley PeckAdd several new instructions supported by the latest...
2011-11-27 Bob WilsonPartially revert r145157 to quiet an unhappy buildbot.
2011-11-27 Wesley PeckOptimize comparison against 0 in conditional instructions.
2011-11-27 Chandler CarruthIntroduce a loop block rotation optimization to the...
2011-11-27 Bob WilsonMerge the install-clang-c target into install-clang...
next