done
[oota-llvm.git] / include /
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-11-28 Bill WendlingSupport for llvm streams.
2006-11-28 Chris LattnerAdd a helper function
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-28 Andrew LenharthAdd per-target support for asm translation in the cbe
2006-11-28 Evan ChengFix indentation.
2006-11-28 Bill WendlingAdded helper function to transition to using llvm streams.
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Bill WendlingProtect against null streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingAdd method that will take a function pointer so that...
2006-11-20 Chris LattnersetOperand should not zap the operand list or add impli...
2006-11-20 Reid SpencerFor PR950:
2006-11-18 Chris LattnerMachineInstr includes this
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
2006-11-17 Jim LaskeyHopefully a good crack at making debugging work on...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...
2006-11-17 Bill Wendling#ifndef NDEBUG the "if (Stream) ..." stuff.
2006-11-17 Evan ChengAdd opcode to TargetInstrDescriptor.
2006-11-17 Bill WendlingAdjusted the // comments so that doxygen picks them up.
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-11-16 Evan ChengAllow target to specify alignment for function stub.
2006-11-16 Bill WendlingAdded "removeRange", which takes and removes an entire...
2006-11-16 Bill WendlingAdded a new method "CreateNewLiveInterval" which, given...
2006-11-15 Evan ChengChangeToRegister should clear IsImp bit.
2006-11-15 Evan ChengDo away with kill / dead maps. Move kill / dead info...
2006-11-15 Evan ChengAdd copyKillDeadInfo to copy kill / dead info; other...
2006-11-15 Devang PatelAdd run(Function &F) support in FunctionPassManager_New
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Reid SpencerAdd a method to get the bit width of a packed type.
2006-11-15 Devang PatelAdd doInitialization and doFinalization support in...
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-13 Evan Cheng- Let MachineInstr ctors add implicit def and use opera...
2006-11-11 Reid SpencerRevert premature patch.
2006-11-11 Reid SpencerDocument new constant expr operators, rename bitconvert...
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerFor PR998:
2006-11-11 Evan ChengAdd methods to add implicit def use operands to a MI.
2006-11-11 Devang PatelMove CommonPassManagerImpl from PassManager.h to PassMa...
2006-11-11 Devang PatelKeep track if analysis made available by the pass.
2006-11-11 Devang PatelKeep track of analysis required by the passes. Force...
2006-11-10 Devang Patels/PassManagerAnalysisHelper/CommonPassManagerImpl
2006-11-10 Jim LaskeyShut up the warning.
2006-11-10 Evan ChengAdd implicit def / use operands to MachineInstr.
2006-11-09 Chris Lattnerallow clients to indicate that they never want lazy...
2006-11-09 Evan ChengAdd a mechanism to specify whether a target supports...
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Jim Laskeymath.h creates ambiguity
2006-11-09 Jim Laskeymath.h for C's sake.
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-08 Jim LaskeyMake sure <cmath> comes first
2006-11-08 Jim LaskeyAdd backup support for HUGH_VALF.
2006-11-08 Jim LaskeyWasn't handling case of when machine move labels were...
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Devang PatelBeautify.
2006-11-07 Devang PatelDerive new pass managers from PassManagerAnalysisHelper.
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Devang PatelFix comment.
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-11-07 Evan ChengAdded target hook for post-indexed memory ops transform...
2006-11-06 Chris LattnerAdd a new operand flag to mark which operand is the...
2006-11-06 Chris Lattneradd a flag so that predicated instructions can be recog...
2006-11-06 Reid SpencerFix a small bug noticed on code review.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Reid SpencerAdd a -disable-cbe-printf-a option so that the output...
2006-11-05 Evan ChengAdded getIndexedStore.
2006-11-04 Evan ChengMove to operand constraints for two-address instructions.
2006-11-03 Evan ChengFix comments.
2006-11-03 Evan ChengRename
2006-11-03 Evan ChengAdded a target specific hook to check whether / how...
2006-11-03 Evan ChengAdd isPredecessor to check whether a node is another...
2006-11-03 Chris Lattnersilence warning
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris Lattnergeneralize this api
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengAdded getTiedToSrcOperand() to check for two-address...
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-11-01 Evan ChengAdd operand constraints to TargetInstrInfo.
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-30 Reid SpencerDon't mislead readers by claiming a variable is default...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-30 Evan ChengAdded a new SDNode type: BR_JT for jumptable branch.
2006-10-30 Chris Lattneradd a new form of insert.
next