oota-llvm.git
2004-07-21 Alkis EvlogimenosClear spilled list at once. Remove unused vector.
2004-07-21 Alkis EvlogimenosChange std::list into a std::vector for IntervalSets...
2004-07-21 Alkis EvlogimenosAdd greater_ptr functor.
2004-07-21 Alkis EvlogimenosImprove file comment.
2004-07-21 Alkis EvlogimenosAdd Iterative scan register allocator.
2004-07-21 Alkis EvlogimenosLinearscan is no longer experimental.
2004-07-21 Chris LattnerAdd capability to remove aliasing aliassets from an AST
2004-07-21 Chris LattnerAdd a bunch of new functionality, primarily to do with...
2004-07-21 Chris LattnerMake the AST interface a bit richer by returning whethe...
2004-07-21 Chris LattnerRemove special casing of pointers and treat them generi...
2004-07-21 Chris LattnerDo not ignore casts unless they are pointer-pointer...
2004-07-21 Brian GaekeRegenerated using autoconf-2.57.
2004-07-21 Brian GaekeAdd AC_MSG_CHECKING and AC_MSG_RESULT statements which...
2004-07-21 Brian GaekeRegenerated with autoconf/autoheader 2.57
2004-07-21 Brian GaekeSolaris hack for isinf()
2004-07-21 Brian GaekeAdd check for finite(). Solaris doesn't have isinf...
2004-07-21 Brian GaekeEmit NaNs and INFs bit-identically to the bytecode...
2004-07-21 Brian GaekeAdd prototypes for platform-independent wrappers for...
2004-07-21 Brian GaekeRegenerated with autoheader-2.57.
2004-07-21 Brian GaekeAdd call to check for isinf().
2004-07-21 Brian GaekeAdd support for checking for isinf().
2004-07-21 Brian GaekeRegenerated with autoconf-2.57.
2004-07-21 Brian GaekeAdd platform-independent wrapper function for isinf().
2004-07-21 Brian GaekeMove LLVM tool definitions to Makefile.rules
2004-07-20 Misha BrukmanShorts are aligned to 2 bytes, bools to 1 byte (in...
2004-07-20 Misha BrukmanTreat external variables similarly to those with weak...
2004-07-20 Misha BrukmanRefer would-be llvm-gcc source users/hackers to the...
2004-07-20 Misha BrukmanUse C++-style <cstdio> instead of C-style <stdio.h>
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha Brukman* Differentiate between global and weak symbol loads
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha BrukmanDouble alignment in structs is 4 bytes, not 8. Patch...
2004-07-20 Alkis EvlogimenosAdd function to clear all virtual->physical mappings...
2004-07-20 Alkis EvlogimenosRemove unneeded functor. LiveInterval has a < operator.
2004-07-20 Chris LattnerFix a serious code pessimization problem. If an inline...
2004-07-20 Chris LattnerImplement Transforms/InstCombine/IntPtrCast.ll
2004-07-20 Chris Lattnernew testcase
2004-07-20 Chris LattnerIgnore instructions that are in trivially dead function...
2004-07-20 Misha BrukmanFix stack frame layout in prologue/epilogue. Patch...
2004-07-20 Misha BrukmanDump the old-fashioned C-style <ctype.h> in favor of...
2004-07-20 Chris LattnerImplement InstCombine/GEPIdxCanon.ll
2004-07-20 Chris LattnerNew testcase that instcombine should help out with.
2004-07-20 Chris LattnerImplement SimplifyCFG/BrUnwind.ll
2004-07-20 Chris Lattnertest that unconditional branches to unwinds are always...
2004-07-20 Misha BrukmanMove handing of GlobalValues from getReg() to copyConst...
2004-07-20 Chris LattnerRewrite cast->cast elimination code completely based...
2004-07-20 Chris LattnerTestcases missed by the instruction combiner
2004-07-20 Misha Brukmanisupper() and tolower() are declared in <ctype.h>
2004-07-20 Misha Brukman* Fn args passed in registers are now recorded as used...
2004-07-20 Misha Brukman* cFP class split into cFP32 and cFP64
2004-07-19 Chris LattnerWhile I'm at it, don't break codegen of mul by 3,5,9.
2004-07-19 Chris LattnerGenerate better code for multiplies by negative constan...
2004-07-19 Alkis EvlogimenosRemove dead code.
2004-07-19 Misha BrukmanTabs to spaces.
2004-07-19 Misha BrukmanConvert tabs to spaces; fix name of function in assert...
2004-07-19 Chris LattnerFix broken link
2004-07-19 Chris LattnerJust run 'make', not all-gcc
2004-07-19 John CriswellAdded support for stdint.h. It is now automatically...
2004-07-19 Chris LattnerFix a bug that occurs when the last instruction in...
2004-07-19 Chris LattnerWhen joining intervals, join intervals in deeply nested...
2004-07-19 Chris LattnerSplit joinIntervals into two methods
2004-07-19 Chris LattnerFix comment
2004-07-19 Reid Spencerbug 122:
2004-07-19 Chris LattnerInline 4 methods
2004-07-19 Chris LattnerDelete 4 methods, make clients use hte mark* methods...
2004-07-19 Chris LattnerThere is no need to store the MBB along with the MI...
2004-07-19 Chris LattnerSimplify the interface to LiveVariables::addVirtualRegi...
2004-07-19 Chris LattnerRemove the DefBlock element of VarInfo. DefBlock is...
2004-07-19 Chris LattnerErr, fix last checkin
2004-07-19 Chris LattnerFix bugpoint miscompilation support on OS/X
2004-07-19 Chris LattnerTwo changes, both very significant:
2004-07-19 Chris LattnerSee comments. The live intervals were not coming out...
2004-07-19 Chris LattnerFix assertion to not dereference end!
2004-07-19 Chris LattnerAdd some asserts that the list of intervals returned...
2004-07-19 Chris Lattnerremove the mbbi2mbbMap_, which was just keeping track...
2004-07-19 Chris Lattnerfill comment to 80 cols
2004-07-19 Chris Lattnerclassof implementations are now inlined
2004-07-19 Chris Lattnerinline classof implementations, eliminate use of virtua...
2004-07-19 Chris Lattnereliminate isConstantExpr, changes to isa<Constant>...
2004-07-19 Chris LattnerAdd new enum entries for ConstantAggregateZeroVal/Const...
2004-07-19 Chris LattnerMethod now returns null, dtor is inlined
2004-07-19 Chris LattnerChange method to return void. Inline dtor
2004-07-18 Chris LattnerRemove dead file
2004-07-18 Chris LattnerRemove this printer
2004-07-18 Reid SpencerA description of what this library is about, reference...
2004-07-18 Chris LattnerAdd note about GCC 3.3.2 being completely broken
2004-07-18 Reid SpencerInitiali Makefile for this library.
2004-07-18 Chris LattnerAdd a workaround for a GCC 3.3.2 bug
2004-07-18 Chris LattnerDoesn't exist
2004-07-18 Chris LattnerFix a performance regression from the CPR patch, simpli...
2004-07-18 Chris LattnerStrip out and simplify some code. This also fixes...
2004-07-18 Chris LattnerMinor cleanup, no functionality change
2004-07-18 Chris LattnerFix infinite loop
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid SpencerRemove an if statement that would never be reached.
2004-07-18 Reid SpencerDelete a redundant if branch.
2004-07-18 Reid SpencerExpand the coercion of constants to include the newly...
2004-07-18 Reid SpencerDelete a no-op loop.
2004-07-18 Reid SpencerExpand the scope to include global values because they...
2004-07-18 Reid SpencerAvoid an unnecessary isa<Constant>.
next