Pass manager may require certain analysis. In such cases, initially
[oota-llvm.git] / lib /
2007-01-16 Devang PatelPass manager may require certain analysis. In such...
2007-01-16 Devang PatelUndo last check-in.
2007-01-16 Anton KorobeynikovMissed "<" :)
2007-01-16 Devang PatelSetup pass manager before scheduling required analysis.
2007-01-16 Anton KorobeynikovCleanup. Comments added.
2007-01-16 Chris LattnerFix SMG2000 with the CBE: opaque types need names too.
2007-01-16 Chris Lattnerdocument some subtlety
2007-01-16 Anton KorobeynikovEmit symbol type information for ELF/COFF targets
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2007-01-16 Chris LattnerFix PR918 by only using typedefs to name struct types...
2007-01-16 Chris Lattneradd a note: we need whole-function selectiondags :)
2007-01-16 Chris LattnerFix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCyc...
2007-01-16 Chris Lattneradd options to view the dags before the first or second...
2007-01-16 Bill WendlingMake inline ASM the INTEL one if it's in that emission...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-16 Devang PatelCode refactoring.
2007-01-15 Devang PatelRemove extra white spaces. Fix comments.
2007-01-15 Devang PatelDo not record last users of Pass Manager.
2007-01-15 Jeff CohenUnbreak VC++ build.
2007-01-15 Chris Lattnermake this more efficient in release builds (time and...
2007-01-15 Chris LattnerFix a regression in my isIntegral patch that broke...
2007-01-15 Nick LewyckyDon't print address of ETNode. Print the DFSNumIn which...
2007-01-15 Chris LattnerImplement InstCombine/phi.ll:test7, deletion of trivial...
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 LattnerConstant fold llvm.powi.*. This speeds up tramp3d...
2007-01-15 Chris Lattneradd some notes
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 LattnerEliminate calls to isInteger, generalizing code and...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-15 Chris LattnerFix correlated exprs regressions
2007-01-15 Chris Lattnerdon't discriminate against i1
2007-01-15 Chris LattnerFix Analysis/Dominators/2006-10-02-BreakCritEdges.ll
2007-01-14 Chris Lattnerinstcombine has always been miscompiling fcmp x, x...
2007-01-14 Chris LattnerFix PR1110 and Analysis/Dominators/2007-01-14-BreakCrit...
2007-01-14 Anton KorobeynikovNo hidden visiblity on Mingw32/Cygwin
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/ppc and...
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 LattnerFix PR1101 and Analysis/ScalarEvolution/trip-count.ll
2007-01-14 Chris Lattnerdarwin doesn't use .hidden. Disable this until we...
2007-01-14 Chris LattnerFix PR1103 and Regression/CodeGen/X86/2007-01-13-StackP...
2007-01-13 Chris Lattnerremove dead code, frameindices must be resolve before...
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 SpencerRegenerate.
2007-01-13 Reid SpencerBye bye bool. AsmWriter doesn't generate it 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 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 Chris Lattnerfix a bug in a recent patch
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 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 Chris LattnerRemove over-general comparisons
2007-01-12 Jim LaskeyAllow isAllOnesValue testing on packed constants
2007-01-12 Lauro Ramos VenancioDon't add or sub zero to sp.
2007-01-12 Lauro Ramos VenancioBuild constants using instructions mov/orr or mvn/eor.
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
2007-01-12 Devang PatelMove PMTopLevelManager, PMDataManager and FPPassManger...
2007-01-12 Chris LattnerRemove a bunch of duplicated code. Among other things...
2007-01-12 Chris Lattnereliminate redundant check
2007-01-12 Chris Lattnerregenerate
2007-01-12 Chris LattnerThis production is dead, the lexer can never return...
2007-01-12 Chris LattnerBranch conditions must be i1
2007-01-12 Chris Lattnerdon't discriminate against bool
2007-01-12 Chris Lattnerremove unneeded special cases
2007-01-12 Chris LattnerGEP operands can't be bools
2007-01-12 Chris LattnerSimplify code
2007-01-12 Devang PatelRemove dead code.
2007-01-12 Reid SpencerRegenerate.
2007-01-12 Reid SpencerInteger type names need 1 or more digits, not zero...
2007-01-12 Reid SpencerAlways write 1 bit integers as i1 not "bool".
2007-01-12 Evan ChengComment.
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-12 Evan ChengStore default libgcc routine names and allow them to...
2007-01-12 Nick LewyckyIf we know that it's a constant being casted, propagate...
2007-01-12 Nick LewyckyClean up logic after ConstantBool removal.
2007-01-11 Devang PatelStart using PMStack. Now each pass is responsibe for...
next