Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx
[oota-llvm.git] / lib / VMCore /
2003-08-21 Chris LattnerImplement Assembler/2003-08-21-ConstantExprCast-Fold.llx
2003-08-20 Chris LattnerImplement testcase: Assembler/2003-08-20-ConstantExprGE...
2003-08-18 Chris LattnerDo not even attempt to compute dominator information...
2003-08-18 Chris LattnerFix linking bug in xboard
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-14 Chris LattnerDramatically simplify how -time-passes works.
2003-08-13 Chris LattnerImplement constant folding of casts from boolean consta...
2003-08-12 Brian GaekeAdd FunctionPassManager - it's like a PassManager,...
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-08-05 Chris LattnerImplement TODO: print out short form of Invoke if possible
2003-07-31 Tanya Lattner*** empty log message ***
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-30 Chris LattnerFix a bug that brian reported
2003-07-28 Chris LattnerAdd support for Alpha intrinsics, contributed by Rahul...
2003-07-25 Brian GaekeInclude llvm/Support/Mangler.h first. Don't include...
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
2003-07-23 Chris LattnerMake Module::getNamedFunction prefer non-external funct...
2003-07-23 Chris LattnerAdd support for ~ operator on constants
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-28 Chris LattnerAvoid printing out huge structures or arrays if they...
2003-06-26 Chris LattnerImplement more aggressive folding of constant GEP instr...
2003-06-24 Chris LattnerMake assertion more descriptive
2003-06-23 Chris LattnerAdd support for GCC 3.3
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-17 Brian Gaekelib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP...
2003-06-16 Chris LattnerFix bug: Linker/2003-06-02-TypeResolveProblem2.ll
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-05 Chris LattnerFix (bogus) possibly uninitialized warning
2003-06-02 Chris Lattner* Make assertion message useful
2003-06-02 Chris LattnerFix bug: Linker/2003-06-02-TypeResolveProblem.ll
2003-06-01 Chris LattnerDon't print out unique identifier for opaque types
2003-05-27 Chris LattnerFix constant folding to ALWAYS work.
2003-05-25 Chris LattnerFix problem with last checkin.
2003-05-23 Chris LattnerFix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
2003-05-22 Chris LattnerRemove using declarations and extraneous #includes
2003-05-22 Chris LattnerFix static constructor ordering problem
2003-05-22 Chris LattnerRemove using declarations
2003-05-21 Chris LattnerAdd support for shift constant expressions
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-05-17 Chris LattnerAdd support for setjmp/longjmp primitives
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-AssemblerProblem.llx
2003-05-15 Chris LattnerFix Bug: Linker/2003-05-15-TypeProblem.ll
2003-05-14 Chris LattnerRemove unnecessary casts
2003-05-14 Chris LattnerPrint opaque types
2003-05-14 Chris LattnerFix major problem with appending linkage changes
2003-05-14 Chris LattnerFix bug
2003-05-13 Chris LattnerImplement another getelementptr folding opportunity...
2003-05-13 Chris LattnerEliminate using declarations
2003-05-13 Chris LattnerImplement linkage of appending global variables!
2003-05-12 Chris LattnerFix bug: Dominators/2003-05-12-UnreachableCode.ll
2003-05-12 Chris LattnerFix Bug: ConstProp/2003-05-12-DivideError.ll
2003-05-08 Chris Lattnerllvm.va_start only takes on argument now
2003-05-08 Chris LattnerAdd more support for intrinsic functions and for vararg...
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-05-08 Chris LattnerRemove using declarations
2003-04-25 Chris LattnerFix a bug that occurred when removing the last predeces...
2003-04-25 Chris Lattner** CORRECTLY, conservatively handle constant expressions
2003-04-25 Chris Lattner*** Huge: Make constantexprs be handled correctly,...
2003-04-24 Chris LattnerFix a nasty bug where the ConstantMerge pass was invali...
2003-04-23 Chris LattnerFix Bug: Linker/2003-04-23-LinkOnceLost.ll
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-22 Chris LattnerAdd warning when linking modules with disagreeing targe...
2003-04-22 Chris LattnerEmit information about target
2003-04-22 Chris LattnerAdd support for tracking whether a module is 64/32...
2003-04-21 Chris LattnerFix bug: 2003-01-30-LinkerRename.ll
2003-04-21 Chris LattnerFix linking a function with qualifiers to a external...
2003-04-19 Chris LattnerRemove arbitrary limitation
2003-04-17 Chris LattnerDon't build constantexprs that could be folded
2003-04-17 Chris LattnerAllow constant folding of GEP instructions, even if...
2003-04-17 Chris LattnerDon't force a ConstantPointer to be returned
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-04-16 Chris LattnerAdd code to verify correctly linkages
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-16 Chris LattnerImprove the efficiency and cleanup writing a bit
2003-03-21 Chris LattnerAdd helper method
2003-03-19 Chris Lattner* Change the order that globals and constants are proce...
2003-03-10 Chris LattnerFix ConstantUInt::isAllOnesValue
2003-03-06 Chris LattnerClean up cruft
2003-03-06 Chris LattnerRemove #include
2003-03-05 Chris LattnerSimplify some of the PHI node interfaces
2003-02-26 Chris LattnerAllow ImmutablePass's to require other immutable passes...
2003-02-14 Chris LattnerFix a misunderstanding of the standard associative...
2003-02-13 Chris LattnerThis speeds up processing LLVM a _lot_, 17% in the...
2003-02-01 Chris LattnerSimplify assertions
2003-02-01 Joel StanleyAdded implementation of alternate CallInst constructors...
2003-01-30 Chris Lattner* Fix linking of opaque types and their non-opaque...
2003-01-30 Chris LattnerEliminate using decls
2003-01-14 Chris LattnerFix bug Regression/Verifier/2002-11-05-GetelementptrPoi...
2003-01-14 Chris LattnerMake type resolution a bit more efficient
2002-12-15 Chris LattnerFix bug: Assembler/2002-12-15-GlobalResolve.ll
next