New testcase that was killing the CFE
[oota-llvm.git] / lib /
2003-05-21 Chris LattnerFix bug: FunctionResolve/2003-05-21-MissingArguments.ll
2003-05-21 Chris LattnerFix Bug: BasicAA/2003-05-21-GEP-Problem.ll
2003-05-21 Misha BrukmanFixed `volatile' typo.
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Chris Lattner* Fix divide by zero error with empty structs
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Misha BrukmanNamespacified `vector' and `cerr' to always use the...
2003-05-21 Chris LattnerAdd support for shift constant expressions
2003-05-21 Chris LattnerFix bugs:
2003-05-21 Chris LattnerFix bugs:
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-05-20 Misha BrukmanThe word `operands' has an `r' in it.
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
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-SwitchBug.ll
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-AssemblerProblem.llx
2003-05-15 Chris LattnerFix long standing bug
2003-05-15 Chris LattnerFix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
2003-05-15 Chris LattnerFix Bug: Linker/2003-05-15-TypeProblem.ll
2003-05-14 Chris LattnerFix typeos
2003-05-14 Chris LattnerAdd support for more constant expressions
2003-05-14 Chris LattnerRemove unnecessary casts
2003-05-14 Chris LattnerPrint opaque types
2003-05-14 Chris LattnerCasts are now unnecessary
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-14 Chris LattnerFix compilation problems with previous checking *blush*
2003-05-14 Chris LattnerAdd a framework for intercepting system calls
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-13 Chris LattnerClean up cast
2003-05-13 Chris LattnerClean up #includes
2003-05-13 Chris LattnerFix bug: CBackend/2003-05-13-VarArgFunction.ll
2003-05-12 Chris LattnerFix bug: Dominators/2003-05-12-UnreachableCode.ll
2003-05-12 Chris LattnerFix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll
2003-05-12 Chris LattnerMake abort more explicit
2003-05-12 Chris LattnerRemove the assertion failure of course... doh
2003-05-12 Chris LattnerImplement casts from unsigned integers to floating...
2003-05-12 Chris LattnerMake error messages more useful than jsut an abort
2003-05-12 Chris LattnerRemove wierd printout
2003-05-12 Chris LattnerUse a kill, not a dead definition, update comment
2003-05-12 Chris LattnerFix bug: CWriter/2003-05-12-IntegerSizeWarning.c
2003-05-12 Chris LattnerFix Bug: ConstProp/2003-05-12-DivideError.ll
2003-05-12 Chris LattnerFix Bug: Assembler/2003-05-12-MinIntProblem.llx
2003-05-12 Chris Lattner* Keep LiveVariable information more up-to-date and...
2003-05-12 Chris LattnerFix bug where we could iterate off the end of a basic...
2003-05-12 Chris Lattner* Keep the BBMap around as long as the pass is live
2003-05-12 Chris LattnerDo not insert multiple initializations for the same...
2003-05-12 Chris LattnerFix N^2 algorithm
2003-05-12 Chris Lattner* Fix several comments
2003-05-12 Chris LattnerFix tab infestation!
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-10 Chris Lattnerswitch main LLI core execution to use an InstVisitor...
2003-05-10 Chris LattnerFix testcase: SingleSource/UnitTests/2003-05-02-Dependa...
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-09 Chris LattnerThis blank line has GOT to go.
2003-05-09 Chris LattnerAllow const functions
2003-05-08 Chris LattnerAdd methods for stub function generation
2003-05-08 Chris LattnerMinor speedup by avoiding callbacks to functions alread...
2003-05-08 Chris LattnerImprove efficiency of JIT by having it use direct funct...
2003-05-08 Chris Lattnerassert early instead of late for unimplemented feature
2003-05-08 Chris LattnerAdd support for Add, Sub, And, Or, & Xor constant exprs
2003-05-08 Chris LattnerAdd support for variable argument functions!
2003-05-08 Chris LattnerAdd support for variable argument functions!
2003-05-08 Chris LattnerImplement varargs support for LLI!
2003-05-08 Chris LattnerAdd a pointersize/endianness safe load routine to match...
2003-05-08 Chris LattnerA large number of simple changes:
2003-05-08 Chris LattnerAdd support for recording arguments passed through...
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 LattnerHandle va_arg instruction correctly
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-05-08 Chris LattnerDon't inline functions that take variable numbers of...
2003-05-08 Chris LattnerRemove using decl
2003-05-08 Chris LattnerRemove using declarations
2003-05-07 Misha BrukmanAdded the initial version of the TableGen description...
2003-05-07 Chris LattnerFix bug: Jello/2003-05-07-ArgumentTest.llx
2003-05-07 Chris LattnerAdd a vector to keep track of which registers are alloc...
2003-05-07 Chris LattnerIMPLICIT_DEF was not the beautiful elegant solution...
2003-05-06 Chris LattnerRe-add gross hack, it's still necessary. :(
2003-05-06 Chris LattnerRemove hideously nasty hack
2003-05-06 Chris LattnerEmit pseudo instructions to indicate that some register...
2003-05-06 Chris LattnerDon't have a cow with new pseudo instructions
2003-05-06 Chris LattnerAdd two new pseudo instructions
2003-05-04 Misha BrukmanDebug output should go to cerr, not cout, because that...
2003-05-03 Chris LattnerFix bug: UnitTests/2003-05-02-DependantPHI.c
2003-05-03 Chris LattnerFix miscompilation in Fhourstones and bug: LICM/2003...
2003-05-03 Chris Lattner* Eliminate using decls
2003-05-03 Misha BrukmanThe Hyphenation-Adding Committee is now in session.
2003-05-02 Chris LattnerAttempt to fix sumant's typesafety issue
2003-05-02 Chris LattnerFix spelling
2003-05-02 Chris LattnerFix a bug which occurred with empty basic blocks
2003-05-01 Chris LattnerFix Bug: LowerSwitch/2003-05-01-PHIProblem.ll
2003-05-01 Chris LattnerMinor cleanup
2003-05-01 Chris LattnerFix bug: LevelRaise/2003-05-01-CallCast.ll
next