oota-llvm.git
2007-01-15 Chris LattnerRun an instcombine pass after inlining but before scala...
2007-01-15 Chris LattnerImplement InstCombine/phi.ll:test7, deletion of trivial...
2007-01-15 Chris Lattnernew testcase
2007-01-15 Chris Lattnersimplify some code now that types are signless
2007-01-15 Chris Lattnerdelete stores to allocas with one use. This is a trivi...
2007-01-15 Chris Lattneradd a simple case where instcombine can detect and...
2007-01-15 Chris LattnerConstant fold llvm.powi.*. This speeds up tramp3d...
2007-01-15 Chris Lattneradd some notes
2007-01-15 Reid SpencerRegenerate.
2007-01-15 Reid SpencerFor PR1113:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnerregenerate
2007-01-15 Chris Lattnerteach VMCore to accept i1 add's and shifts
2007-01-15 Chris Lattnereliminate calls to Type::isInteger, preferring isIntegr...
2007-01-15 Chris Lattnerallow i1 to operators like shift and add.
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2007-01-15 Chris LattnerChange to match API changes.
2007-01-15 Chris LattnerEliminate calls to isInteger, generalizing code and...
2007-01-15 Chris LattnerTerminology change: drop 'integral' completely. Now...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-15 Chris Lattnerensure these don't xpass if opt crashes
2007-01-15 Chris LattnerFix correlated exprs regressions
2007-01-15 Chris Lattnerdon't discriminate against i1
2007-01-15 Reid SpencerRegenerate
2007-01-15 Reid SpencerReorganize things a bit in preparation for rewrite...
2007-01-15 Chris LattnerFix Analysis/Dominators/2006-10-02-BreakCritEdges.ll
2007-01-14 Reid SpencerPrimitive types don't include integers any more, adjust.
2007-01-14 Chris Lattnerinstcombine has always been miscompiling fcmp x, x...
2007-01-14 Chris Lattneradd accessors
2007-01-14 Chris Lattnernew testcase
2007-01-14 Chris Lattnerverify that hidden visibility support never goes away
2007-01-14 Chris LattnerFix PR1110 and Analysis/Dominators/2007-01-14-BreakCrit...
2007-01-14 Chris Lattnertestcase for pr1110
2007-01-14 Anton KorobeynikovNo hidden visiblity on Mingw32/Cygwin
2007-01-14 Chris Lattnerclarify linkonce/weak linkage
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/ppc and...
2007-01-14 Reid SpencerFix an incorrect conversion of int -> i32
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/x86
2007-01-14 Chris Lattneradd a new HiddenDirective member for handling visibility.
2007-01-14 Chris Lattneradd a missing else. This caused globals to be printed as:
2007-01-14 Chris Lattnerfit to 80 cols.
2007-01-14 Chris Lattnertestcase for pr1109
2007-01-14 Chris LattnerFix PR1101 and Analysis/ScalarEvolution/trip-count.ll
2007-01-14 Chris Lattnernew testcase for pr1101
2007-01-14 Chris Lattnerdarwin doesn't use .hidden. Disable this until we...
2007-01-14 Chris Lattneradd a global variable example
2007-01-14 Chris LattnerFix PR1103 and Regression/CodeGen/X86/2007-01-13-StackP...
2007-01-14 Chris Lattnernew testcase for pr1103
2007-01-13 Chris Lattnerremove dead code, frameindices must be resolve before...
2007-01-13 Chris Lattnertestcase reduced from pr1107
2007-01-13 Chris LattnerFix Transforms/InstCombine/2007-01-13-ExtCompareMiscomp...
2007-01-13 Reid SpencerFix indentation to prior level for easier diffs.
2007-01-13 Reid SpencerFor PR1043:
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerBye bye bool. AsmWriter doesn't generate it any more...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerCan't generate "bool" any more. Change to i1
2007-01-13 Reid SpencerCan't grep for bool any more.
2007-01-13 Nick Lewycky"Default context" blocks can occur after a non-default...
2007-01-13 Reid SpencerFix a FIXME. 1 bit integer types are now printed as...
2007-01-13 Chris LattnerFix a minor bug handling constant exprs, introduced...
2007-01-13 Chris LattnerRemove this obsolete test. The CBE will never be able...
2007-01-13 Reid SpencerWhoops. Give this test some input. Doubly important...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerDon't attempt to upgrade argument to va.start and va...
2007-01-13 Reid SpencerThis is not an upgrade candidate any more.
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerMake sure the IntegerValType has enough space for 2...
2007-01-13 Reid SpencerMake sure that GEP indices are only 32 or 64 bits....
2007-01-13 Reid SpencerGet rid of some useless distinction between bool and...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Chris Lattnerfix a bug in a recent patch
2007-01-13 Reid SpencerFor PR1093:
2007-01-13 Reid SpencerTest case for PR1093 for llvm.va_* intrinsics upgrade.
2007-01-12 Jim Laskeyvirtual not needed.
2007-01-12 Reid SpencerRemove this file. It was inadvertently added because...
2007-01-12 Reid SpencerCompensate for loss of DerivedTypes.h in TargetLowering.h
2007-01-12 Reid SpencerMove a function out of line.
2007-01-12 Chris Lattnerremove over-general code.
2007-01-12 Chris Lattnerremove unneeded special case for bool
2007-01-12 Chris LattnerEliminate a log(n) lookup
2007-01-12 Reid SpencerAdjust #includes to compensate for lost of DerivedTypes...
2007-01-12 Reid SpencerDon't #include DerivedTypes.h in this header. Make...
2007-01-12 Reid SpencerAdd a new home for TargetLowering member functions.
2007-01-12 Chris Lattnerremove obsolete fixme
2007-01-12 Chris Lattnersimplify some code
2007-01-12 Evan ChengMinor fix.
2007-01-12 Evan Cheng- Move RTLIB::Libcall enum to a separate file.
2007-01-12 Chris LattnerRemove over-general comparisons
2007-01-12 Jim LaskeyAllow isAllOnesValue testing on packed constants
2007-01-12 Evan ChengSilence a bogus compiler warning.
2007-01-12 Chris Lattnerinline isIntegral to make this method look like classof...
2007-01-12 Chris Lattnerupdate this to work with recent asmprinter change
2007-01-12 Lauro Ramos... Don't add or sub zero to sp.
2007-01-12 Lauro Ramos... Build constants using instructions mov/orr or mvn/eor.
2007-01-12 Reid SpencerRegenerate.
2007-01-12 Reid SpencerRemove support for upgrading NOT. The llvm-upgrade...
2007-01-12 Devang Patels/addPassToManager/add/g
2007-01-12 Anton KorobeynikovRegenerate
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
next