oota-llvm.git
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-29 Chris LattnerFix compatibility with gcc 3.4
2003-11-29 Chris LattnerBuild _lib_crtend.a, not crtend.a
2003-11-29 Chris LattnerDon't print out tons of crap
2003-11-29 Chris LattnerRewrite makefile logic to build an archive instead...
2003-11-29 Chris LattnerSimplify some rules
2003-11-29 Chris LattnerMove rule to top-level makefile
2003-11-29 Chris LattnerAdd readme and spiff up makefile header
2003-11-29 Chris LattnerTestcase for duplicated cleanup work (PR11). Note...
2003-11-29 Chris LattnerFix test: Transforms/LevelRaise/2003-11-28-IllegalTypeC...
2003-11-29 Chris Lattnernew testcase for problem causing 2003-10-12-GlobalVarIn...
2003-11-28 Chris LattnerThe function resolving pass must be run, even if -disab...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
2003-11-28 Chris Lattnerfix gcc 3.4 compatibility problem
2003-11-28 Chris LattnerTestcase for PR160
2003-11-27 Chris LattnerNew testcase for PR158
2003-11-27 Chris LattnerFix grammaro
2003-11-27 Chris Lattnertestcase for PR159
2003-11-27 Chris LattnerPR11 is now fixed for 1.1!
2003-11-27 Chris LattnerPR11 is now fixed for 1.1
2003-11-27 Chris Lattner* Squelch warning on Sun
2003-11-26 John CriswellMakefiles are now copies over to the object root direct...
2003-11-26 John CriswellRenamed intermediate values that used the same type...
2003-11-26 Chris LattnerBugz die!
2003-11-26 Chris LattnerTestcase for PR157
2003-11-26 Chris LattnerTo not barf when an error occurs.
2003-11-26 Chris LattnerBoogs
2003-11-26 Chris LattnerMore dead boogers
2003-11-26 Chris Lattneroutput foo(void) as appropriate
2003-11-25 Chris LattnerFix bug in previous checkin
2003-11-25 John CriswellFixed a small grammatical error.
2003-11-25 Chris LattnerFix const correctness
2003-11-25 Chris LattnerRelax constrains on GEP type indexes
2003-11-25 Chris LattnerIt is legal to index into sequential types with any...
2003-11-25 Chris LattnerDo not use index type to determine what it is indexing...
2003-11-25 Chris LattnerDo not depend on the gep index types to determine what...
2003-11-25 Chris LattnerDo not depend on structure elements being of type UByteTy
2003-11-25 John CriswellAdjusted the projects Makefile so that it picks up...
2003-11-25 John CriswellConfigure all project directories contained in llvm...
2003-11-25 Chris LattnerDo not depend on index type to determine whether it...
2003-11-25 Chris LattnerWork with gepi's and constant exprs. Also, add version...
2003-11-25 Chris LattnerFix file header
2003-11-25 Chris LattnerRemove dead variable
2003-11-25 Chris LattnerUse gep_type_begin/end instead of looking for ubytes
2003-11-25 John CriswellConfigure script for ModuleMaker.
2003-11-25 John CriswellAuto-confed ModuleMaker.
2003-11-25 John CriswellAuto-conf'ed the ModuleMaker code.
2003-11-25 Chris LattnerRename class to be consistent with other iterator classes
2003-11-25 Chris LattnerInitial checkin of gep_type_begin/end which will be...
2003-11-25 John CriswellAll directory targets now install the Makefile only...
2003-11-25 Chris LattnerFinegrainify namespacification
2003-11-25 John CriswellAdded a pseudo-hack: The Makefile now copies Makefiles...
2003-11-25 Chris Lattnerboog
2003-11-25 Chris Lattnertestcase for PR 148
2003-11-25 Chris LattnerTestcase for PR147
2003-11-25 Chris LattnerFix PR147
2003-11-25 Chris Lattneradd link to the stacker dox
2003-11-25 Chris LattnerMinor fixes
2003-11-25 Chris LattnerApply docs patch fro Reid
2003-11-25 Chris Lattnercheckin reid's docpatch
2003-11-24 John CriswellModified directory building rules so that using the...
2003-11-24 Brian GaekeApply doc patch from PR136.
2003-11-24 Misha BrukmanFix copy-pasto.
2003-11-24 Misha BrukmanI'm gonna be picky and say we don't really need that...
2003-11-24 Misha BrukmanMake sure we ONLY add a `-load' switch to the JIT comma...
2003-11-24 Misha BrukmanExpose functionality to query if a file is an ELF share...
2003-11-24 Misha BrukmanAdd ability to query if a file is a legitimate ELF...
2003-11-24 Brian GaekeApply patches from PR136
2003-11-24 Brian GaekeRegenerated using autoconf-2.57
2003-11-24 Brian GaekeAdd Stacker directories.
2003-11-24 Brian GaekeAdd documentation for Stacker.
2003-11-23 Chris LattnerAdd a script I missed
2003-11-23 Chris LattnerCheckin tests
2003-11-23 Chris LattnerDisable test.
2003-11-23 Chris LattnerFix these assertions:
2003-11-23 Chris LattnerCheckin the stacker compiler
2003-11-23 Chris LattnerFix file header
2003-11-23 Chris LattnerInitial checkin
2003-11-23 Chris LattnerInitial checkin of stacker samples
2003-11-23 Chris LattnerAdjust file header
2003-11-23 Chris LattnerInitial checkin of stacker runtime
2003-11-23 Chris LattnerInitial stacker checkin
2003-11-23 Chris LattnerUpdate file header
2003-11-23 Chris Lattnerinitial checkin of stacker makefile
2003-11-23 Chris LattnerDo not DESTROY programs by default. No wonder bugpoint...
2003-11-23 Brian GaekeA better way to get std::pair into the compiler's littl...
2003-11-23 Brian GaekeThis is a hack to make this file compile under g++...
2003-11-22 Chris LattnerRevert the previous patch since it causes lots of misco...
2003-11-22 Brian GaekeSupport constant casting constant pointers to ints...
2003-11-22 Brian GaekeConstant shift expressions, meet InstSelectSimple....
2003-11-22 Brian GaekeUnbreak this test case - llvm-as no longer tolerates...
2003-11-22 Brian GaekeStub for constant shift expr support.
2003-11-22 Brian GaekeFix PR149 - support constant shift expressions.
2003-11-22 Brian GaekeStrengthen test case.
2003-11-22 Brian GaekeC Writer was dumping core on this test case.
2003-11-22 Chris LattnerDelete dead line
2003-11-22 Chris LattnerFix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx
2003-11-22 Chris LattnerNew testcase that breaks the pruneeh pass
2003-11-22 Chris LattnerDo not crash when deleing a region with a dead invoke...
2003-11-22 Chris LattnerDo not crash when dealing with invoke and unwind instru...
next