oota-llvm.git
2011-12-01 Eli FriedmanPass AVX vectors which are arguments to varargs functio...
2011-12-01 Pete CooperRemoved use of grep from test and moved it to be with...
2011-12-01 Pete CooperAdded instcombine pattern to spot comparing -val or...
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-12-01 Nick LewyckyMake use of "getScalarType()". No functionality change.
2011-12-01 Eli FriedmanSmall fix for assembler generation on Darwin PPC64...
2011-11-30 Jim GrosbachReplace an assert() with an actual diagnostic.
2011-11-30 Kostya Serebryanymake asan work at -O0, llvm part. Patch by glider@googl...
2011-11-30 Jan SjödinSupport for encoding all FMA4 instructions and tablegen...
2011-11-30 Eli FriedmanMake GlobalMerge honor the preferred alignment on globa...
2011-11-30 Bill WendlingMore cleanups. No content change.
2011-11-30 Bill WendlingMinor cleanup. No content change.
2011-11-30 Bob WilsonRemove the install-clang-c makefile target.
2011-11-30 Bill WendlingRemove an XXX which hasn't been fixed yet. It's too...
2011-11-30 Matt Beaumont-GayRemove unused variable
2011-11-30 Jim GrosbachAdd some tests for all-lanes VLD1 parsing.
2011-11-30 Jim GrosbachARM parsing for VLD1 all lanes, with writeback.
2011-11-30 Chad RosierAdd a few functions to TargetLibraryInfo.
2011-11-30 Jim GrosbachARM parsing for VLD1 two register all lanes, no writeback.
2011-11-30 Nadav RotemAdd test arch to make it pass on non x86 targets
2011-11-30 Benjamin KramerX86: Turns out bulldozer also supports sse42 and lzcnt.
2011-11-30 Benjamin KramerX86: Add subtargets for AMD's bulldozer.
2011-11-30 Nadav RotemAdd a tripple to the test
2011-11-30 Nadav RotemX86: PerformOrCombine introduced a vselect node with...
2011-11-30 Craig TopperAdd instruction selection support for AVX2 horizontal...
2011-11-30 Duncan SandsMention that -O4 does result in more optimization when...
2011-11-30 Craig TopperMerge VPERM2F128/VPERM2I128 ISD node types.
2011-11-30 Andrew TrickBetter test case found in duplicate PR10570.
2011-11-30 Craig TopperMerge decoding of VPERMILPD and VPERMILPS shuffle masks...
2011-11-30 Andrew TrickLSR: handle the expansion of phi operands that use...
2011-11-30 Chad RosierWhitespace.
2011-11-30 Chad RosierAlphabetize TargetLibraryInfo enum and fix doxygen...
2011-11-30 Jim Grosbachllvm_unreachable() is not for user diagnostics....
2011-11-30 Jim GrosbachARM parsing aliases for VLD1 single register all lanes.
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-29 Jim GrosbachTidy up a bit.
2011-11-29 Jim GrosbachAdd comment.
2011-11-29 Jim GrosbachARM parsing aliases for data-size suffices on VST1.
2011-11-29 Jakob Stoklund... FileCheckize.
2011-11-29 Akira HatanakaChange names for MIPS "generic" processors defined...
2011-11-29 Jim GrosbachARM assembly parsing and encoding for four-register...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-29 Evan ChengAdd another missing pattern. llvm-gcc likes f64 but...
2011-11-29 Jim GrosbachEnable some VST1 tests and add a few more.
2011-11-29 Jim GrosbachARM assembly parsing and encoding for three-register...
2011-11-29 Jakob Stoklund... Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
2011-11-29 Stepan DyatkovskiyPotential bug in RewriteLoopBodyWithConditionConstant...
2011-11-29 Eric ChristopherUpdate the docs for some of the test-suite configure...
2011-11-29 Chad RosierIf fast-isel fails, remove dead instructions generated...
2011-11-29 Rafael Espindolagrammar.
2011-11-29 Andrew Trickcomment.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Benjamin KramerAdd a link to Bill's blog post.
2011-11-29 Rafael EspindolaRelease notes for segmented stacks.
2011-11-29 Duncan SandsFix a theoretical problem (not seen in the wild): if...
2011-11-29 Michael J.... MC/X86/COFF: Allow quotes in names when targeting MS...
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. ...
next