oota-llvm.git
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-21 John CriswellAdding information on what testing support is provided...
2003-10-21 Misha BrukmanAdd dummy content for libgdbm.
2003-10-21 Misha BrukmanFix libm's name to be `libm'
2003-10-21 Misha BrukmanFix library name and fix line to fit within 80 columns.
2003-10-21 Brian GaekeAdd tools-only target, for bootstrapping the C/C++...
2003-10-21 Chris LattnerThis was not a lower-switch bug, it was a preselection bug
2003-10-21 Chris LattnerWhen linking the runtime libraries, do not link -lc...
2003-10-21 Chris LattnerFix strcpy implementation and trie
2003-10-21 Brian GaekeFix the first FIXME in this file: automatically pick...
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-21 Chris LattnerHrm, unbreak stuph :(
2003-10-21 Chris LattnerFix preselection/lowerswitches bug
2003-10-21 Chris LattnerPull the PHI special case into it's own visit* method
2003-10-21 Chris LattnerThe lastOp operand is never used
2003-10-21 Chris LattnerAdd more space!
2003-10-21 Chris LattnerHrm, for some reason, my fingers like typing va_begin...
2003-10-21 Chris LattnerSyntax highlight the new operators
2003-10-21 Chris LattnerUpdate test to new style
2003-10-21 John CriswellRemoved LLVM copyright from sample Makefile.
2003-10-21 John CriswellRemoved LLVM copyright notice from sample Makefile.
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-21 Chris LattnerPreselection is _not_ a basicblock pass, because it...
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-21 Vikram S. AdveWhen opcodes like ADD were split into reg. and immed...
2003-10-21 Vikram S. AdveWhy does g++ not even generate a warning when you miss...
2003-10-21 Vikram S. AdveImplement the new varargs instructions and intrinsics.
2003-10-21 Misha BrukmanOnly fails on the Sparc, only when run via the JIT.
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellAdded LLVM copyrights to Makefiles.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 Chris LattnerAdd a new map
2003-10-20 Chris LattnerConvert this code from using annotations to using a...
2003-10-20 Brian GaekeGoodbye, AddRegNumToValues
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 Chris LattnerRemove using declaration
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellOops. Typo.
2003-10-20 John CriswellAdded LLVM header notice.
2003-10-20 Misha BrukmanFixed the documentation to coincide with the code.
2003-10-20 John CriswellAdded LLVM notice.
2003-10-20 Misha BrukmanMade error message more comprehensible.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
2003-10-20 Chris LattnerUpdate release notes
2003-10-20 Brian GaekeMinor leftover fixups from replaceMachineCodeForFunctio...
2003-10-20 Chris Lattnerfix file header
2003-10-20 Chris Lattnerfix file headers
2003-10-20 Chris LattnerFix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-20 John CriswellMade the Requirements information its own major section...
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction() return void.
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-20 Chris LattnerApparently the dependencies are wrong for this file...
2003-10-20 Chris LattnerReorder for minor efficiency gain
2003-10-20 Chris LattnerEmit x86 instructions for: A = B op C, where A and...
2003-10-20 Chris LattnerHrm, a relic from the past. How cute :)
2003-10-20 Chris LattnerFurther cleanups and simplifications
2003-10-20 Chris LattnerEliminate code for pointer size and endianness emulation.
2003-10-20 Misha BrukmanThe Grammar Police was here.
2003-10-20 Misha Brukman* Fixed grammar in header
2003-10-20 Chris Lattner* Rename X86::IMULr16 -> X86::IMULrr16
2003-10-19 Chris LattnerDon't bother forwarding function references which are...
2003-10-19 Chris LattnerOk, return an explicit path to the shared object, unbre...
2003-10-19 Chris LattnerFix iterator invalidation problem
2003-10-19 Chris LattnerEliminate unused class
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-19 Chris Lattner* Multiplications by 2^X are turned into shifts. This...
2003-10-19 Chris LattnerAdd some new instructions. Wheee
2003-10-19 Brian GaekeChange it to match llvmgcc.html ... why do we have...
2003-10-19 Brian GaekeClarify the roles of gccld and gccas.
2003-10-19 Brian GaekeMinor edits; also expand description of '-v' option.
2003-10-19 Brian GaekeTweak -plugin description to match bugpoint.html
2003-10-19 Brian GaekeMostly rewritten.
2003-10-19 Chris LattnerA minor fix
2003-10-19 Brian GaekeTake out extra paragraph tag.
2003-10-19 Brian GaekeMake this (-run) set look like the other (-disable...
2003-10-19 Brian GaekeAlways say "the test program", part 2.
2003-10-19 Chris LattnerTwo minor fixes
2003-10-19 Brian GaekeMinor edits to Description section.
2003-10-19 Brian GaekeSpell-check.
2003-10-19 Chris LattnerDeHTMLify the email so that it only gets sent out if...
2003-10-19 Chris Lattner.string adds an implicit zero at the end. This is...
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-19 Chris LattnerFix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode...
2003-10-18 Chris LattnerNew testcase, distilled from 176.gcc codegen failure
2003-10-18 Chris LattnerUpdate compile information
2003-10-18 Chris LattnerAdd usage blurb
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-18 Chris LattnerAdd bugpoint advice section
2003-10-18 Chris LattnerPrint -fno-strict-aliasing as well
2003-10-18 Chris LattnerDon't leave a trail of bugpoint-execution-output-*...
2003-10-18 Chris LattnerExpand the --args section
next