Asm printing bug.
[oota-llvm.git] / lib /
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.
2006-12-01 Evan ChengA initialized global variable cannot be extern weak...
2006-12-01 Evan ChengDarwin PPC external weak linkage support.
2006-12-01 Evan ChengMinor code clean up.
2006-12-01 Evan ChengFix indentation.
2006-12-01 Evan ChengDarwin X86 external weak linkage support.
2006-12-01 Chris LattnerFix a typo introduced by the cast patch that horribly...
2006-12-01 Reid SpencerDon't fold "ptrtoint GV to bool" since this should...
2006-12-01 Chris LattnerFix the CodeGen/PowerPC/vec_constants.ll regression.
2006-12-01 Reid SpencerRegenerate.
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-30 Reid SpencerRemove 4 FIXMEs to hack around cast-to-bool problems...
2006-11-30 Anton KorobeynikovFactor out GVRequiresExtraLoad() from .h to .cpp
2006-11-30 Evan Cheng- Use a different wrapper node for RIP-relative GV...
2006-11-30 Jim Laskeybetter check for version
2006-11-30 Chris Lattnermake it clear that this is always a zext
2006-11-30 Chris LattnerOne more bugfix, 3 cases of making casts explicit.
2006-11-30 Chris LattnerFix a bug in globalopt due to the recent cast patch.
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 ChengMachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
2006-11-30 Evan ChengRemove the ugly SPARCV9 TargetInstrDescriptors hack.
2006-11-30 Evan Cheng- MachineInstr now keeps a ptr to TargetInstrDescriptor...
2006-11-29 Evan ChengIn PIC mode, GV not requiring an extra load can be...
2006-11-29 Evan ChengClean up.
2006-11-29 Evan ChengFix for PR1018 - Better support for X86-64 Linux in...
2006-11-29 Chris LattnerFix bug codegen'ing FP constant vectors with integer...
2006-11-29 Evan ChengAvoid inifinite looping if READCYCLECOUNTER isn't custo...
2006-11-29 Jim LaskeyEliminate unnecessary scopes.
2006-11-29 Jim LaskeyOffset for load of 32-bit arg in 64-bit world was incor...
2006-11-29 Evan ChengCustom lower READCYCLECOUNTER for x86-64.
2006-11-29 Evan ChengAllow target to custom lower READCYCLECOUNTER (when...
2006-11-29 Chris Lattnerdone
2006-11-29 Chris Lattnerimplement cast.ll:test35. With this, we recognize:
2006-11-29 Chris LattnerTeach instcombine to turn trunc(srl x, c) -> srl (trunc...
2006-11-29 Chris LattnerImplement Regression/Transforms/InstCombine/bswap-fold.ll,
2006-11-29 Evan Cheng16-byte stack alignment for X86-64 ELF. Patch by Dan...
2006-11-29 Evan ChengFix for PR1023 by Dan Gohman.
2006-11-29 Chris LattnerUpgrade the ugly darwin 64-bit bswap idiom (bswap ...
2006-11-29 Evan ChengFix for PR1022 (folding loads of static initializers...
2006-11-29 Chris LattnerTrivially lower 'bswap $0' into llvm.bswap. This fixes...
2006-11-29 Bill WendlingWTF? These weird newlines got in there...
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-29 Reid SpencerJoin a split line.
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
next