aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-10Implement register class inflation.Jakob Stoklund Olesen
2010-08-10Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar
2010-08-10MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar
2010-08-10Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson
2010-08-10Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen
2010-08-10Fix test for more architectures. Patch by Tobias Grosser.Jakob Stoklund Olesen
2010-08-10Fix silly bug.Rafael Espindola
2010-08-10Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer
2010-08-10Use RunPassesOn as in the rest of bugpoint.Rafael Espindola
2010-08-10Simplify generating LLVMC_BUILTIN_PLUGIN.Mikhail Glushenkov
2010-08-10Trailing whitespace.Mikhail Glushenkov
2010-08-10Mark this variable as used.Chandler Carruth
2010-08-10RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser
2010-08-10Fix failing testcase.Tobias Grosser
2010-08-10Handle TAG_constant for integers.Devang Patel
2010-08-10Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng
2010-08-10Update CMake...sorry for the breakage.Bill Wendling
2010-08-10Simplify.Devang Patel
2010-08-10Drop "const". It does not add value here.Devang Patel
2010-08-10Add AVX movnt{pd,ps,dq} 256-bit intrinsicsBruno Cardoso Lopes
2010-08-10Add missing null check reported by Amaury Pouly.Evan Cheng
2010-08-10Add AVX movmsk 256-bit intrinsicsBruno Cardoso Lopes
2010-08-10Remove replicate intrinsics, clang will generate shufflevector for those. The...Bruno Cardoso Lopes
2010-08-10Support AVX 256-bit load and store intrinsicsBruno Cardoso Lopes
2010-08-10Use i32 instead of i8 for dot product intrinsicBruno Cardoso Lopes
2010-08-10Do not include file static variable in pubnames list.Devang Patel
2010-08-10Expand uses of python 2.6's "A if B else C" syntax into regularDan Gohman
2010-08-10remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, whichChris Lattner
2010-08-10Patterns to match AVX cmp instructionsBruno Cardoso Lopes
2010-08-10Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen
2010-08-10Add matching patterns for vblend AVX intrinsicsBruno Cardoso Lopes
2010-08-10Fix the last argument type of AVX vblend intrinsicsBruno Cardoso Lopes
2010-08-09Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling
2010-08-09Undo accidental commit.Devang Patel
2010-08-09Simplify. Avoid redundant checks.Devang Patel
2010-08-09Wording.Eric Christopher
2010-08-09Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby
2010-08-09ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-(Evan Cheng
2010-08-09Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 2...Bruno Cardoso Lopes
2010-08-09Refactor.Devang Patel
2010-08-09Add patterns to AVX conversions instructions. Do that instead of declaring mo...Bruno Cardoso Lopes
2010-08-09Make it possible to set the target triple and expose that with an option in theRafael Espindola
2010-08-09Fix a use after free error caught by the valgrind builders.Nick Lewycky
2010-08-09Refactoring. Update DbgVarible to handle queries itself.Devang Patel
2010-08-09Add ConstantRange information to the debugging output.Owen Anderson
2010-08-09PR7853: fix a silly mistake introduced in r101899, and add a test to make sureEli Friedman
2010-08-09Update cmake library dependencies.Oscar Fuentes
2010-08-09CMake: eliminated unnecessary target_link_libraries.Oscar Fuentes
2010-08-09It is ok, and convenient, to pass descriptors by value.Devang Patel
2010-08-09A REG_SEQUENCE instruction may use the same register twice.Jakob Stoklund Olesen