Use C++ style casts instead of C-style casts to shut up compiler warnings
[oota-llvm.git] / include /
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.
2006-05-17 Chris LattnerAdd a CloneModule call that exposes the mapping of...
2006-05-16 Chris LattnerAdd a new CALL node.
2006-05-16 Chris LattnerThere is now a default impl of this method
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS.
2006-05-16 Reid SpencerFor PR778:
2006-05-15 Chris LattnerImprove comments, patch provided by Vladimir Prus!
2006-05-15 Reid SpencerDoxygenify the comments, bringing the file level commen...
2006-05-14 Chris Lattnerimprove comment.
2006-05-14 Chris LattnerImprove documentation on throwing, it is not complete...
2006-05-14 Chris LattnerThis is a proper fix for the compiler warning. A termi...
2006-05-13 Reid SpencerFix an infinite loop bug that Vladimir Prus identified.
2006-05-13 Reid SpencerAdd a #include <cassert> for situations where Casting...
2006-05-13 Evan ChengRevert an un-intended change
2006-05-12 Reid SpencerDon't use old-style casts. This prevents compiler warni...
2006-05-12 Owen AndersonAdd a method to generate a string representation from...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-12 Evan ChengBacking out fix for PR770. Need to re-apply it after...
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-05-12 Evan ChengAdd capability to scheduler to commute nodes for profit.
2006-05-11 Evan ChengRefactor scheduler code. Move register-reduction list...
next