oota-llvm.git
2013-04-18 Bill WendlingThis patch addresses two cleanup issues:
2013-04-18 Dmitri GribenkoFix a -Wdocumentation warning
2013-04-18 Anat ShemerIn the function InstCombiner::visitExtractElementInst...
2013-04-18 Tom StellardC API: Fix coding style
2013-04-18 Anat ShemerAdded a function scalarizePHI() that sclarizes a vector...
2013-04-18 Bill WendlingFix comment. Patch by Stephen Lin.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-18 Chris LattnerFix a comment, PR15777.
2013-04-18 Derek SchuffAllow misaligned stores in x86 fast-isel.
2013-04-18 Arnold SchwaighoferLoopVectorizer: Recognize min/max reductions
2013-04-18 Eli BenderskyFix grammar in LLVMBuild.rst
2013-04-18 Chad Rosier[ms-inline asm] Simplify some logic and add a FIXME...
2013-04-18 Chad RosierMake this private method.
2013-04-18 Eli BenderskyFixes to LangRef.rst: incorrect attributes syntax and...
2013-04-18 Chad RosierFix comment spacing.
2013-04-18 Benjamin KramerLoopVectorize: Use a set to avoid longer cycles in...
2013-04-18 Hao LiuFix for PR14824, An ARM Load/Store Optimization bug
2013-04-18 David MajnemerRevert "Combine bit test + conditional or into simple...
2013-04-18 David MajnemerCombine bit test + conditional or into simple math
2013-04-18 Michael Gottesman[objc-arc] Do not mismatch up retains inside a for...
2013-04-18 Michael GottesmanRemoved trailing whitespace.
2013-04-18 Michael GottesmanStreamline arc-annotation test (removing some cases...
2013-04-18 Akira Hatanaka[mips] Rename function.
2013-04-18 Akira Hatanaka[mips] DSP-ASE move from HI/LO register instructions.
2013-04-18 Jack CarterMips assembler: formatting and comment changes.
2013-04-17 Bill WendlingAdd an option `-enable-old-style-attr-syntax' to print...
2013-04-17 Michael Gottesman[objc-arc] Added annotation option to only emit annotat...
2013-04-17 Rafael EspindolaTwo small cleanups for ELF's templates.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-17 Chad Rosier[ms-inline asm] These should be int64_t, not uint64_t.
2013-04-17 Michael GottesmanFixed typo.
2013-04-17 Chad Rosier[ms-inline asm] Add support for the minus unary operato...
2013-04-17 Michael Gottesman[objc-arc] Added descriptions for EnableARCAnnotations...
2013-04-17 Michael Gottesman[objc-arc] Added an option to arc-annotations for turni...
2013-04-17 Eli BenderskyMore consistent formatting and tidying-up
2013-04-17 Eli BenderskyThis patch teaches x86 fast-isel to generate the native...
2013-04-17 Arnold SchwaighoferX86 cost model: Exit before calling getSimpleVT on...
2013-04-17 Bill WendlingA limit of 500 was still a bit too high for some tests.
2013-04-17 Quentin ColombetFix treatment of ARM unallocated hint instructions.
2013-04-17 Bill WendlingAppease a gcc warning about an overflow in a constant...
2013-04-17 Benjamin KramerDon't store AttributeSet::FunctionIndex as an int.
2013-04-17 Ulrich WeigandPowerPC: Mark some more patterns as isCodeGenOnly.
2013-04-17 Eli BenderskyMake formatting more consistent and tidy-up.
2013-04-17 Vincent LejeuneR600: Make Export Instruction not duplicable
2013-04-17 Vincent LejeuneR600: Export is emitted as a CF_NATIVE inst
2013-04-17 Vincent LejeuneR600: Emit used GPRs count
2013-04-17 Alexey SamsonovUse StringSwitch instead of long chain of if-else....
2013-04-17 Alexey SamsonovCreate a stub for DWARF parser unittests
2013-04-17 Evgeniy StepanovFix -Werror build.
2013-04-17 Eric ChristopherThis appears to be no longer necessary for the testsuite.
2013-04-17 Anat Shemertest
2013-04-17 David BlaikiePR15149/r174304 improvement - print hex for unknown...
2013-04-17 Eric ChristopherFix random typo.
2013-04-17 Peter CollingbourneDo not optimise fprintf() calls if its return value...
2013-04-17 Jack CarterMips assembler: Enable handling of nested expressions
2013-04-17 Chad Rosier[ms-inline asm] Add support for parsing complex immedia...
2013-04-16 Tom StellardC API: Add LLVMTargetMachineEmitToMemoryBuffer()
2013-04-16 Tom StellardC API: Add LLVMGetBufferSize()
2013-04-16 Tom StellardC API: Add LLVMGetBufferStart()
2013-04-16 Tom StellardC API: Add LLVMAddTargetDependentFunctionAttr()
2013-04-16 Bill WendlingPrint out the target-independent attributes in a commen...
2013-04-16 Richard Osborne[XCore] Extend test to check positve offsets are folded...
2013-04-16 Richard Osborne[XCore] Give test more generic name.
2013-04-16 Richard Osborne[XCore] Convert a couple of tests to FileCheck.
2013-04-16 Chad RosierRemove unused variable from previous refactor.
2013-04-16 Chad Rosier[ms-inline asm] Refactor. No functional change intended.
2013-04-16 Chad Rosier[ms-inline asm] Remove some dead code.
2013-04-16 Eli BenderskyCleanup naming: DataLayout s/TD/DL/
2013-04-16 Logan ChienFix build failure introduced in 179591 when assertions...
2013-04-16 Logan ChienImplement ARM unwind opcode assembler.
2013-04-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
2013-04-16 Hans WennborgAdd four new functions and one new enum to the C API:
2013-04-16 Hans Wennborgsimplifycfg: Fix integer overflow converting switch...
2013-04-16 Jakob Stoklund... Add 64-bit multiply and divide instructions for SPARC v9.
2013-04-15 Jim GrosbachARM: Add VACLT and VACLE assembly aliases.
2013-04-15 Bill WendlingWe are not able to bitcast a pointer to an integral...
2013-04-15 Jack CarterMips assembler: Explicit floating point condition regis...
2013-04-15 Nadav RotemFix a grammar mistake, and add a line about the two...
2013-04-15 Nadav RotemFix the internal link.
2013-04-15 Nadav RotemUpdate the release notes about the vectorizers.
2013-04-15 Nadav RotemSLPVectorizer: Make it a function pass and add code...
2013-04-15 Rafael EspindolaFix silly typo that broke big endian hosts.
2013-04-15 Rafael EspindolaFix endianness on some MSVC versions.
2013-04-15 Tom StellardR600/SI: Emit config values in register value pairs.
2013-04-15 Tom StellardR600/SI: Emit configuration value in the .AMDGPU.config...
2013-04-15 Tom StellardR600: Emit ELF formatted code rather than raw ISA.
2013-04-15 Jim GrosbachFix a typo in comment.
2013-04-15 Jim GrosbachSimplify the MCInst operator iterator declaration.
2013-04-15 John CriswellGrammar and punctuation fixes.
2013-04-15 Rafael EspindolaTry to fix the mingw builds.
2013-04-15 Arnold SchwaighoferFix bit size of v64i8 and v32i16 vector types.
2013-04-15 Rafael EspindolaRemove getters now that we can specialize structs on...
2013-04-15 Tim NorthoverAvoid outputting temporary test file into source tree.
2013-04-15 Rafael EspindolaRemove unused function.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-15 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-15 Tim NorthoverEnable all targets by default on Visual Studio.
2013-04-15 Eric ChristopherRevert "Recommit r179497 after fixing uninitialized...
2013-04-15 Eric ChristopherRecommit r179497 after fixing uninitialized variable.
2013-04-15 Nadav RotemDocument our desire to enable the loop vectorizer on...
next