add #include
[oota-llvm.git] / lib /
2006-12-06 Chris Lattneradd #include
2006-12-06 Chris Lattneradd missing #include
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 Jim LaskeyMake it easier for gdb to find the return address.
2006-12-06 Rafael Espindolaprint weak references
2006-12-06 Evan ChengMove copyKillDeadInfo out-of-line. Add findRegisterUseO...
2006-12-06 Chris LattnerRemove the dead CachedWriter class.
2006-12-06 Chris LattnerSimplify code
2006-12-06 Chris LattnerprintName is almost always true. In the cases that...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-12-06 Chris LattnerThe hasSlot methods are gone.
2006-12-06 Chris LattnerThese asm printers shouldn't use assembly/writer.h
2006-12-06 Chris Lattnerremove unused api, simplify some code
2006-12-06 Chris Lattnerremove more code that was only used by the bc writer
2006-12-06 Chris Lattnerremove dead code left over from when this functionality...
2006-12-06 Chris Lattnerrename createSlot -> getOrCreateSlot.
2006-12-06 Chris Lattnerclean up some sloppy and inconsistent spacing
2006-12-06 Chris Lattnerwrap long lines
2006-12-06 Reid SpencerFix a CmpInst writing bug by removing merge cruft that...
2006-12-06 Chris Lattnercounter should be unsigned.
2006-12-06 Chris Lattnereliminate fp statistic
2006-12-06 Reid SpencerFix constant folding to deal with external weak global...
2006-12-05 Reid SpencerRegenerate.
2006-12-05 Reid SpencerRemove dead var NewVarArgs.
2006-12-05 Chris LattnerFix Transforms/InstCombine/2006-12-05-fp-to-int-ext...
2006-12-05 Reid SpencerRegenerate.
2006-12-05 Reid SpencerDump the old va_arg and va_next upgrade support. No...
2006-12-05 Reid SpencerFinally get the casting right in this file. Also, remov...
2006-12-05 Evan ChengRevert an unintended change.
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-12-05 Chris Lattnerstraighten out various memory ownership issues in the...
2006-12-05 Reid SpencerRegenerate.
2006-12-05 Reid SpencerRemove various old upgrade hacks that are no longer...
2006-12-05 Reid SpencerBail on the getInferredCast idea. Remove the function...
2006-12-05 Chris LattnerIf we have ScalarSSE, we can select bitconvert into...
2006-12-05 Chris LattnerAdd a perf optzn corresponding to PR1033.
2006-12-05 Chris LattnerFix PR1033 and CodeGen/X86/bitcast.ll, by expanding...
2006-12-05 Rafael Espindolaexpand memmove and memcpy
2006-12-05 Reid SpencerEliminate "control reaches end of non-void function...
2006-12-05 Rafael Espindolaadd support for the "r" asm constraint
2006-12-05 Chris LattnerFix typo noticed by Lauro Ramos Venancio, thanks!
2006-12-05 Rafael Espindolaadd support for weak linkage
2006-12-05 Evan ChengJIT large code model support.
2006-12-05 Reid SpencerCan't make these fail now with just BitCast. Previous...
2006-12-05 Evan ChengAsm printing bug.
2006-12-05 Evan Cheng- Fix X86-64 JIT by temporarily disabling code that...
2006-12-05 Evan ChengUpdate
2006-12-05 Reid SpencerRemove the last inferred casts from VMCore.
2006-12-05 Reid SpencerImplement createPointerCast.
2006-12-05 Reid SpencerImplement getPointerCast.
2006-12-05 Chris Lattneradd an instcombine xform. This speeds up 462.libquantu...
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...
2006-12-04 Chris LattnerAdd support for 64-bit 'r' constraint. Patch by by...
2006-12-04 Jim LaskeyRestoration of the stack pointer after a deallocation...
2006-12-04 Reid SpencerSeparate getCompare from get and getCompareTy from...
2006-12-04 Reid SpencerFix comment grammaro
2006-12-04 Chris LattnerAdd a comment and fix a memory leak. Thanks to Vikram...
2006-12-04 Reid SpencerImplement new cast creation functions for both instruct...
2006-12-04 Reid SpencerReduce the size of the ExprMapKeyType class.
2006-12-04 Evan ChengNon-darwin gcc should default to static relocation...
2006-12-04 Reid SpencerFix inferred casts.
2006-12-04 Reid SpencerFix 80 cols violation
2006-12-04 Reid SpencerRegenerate.
2006-12-04 Reid SpencerFor PR950: Implement read/write of ICmp and FCmp consta...
2006-12-04 Reid SpencerFor PR950: For ICmp and FCmp constant expressions,...
2006-12-04 Reid SpencerFor PR950: Fix constant expressions to properly support...
2006-12-04 Reid SpencerFor PR950: Implement a stub for folding ICmp and FCmp...
2006-12-04 Reid SpencerFor PR950: Implement ICmp/FCmp predicate printing for...
2006-12-04 Reid SpencerUpdate call to CastInst::getCastOpcode for its new...
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-12-04 Reid SpencerTake a baby step towards getting rid of inferred casts...
2006-12-03 Reid SpencerSupport ICmp/FCmp constant expression reading and writing.
2006-12-03 Reid SpencerRemove dead code.
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerRemove useless #include.
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerShorten the FCmp and ICmp mnemonics to 3 letters. Make...
2006-12-03 Reid SpencerShorten the FCmp predicate mnemonics.
2006-12-03 Reid SpencerImplement reading and writing of the ICmp and FCmp...
2006-12-03 Reid SpencerAllow the ICmp and FCmp instructions to be written...
2006-12-03 Reid SpencerImplement creation of ICmp and FCmp constant expressions.
2006-12-03 Reid SpencerRemove backwards compatibility goop. This is now handle...
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerRemove backwards compatibility goop. Now implemented...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-12-02 Chris Lattnerdisable transformations that are invalid for fp vector...
2006-12-01 Chris LattnerSwitch analysis groups to be unregistered when llvm_shu...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnermove 'cfgonly' pass tracking into PassInfo, instead...
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-12-01 Evan ChengconvertToThreeAddress() is now responsible for updating...
2006-12-01 Evan ChengAdd weak reference directive.
2006-12-01 Chris LattnerThese should be rewritten to fold without using the...
2006-12-01 Chris Lattnerthis logic is broken for trunc to bool, replace the...
2006-12-01 Chris Lattneradd a new ConstantIntegral::get method. Simplify the...
2006-12-01 Evan ChengCopy and paste error. An initialized global cannot...
2006-12-01 Jim Laskey1. In ppc64 mode we need only use one GPR.
2006-12-01 Jim LaskeyExternalWeak case in wrong location.
2006-12-01 Evan ChengFix 2005-05-08-FPStackifierPHI.ll failure.
next