Migrate print routines to asm to be shared by exception handling.
[oota-llvm.git] / lib / CodeGen /
2006-12-12 Chris Lattnersplit up inttoptr from ptrtoint handling, the cases...
2006-12-12 Chris Lattnerthe operand of a bitcast is always the right size,...
2006-12-12 Chris LattnerRevert Nate's patch to fix X86/store-fp-constant.ll...
2006-12-12 Chris Lattnermake this code more aggressive about turning store...
2006-12-12 Reid SpencerTidy up a bit.
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-11 Evan ChengRe-apply changes that were backed out and fix a naughty...
2006-12-11 John CriswellIt seems the llvm::OStream class does not handle stream...
2006-12-11 Chris LattnerRevert changes that broke oggenc on ppc
2006-12-11 Evan ChengDon't convert store double C, Ptr to store long C,...
2006-12-11 Evan Chengf32 / f64 node is expanded to one i32 / i64 node.
2006-12-11 Evan ChengClean up some bad code.
2006-12-11 Nate BegemanMove something that should be in the dag combiner from...
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-09 Evan ChengPreliminary soft float support.
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Evan ChengProper fix for PR1037: to determine is a VR is a modref...
2006-12-08 Evan ChengfindTiedToSrcOperand() changed.
2006-12-07 Chris LattnerFix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Reid SpencerRevision 1.83 causes PR1037.
2006-12-07 Evan ChengInitialize {Min|Max}CSFrameIndex properly.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-07 Evan ChengMI keeps a ptr of TargetInstrDescriptor, use it.
2006-12-07 Evan ChenggetOperandConstraint returns -1 if the operand does...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Jim LaskeySome addresssed should be 64-bit and some shouldn't.
2006-12-06 Evan ChengMove copyKillDeadInfo out-of-line. Add findRegisterUseO...
2006-12-06 Chris Lattnereliminate fp statistic
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-11-30 Jim Laskeybetter check for version
2006-11-30 Jim LaskeyChange global descriptor names to provide name, full...
2006-11-30 Jim LaskeyTemp fix to deal gdb issue.
2006-11-30 Evan Cheng- MachineInstr now keeps a ptr to TargetInstrDescriptor...
2006-11-29 Evan ChengAvoid inifinite looping if READCYCLECOUNTER isn't custo...
2006-11-29 Jim LaskeyEliminate unnecessary scopes.
2006-11-29 Evan ChengAllow target to custom lower READCYCLECOUNTER (when...
2006-11-29 Evan ChengFix for PR1023 by Dan Gohman.
2006-11-29 Evan ChengFix for PR1022 (folding loads of static initializers...
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-28 Bill WendlingUse llvm streams instead of <iostream>
2006-11-28 Bill WendlingPut the #include for a module first.
2006-11-28 Evan ChengClean up.
2006-11-28 Bill WendlingChanged to using llvm streams.
2006-11-28 Chris LattnerFix PR1016
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Chris LattnerFix the dag combiner bug corresponding to PR1014.
2006-11-27 Chris LattnerFor better or worse, load from i1 is assumed to be...
2006-11-27 Chris LattnerIf a brcond condition is promoted, make sure to zero...
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Jim LaskeyGlobal label not handled correctly.
2006-11-20 Chris LattnerFix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCra...
2006-11-20 Chris LattnersetOperand should not zap the operand list or add impli...
2006-11-20 Reid SpencerFor PR950:
2006-11-18 Chris LattnerDon't transform in another bad case: if the block is...
2006-11-18 Chris LattnerFix another case we *don't* want to do this xform.
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
2006-11-18 Chris Lattnermake the previous change more aggressive, moving any...
2006-11-18 Chris LattnerMinor code layout tweak: if we have something like...
2006-11-17 Jim LaskeyFixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1...
2006-11-17 Bill WendlingMore removal of std::cerr and DEBUG, replacing with...
2006-11-17 Bill WendlingReplace std::cerr uses of the "DEBUG" macro with "DOUT...
2006-11-16 Bill Wendling*** empty log message ***
2006-11-16 Evan ChengMatch MachineCodeEmitter changes.
2006-11-16 Bill WendlingDon't recompute getNumOperands for each iteration.
2006-11-16 Bill WendlingAdded a new method "CreateNewLiveInterval" which, given...
2006-11-16 Chris Lattnerenable the branch folding pass for the JIT.
2006-11-16 Evan ChengFix an incorrectly inverted condition.
2006-11-15 Evan ChengMatch live variable changes.
2006-11-15 Evan ChengMinor updates.
2006-11-15 Evan ChengA register def can be partially dead when the whole...
2006-11-15 Evan ChengDo away with kill / dead maps. Move kill / dead info...
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Chris Lattnerremove dead #include
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 SpencerMake an assert comment match the tested assertion.
2006-11-11 Evan ChengAdd methods to add implicit def use operands to a MI.
2006-11-11 Chris Lattnerdisallow preinc of a frameindex. This is not profitabl...
2006-11-11 Chris Lattnerreduce indentation by using early exits. No functional...
2006-11-11 Chris Lattnermove big chunks of code out-of-line, no functionality...
2006-11-10 Chris LattnerFix a dag combiner bug exposed by my recent instcombine...
2006-11-10 Evan ChengAdd implicit def / use operands to MachineInstr.
2006-11-10 Evan ChengWhen forming a pre-indexed store, make sure ptr isn...
2006-11-10 Chris Lattnercommentate
2006-11-09 Evan ChengDon't attempt expensive pre-/post- indexed dag combine...
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 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Jim LaskeyAllows debugging llc self hosted.
2006-11-09 Jim LaskeyMerging dwarf info to a single compile unit.
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-08 Evan ChengMatch more post-indexed ops.
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Jim LaskeyNow can re-enable debug label folding.
next