summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* minor cosmeticsGabor Greif2010-06-29
* The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to addBob Wilson2010-06-29
* use ArgOffset constant to prepare for operand rotationGabor Greif2010-06-29
* use ArgOperand APIGabor Greif2010-06-29
* use ArgOperand APIGabor Greif2010-06-29
* Return Changed. This required setting Changed if dbg metadataDuncan Sands2010-06-29
* It seems clear that this should return Changed.Duncan Sands2010-06-29
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-29
* getMachineBasicBlockAddress returns a uintptr_t - don't truncateDuncan Sands2010-06-29
* The variable ValueSize is set to 1 on both code paths, and thenDuncan Sands2010-06-29
* The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands2010-06-29
* Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.Duncan Sands2010-06-29
* Remove pointless variable LastDef.Duncan Sands2010-06-29
* Looks like this test is missing an XFAIL line.Duncan Sands2010-06-29
* Remove unused variable Loc and pointless variables unified_syntaxDuncan Sands2010-06-29
* use ArgOperand APIsGabor Greif2010-06-29
* Remove an unused and a pointless variable.Duncan Sands2010-06-29
* Remove pointless and unused variables.Duncan Sands2010-06-29
* encode operand initializations (at fixed index)Gabor Greif2010-06-29
* Remove a pointless variable.Duncan Sands2010-06-29
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-29
* Remove variables that are written by not read.Duncan Sands2010-06-29
* Use a more obvious way to avoid compiling functions which are only used when ...Benjamin Kramer2010-06-29
* Jump through some silly hoops to make GCC accept that a function may not alwaysChandler Carruth2010-06-29
* PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.Evan Cheng2010-06-29
* Change if-cvt options to something that actually as useable.Evan Cheng2010-06-29
* When processing loops for scheduling latencies (used for live outs on loopJim Grosbach2010-06-29
* Just as its not safe to blindly transfer the nsw bit from an addDan Gohman2010-06-29
* Refactoring of arithmetic instruction classes with unary operatorBruno Cardoso Lopes2010-06-29
* When no memoperands are present, assume unaligned, volatile.Jakob Stoklund Olesen2010-06-29
* Strip resulting binaries.Bill Wendling2010-06-29
* Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson2010-06-29
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-29
* Described the missing AVX forms of SSE2 convert instructionsBruno Cardoso Lopes2010-06-29
* Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding isBob Wilson2010-06-29
* The comment string does not match for all targets. PowerPC uses ;.Devang Patel2010-06-29
* Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so theyBob Wilson2010-06-28
* Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,Dale Johannesen2010-06-28
* Attempt to fix XTARGET.Dale Johannesen2010-06-28
* Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo insteadBob Wilson2010-06-28
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-28
* Add a blurb about -scev-aa.Dan Gohman2010-06-28
* In asm's, output operands with matching input constraintsDale Johannesen2010-06-28
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-28
* Constant fold x == undef to undef.Dan Gohman2010-06-28
* tidy up style. no functional change.Jim Grosbach2010-06-28
* Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman2010-06-28
* Refactor encoding function for NEON 1-register with modified immediate format.Bob Wilson2010-06-28
* Support Thumb mode encoding of NEON instructions.Bob Wilson2010-06-28
* Reduce indentation via early exit. NFC.Bill Wendling2010-06-28