- 37387d5 use ArgOperand API by Gabor Greif · 15 years ago
- 8e1ebff use ArgOperand API by Gabor Greif · 15 years ago
- e9af352 use ArgOperand API by Gabor Greif · 15 years ago
- d0fcab9 use CallSite::arg_end instead of CallInst::op_end by Gabor Greif · 15 years ago
- 2458513 use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand by Gabor Greif · 15 years ago
- 6e1f330 use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand by Gabor Greif · 15 years ago
- 237e1da use getNumArgOperands instead of getNumOperands by Gabor Greif · 15 years ago
- 6f14c8c use getArgOperand instead of getOperand by Gabor Greif · 15 years ago
- ad72e73 use getArgOperand instead of getOperand by Gabor Greif · 15 years ago
- 351cbac use getArgOperand instead of getOperand by Gabor Greif · 15 years ago
- 3e7f7cb Add a testcase for scev-aa's new capability. by Dan Gohman · 15 years ago
- b9f9651 Improve ScalarEvolution's nsw and nuw preservation. by Dan Gohman · 15 years ago
- 8a18d6b When computing a new ConservativeResult, intersect it with by Dan Gohman · 15 years ago
- 49bda91 Rework scev-aa's basic computation so that it doesn't depend by Dan Gohman · 15 years ago
- 204b7ca Simplify. by Dan Gohman · 15 years ago
- 876085d Add AVX SSE2 integer unpack instructions by Bruno Cardoso Lopes · 15 years ago
- d252fec Add AVX SSE2 packed integer shuffle instructions by Bruno Cardoso Lopes · 15 years ago
- 9f71f80 Remove trailing whitespace, no functionality changes. by John Mosby · 15 years ago
- 555bea6 Small refactoring of SSE2 packed integer shuffle instructions by Bruno Cardoso Lopes · 15 years ago
- 6d5d2b5 Add AVX SSE2 pack with saturation integer instructions by Bruno Cardoso Lopes · 15 years ago
- c0ea94a Add AVX SSE2 integer packed compare instructions by Bruno Cardoso Lopes · 15 years ago
- 5a3a476 - Add AVX form of all SSE2 logical instructions by Bruno Cardoso Lopes · 15 years ago
- 90e19aa Do not construct DIE for already processed MDNode. by Devang Patel · 15 years ago
- 170c41f Use skipInstruction() as a simpler way of iterating over instructions using SrcReg by Jakob Stoklund Olesen · 15 years ago
- d5bd68e Use clEnumValN macro to work around keyword clash by Jakob Stoklund Olesen · 15 years ago
- 1d68d21 Add variables into a scope before constructing scope DIE otherwise variables won't be included DIE tree. by Devang Patel · 15 years ago
- 914f2ff Begin implementation of an inline spiller. by Jakob Stoklund Olesen · 15 years ago
- 6c9fa43 Add *several* AVX integer packed binop instructions by Bruno Cardoso Lopes · 15 years ago
- 1104645 Fix ScalarEvolution's tripcount computation for chains of loops by Dan Gohman · 15 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
- e025e96 Print InlinedAt location. by Devang Patel · 15 years ago
- 33634d0 Add another bswap idiom that isn't matched. by Eric Christopher · 15 years ago
- 0a7e18c Use -l option to remove symbols from i386. by Bill Wendling · 15 years ago
- 2c81807 Move SSE2 Packed Integer instructions around, and create specific sections for each of them by Bruno Cardoso Lopes · 15 years ago
- da0e89f Print InlinedAt location. by Devang Patel · 15 years ago
- 7645f14 Improve explanation. by Bill Wendling · 15 years ago
- 8d3cebc Add AVX Move Aligned/Unaligned packed integers by Bruno Cardoso Lopes · 15 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
- 147b7ca by Bruno Cardoso Lopes · 15 years ago
- 1e4782d Do not hardcode DW_AT_stmt_list value. Inspired by Artur Pietrek. by Devang Patel · 15 years ago
- 21773e7 Add support for encoding VDUP (ARM core register) instructions. by Bob Wilson · 15 years ago
- 871dc24 Fix a buffer overflow noticed by gcc-4.6: zero is written into by Duncan Sands · 15 years ago
- 05b0b44 NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a power by Duncan Sands · 15 years ago
- 190a7f4 give PATypeHolder an explicit copy ctor which initializes the type pointer, by Chris Lattner · 15 years ago
- d1303d2 Fix the handling of partial redefines in the fast register allocator. by Jakob Stoklund Olesen · 15 years ago
- 5d52165 Fix a register scavenger crash when dealing with undefined subregs. by Bob Wilson · 15 years ago
- 721ef73 Add AVX non-temporal stores by Bruno Cardoso Lopes · 15 years ago
- af08247 Add a few more interesting testcases. by Dan Gohman · 15 years ago
- 6f205cb Fix whitespace style. by Dan Gohman · 15 years ago
- de173ca Move non-temporal movs to their own section by Bruno Cardoso Lopes · 15 years ago
- d5a563d Add support for encoding NEON VMOV (from core register to scalar) instructions. by Bob Wilson · 15 years ago
- ea86423 Add sqrt, rsqrt and rcp AVX instructions by Bruno Cardoso Lopes · 15 years ago
- 077f1bf skip dbg_value instructions by Jim Grosbach · 15 years ago
- 16575de minor cosmetics by Gabor Greif · 15 years ago
- 1ab3846 The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add by Bob Wilson · 15 years ago
- f500cbd use ArgOffset constant to prepare for operand rotation by Gabor Greif · 15 years ago
- cfbb7d4 use ArgOperand API by Gabor Greif · 15 years ago
- 009105c use ArgOperand API by Gabor Greif · 15 years ago
- a7065b1 Return Changed. This required setting Changed if dbg metadata by Duncan Sands · 15 years ago
- 80b9b89 It seems clear that this should return Changed. by Duncan Sands · 15 years ago
- d31f972 Add a VT argument to getMinimalPhysRegClass and replace the copy related uses by Rafael Espindola · 15 years ago
- 17c6e6d getMachineBasicBlockAddress returns a uintptr_t - don't truncate by Duncan Sands · 15 years ago
- 6f74f69 The variable ValueSize is set to 1 on both code paths, and then by Duncan Sands · 15 years ago
- 5b96b26 The variable "Value" is carefully set to Layout.getSymbolAddress, by Duncan Sands · 15 years ago
- 44886ac Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr. by Duncan Sands · 15 years ago
- 31a3a3e Remove pointless variable LastDef. by Duncan Sands · 15 years ago
- 9b8c91c Looks like this test is missing an XFAIL line. by Duncan Sands · 15 years ago
- 58c8691 Remove unused variable Loc and pointless variables unified_syntax by Duncan Sands · 15 years ago
- 9d67768 use ArgOperand APIs by Gabor Greif · 15 years ago
- 978189e Remove an unused and a pointless variable. by Duncan Sands · 15 years ago
- 78337b4 Remove pointless and unused variables. by Duncan Sands · 15 years ago
- eff566d encode operand initializations (at fixed index) by Gabor Greif · 15 years ago
- 374acd08 Remove a pointless variable. by Duncan Sands · 15 years ago
- 90c64f4 Remove initialized but otherwise unused variables. by Duncan Sands · 15 years ago
- 5137029 Remove variables that are written by not read. by Duncan Sands · 15 years ago
- 3432d70 Use a more obvious way to avoid compiling functions which are only used when XDEBUG is enabled. by Benjamin Kramer · 15 years ago
- ca9f7ef Jump through some silly hoops to make GCC accept that a function may not always by Chandler Carruth · 15 years ago
- c36b5b9 PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas. by Evan Cheng · 15 years ago
- c170f66 Change if-cvt options to something that actually as useable. by Evan Cheng · 15 years ago
- 2f2b254 When processing loops for scheduling latencies (used for live outs on loop by Jim Grosbach · 15 years ago
- 7a64257 Just as its not safe to blindly transfer the nsw bit from an add by Dan Gohman · 15 years ago
- b22dc70 Refactoring of arithmetic instruction classes with unary operator by Bruno Cardoso Lopes · 15 years ago
- 628a797 When no memoperands are present, assume unaligned, volatile. by Jakob Stoklund Olesen · 15 years ago
- 0a1bd2a Strip resulting binaries. by Bill Wendling · 15 years ago
- 8eab75f Reapply my if-conversion cleanup from svn r106939 with fixes. by Bob Wilson · 15 years ago
- 6be2bd5 Add an Intraprocedural form of BasicAliasAnalysis, which aims to by Dan Gohman · 15 years ago
- 4548260 Described the missing AVX forms of SSE2 convert instructions by Bruno Cardoso Lopes · 15 years ago
- 5cdede4 Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding is by Bob Wilson · 15 years ago
- e4e7d56 The comment string does not match for all targets. PowerPC uses ;. by Devang Patel · 15 years ago
- 8674949 Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they by Bob Wilson · 15 years ago
- 45e01d2 Refix XTARGET. Previous attempt matches on powerpc-apple-darwin, by Dale Johannesen · 15 years ago
- d877281 Attempt to fix XTARGET. by Dale Johannesen · 15 years ago
- 62d24a4 Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo instead by Bob Wilson · 15 years ago
- 9b93b6b Use DW_FORM_addr for DW_AT_entry_pc. by Devang Patel · 15 years ago
- 85dfca6 Add a blurb about -scev-aa. by Dan Gohman · 15 years ago
- a5989f8 In asm's, output operands with matching input constraints by Dale Johannesen · 15 years ago
- f187ac5 Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
- 0dd3549 Constant fold x == undef to undef. by Dan Gohman · 15 years ago
- e89c5e5 tidy up style. no functional change. by Jim Grosbach · 15 years ago
- 50f424c Fix Value::stripPointerCasts and BasicAA to avoid trouble on by Dan Gohman · 15 years ago