aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-19SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick
2012-05-18Fix replacing all the users of objc weak runtime routinesDan Gohman
2012-05-18Modernize naming convention for class members.Jakob Stoklund Olesen
2012-05-18Move all work list processing to copyCoalesceWorkList().Jakob Stoklund Olesen
2012-05-18allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18fix warnings when compiling with -WshadowNick Kledzik
2012-05-18Remove duplicate code that we could just fallthrough to.Eric Christopher
2012-05-18Simplify RegisterCoalescer::copyCoalesceInMBB().Jakob Stoklund Olesen
2012-05-18add test case for bugfix in r157032Nuno Lopes
2012-05-18Add support for the mips 'x' inline asm modifier.Eric Christopher
2012-05-18Remove support for PhysReg joining.Jakob Stoklund Olesen
2012-05-18FileCheck-ify, apropos of nothingJoel Jones
2012-05-18Recommited reworked r156804:Stepan Dyatkovskiy
2012-05-18Simplify code a bit. No functional change intended.Craig Topper
2012-05-18Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper
2012-05-18Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng
2012-05-18Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev
2012-05-18Clarify comment.Eric Christopher
2012-05-18fix corner case in ConstantRange::intersectWith().Nuno Lopes
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby
2012-05-18Remove a test that was only testing for physreg joining.Jakob Stoklund Olesen
2012-05-17Remove -join-physregs from the test suite.Jakob Stoklund Olesen
2012-05-17minor simplification in the call to ConstantRange constructorNuno Lopes
2012-05-17commentsAndrew Trick
2012-05-17Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby
2012-05-17- Added ExecutionEngine/MCJIT testsDanil Malyshev
2012-05-17Remove extraneous ';'.Bill Wendling
2012-05-17misched: trace ReadyQ.Andrew Trick
2012-05-17misched: Added 3-level regpressure back-off.Andrew Trick
2012-05-17commentAndrew Trick
2012-05-17regpressure: Fix getMaxUpwardPressureDelta.Andrew Trick
2012-05-17misched: fix liveness iteratorsAndrew Trick
2012-05-17whitespaceAndrew Trick
2012-05-17Never clear <undef> flags on already joined copies.Jakob Stoklund Olesen
2012-05-17Fix a verifier bug.Jakob Stoklund Olesen
2012-05-17Relax the requirement that the exception object must be an instruction. DuringBill Wendling
2012-05-17[Hexagon] Clean up Hexagon ELF definition.Evandro Menezes
2012-05-17enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner
2012-05-17Remove incorrect pattern for ARM SMML instruction.Tim Northover
2012-05-17Fix compile error.Manuel Klimek
2012-05-17SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy
2012-05-17Genericize the intrinsics descriptor decoding a bit to make room Chris Lattner
2012-05-17finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner
2012-05-17strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner
2012-05-17simplify code generated by tblgen that is not necessary since we droppedChris Lattner
2012-05-17I forgot the #ifdef _MSC_VER guard in my last commit.Francois Pichet
2012-05-17Fix the MSVC 2010 build: disable the optimizer for a problematic function.Francois Pichet
2012-05-16Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen
2012-05-16This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka