oota-llvm.git
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...
2003-06-11 John CriswellUpdated for the new projects Makefile.
2003-06-10 Guochun Shiadd some comments
2003-06-10 Guochun Shiadd an brief instruction what this pass is
2003-06-10 Guochun Shia simple introduction to this pass
2003-06-10 Guochun Shicleaned code
2003-06-08 Guochun Shidelete useless functions
2003-06-08 Guochun Shi change DEBUG to DEBUG_PRINT
2003-06-08 Chris LattnerFix bug in environment setting
2003-06-08 Chris LattnerAdd #include for older GCC's
2003-06-07 Chris LattnerFix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll
2003-06-07 Chris LattnerNew testcase
2003-06-07 Chris LattnerFix compilation problem on GCC 2.9x
2003-06-07 Misha BrukmanDo not hastily change the Opcode from 'r' to 'i' type...
2003-06-06 Chris LattnerOld versions of GCC doesn't have <ostream> :(
2003-06-06 Chris LattnerFix compilation problem with some versions of G++
2003-06-06 Chris LattnerFix problem with perror
2003-06-06 Chris LattnerFix warnings on Sparc
2003-06-06 Misha BrukmanPrint address out as hex.
2003-06-06 Misha BrukmanAdded 'r' and 'i' versions to WRCCR.
2003-06-06 Misha Brukman* Changed Bcc instructions to behave like BPcc instructions
2003-06-06 Misha BrukmanReturn 'int 0' instead of 'void' so that the test can...
2003-06-06 Misha BrukmanReturn 'int 0' instead of void so that the test can...
2003-06-06 Misha Brukman* Removed PreSelection pass because that is now done...
2003-06-06 Chris LattnerDon't output explicit initializers for globals that...
2003-06-06 Misha Brukman::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK...
2003-06-06 Misha BrukmanOutput function address as hex.
2003-06-06 Misha BrukmanSimplify test case: remove declaration of __main()...
2003-06-06 Misha BrukmanFixed a bunch of test cases in test/Regression/Jello...
2003-06-06 Chris LattnerAdd statistic for # machine instrs emitted
2003-06-06 Misha Brukman* If a global is not a function, just ask the MachineCo...
2003-06-06 Misha BrukmanThe SUB*i instructions belong to a different class...
2003-06-06 Misha BrukmanAll debug print statements are now output with the...
2003-06-06 Misha BrukmanPut all debug print statements under the DEBUG() guard...
2003-06-06 Misha BrukmanRemoved debug print statement.
2003-06-05 Misha BrukmanFixed confusion between register classes and register...
2003-06-05 Misha BrukmanAdded missing directive to store the instruction name.
2003-06-05 Misha BrukmanMoved predict and annul fields to the end of each indiv...
2003-06-05 Misha BrukmanDo not preset the cc register, the instructions actuall...
2003-06-05 Misha Brukman* Stop ignoring cc registers, since we actually use...
2003-06-05 Vikram S. AdveMinor tuning -- avoid a non-inlinable function call...
2003-06-05 Chris LattnerFix (bogus) possibly uninitialized warning
2003-06-05 Misha BrukmanAdded lazy function resolution to the JIT.
next