oota-llvm.git
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...
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-17 Chris LattnerJust _EXTEND_ the current path. Don't replace it....
2003-06-17 Chris LattnerArg, sparc doesn't have correct things in math.h!
2003-06-16 Brian GaekeDon't include alloca.h on FreeBSD.
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Chris LattnerRemove two using decls
2003-06-16 Brian GaekeBasically this is the same as Makefile.Linux, at least...
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-16 Brian GaekeWhoops. I didn't mean to step on John's changes.
2003-06-16 Brian GaekeThis version supports FreeBSD.
2003-06-16 John CriswellReconfigured the TOOLS variable so that it points to...
2003-06-16 John CriswellModified the environment variables that determine where...
2003-06-16 Chris LattnerRename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h
2003-06-16 Chris Lattnermove contents of include/llvm/Reoptimizer/Mapping/FInfo...
2003-06-16 Chris LattnerMinor tweak to make testcase less simple
2003-06-16 Chris LattnerNew testcase identified by joel
2003-06-16 Chris LattnerNew testcase identified by joel
2003-06-16 Chris LattnerFix final linking errors
2003-06-16 Chris LattnerFix link errors by adding main's
2003-06-16 Chris LattnerFix link problem
2003-06-16 Chris LattnerFix typeo
2003-06-16 Chris LattnerAdd prototype for the new DAE pass
2003-06-16 Chris LattnerFix bug: Linker/2003-06-02-TypeResolveProblem2.ll
2003-06-16 Chris LattnerFix bug: ADCE/2003-06-11-InvalidCFG.ll
2003-06-16 Chris LattnerFix bug: CBackend/2003-06-11-HexConstant.ll
2003-06-16 Chris LattnerNodes get forwarded when they are collapsed currently.
2003-06-16 Chris LattnerRemove bogus assertion: a node with no referrers could...
2003-06-16 Chris LattnerImplement forwarding from stores to loads of must-alias...
2003-06-16 Chris LattnerNew testcases for bugs and the new DAE pass
2003-06-16 Chris LattnerFix invalid number of arguments problem
2003-06-16 Chris LattnerFix testcase to work with store forwarding
2003-06-13 Chris LattnerFix major bug in my last checkin. :(
2003-06-12 John CriswellReverted back to hand-made HTML.
2003-06-12 Chris LattnerRemove obsolete comments about llvm-ar
2003-06-11 John CriswellUpdated the documentation to reflect changes in the...
2003-06-11 John CriswellChanged the LITTLE_ENDIAN and BIG_ENDIAN macros to...
2003-06-11 John CriswellAdded assert.h so that it compiles under newer versions...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-11 John CriswellUpdated to the new Makefile.common.
2003-06-11 John CriswellUpdated to use the new Makefile.common.
2003-06-11 John CriswellModified Makefile.common to handle compilation of proje...
next