oota-llvm.git
2002-09-19 Vikram S. AdveAvoid Solaris-specific defines.
2002-09-19 Chris LattnerNew testcase that breaks the CFE.
2002-09-19 Chris LattnerMake sure that we abort if an error happens as early...
2002-09-19 Chris LattnerIndent a comment right, add a new one
2002-09-19 Vikram S. AdveAdd support for passing in arbitrary flags to gmake...
2002-09-19 Chris LattnerNew testcase for a bug fixed in the GCC SSA constructio...
2002-09-18 Chris LattnerAvoid deleting the ostream more than once.
2002-09-18 Vikram S. AdveFix to work in new location (utils/) and to use gmake...
2002-09-18 Chris LattnerChange Makefile.config to support building on the group...
2002-09-18 Vikram S. AdveKEEP_SYMBOLS by default.
2002-09-18 Vikram S. AdveStrip tools/Debug/ executables by default. Define...
2002-09-18 Chris LattnerClean up tags, link to the right .h file
2002-09-18 Anand Shuklacorrected small bug, to handle when DIRS is not defined.
2002-09-18 Anand Shuklasplit retracing into a separate file
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-09-18 Chris LattnerAdd support for the new PARALLEL_DIRS option
2002-09-18 Joel StanleyFinished instruction replacement section, etc. Need...
2002-09-18 Misha BrukmanFixed grammar.
2002-09-18 Misha BrukmanFixed grammar (User's -> Users).
2002-09-18 Vikram S. Advegcc3.1.1 seems much more selective about what it loads...
2002-09-18 Misha BrukmanRemoved unnecessary #includes.
2002-09-18 Misha BrukmanFixed typo.
2002-09-17 Chris LattnerFix ambiguity problem due to builtin log2(double) function
2002-09-17 Chris LattnerDon't put default parameter values into .cpp files...
2002-09-17 Chris LattnerFix namespace correctness bug
2002-09-17 Chris LattnerThere is a #define in some header that conflicts with...
2002-09-17 Chris LattnerAllow the VERBOSE=1 option to turn on output of recursi...
2002-09-17 Chris LattnerAdd support for gcc 3.2
2002-09-17 Chris LattnerFix parallel recursive make to build directories in...
2002-09-17 Chris LattnerUse locally built burg
2002-09-17 Chris LattnerBuild burg tree
2002-09-17 Chris LattnerTEst commit
2002-09-17 Chris LattnerTest commit
2002-09-17 Chris LattnerTest change
2002-09-17 Chris LattnerWe need an 'all' target to build burg, add it back
2002-09-17 Chris LattnerDon't run tests by default
2002-09-17 Chris LattnerInitial checkin of burg documetnation files
2002-09-17 Chris LattnerInitial checkin of burg files
2002-09-17 Chris LattnerAvoid using two i's in the same statements
2002-09-17 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-09-17 Chris LattnerNew regression test
2002-09-17 Chris LattnerConvert to use long indexes instead of uint
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-17 Anand ShuklaRemoved debug info printing
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-17 Chris LattnerRemove extra #include
2002-09-17 Chris LattnerFix typeo
2002-09-17 Vikram S. AdveDon't print global variable definitions twice! Sun...
2002-09-17 Vikram S. AdveFix typo in comment.
2002-09-17 Vikram S. AdveRemove specification of argument default from cpp file.
2002-09-16 Chris LattnerRemove warning that is no longer applicable
2002-09-16 Chris LattnerComment line of the makefile
2002-09-16 Chris LattnerHandle whitespace in LIBRARYNAME gracefully
2002-09-16 Chris LattnerFix FunctionInlining pass assertion failure:
2002-09-16 Chris LattnerFix typeo
2002-09-16 Chris LattnerFix compile problem on linux. Noone should ever #inclu...
2002-09-16 Chris LattnerRun the cee pass tests
2002-09-16 Chris LattnerChecking testcases for cee pass
2002-09-16 Chris LattnerFix: test/Regression/LLC/badidx.c problem
2002-09-16 Vikram S. AdveRemove duplicate sparc entry.
2002-09-16 Vikram S. AdveUse .o files instead of .a files for several cases...
2002-09-16 Chris LattnerPrint information about files that were removed
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Nick HildenbrandtMoved these files to the utils directory.
2002-09-16 Vikram S. AdveAdd ilist_iterator constructor from a node reference.
2002-09-16 Vikram S. AdveExtract most of the transformation into an externally...
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
2002-09-16 Vikram S. AdveAllow transformation DecomposeArrayRef(GetElementPtrIns...
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-16 Vikram S. AdveAdd support for passes that use a TargetMachine object.
2002-09-16 Vikram S. AdveAdd method MachineOperand::hasAllocatedReg().
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd method adjustAlignment so that stack slot alignment...
2002-09-16 Vikram S. AdveUse ulong instead of uint for size expressions.
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-16 Vikram S. AdveDon't print out global names unnecesssarily. Also...
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2002-09-16 Vikram S. AdveAdd subdirectory PreSelection.
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveDump routine now writes out allocated register numbers...
2002-09-16 Vikram S. AdveImprove and fix error in allocating stack slots: adjust...
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd an assertion.
2002-09-16 Anand ShuklaIncorporated changes in alloca and getElementPointer...
2002-09-16 Anand ShuklaIncorporated changes in alloca instruction
2002-09-15 Vikram S. AdveNo longer need to sign-extend array indices to 64 bits...
2002-09-15 Vikram S. AdveSimplify significantly (and fix syntax error).
2002-09-15 Vikram S. AdveUse much better method to find the llvmbase directory.
2002-09-15 Vikram S. AdveCheck error condition after cvs returns. Also remove...
2002-09-15 Vikram S. AdveShell-script to build current directory and then link...
2002-09-15 Vikram S. AdveFix typos in previous checkin.
2002-09-15 Chris LattnerRegAllocCommon no longer includes CommandLine.h so...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
next