oota-llvm.git
2010-08-11 Evan ChengArchV7M implies HW division instructions.
2010-08-11 Evan ChengArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies...
2010-08-11 Evan ChengAdd ARM Archv6M and let it implies FeatureDB (having...
2010-08-11 Daniel DunbarMC/ARM: Add basic support for handling predication...
2010-08-11 Daniel DunbarMC/ARM: Split mnemonic on '.' characters.
2010-08-11 Daniel DunbarMC/ARM: Fill in ARMOperand::dump a bit.
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Treat '.' in assembly strings as...
2010-08-11 Daniel DunbarMC/ARM: Add an ARMOperand class for condition codes.
2010-08-11 Evan ChengReally control isel of barrier instructions with cpu...
2010-08-11 Evan ChengAdd Cortex-M0 support. It's a ARMv6m device (no ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-11 Daniel DunbarMC/ARM: Switch to using the generated match functions...
2010-08-11 Daniel DunbarMC/ARM: Enable generation of the ARM asm matcher, not...
2010-08-11 Daniel DunbarARM: Mark some disassembler only instructions as not...
2010-08-11 Daniel DunbarARM: Quote $p in an asm string.
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Downgrade instructions with tied...
2010-08-11 Owen AndersonImprove indentation.
2010-08-11 Bruno Cardoso... Remove AVX 256-bit cast intrinsics now that clang is...
2010-08-11 Bruno Cardoso... Remove AVX 256-bit unpack and interleave intrinsics...
2010-08-11 Bruno Cardoso... Remove AVX 256-bit shuffle intrinsics now that clang...
2010-08-11 Bill WendlingUpdate test to match output of optimize compares for...
2010-08-11 Oscar FuentesCMake: corrections on LLVM.cmake external services.
2010-08-11 Bill WendlingHandle ARM compares as well as converting for ARM adds...
2010-08-11 Bill WendlingMark ARM compare instructions as isCompare.
2010-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-11 Dan GohmanWhen analyzing loop exit conditions combined with and...
2010-08-11 Daniel Dunbarlto: Fix an inverted conditional which prevented the...
2010-08-11 Daniel Dunbarlto: Fix gratuitous memory leaks.
2010-08-11 Bob WilsonAdd a separate ARM instruction format for Saturate...
2010-08-10 Oscar FuentesAvoid multiple definition warnings when both config...
2010-08-10 Daniel Dunbarlto: Reduce nesting.
2010-08-10 Daniel DunbarLTOModule.cpp: Fix numerous style issues.
2010-08-10 Dan GohmanRename and reorder the arguments to isImpliedCond,...
2010-08-10 Eric ChristopherWe already have this as OperandNode.
2010-08-10 Evan ChengCBZ and CBNZ are implemented.
2010-08-10 Bruno Cardoso... Add AVX matching patterns to Packed Bit Test intrinsics.
2010-08-10 Owen AndersonNow that we're using ConstantRange to represent potenti...
2010-08-10 Bill WendlingThe optimize comparisons pass removes the "cmp" instruc...
2010-08-10 Nate BegemanAdd test for recent instcombine vector shuffle enhancement
2010-08-10 Chris Lattnerupgrade to use new intrinsics, patch by Dan Hipschman!
2010-08-10 Nate BegemanAdd the minimal amount of smarts necessary to instcombi...
2010-08-10 Bill WendlingTurn optimize compares back on with fix. We needed...
2010-08-10 Jakob Stoklund... Give up on register class recalculation when the regist...
2010-08-10 Dan GohmanRevert r110718; it broke clang-i386-darwin9.
2010-08-10 Jakob Stoklund... Avoid editing the current live interval during remat.
2010-08-10 Jakob Stoklund... More debug spew
2010-08-10 Bill WendlingTurn optimize cmps on by default so that we can get...
2010-08-10 Devang PatelAdd missing argument. CreateCompositeTypeEx() users...
2010-08-10 Owen AndersonSwitch over to using ConstantRange to track integral...
2010-08-10 Devang PatelDo not forget debug info for enums. Use named mdnode...
2010-08-10 Daniel Dunbartests: Don't error out if HOME isn't present in t the...
2010-08-10 Evan ChengDelete some unused instructions.
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-10 Jakob Stoklund... Implement register class inflation.
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Daniel DunbarMC/AsmParser: Fix a bug in macro argument parsing,...
2010-08-10 Bob WilsonInstall llvmCore_Sim to the simulator SDK directory...
2010-08-10 Jakob Stoklund... Recalculate the spill weight and allocation hint for...
2010-08-10 Jakob Stoklund... Fix test for more architectures. Patch by Tobias Grosser.
2010-08-10 Rafael EspindolaFix silly bug.
2010-08-10 Michael J.... Revert "MC/MachO: Fix possible null pointer dereference."
2010-08-10 Rafael EspindolaUse RunPassesOn as in the rest of bugpoint.
2010-08-10 Mikhail GlushenkovSimplify generating LLVMC_BUILTIN_PLUGIN.
2010-08-10 Mikhail GlushenkovTrailing whitespace.
2010-08-10 Chandler CarruthMark this variable as used.
2010-08-10 Tobias GrosserRegionInfo: Do not assert if a BB is not part of the...
2010-08-10 Tobias GrosserFix failing testcase.
2010-08-10 Devang PatelHandle TAG_constant for integers.
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-08-10 Bill WendlingUpdate CMake...sorry for the breakage.
2010-08-10 Devang PatelSimplify.
2010-08-10 Devang PatelDrop "const". It does not add value here.
2010-08-10 Bruno Cardoso... Add AVX movnt{pd,ps,dq} 256-bit intrinsics
2010-08-10 Evan ChengAdd missing null check reported by Amaury Pouly.
2010-08-10 Bruno Cardoso... Add AVX movmsk 256-bit intrinsics
2010-08-10 Bruno Cardoso... Remove replicate intrinsics, clang will generate shuffl...
2010-08-10 Bruno Cardoso... Support AVX 256-bit load and store intrinsics
2010-08-10 Bruno Cardoso... Use i32 instead of i8 for dot product intrinsic
2010-08-10 Devang PatelDo not include file static variable in pubnames list.
2010-08-10 Dan GohmanExpand uses of python 2.6's "A if B else C" syntax...
2010-08-10 Chris Lattnerremove code setting rw locks to PTHREAD_PROCESS_PRIVATE...
2010-08-10 Bruno Cardoso... Patterns to match AVX cmp instructions
2010-08-10 Jakob Stoklund... Transpose the calculation of spill weights such that...
2010-08-10 Bruno Cardoso... Add matching patterns for vblend AVX intrinsics
2010-08-10 Bruno Cardoso... Fix the last argument type of AVX vblend intrinsics
2010-08-09 Bill WendlingMerge the OptimizeExts and OptimizeCmps passes into...
2010-08-09 Devang PatelUndo accidental commit.
2010-08-09 Devang PatelSimplify. Avoid redundant checks.
2010-08-09 Eric ChristopherWording.
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-09 Evan ChengARMBaseRegisterInfo::hasFP() has been broken for a...
2010-08-09 Bruno Cardoso... Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY,...
2010-08-09 Devang PatelRefactor.
2010-08-09 Bruno Cardoso... Add patterns to AVX conversions instructions. Do that...
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-08-09 Nick LewyckyFix a use after free error caught by the valgrind builders.
2010-08-09 Devang PatelRefactoring. Update DbgVarible to handle queries itself.
next