oota-llvm.git
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-23 Misha BrukmanBool alignment on MacOSX/PowerPC is 4 bytes.
2004-07-23 Misha Brukman* Change class of BoolTy back to cInt
2004-07-23 Misha Brukman* Add BoolAlignment to TargetData, default is 1 byte...
2004-07-23 Misha Brukman* Add a BoolAlignment field to TargetData, default...
2004-07-22 Chris Lattnercostmetic changes
2004-07-22 Misha BrukmanLet's not get carried away here, please.
2004-07-22 John CriswellGive some credit to Oscar. Should help to address...
2004-07-22 Chris LattnerFix broken -debug printing
2004-07-22 Chris LattnerThe default has not been 'simple' for AGES!
2004-07-22 Chris LattnerRemove some abandoned code that was never finished...
2004-07-22 Chris LattnerRemove some (LARGE) abandoned code for the release...
2004-07-22 Chris LattnerMake linear scan the default
2004-07-22 Misha Brukman* Change bool from cInt to cByte (for now)
2004-07-22 Alkis EvlogimenosPut variable name to a separate line.
2004-07-22 Misha BrukmanFix indentation and wrap code at 80 cols
2004-07-22 Alkis EvlogimenosSorting is now handled by both linearscan and iterative...
2004-07-22 Alkis EvlogimenosFit to 80 columns.
2004-07-22 Chris LattnerRemove redundant SCCP pass
2004-07-22 Alkis EvlogimenosSome compile time improvements resulting in a 1sec...
2004-07-22 Chris LattnerNew prototype
2004-07-22 Chris LattnerThis is a trivial dead store elimination pass. It...
2004-07-22 Chris LattnerTrivial testcase for dse
2004-07-22 Chris LattnerClean up reference counting to stop "leaking" alias...
2004-07-22 Chris LattnerRemove extraneous punctuation
2004-07-22 Chris LattnerUpdate GC intrinsics to take a pointer to the object...
2004-07-22 Chris LattnerUpdates to gc intrinsics, contributed by Tobias Nurmiranta
2004-07-22 Chris LattnerUpdate documentation for gc intrinsics change. Contrib...
2004-07-22 Chris LattnerUpdate gc intrinsics to take pointer to object as well...
2004-07-22 Alkis EvlogimenosUse reverse iterators when updating the vector, since...
2004-07-22 Chris LattnerThat funny 2-address lowering pass can also cause multi...
2004-07-21 Chris LattnerMinor cleanups
2004-07-21 Chris LattnerFix cases where we generated horrible code like this:
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-21 Brian GaekeInclude <iostream> here, because most people using...
2004-07-21 Misha Brukman* Add the lost fix to define the second reg of a 2...
2004-07-21 Misha Brukman* Speed up canUseAsImmediateForOpcode() by comparing...
2004-07-21 Chris Lattner* Further cleanup.
2004-07-21 Misha Brukman* Fix printing of signed immediate values (Nate Begeman)
2004-07-21 Misha Brukman* Fix printing of signed immediate values
2004-07-21 Chris LattnerMake cast-cast code a bit more defensive
2004-07-21 Misha BrukmanUse addSImm() instead of addImm() for stack offsets...
2004-07-21 Misha BrukmanReid doesn't need a definite article in front of his...
2004-07-21 Misha BrukmanDelete extra space; add <p> tags around text within...
2004-07-21 Alkis EvlogimenosFix analysis name.
2004-07-21 Misha BrukmanAdd SUBI instruction
2004-07-21 Misha BrukmanFix spelling of `iterative scan'
2004-07-21 Misha Brukman* Uncomment rule for location of LLI (formerly commente...
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...
next