This code doesn't actually use the ExitingBlocks list.
[oota-llvm.git] / include /
2009-02-12 Ted KremenekAdd method 'isSingleton()' to ImmutableSet. This retur...
2009-02-11 Gabor GreifFill in a glaring omission in derived User classes...
2009-02-11 Ted KremenekAdd FoldingSet profile method for bools. Patch by...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-11 Dan GohmanIt isn't necessary to explicitly clear the contents...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-09 Gabor Greifincorporate review feedback
2009-02-09 Mikhail Glushenkov80-column violations.
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-08 Mikhail Glushenkov80-column violation.
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
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 Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dan GohmanChange several SmallPtrSetImpl members from public...
2009-02-07 Dan GohmanSimplify some code by using blocks_begin(), blocks_end...
2009-02-07 Nick LewyckyAdd an API for strings with possible NULLs in the middl...
2009-02-07 Dale JohannesenMake SDNode constructors take a DebugLoc always.
2009-02-07 Dale JohannesenDeleted one line too many. oops.
2009-02-07 Dale JohannesenRemove now-unused constructors.
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Bill WendlingConstify operators.
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingAdd comparison operators to DebugLoc.
2009-02-06 Dan GohmanMake Mutex's constructor explicit, and tidy up whitespace.
2009-02-06 Ted KremenekDeallocate() methods now take a 'const void*' instead...
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Dan GohmanRename SelectionDAGISel::Schedule to
2009-02-06 Evan ChengWe don't really need the abort here. This unbreak x86_6...
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 Evan ChengChange -1 => negative number.
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-02-06 Evan ChengDocument the meaning of -1 for getCopyCost.
2009-02-06 Dan GohmanTidy up the ScheduleDAG class definition a little....
2009-02-06 Roman LevensteinDon't pass BitVectors by value, pass them by reference.
2009-02-06 Nick LewyckyCorrect strange whitespace.
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 Owen AndersonRefactor my previous change to maintain the distinction...
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Devang PatelRevert rev. 63876. It is causing llvm-gcc bootstrap...
2009-02-05 Dan GohmanDelete some trailing whiespaces.
2009-02-05 Dale JohannesenRemove 3 non-DebugLoc variants of getNode.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Evan ChengClarify comments.
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
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Stuart HastingsSince I'm obliged to work with a development OS that...
2009-02-04 Nick LewyckyRegenerate.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Chris Lattnerfix a pretty serious bug in StringMap where GetOrCreate...
2009-02-04 Chris Lattneradd a friend needed by a stringmap change.
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-04 Bill WendlingConstify and don't return a reference.
2009-02-03 Dale JohannesenDebugLoc propagation; adjustment to things omitted
2009-02-03 Bill WendlingAdd getDebugLocTuple to retrieve the DebugLocTuple...
2009-02-03 Bill WendlingAdd getter for the index.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Devang PatelRemove dead code.
2009-02-03 Chris Lattneradd a method to BumpPtrAllocator that allows allocating...
2009-02-03 Dan GohmanMove isIdentifiedObject and isNoAliasCall into AliasAna...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-03 Dan GohmanUse the SubclassData field to hold ExtType, isTrunc...
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-02-02 Owen AndersonMergeValueInto is too smart: it might choose to do...
2009-02-02 Dale JohannesenCommit missing files.
2009-02-02 Dan GohmanReposition the DebugLoc field to reduce padding space
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Chris Lattneradd accessors
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-30 Dale JohannesenFix build on case-sensitive filesystems (i.e. everybody...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Bill WendlingPropagate debug loc info for some of the *_EXTEND funct...
2009-01-30 Bill WendlingDebugLoc form of getNOT().
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-30 Dan GohmanFix a post-RA scheduling dependency bug.
2009-01-30 Bill Wendling- Propagate debug loc info in combineSelectAndUse().
2009-01-30 Chris LattnerFix a bug in getMaxValue/getMinValue to pass the right...
2009-01-30 Dale JohannesenPropagate debug info when building SelectionDAG.
2009-01-30 Devang PatelAdd dump() routines to help debug debug info :)
2009-01-29 Bill WendlingRevert r63273. This was already implemented by Dale...
next