aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.Andrew Trick2011-11-293-11/+33
* Make SCEV print <nsw><nuw> for Add/MulExpr.Andrew Trick2011-11-291-0/+8
* Filecheckize.Andrew Trick2011-11-291-1/+2
* Remove content that has been moved to Clang release notes.Peter Collingbourne2011-11-291-10/+3
* Fix grammar.Peter Collingbourne2011-11-291-1/+1
* On MachO, the pointer to the personality function should always be in theBill Wendling2011-11-291-3/+1
* build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar2011-11-293-9/+11
* Zap some completely ridiculous code. There's probably a miscompile here, but...Eli Friedman2011-11-291-1/+1
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-292-9/+16
* Reenable this IndVars unit test.Andrew Trick2011-11-291-4/+1
* build: Update CMakeLists.txt.Daniel Dunbar2011-11-291-0/+1
* Add a link from the LLVM release notes to the Clang release notes.Chandler Carruth2011-11-291-2/+4
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-295-66/+4
* edis: Don't do the target initialization in EDGetDisassembler, this is contraryDaniel Dunbar2011-11-291-11/+0
* llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar2011-11-291-0/+52
* build/Make: edis isn't built as a shared library anymore, remove related cruf...Daniel Dunbar2011-11-291-23/+0
* llvmbuild/CMake: Update CMake output fragment to include explicit libraryDaniel Dunbar2011-11-292-0/+66
* Expand the part about CFI a bit.Rafael Espindola2011-11-281-2/+5
* Add documentation for llvm-cov.Devang Patel2011-11-282-0/+48
* Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach2011-11-281-8/+8
* Add a missing safety check to ProcessUGT_ADDCST_ADD. Fixes PR11438.Eli Friedman2011-11-282-0/+30
* Remove obsolete FIXME.Jim Grosbach2011-11-281-2/+0
* Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...Eli Friedman2011-11-283-29/+22
* Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng2011-11-283-28/+18
* Fix some possible gcc-4.2 may be used uninitialized warnings.Daniel Dunbar2011-11-281-2/+2
* Don't define these unless we plan to use them.Nick Lewycky2011-11-281-0/+2
* Merging two bullet points into oneJoe Abbey2011-11-281-12/+8
* DAG combine should not increase alignment of loads / stores with alignment lessEvan Cheng2011-11-283-13/+66
* Add missing avx pattern.Evan Cheng2011-11-281-0/+3
* Add OpenCL blurb to release notes.Peter Collingbourne2011-11-281-0/+4
* 80-column.Chad Rosier2011-11-281-2/+4
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-286-36/+0
* Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick2011-11-283-144/+7
* Add back a line I deleted by accident in r145141. Fixes uninitialized variab...Eli Friedman2011-11-281-0/+1
* Add object file related release notes.Michael J. Spencer2011-11-281-49/+53
* Explain what ExeDepsFix does.Jakob Stoklund Olesen2011-11-281-3/+6
* Fix spelling/grammar errors found by Duncan.Rafael Espindola2011-11-281-2/+2
* Handle more cases in APInt::getLowBitsSet's fast path.Benjamin Kramer2011-11-281-2/+2
* Support a 'final' release candidate tag.Bill Wendling2011-11-282-26/+34
* Silence wrong warnings from GCC about variables possibly being usedDuncan Sands2011-11-281-2/+2
* Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...Craig Topper2011-11-285-110/+155
* Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson2011-11-284-5/+40
* test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.NAKAMURA Takumi2011-11-281-1/+6
* lit/TestRunner.py: Use RemoveForce().NAKAMURA Takumi2011-11-281-4/+1
* lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file han...NAKAMURA Takumi2011-11-281-0/+43
* Add a blurb about the new ExecutionDepsFix pass.Jakob Stoklund Olesen2011-11-281-1/+4
* Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled.Craig Topper2011-11-281-35/+81
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-283-11/+14
* use llvm-config.h in public headerDylan Noblesmith2011-11-281-1/+1
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-2810-22/+30