oota-llvm.git
2003-06-23 Chris LattnerTest cases for when casts to bool can be eliminated
2003-06-23 Brian GaekeFix 2003-06-23-PromotedExprs.llx -- if we are adding...
2003-06-23 Brian GaekeNew test case for C Writer regression found in 256...
2003-06-23 Brian GaekeAllow .llx testcases (i.e., those that contain explicit...
2003-06-23 Brian GaekeInclude <cmath> instead of <math.h>
2003-06-23 Chris LattnerAdd support for GCC 3.3
2003-06-23 Chris LattnerNew testcase for a GCC bug
2003-06-23 Chris Lattneravoid dividing by zero when dealing with zero sized...
2003-06-23 Vikram S. AdveAdd the padding needed for variable-size alloca's,...
2003-06-22 Chris LattnerNew testcase narrowed down by Joel
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
2003-06-22 Chris LattnerAdd paranoia checking
2003-06-22 Chris LattnerNew testcase
2003-06-22 Chris LattnerNew testcases
2003-06-22 Chris LattnerInitial checkin
2003-06-22 Chris LattnerTest change
2003-06-22 Chris LattnerAdd tail duplication pass to the pipeline, move the...
2003-06-22 Chris LattnerAdd prototype for tail-dup pass
2003-06-22 Chris LattnerInitial checkin of Tail duplication pass.
2003-06-22 Chris LattnerDo not use the inefficient, fixed function, CBW, CDQ...
2003-06-22 Chris LattnerGet rid of WORDSIZE macro which can pollute untold...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-22 Chris LattnerWhoops, accidentally lost a #include
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-21 Chris LattnerInstcombine cast (getelementptr Ptr, 0, 0, 0) to ....
2003-06-21 Chris LattnerAdd testcase for reason that typesafety of power is...
2003-06-21 Chris LattnerClarify that variables must be global
2003-06-21 Chris Lattnerupdate documentation about columns
2003-06-21 Chris LattnerMinor simplification to 64-bit instsel
2003-06-21 Chris LattnerFor 16 and 32-bit multiplies, use the IMUL instruction...
2003-06-21 Chris LattnerAdd IMULr16 & IMULr32 instructions
2003-06-21 Chris LattnerGenerate code for LONG indexes to getelementptr instruc...
2003-06-20 Chris LattnerSome preprocessors doen't support // comments and get...
2003-06-20 Chris LattnerRemove obsolete support for LD_LIBRARY_PATH
2003-06-20 John CriswellUpdated to the new Makefile.common.
2003-06-20 John CriswellReverted back to revision 1.91.
2003-06-20 John CriswellAdded a hack that takes the path relative to the home...
2003-06-20 John CriswellThe modifications to LD_LIBRARY_PATH now add the specif...
2003-06-20 Chris LattnerMinor cleanups
2003-06-20 Chris LattnerFix problem building optmized build
2003-06-20 Chris LattnerFix the build. :(
2003-06-20 Vikram S. AdveRDCCR defines arg. #1, not arg. #2.
2003-06-19 Chris LattnerChanges to privatize NodeType
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-06-19 Chris LattnerLots of changes to make the NodeType field private...
2003-06-19 Brian GaekeFix output bug: Intel asm comment character is #, not ;.
2003-06-19 Brian GaekeRECAPITALIZE all the names of pseudo-instructions,...
2003-06-19 Brian GaekeRename many instructions to their Intel asm-compatible...
2003-06-19 Brian GaekeAdd Initialization and Finalization methods for the...
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-19 Chris LattnerFuncresolve no longer performs nicification of resolved...
2003-06-19 Chris LattnerUpdate comments
2003-06-19 Chris LattnerThe actual nicification of calls is now implemented...
2003-06-19 Chris LattnerImplement the functionality of InstCombine/call.ll
2003-06-19 Chris LattnerRemove a bunch of complicated code. The functionality...
2003-06-18 Chris LattnerNew testcase
2003-06-18 Brian Gaeketools/llc/llc.cpp: Make "-o -" work.
2003-06-18 Brian Gaekelib/Target/X86/X86TargetMachine.{cpp,h}: Add initial...
2003-06-18 Chris LattnerDiversify examples
2003-06-18 Chris Lattnerfix incorrect anchor
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-18 Chris LattnerMove llvm tools to the start of the testrunner path...
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-18 Chris LattnerRemove extra line
2003-06-18 Chris LattnerReindent code to match the rest of the file
2003-06-18 Chris LattnerFix breakage due to John's recent changes
2003-06-18 Chris LattnerAdd new DAE pass to gccld. It does not add cause any...
2003-06-18 Chris LattnerHandle arguments passed in through the va_arg area
2003-06-18 Chris LattnerThese instructions really take three operands. This...
2003-06-17 Brian Gaekelib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP...
2003-06-17 Brian GaekeAdd #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANO...
2003-06-17 Chris LattnerMake testcase more interesting, remove absolute path...
2003-06-17 Chris LattnerInitial checkin of DAE pass
2003-06-17 Chris Lattner* Add new CallSite::get factory method
2003-06-17 Chris LattnerAdd new op_erase method
2003-06-17 Chris LattnerMake sure accessor is properly doxygenized. It wants...
2003-06-17 Chris LattnerAdd accessor
2003-06-17 Chris LattnerFix to mesh with Johns recent changes
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-17 Brian GaekeAdd variable named PLATFORMLIBDL to control OS-specific...
2003-06-17 Brian GaekeUse std::isnan instead of isnan. Brought back to you...
2003-06-17 Brian GaekePut ifdefs around use of malloc.h/mallinfo, which isn...
2003-06-17 Chris LattnerMake CallSite's default constructable, copyable, and...
2003-06-17 Chris LattnerLife is too short. Link in too much stuff on Linux...
2003-06-17 Chris LattnerThe never-ending odyssey trying to get sparc to link
2003-06-17 Chris LattnerMake sure to get the value of ARCH before we use it
2003-06-17 Chris LattnerDo not link in the Sparc JIT when building on X86....
2003-06-17 Chris LattnerApparently "sparc" is a macro on sparcs. Ugh. :)
2003-06-17 Chris LattnerWhoops, didn't mean to check that in :(
2003-06-17 Chris LattnerUse more structured command line option processing
2003-06-17 Chris Lattner#ifdef out code that only applies when the HOSTARCH...
2003-06-17 Chris LattnerImplement handling of constantexprs for disambiguation...
2003-06-17 Chris LattnerAdd new testcase
2003-06-17 Chris LattnerAvoid divide by zero errors
2003-06-17 Chris LattnerFix misspelling of ExtraSources, hopefully to unbreak...
2003-06-17 Chris LattnerFix bug: Assembler/2003-06-17-InvokeDisassemble.llx
2003-06-17 Chris LattnerNew testcase
2003-06-17 Chris LattnerFairly major change: emit fixed sized allocas in the...
2003-06-17 Chris LattnerDon't corrupt memory when removing an instruction from...
next