unbreak i1 constants with the cpp writer, eliminate special case.
[oota-llvm.git] / lib /
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...
2007-01-11 Devang PatelUse getPassManagerType() instead of dynamic_cast.
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengRemove unnecessary boolean type check.
2007-01-11 Zhou ShengFor PR1043:
2007-01-11 Zhou ShengFixed indentation.
2007-01-11 Reid SpencerShut up a warning about signed/unsigned.
2007-01-11 Chris Lattnersimplify some logic further
2007-01-11 Chris LattnerRecommit my previous patch with a bugfix: printInfoComm...
2007-01-11 Nick LewyckyQuiet compiler warning. The only reason the function...
2007-01-11 Nick LewyckyNew predicate simplifier!
2007-01-11 Devang PatelAdd PassManagerType enum.
2007-01-11 Reid SpencerAvoid taking the address of a macro by checking to...
2007-01-11 Reid SpencerImplement better constant folding of unordered FCMP...
2007-01-11 Devang PatelRobustify assingPassManager() for Module, Function...
2007-01-10 Reid SpencerAllow LLI, in interpreter mode, to find stdin, stdout...
2007-01-10 Reid SpencerBack out the last patch which is a nightly test killer...
2007-01-10 Chris LattnerLast refactoring before PR645: split up getSlot into...
2007-01-10 Chris Lattnereliminate some iterator gymnastics.
2007-01-10 Reid SpencerChange the file header name as this file was renamed.
2007-01-10 Reid SpencerRename Writer.cpp as CBackend.cpp so it doesn't conflic...
2007-01-09 Chris LattnerFix a bug in heap-sra that caused compilation failure...
2007-01-09 Reid SpencerFor PR1099:
2007-01-09 Chris LattnerInline insertValue into CreateModuleSlot/CreateFunctionSlot
2007-01-09 Chris LattnerRemove a bunch of complex logic that is completely...
2007-01-09 Chris LattnerSplit CreateSlot into two versions, one for globals...
2007-01-09 Chris LattnerRemove extraneous return value from insertValue and...
2007-01-09 Reid SpencerFor PR1099:
2007-01-08 Evan ChengNaming consistency.
2007-01-08 Evan ChengFix for PR1075: bottom-up register-reduction scheduling...
2007-01-08 Chris LattnerImplement some trivial FP foldings when -enable-unsafe...
2007-01-08 Jim LaskeyNeed to handle static declarations properly.
2007-01-08 Jeff CohenUnbreak VC++ build.
2007-01-08 Reid SpencerParameter attributes are part of a FunctionType and...
2007-01-08 Devang PatelAdd PMStack, a Pass Manager stack.
2007-01-08 Andrew LenharthAnd asm writing for packed struct initializers
2007-01-08 Andrew LenharthMake packed structs use packed initialiers for consistency
2007-01-08 Reid SpencerComparison of primitive type sizes should now be done...
2007-01-08 Reid SpencerFor PR1097:
2007-01-08 Reid SpencerFor PR1090:
2007-01-08 Reid SpencerFix PR1090:
2007-01-08 Reid SpencerFix a bug in an assert that would never trigger.
2007-01-08 Reid SpencerConvert uses of getPrimitiveSize that should be getPrim...
2007-01-07 Reid SpencerTypes should be const.
2007-01-07 Chris Lattnerthis pass is unused
2007-01-07 Chris Lattnerllvm 2.0 doesn't support llvm.isunordered.*
2007-01-07 Chris Lattnerremove support for llvm.isunordered
2007-01-07 Chris Lattnerremove llvm.isunordered
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-07 Chris Lattnerprepare for adjustment to getOrInsertFunction method
2007-01-07 Chris Lattnerrelax type
2007-01-07 Chris Lattnerrelax some types
2007-01-07 Chris Lattnerrelax types
2007-01-07 Chris Lattnerrelax some types
2007-01-07 Chris Lattnerremove support for old-style varargs upgrading
2007-01-07 Reid SpencerFor PR1086:
2007-01-07 Chris LattnerFix PR1015 and Transforms/IndVarsSimplify/2007-01-06...
2007-01-07 Chris Lattnercast of int to bool no longer does a compare, rendering...
2007-01-07 Chris Lattneradd -debug output for -indvars.
2007-01-07 Anton KorobeynikovAs PR1085 was fixed, back out workaround
2007-01-06 Chris Lattnerwow, the link was already broken :)
2007-01-06 Chris Lattneradd a note
2007-01-06 Chris LattnerDisable the macho writer until it is 100% functional...
2007-01-06 Chris LattnerFix regressions in InstCombine/call-cast-target.ll...
2007-01-06 Anton Korobeynikovgcc often inserts it's own names for sections (e.g.
2007-01-06 Reid SpencerFor PR411:
2007-01-06 Chris Lattnerthis final call to canLosslesslyBitCastTo is dead,...
2007-01-06 Chris Lattnersimplify some more code now that there are not multiple...
2007-01-06 Chris Lattnereliminate some uses of canLosslesslyBitCastTo, this...
2007-01-06 Chris Lattnerno need to worry about int vs uint any more.
2007-01-06 Chris Lattnernew note
2007-01-05 Evan ChengsetSetCCIsExpensive is gone.
2007-01-05 Evan ChengExpand fcopysign to the bitwise sequence if select...
2007-01-05 Devang Patel1) Remove old AnalysisResolver.
2007-01-05 Reid SpencerRegenerate.
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Evan Cheng- FCOPYSIGN custom lowering bug. Clear the sign bit...
2007-01-05 Evan ChengBug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old...
2007-01-05 Evan ChengCopyToReg source operand can be a register as well...
2007-01-05 Devang PatelRemove PassManagerT.h
2007-01-05 Devang PatelRemove old pass manager.
next