It was pointed out that DEBUG() is only available with -debug.
[oota-llvm.git] / include /
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris Lattner#include <iosfwd> not <ostream>
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-07-07 Chris LattnerChange LoadLibraryPermanently to not throw an exception.
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-07-07 Chris LattnerFix an embarassing bug reid noticed
2006-07-06 Chris LattnerModify the SlowOperationInformer interface to not throw...
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-06-29 Evan ChengUgly hack! Add helper functions InsertInFlightSetEntry and
2006-06-29 Evan ChengAdd support to print 4-, 8-, and 16- byte constant...
2006-06-28 Chris LattnerAdd support for hidden visibility
2006-06-28 Evan ChengAllow EmitConstantPool to be redefined by derived classes.
2006-06-27 Reid SpencerFor PR801:
2006-06-26 Chris LattnerAdd a new method.
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-23 Evan ChengAdded jump table address relocation.
2006-06-21 Reid SpencerWhoops, missed a couple more C-style casts.
2006-06-21 Reid SpencerUse C++ style casts instead of C-style casts to shut...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-06-21 Evan ChengFix non-64-bit clean code.
2006-06-20 Andrew LenharthFix build on old compilers
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-17 Evan ChengClean up
2006-06-16 Chris LattnerSimplify the targetdata ctor by not passing in a "targe...
2006-06-16 Chris LattnerRemove ctor with each piece specifyable (which causes...
2006-06-16 Andrew Lenharthmove header
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-15 Chris LattnerAdd some more matcher classes for shifts.
2006-06-15 Evan ChengAvoid undesirable behavior when assert is not enabled.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-14 Jim LaskeyChange versioning to per debug info descriptor (merged...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-06-12 Andrew LenharthStart on my todo list
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-08 Owen AndersonUpdate some comments, and expose LCSSAID in preparation...
2006-06-08 Reid SpencerFor PR804:
2006-06-08 Vladimir PrusNew method BasicBlock::getFirstNonPHI.
2006-06-07 Reid SpencerFor PR787:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerAdd a virtual dtor to the InlineAsm class so that the...
2006-06-07 Reid SpencerPrevious version of this file wasn't supposed to be...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-06 Chris LattnerMove toolrunner out of libsupport into the bugpoint...
2006-06-06 Chris LattnerAdd PowerPC intrinsics to support dcbz[l]
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-06-05 Reid SpencerFor PR778:
2006-06-05 Reid SpencerMake it possible to override the standard version print...
2006-06-05 Reid SpencerFor PR633:
2006-06-05 Reid SpencerSome enhancements for gv/graphviz/dot/dotty support...
2006-06-02 Reid SpencerFor PR798:
2006-06-02 Chris LattnerForce anything that #includes llvm/Transforms/Utils...
2006-06-02 Reid SpencerRemove some flags backed out from earlier attempts...
2006-06-01 Chris LattnerFix -pedantic warning
2006-06-01 Reid SpencerProvide support for detecting if the Win32 imaghlp...
2006-06-01 Reid SpencerFavor C++ casts over C casts in C++ code.
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-05-31 Chris LattnerFix utostr once and for all, by making there only be...
2006-05-31 Andrew Lenharth4 billion names is enough for anyone. And really fix...
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2006-05-31 Andrew Lenharthrevert for now
2006-05-31 Andrew Lenharthmake 64-bit safe and fix the build on alpha
2006-05-31 Reid SpencerMake the getNamedFunction and getNamedGlobal methods...
2006-05-31 Vladimir PrusClarify type naming.
2006-05-31 Vladimir PrusImprove InstVisitor docs.
2006-05-30 Reid SpencerProvide a simpler interface for getting a ConstantArray...
2006-05-30 Vladimir PrusMake doc comment visible in doxygen output. Clarify...
2006-05-30 Reid SpencerProperly document the second form of ConstArray::get()
2006-05-30 Reid SpencerAdjust the interface to ConstantArray::get. The previous
2006-05-29 Andrew LenharthSince there was interest on the mailing list, this...
2006-05-29 Reid SpencerReplace an old C-style cast with a C++ cast (squelch...
2006-05-27 Chris LattnerFix pastos in comments
2006-05-27 Chris LattnerImplement a new method: CloneAndPruneFunctionInto,...
2006-05-27 Chris LattnerAdd an interface to constant fold and instruction given...
2006-05-27 Chris LattnerAdd a new sentry node type, allowing assertions to...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Owen AndersonSkeletal LCSSA pass. This is currently non-functional...
2006-05-25 Chris LattnerFix breakage on platforms where string/cassert don...
2006-05-25 Evan ChengCALL node change: now containing signness of each argument.
2006-05-24 Reid SpencerFor PR786:
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-23 Evan Cheng-enable-unsafe-fp-math implies -enable-finite-only...
2006-05-23 Vladimir PrusMake class comment visible in Doxygen.
2006-05-23 Evan ChengAdded option -enable-finite-only-fp-math. When on,...
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-19 Chris LattnerAdd new calling convention, as documented in LangRef...
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-05-19 Chris LattnerUse class tags instead of struct tags. The coding...
2006-05-18 Evan Chenglib/Target/Target.td
2006-05-18 Owen AndersonChange Module to use TargetData-compatible strings...
2006-05-17 Evan ChengAnother typo. Pointed out by Nate Begeman.
2006-05-17 Evan ChengFix a mis-leading comment.
next