oota-llvm.git
2006-12-01 Chris LattnerFix the CodeGen/PowerPC/vec_constants.ll regression.
2006-12-01 Nick LewyckyRemove extra header.
2006-12-01 Nick LewyckyFix opt -o option. Don't pass a pointer to an auto...
2006-12-01 Reid SpencerFor PR1019:
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 ChengAdd X86-64 load / store codegen tests.
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 Reid SpencerAllow llvm-upgrade to read from stdin. Configure the...
2006-11-30 Jim LaskeyAdd compile unit size test
2006-11-30 Jim LaskeyCorrect comment
2006-11-30 Jim LaskeyPubnames test
2006-11-30 Jim LaskeyUpdate docs
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-30 Reid SpencerIgnore generated files.
2006-11-30 Reid SpencerInitial, non-functional, version of llvm-upgrade. This...
2006-11-29 Evan ChengNew LSR test case.
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 Reid SpencerGet the delegation right for InstVisitor.
2006-11-29 Chris LattnerFix bug codegen'ing FP constant vectors with integer...
2006-11-29 Chris Lattnernew testcase
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 ChengAdd x86-64 llvm.readcyclecounter test.
2006-11-29 Evan ChengCustom lower READCYCLECOUNTER for x86-64.
2006-11-29 Evan ChengAllow target to custom lower READCYCLECOUNTER (when...
2006-11-29 Evan ChengFix test.
2006-11-29 Bill WendlingOops! didn't mean to put this in there yet.
2006-11-29 Chris Lattnerdone
2006-11-29 Chris Lattnernew bswap idiom
2006-11-29 Chris Lattnerimplement cast.ll:test35. With this, we recognize:
2006-11-29 Chris Lattnernew testcase
2006-11-29 Chris LattnerTeach instcombine to turn trunc(srl x, c) -> srl (trunc...
2006-11-29 Chris Lattnernew testcase
2006-11-29 Chris LattnerThis fails on mainline.
2006-11-29 Chris LattnerImplement Regression/Transforms/InstCombine/bswap-fold.ll,
2006-11-29 Chris Lattnernew testcase, bswaps should be eliminated.
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 Evan ChengAdd test cases for PR1022, 1023.
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...
2006-11-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-11-28 Andrew Lenharthgcc doesn't like an empty colbber list
2006-11-28 Bill WendlingUse ostream instead of iostream
2006-11-28 Bill WendlingUse llvm streams instead of <iostream>
2006-11-28 Bill WendlingRemoved #include <iostream> and used llvm streams
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-11-28 Bill WendlingSupport for llvm streams.
2006-11-28 Chris LattnerAdd a helper function
2006-11-28 Andrew LenharthIdentities are default now
2006-11-28 Andrew LenharthMake identity default, and fix PR1020
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-28 Reid SpencerUndo the last patch until 253.perlbmk passes with these...
2006-11-28 Evan ChengNew entries.
2006-11-28 Andrew Lenharthupdate comments
2006-11-28 Andrew LenharthGet the asminfo for the target most closely matching...
2006-11-28 Andrew LenharthX86 asm -> gcc asm translation table (incomplete)
2006-11-28 Andrew LenharthAdd per-target support for asm translation in the cbe
2006-11-28 Jim LaskeyRemove debug code.
2006-11-28 Jim LaskeyPrime text sections to improve branch locality in large...
2006-11-28 Jim Laskey32-bit int space was not accounted for properly in...
2006-11-28 Reid SpencerRegenerate.
2006-11-28 Reid SpencerImplement signedness caching for values, value lists...
2006-11-28 Reid SpencerRemove 4 FIXME's from the CAST patch now that the back...
2006-11-28 Reid SpencerAdd an -append-exit-code option to bugpoint. This will...
2006-11-28 Reid SpencerFix a typo.
2006-11-28 Bill WendlingPut the #include for a module first.
2006-11-28 Evan ChengClean up.
2006-11-28 Evan ChengFix indentation.
2006-11-28 Bill WendlingChanged to using LLVM streams.
2006-11-28 Bill WendlingChanged to using llvm streams.
2006-11-28 Bill WendlingAdded helper function to transition to using llvm streams.
2006-11-28 Evan ChengFix JIT encoding bugs for shift / rotate by one ops.
2006-11-28 Chris Lattnertestcase for pr1016
2006-11-28 Chris LattnerFix PR1016
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced streams with...
2006-11-27 Andrew LenharthPreliminary support for inline asm in the cbe. The...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Chris Lattnerremove dead tag
next