Extension of GEP in constant folder was broken (apparently this code
[oota-llvm.git] / lib / CodeGen /
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Owen AndersonAdd a debugging option for SSC DCE.
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-24 Dan GohmanFix a ValueTracking rule: RHS means operand 1, not...
2009-02-24 Devang Patelgdb uses DW_AT_prototyped to identify K&R style in...
2009-02-24 Devang PatelIf there is not any debug info available for any global...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-22 Evan ChengIf a use operand is marked isKill, don't forget to...
2009-02-21 Richard Penningtonbug 3610: Floating point vaarg not softened.
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Evan ChengIf two-address def is dead and the instruction does...
2009-02-20 Dan GohmanFix a bug that David Greene found in the DAGCombiner...
2009-02-20 Bill Wendling- Early exit a nested block.
2009-02-20 Owen AndersonFix a crash in the pre-alloc splitter exposed by recent...
2009-02-20 Owen AndersonAdd a quick pass to the stack slot colorer to eliminate...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-19 Bill WendlingTemporarily revert r65065. It was causing test failures.
2009-02-19 Bill WendlingPrint out debug info when printing the machine instruction.
2009-02-19 Bill WendlingCheck for -fast here too.
2009-02-19 Bill WendlingGenerate these labels when we're in "fast" mode, not...
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Evan ChengA couple of places where reused use operands should...
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-15 Dan GohmanDon't assume that a left-shift of a value with one...
2009-02-15 Evan ChengFix PR3522. It's not safe to sink into landing pad...
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-13 Bill WendlingRevert this. It was breaking stuff.
2009-02-13 Bill WendlingTurn off the old way of handling debug information...
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-12 Dan GohmanAdjust the sizes for a few SmallVectors to reflect...
2009-02-12 Chris Lattnermake fast isel fall back to selectiondags for VLA llvm...
2009-02-12 Evan ChengIt's (currently) not safe to keep certain physical...
2009-02-12 Evan ChengOops. Last second clean up messed things up.
2009-02-12 Evan ChengIf availability info is kept when fallthrough into...
2009-02-12 Evan ChengReplace one of burr scheduling heuristic with something...
2009-02-11 Evan ChengApparently some MachineBasicBlock's don't have correspo...
2009-02-11 Evan ChengRemove a bogus assertion. It's possible a live-in avail...
2009-02-11 Dan GohmanFix a comment.
2009-02-11 Dan GohmanDon't use special heuristics for nodes with no data...
2009-02-11 Dan GohmanDelete the heuristic for non-livein CopyFromReg nodes...
2009-02-11 Dale JohannesenMake a transformation added in 63266 a bit less aggressive.
2009-02-11 Evan ChengImplement PR3495: local spiller optimization. The local...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-11 Dan GohmanUse iterators to iterate through the Preds array instead of
2009-02-10 Dan GohmanConsider any instruction that modifies the stack pointe...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2009-02-10 Devang PatelValidate file id.
2009-02-09 Evan ChengIf the target cannot issue a copy for the given source...
2009-02-09 Evan ChengSimplify code.
2009-02-09 Evan ChengMake sure constant subscript is truncated to ptr size...
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-09 Evan ChengFix another case ShortenDeadCopySrcLiveRange is shorten...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-08 Evan ChengFix PR3486. Fix a bug in code that manually patch physi...
2009-02-08 Evan ChengStrengthen the previous check.
2009-02-08 Evan Chengr64073 commit message is lost. Here it is:
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Chris LattnerAdd missing break statements, fixing PR3503.
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenMake SDNode constructors take a DebugLoc always.
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2009-02-07 Dale JohannesenRemove now-unused constructors.
2009-02-07 Evan ChengDon't sink the instruction if TargetRegisterInfo::isSaf...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenAnd one more file.
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingClear out the CurDebugLoc info when doing a 'clear...
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Dan GohmanRename SelectionDAGISel::Schedule to
2009-02-06 Dan GohmanDelete an unused member function.
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-02-06 Evan ChengAdd TargetInstrInfo::isSafeToMoveRegisterClassDefs...
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Evan ChengisAsCheapAsMove instructions can have register src...
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Dale JohannesenRemove 3 non-DebugLoc variants of getNode.
2009-02-05 Evan ChengMachine LICM increases register pressure and it almost...
2009-02-05 Evan ChengTurn on machine LICM in non-fast mode.
2009-02-05 Evan ChengTeach machine licm to CSE hoisted instructions.
2009-02-05 Evan ChengReMaterializeTrivialDef need to trim the live interval...
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-02-05 Owen AndersonPre-alloc splitting needs to be more careful to avoid...
2009-02-05 Mon P WangFix a bug where we were not emitting a cvt rnd sat...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
next