Age | Commit message (Expand) | Author |
2010-11-17 | Second attempt at correct encodings for Thumb2 bitfield instructions. | Owen Anderson |
2010-11-17 | Fix comment typo. | Jim Grosbach |
2010-11-17 | These tests are looking for library function names that | Dale Johannesen |
2010-11-17 | Move SCEV::dominates and properlyDominates to ScalarEvolution. | Dan Gohman |
2010-11-17 | Change ARMGlobalMerge to keep BSS globals in separate pools. | Bob Wilson |
2010-11-17 | Fix ARMGlobalMerge pass to check if globals are entirely within range. | Bob Wilson |
2010-11-17 | Change the symbol for merged globals from "merged" to "_MergedGlobals". | Bob Wilson |
2010-11-17 | Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes. | Bob Wilson |
2010-11-17 | Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member | Dan Gohman |
2010-11-17 | Make the ARM BR_JTadd instruction an explicit pseudo and lower it properly | Jim Grosbach |
2010-11-17 | Avoid isel movcc of large immediates when the large immediate is available in... | Evan Cheng |
2010-11-17 | Reference ScalarEvolution by name rather than directly in LICM, | Dan Gohman |
2010-11-17 | Before replacing a phi node with a different value, it | Duncan Sands |
2010-11-17 | Revert r119551, which broke buildbots. | Owen Anderson |
2010-11-17 | Verify SCEVAddRecExpr's invariant in ScalarEvolution::getAddRecExpr | Dan Gohman |
2010-11-17 | Provide Thumb2 encodings for bitfield instructions. | Owen Anderson |
2010-11-17 | Fix ScalarEvolution's range memoization to avoid using a | Dan Gohman |
2010-11-17 | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng |
2010-11-17 | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola |
2010-11-17 | More miscellaneous Thumb2 encodings. | Owen Anderson |
2010-11-17 | add some justification for "using namespace llvm;" | Chris Lattner |
2010-11-17 | Fix typo. | Jim Grosbach |
2010-11-17 | Add missing opcodes now that this function's used in more than one place. | Bill Wendling |
2010-11-17 | InstCombine: Add a missing irem identity (X % X -> 0). | Benjamin Kramer |
2010-11-17 | Move some those Xor simplifications which don't require creating new | Duncan Sands |
2010-11-17 | More ARM encoding bits. LDRH now encodes properly. | Jim Grosbach |
2010-11-17 | various cleanups and other improvements, patch by Zhanyong Wan! | Chris Lattner |
2010-11-17 | Add support for .int. | Rafael Espindola |
2010-11-17 | Add support for .2byte, .4byte and .8byte. | Rafael Espindola |
2010-11-17 | MC-JIT: Stub out "pure" streamer. | Daniel Dunbar |
2010-11-17 | MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. | Daniel Dunbar |
2010-11-17 | lli: Add stub -use-mcjit option, which doesn't currently do anything. | Daniel Dunbar |
2010-11-17 | Have InlineFunction use SimplifyInstruction rather than | Duncan Sands |
2010-11-17 | Now that hasConstantValue has been made simpler, it may return the | Duncan Sands |
2010-11-17 | Revert r119109 for now. It's breaking 176.gcc. | Evan Cheng |
2010-11-17 | Previously SimplifyInstruction could report that an instruction | Duncan Sands |
2010-11-17 | With the newly simplified SourceMgr interfaces and the generalized | Chris Lattner |
2010-11-17 | now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the | Chris Lattner |
2010-11-17 | Add simple arithmetics and %type directive for PTX | Che-Liang Chiou |
2010-11-17 | Simplify code that toggle optional operand to ARM::CPSR. | Evan Cheng |
2010-11-17 | rearrange how the handler in SourceMgr is installed, eliminating the use of | Chris Lattner |
2010-11-17 | refactor the interface to EmitInlineAsm a bit, no functionality change. | Chris Lattner |
2010-11-17 | fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::init | Chris Lattner |
2010-11-17 | tidy up | Chris Lattner |
2010-11-17 | The machine instruction no longer encodes the submode as a separate operand. We | Bill Wendling |
2010-11-17 | Proper encoding for VLDM and VSTM instructions. The register lists for these | Bill Wendling |
2010-11-17 | Fix a layering violation: hasConstantValue, which is part of the PHINode | Duncan Sands |
2010-11-17 | Have ScalarEvolution use SimplifyInstruction rather than hasConstantValue. | Duncan Sands |
2010-11-17 | Have RemovePredecessorAndSimplify you SimplifyInstruction | Duncan Sands |
2010-11-17 | Remove dead code in GVN: now that SimplifyInstruction is called | Duncan Sands |