summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Include inlined function in list of processed subprograms.Devang Patel2010-06-28
* new, no longer brain-dead, r106907Jim Grosbach2010-06-28
* Remove this weak test.Devang Patel2010-06-28
* Testcase for llvm-gcc fix 107051.Dale Johannesen2010-06-28
* Don't write temporary files in test directoryJakob Stoklund Olesen2010-06-28
* After physreg coalescing, physical registers might not have live ranges whereJakob Stoklund Olesen2010-06-28
* Add a triple so test runs on Linux as well.Jakob Stoklund Olesen2010-06-28
* Add more special treatment for inline asm in RegAllocFast.Jakob Stoklund Olesen2010-06-28
* Fix thinko.Eric Christopher2010-06-28
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-28
* Preserve deleted function's local variables' debug info.Devang Patel2010-06-28
* Make this test darwin specific.Devang Patel2010-06-28
* use ArgOperand APIGabor Greif2010-06-28
* use ArgOperand APIGabor Greif2010-06-28
* employ CallInst::ArgOffset (for now)Gabor Greif2010-06-28
* simplify: we have solid argument iterator rangeGabor Greif2010-06-28
* Generalize AAEval so that it can be used both per-function andDan Gohman2010-06-28
* Fix this build message so that it displays the correct libraryDan Gohman2010-06-28
* Revert r106907, "make sure to handle dbg_value instructions in the middle of theDaniel Dunbar2010-06-28
* use setArgOperandGabor Greif2010-06-28
* use CallInst::ArgOffsetGabor Greif2010-06-28