aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-08-18If any def of a machine-sink candidate has local uses, it's obviously not saf...Evan Cheng
2010-08-18GetLinearExpression is only called when TD is non-null, pass as Chris Lattner
2010-08-18rework GEP decomposition to make a new VariableGEPIndex struct instead ofChris Lattner
2010-08-18Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach
2010-08-18Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman
2010-08-18move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner
2010-08-18Tidy.Dan Gohman
2010-08-18Minor simplification. Gets rid of a needless temporary.Bill Wendling
2010-08-18Use ConstantRange to propagate information through value definitions.Owen Anderson
2010-08-18Thinking about it, we don't need MachineDominatorTree after all. The DomValueJakob Stoklund Olesen
2010-08-18Revert r111394. It was too aggressive.Jakob Stoklund Olesen
2010-08-18Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen
2010-08-18Add the LiveIntervalMap class. Don't hook it up yet.Jakob Stoklund Olesen
2010-08-18Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar
2010-08-18Improve whitespace.Bill Wendling
2010-08-18Marked with ATTRIBUTE_USED so that clang doesn't complain.Bill Wendling
2010-08-18Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson
2010-08-18MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar
2010-08-18move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner
2010-08-18Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach
2010-08-18Preserve subregs on PHI source operands. Patch by Krister Wombell!Jakob Stoklund Olesen
2010-08-18Fix a bug with insertelement on SPU. Kalle Raiskila
2010-08-18Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila
2010-08-18Change SPU C calling convention to match that described in Kalle Raiskila
2010-08-18fix PR7589: In brief:Chris Lattner
2010-08-18Fix PR7755: knowing something about an inval for a predChris Lattner
2010-08-18fit in 80 colsChris Lattner
2010-08-18remove some dead code.Chris Lattner
2010-08-18remove some dead code.Chris Lattner
2010-08-18remove some code that is dead now that lea's are modeled with segment registers.Chris Lattner
2010-08-18remove dead prototype.Chris Lattner
2010-08-18Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson
2010-08-18Revert r111321. This doesn't fix a problem.Dan Gohman
2010-08-18stomp some more undefined behavior, PR7775.Chris Lattner
2010-08-17include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner
2010-08-17Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner
2010-08-17report_fatal_error can't use errs(), because errs() can call Chris Lattner
2010-08-17Temporarily revert r110987 as it's causing some miscompares inEric Christopher
2010-08-17Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman
2010-08-17Add materialization of virtual base registers for frame indices allocated intoJim Grosbach
2010-08-17CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar
2010-08-17CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar
2010-08-17CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar
2010-08-17Make fast scheduler handle asm clobbers correctly.Dale Johannesen
2010-08-17Revert part of one of the prev. patches - tailjmp will follow later.Anton Korobeynikov
2010-08-17More fixes for win64:Anton Korobeynikov
2010-08-17Enable more win64 calls folding opportunities.Anton Korobeynikov
2010-08-17PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov...Evan Cheng
2010-08-17Machine CSE preserves CFG. Pass manager was freeing machineloopinfo after mac...Evan Cheng
2010-08-17Don't call tablegen'ed Predicate_* functions in the ARM target.Jakob Stoklund Olesen