final random and incoherent notes after making it through all the commits.
[oota-llvm.git] / include /
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...
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Evan ChengExit with nice warnings when register allocator run...
2009-01-29 Dan GohmanMake x86's BT instruction matching more thorough, and...
2009-01-29 Dale JohannesenAdd DebugLoc-sensitive versions of many node creation
2009-01-29 Evan ChengFix comment about removeRange.
2009-01-28 Bill WendlingAdd DebugLoc to the getNode() methods.
2009-01-28 Dan GohmanAdd more comments describing SDNode operator codes.
2009-01-28 Dale JohannesenAdd DebugLoc-aware constructors for SDNode derived
2009-01-28 Dan GohmanAdd some comments on ISD::NodeType.
2009-01-28 Dan GohmanDelete unnecessary elses.
2009-01-28 Chris LattnerEnable PACKAGE_VERSION in cmake builds, this unbreaks...
2009-01-28 Dan GohmanMake isOperationLegal do what its name suggests, and...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Duncan SandsFix PR3415 (infinite loop in EscapeAnalysis) by
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-28 Bill WendlingComment fixes.
2009-01-27 Dale JohannesenEmbalm my ideas of how things should work. Not that
2009-01-27 Dale JohannesenAdd a DebugLoc field and some simple accessors.
2009-01-27 Dale JohannesenReorder args, constify.
2009-01-27 Dan GohmanUse .empty() instead of comparing .size() with 0.
2009-01-27 Dale JohannesenUpdate to latest spelling.
2009-01-27 Dale JohannesenAdd DebugLoc field and simple accessors.
2009-01-27 Evan ChengRefine DebugLoc per review comments.
2009-01-27 Dan GohmanAdd an assertion to the form of SelectionDAG::getConsta...
2009-01-27 Dan GohmanMake some comments doxygen-friendly.
2009-01-26 Evan ChengNo need to keep size of DebugLocations vector separately.
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-26 Dan GohmanImplement Red Zone utilization on x86-64. This is currently
2009-01-26 Ted KremenekAdd method raw_fd_ostream::seek() for random access...
2009-01-26 Dan GohmanFix the name of an argument.
2009-01-26 Roman LevensteinFix a bug in BitVector.h. All assignment operations...
2009-01-26 Evan ChengActually source file has already been uniquified into...
2009-01-26 Evan ChengAdd data structure to define and track debug location...
2009-01-26 Evan ChengLooks like comments were chopped off.
2009-01-26 Evan ChengLLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H...
2009-01-26 Dan GohmanTake the next steps in making SDUse more consistent...
2009-01-25 Dan GohmanEliminate the loop that searches through each of the...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-23 Evan ChengCross register class coalescing. Not yet enabled.
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-22 Tanya LattnerRegenerated configure after backing out 62553 and r62616.
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
next