Put an innocuous statement in this file to quelch warnings about compiling
[oota-llvm.git] / include /
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...
2006-05-11 Evan ChengAlso add super- register class info.
2006-05-10 Chris LattnerAdd alloca/malloc ctors that don't take array sizes.
2006-05-09 Chris LattnerThis method doesn't need to be virtual, thanks to Reid...
2006-05-09 Evan ChengPR 770 - permit coallescing of registers in subset...
2006-05-09 Evan ChengAdded sub- register classes information.
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerSplit SwitchSection into the SwitchTo{Text|Data}Section...
2006-05-08 Chris LattnerMove methods out of line so that MutexGuard.h isn't...
2006-05-08 Chris LattnerMove the definition of value_use_iterator::getOperandNo...
2006-05-08 Nate BegemanRemove unncessary include
2006-05-06 Chris LattnerAdd some new methods for computing sign bit information.
2006-05-05 Nate BegemanSomehow, I missed this part of the checkin a couple...
2006-05-05 Chris LattnerAdd a helper method.
2006-05-04 Chris LattnerFix this to be a proper copy ctor
2006-05-04 Chris LattnerFinal pass of minor cleanups for MachineInstr
2006-05-04 Chris LattnerRemove redundancy and a level of indirection when creat...
2006-05-04 Chris LattnerMove register numbers out of "extra" into "contents...
2006-05-04 Chris LattnerRemove and simplify some more machineinstr/machineopera...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris Lattnerremove hasAllocatedReg
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerChange "value" in MachineOperand to be a GlobalValue...
2006-05-04 Chris LattnerRemove a bunch more dead V9 specific stuff
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more V9-specific stuff.
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris LattnerCleanup the internal implementation of MachineRelocatio...
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerAdd a new emitAlignment method
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerAdd a method for allocating space from the code buffer.
2006-05-02 Chris LattnerDo not make the JIT memory manager manage the memory...
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Chris LattnerRemove a now-dead method
2006-05-02 Chris LattnerRemove the debug machine code emitter. The "FilePrinte...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Chris LattnerAdd pass ID's for various passes, so they can be AddReq...
2006-05-02 Jeff CohenDe-virtualize SwitchSection.
2006-05-02 Jeff CohenDe-virtualize EmitZeroes.
next