New testcase
[oota-llvm.git] / lib /
2003-05-27 Chris LattnerFix bug: Instcombine/2003-05-27-ConstExprCrash.ll
2003-05-27 Chris LattnerMake _sure_ we don't go into an infinite loop if a...
2003-05-27 Chris Lattner* Actually USE the statistic that we made
2003-05-27 Chris LattnerImplementation of the simple "scalar replacement of...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-27 Vikram S. AdveRenamed opIsDef to opIsDefOnly.
2003-05-27 Vikram S. AdveAdded special register class containing (for now) ...
2003-05-26 Chris LattnerFix bug: InstCombine/2003-05-26-CastMiscompile.ll
2003-05-25 Vikram S. AdveBug fix: right shift for int divide-by-power-of-2 was...
2003-05-25 Vikram S. AdveBug fix: padding bytes within a structure should go...
2003-05-25 Vikram S. AdveBug fix: sign-extension was not happening for C = ...
2003-05-25 Chris LattnerFix problem with last checkin.
2003-05-25 Vikram S. AdveAdd support for compiling varargs functions.
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanImplement the TargetInstrInfo's createNOPinstr() and...
2003-05-23 Chris LattnerFix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
2003-05-23 Misha BrukmanCleaned up code layout; no functional changes.
2003-05-22 Chris LattnerRemove using declarations
2003-05-22 Chris LattnerAdd using declarations
2003-05-22 Misha BrukmanCleaned up code layout. No functional changes.
2003-05-22 Chris LattnerRemove using declarations and extraneous #includes
2003-05-22 Chris LattnerFix static constructor ordering problem
2003-05-22 Misha BrukmanKill `using' directives.
2003-05-22 Chris LattnerRemove using declarations
2003-05-22 Chris LattnerMake the list accept comma separated names
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerDestroy using declarations
2003-05-22 Chris Lattner* Revert to old behavior of ignoring a module if it...
2003-05-22 Chris LattnerAdd option to internalize to allow it to read a file...
2003-05-22 Chris LattnerMinor cleanups.
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
2003-05-22 Chris LattnerDo not assert fail or crash when a bytecode parse fails!
2003-05-22 Chris LattnerEliminate the uchar typedef, use unsigned char explicitly
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
next