oota-llvm.git
2003-10-22 John CriswellAdded information on using Bugzilla.
2003-10-22 Misha BrukmanAdd comments to describe what these functions actually do.
2003-10-22 Misha Brukman* Use <cmath> instead of <math.h>
2003-10-22 Misha BrukmanRemoved completely duplicated function comment (an...
2003-10-22 Misha BrukmanNo, really, order the #includes correctly.
2003-10-22 Chris LattnerUpdate the 'used' flag correctly
2003-10-22 Chris LattnerLoop over the module, not the symbol table. This makes...
2003-10-22 Chris LattnerNew library needed
2003-10-22 Chris LattnerImplement FunctionResolve/2003-10-21-GlobalResolveHack.ll
2003-10-22 Chris LattnerNew testcase for fun hack that is absolutely necessary...
2003-10-22 Misha Brukman* Fix order of #includes to follow style guide
2003-10-22 Misha BrukmanConverted tabs to spaces.
2003-10-21 Chris LattnerFix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
2003-10-21 Chris LattnerNew testcase: globals should be linked if they are...
2003-10-21 Chris LattnerFix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
2003-10-21 Chris LattnerNew testcase. The linker should not consider it an...
2003-10-21 Brian GaekeAdd C/C++ build instructions, first draft.
2003-10-21 Chris LattnerFix message to make more sense and confuse Chris less
2003-10-21 Chris LattnerNew testcase, fixed in the C++ frontend
2003-10-21 John CriswellAdded the name of the public CVS repository.
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.
next