oota-llvm.git
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.
2010-08-09 Owen AndersonAdd ConstantRange information to the debugging output.
2010-08-09 Eli FriedmanPR7853: fix a silly mistake introduced in r101899,...
2010-08-09 Oscar FuentesUpdate cmake library dependencies.
2010-08-09 Oscar FuentesCMake: eliminated unnecessary target_link_libraries.
2010-08-09 Devang PatelIt is ok, and convenient, to pass descriptors by value.
2010-08-09 Jakob Stoklund... A REG_SEQUENCE instruction may use the same register...
2010-08-09 Evan ChengExplicitly initialize SlowFPBrcc and Pref32BitThumb...
2010-08-09 Devang PatelRename a method.
2010-08-09 Evan ChengChange -prefer-32bit-thumb to attribute -mattr=+32bit...
2010-08-09 Bruno Cardoso... Memory version of vcvtdq2pd intrinsic
2010-08-09 Bruno Cardoso... Patterns to match vinsert, vbroadcast, vmovmask and...
2010-08-09 Evan ChengAdd an option to disable 32 -> 16-bit Thumb2 size reduc...
2010-08-09 Duncan SandsRemove the ValueMap operator=, which was wrong (it...
2010-08-09 Kalle RaiskilaHave SPU handle halfvec stores aligned by 8 bytes.
2010-08-09 Michael J.... MC/MachO: Fix possible null pointer dereference.
2010-08-09 Rafael EspindolaXFAIL for mingw that has no plugins.
2010-08-09 Rafael EspindolaDon't try to build a plugin on windows.
2010-08-09 Nick LewyckyStop the JIT from refusing to work just because the...
2010-08-09 Oscar FuentesCMake: llvm_map_components_to_libraries now returns...
2010-08-09 Zhongxing XuChange the Interval type to signed in ImmutableInterval...
2010-08-09 Oscar FuentesCMake: document how to incorporate LLVM into the cmake...
2010-08-09 Oscar FuentesCMake: system for providing llvm-config-like features...
2010-08-09 Oscar FuentesCMake: documented testing procedure
2010-08-08 Michael J.... llc: Fix help typo as pointed out by Nick Lewycky.
2010-08-08 Rafael EspindolaAdd a opt-args option that can be used to pass argument...
2010-08-08 Rafael Espindolas/libLLVMgold/LLVMgold/g
2010-08-08 Benjamin KramerRemove unused variable.
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-08-08 Eric ChristopherRegenerate.
2010-08-08 Eric ChristopherAdd a bit of a hack to avoid multiple defines of variab...
2010-08-08 Nick LewyckyAdd optimization to Target/README.txt.
2010-08-08 Nick LewyckyReject unrepresentable pointer types in intrinsics...
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-08 Nick LewyckyDo more to modernize MergeFunctions. Refactor in respon...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
2010-08-08 Oscar FuentesCMake: configure header llvm-config.h
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-08 Eric ChristopherRegenerate.
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-08 Rafael EspindolaUse %shlibext instead of .so
next