[llvm-commits] [llvm] r52748 - in /llvm/trunk: include/llvm/Analysis/ValueTracking.h include/llvm/Constant.h include/llvm/IntrinsicInst.h lib/Analysis/ValueTracking.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Debugger/ProgramInfo.cpp lib/Transforms/Scalar/InstructionCombining.cpp lib/VMCore/Constants.cpp lib/VMCore/IntrinsicInst.cpp
Chris Lattner
clattner at apple.com
Thu Jun 26 20:19:38 PDT 2008
On Jun 25, 2008, at 5:31 PM, Eric Christopher wrote:
> Author: echristo
> Date: Wed Jun 25 19:31:12 2008
> New Revision: 52748
>
> URL: http://llvm.org/viewvc/llvm-project?rev=52748&view=rev
> Log:
> Move GetConstantStringInfo to lib/Analysis. Remove
> string output routine from Constant. Update all
> callers. Change debug intrinsic api slightly to
> accomodate move of routine, these now return values
> instead of strings.
Eric, this test caused serious regressions in the llvm dejagnu suite.
Please make sure you test patches before you apply them. I will track
down and fix the regressions this time.
-Chris
More information about the llvm-commits
mailing list