- 6dc75fe Move ScheduleDAGInstrs.h to be a private header. Front-ends by Dan Gohman · 17 years ago
- d96c60d Ignore DbgInfoIntrinsics. by Devang Patel · 17 years ago
- e991ced fix PR3489, use bits instead of bytes. by Chris Lattner · 17 years ago
- f90b2a7 get rid of some non-DebugLoc getTargetNode variants. by Dale Johannesen · 17 years ago
- ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
- d9289a5 Fix a crasher: we need to check that the function is non-null before using it! by Owen Anderson · 17 years ago
- e794220 Refactor my previous change to maintain the distinction between AliasAnalysis and BasicAliasAnalysis. This involves some wider changes because it by Owen Anderson · 17 years ago
- 32d9701 by Devang Patel · 17 years ago
- 54801f78 isAsCheapAsMove instructions can have register src operands. Check if they are really re-materializable. by Evan Cheng · 17 years ago
- 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 17 years ago
- 998cbb0 by Devang Patel · 17 years ago
- 9b36c63 Remove 3 non-DebugLoc variants of getNode. by Dale Johannesen · 17 years ago
- 39c873e Remove dead blocks in the end. by Devang Patel · 17 years ago
- 1851db6 Ignore dbg intrinsics while propagating conditional expression info. by Devang Patel · 17 years ago
- 740854b Machine LICM increases register pressure and it almost always increase code size. For now, disable it for optimizing for size. by Evan Cheng · 17 years ago
- c5d1a4f Turn on machine LICM in non-fast mode. by Evan Cheng · 17 years ago
- af6949d Teach machine licm to CSE hoisted instructions. by Evan Cheng · 17 years ago
- 961154f ReMaterializeTrivialDef need to trim the live interval to the last kill if the copy kills the source register. This fixes uint64tof64.ll after ARM::MOVi is marked as isAsCheapAsAMove. by Evan Cheng · 17 years ago
- b3379fb A few more isAsCheapAsAMove. by Evan Cheng · 17 years ago
- 4798bbe if we have a large GEP offset on a 32-bit or other target, make by Chris Lattner · 17 years ago
- 5734c94 Pre-alloc splitting needs to be more careful to avoid inserting spills/restores by Owen Anderson · 17 years ago
- b0e341b Fix a bug where we were not emitting a cvt rnd sat node for converting by Mon P Wang · 17 years ago
- 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 17 years ago
- 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
- 2cc86a1 Ignore dbg intrinsics while folding switch instruction. by Devang Patel · 17 years ago
- 4be0bdf Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. by Dale Johannesen · 17 years ago
- a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
- 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 17 years ago
- d0a203d Ignore dbg intrinsics. by Devang Patel · 17 years ago
- 4caa042 80 column rule. by Stuart Hastings · 17 years ago
- 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
- d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 17 years ago
- e5ab34e Avoids generating a legalization assert for the case where a vector type is legal by Mon P Wang · 17 years ago
- e6c1473 Bill implemented this. by Chris Lattner · 17 years ago
- 8dfdf5d add a note, this is why we're faster at SciMark-MonteCarlo with SSE disabled. by Chris Lattner · 17 years ago
- 6792e90 Skip over zero registers. by Evan Cheng · 17 years ago
- 45f3683 allow main to have any integer type. by Chris Lattner · 17 years ago
- 37eed79 Minor code cleanups; no functionality change. by Dan Gohman · 17 years ago
- 80d6977 Since I'm obliged to work with a development OS that currently doesn't by Stuart Hastings · 17 years ago
- 0975027 Allow the inverse transform x86_fp80 -> i80 (also fires during the Ada build). by Duncan Sands · 17 years ago
- a06aef6 Fix PR3468: a crash when constant folding a bitcast of by Duncan Sands · 17 years ago
- 5caa883 Don't call isInvariantLoad twice. by Evan Cheng · 17 years ago
- 45e94d6 Don't bother hoisting out a "cheap" instruction if all of its uses are PHIs. LICM "cheap" instructions are not particularly beneficial to start with. This will just end up making the copies harder to coalesce. by Evan Cheng · 17 years ago
- 9b61f33 For now, only hoist re-materilizable instructions. LICM will increase register pressure. We want to avoid spilling more instructions if it's possible. by Evan Cheng · 17 years ago
- f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 17 years ago
- fe9388c Finish making AliasAnalysis aware of the fact that most atomic intrinsics only dereference their arguments, and enhance by Owen Anderson · 17 years ago
- 39355f9 Remove non-DebugLoc forms of the exotic forms of Lod and Sto; patch uses. by Dale Johannesen · 17 years ago
- f5d9789 Remove some more non-DebugLoc versions of construction by Dale Johannesen · 17 years ago
- f8d3ec2 Check in file I forgot. by Dale Johannesen · 17 years ago
- 8ad9b43 Remove a few non-DebugLoc versions of node creation functions. by Dale Johannesen · 17 years ago
- 7bcaefa Fixes a case where we generate an incorrect mask for pshfhw in the presence by Mon P Wang · 17 years ago
- 556b20a While folding vallue comparison terminators ignore dbg intrinsics. by Devang Patel · 17 years ago
- dd64c41 Patch up omissions in DebugLoc propagation. by Dale Johannesen · 17 years ago
- c460ae9 Fill in more omissions in DebugLog propagation. by Dale Johannesen · 17 years ago
- a929c68 Constify and don't return a reference. by Bill Wendling · 17 years ago
- 65085cf Ignore dbg intrinsics while hoisting common code in the two blocks up into the branch block. by Devang Patel · 17 years ago
- a04b757 DebugLoc propagation; adjustment to things omitted from SelectionDagBuild. by Dale Johannesen · 17 years ago
- 44f6ac6 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 17 years ago
- 85e3af9 Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 17 years ago
- eacf2dc Need this file too. by Dale Johannesen · 17 years ago
- 0f502f6 Add some DL propagation to places that didn't have it yet. More coming. by Dale Johannesen · 17 years ago
- 383d7ed by Devang Patel · 17 years ago
- 28aa5de If "optimize for size" attribute is set then block non-trivial loop unswitches but allow trivial loop unswitches. by Devang Patel · 17 years ago
- d839254 DebugLoc propgation by Dale Johannesen · 17 years ago
- ef7e18e More whitespace fixin'. by Bill Wendling · 17 years ago
- b9dcef2 Whitespace and comment changes. No functionality change. by Bill Wendling · 17 years ago
- 1aa7056 teach "convert from scalar" to handle loads of fca's. by Chris Lattner · 17 years ago
- 6e01115 refactor the interface to ConvertUsesOfLoadToScalar, by Chris Lattner · 17 years ago
- e4d209d DebugLoc propagation. done with file. by Dale Johannesen · 17 years ago
- 6268d69 Remove dead code. by Devang Patel · 17 years ago
- 9bc67da convert ConvertUsesOfLoadToScalar to use IRBuilder, no functionality change. by Chris Lattner · 17 years ago
- 65a6502 switch ConvertScalar_InsertValue to use an IRBuilder, no functionality change. by Chris Lattner · 17 years ago
- ace1610 DebugLoc propagation. 2/3 through file. by Dale Johannesen · 17 years ago
- 9b872db make scalar conversion handle stores of first class by Chris Lattner · 17 years ago
- 43f07fb Change the post-RA scheduler to iterate through the by Dan Gohman · 17 years ago
- 605679f Tevert part of the x86 subtarget logic changes: when -march=x86-64 by Dan Gohman · 17 years ago
- b51d40c First initialize DAG otherwise dwarf writer is used uninitialized. by Devang Patel · 17 years ago
- 1a3257b Make SROA produce a vector only when the alloca is actually by Chris Lattner · 17 years ago
- 95c5f05 Fix PR3411. When replacing values, nodes are analyzed by Duncan Sands · 17 years ago
- 388df62 APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than 64 elements. by Evan Cheng · 17 years ago
- 55a683d add another case of undefined behavior without crashing, PR3466. by Chris Lattner · 17 years ago
- 2eafb8b Revert r63600. It didn't fix the bug, it just moved it a bit. by Nick Lewycky · 17 years ago
- cd89525 Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference their arguments. by Owen Anderson · 17 years ago
- dac5c4b Update the callgraph when replacing InvokeInst with CallInst when inlining. by Nick Lewycky · 17 years ago
- d62e06c Explicitly pass in debug location information to BuildMI. by Bill Wendling · 17 years ago
- 6a8a0d7 Pass in something sensible for the debug location information when creating the by Bill Wendling · 17 years ago
- ba120aa fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 17 years ago
- 3d730f7 Teach ConvertUsesToScalar to handle memset, allowing it to handle by Chris Lattner · 17 years ago
- dbfd8db Fill in some missing DL propagation in getNode()s. by Dale Johannesen · 17 years ago
- b288487 Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. by Bill Wendling · 17 years ago
- ec37e98 Explicitly pass in the "unknown" debug location. This is probably not by Bill Wendling · 17 years ago
- 0eb96fd Alphabetize includes. by Bill Wendling · 17 years ago
- 7809ecd rearrange how SRoA handles promotion of allocas to vectors. by Chris Lattner · 17 years ago
- a5f81bb Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since by Dan Gohman · 17 years ago
- f2ad58d Propagate debug loc info during SDNode -> machine instr creation. by Bill Wendling · 17 years ago
- 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
- ff97d4f Propagation in TargetLowering. Includes passing a DL by Dale Johannesen · 17 years ago
- a7ce741 Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode by Dan Gohman · 17 years ago
- f75e5b4 Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware has by Dan Gohman · 17 years ago
- ca57b84 Last DebugLoc propagation for this file. by Dale Johannesen · 17 years ago