oota-llvm.git
2002-09-19 Chris LattnerReenable these options because they break testing on...
2002-09-19 Chris LattnerNative CC compiler has the same problem as CXX compiler.
2002-09-19 Chris LattnerDon't run llc tests on linux, they won't work.
2002-09-19 Chris LattnerWorkaround for bug in GCC 3.1.1 iostreams library on...
2002-09-19 Chris LattnerMinor non-functionality changing changes.
2002-09-19 Chris LattnerReorder options to be sorted basically by how important...
2002-09-19 Chris Lattner* Burg is no longer configured in Makefile.config
2002-09-19 Chris LattnerPlatform specific makefiles specify where to find the...
2002-09-19 Chris Lattner* Move the burg option into Makefile.common, since...
2002-09-19 Chris LattnerMove the burg option out of Makefile.config into Makefi...
2002-09-19 Chris LattnerPoint gccld to the correct library directory.
2002-09-19 Chris LattnerAdd an optimization to support the most common access...
2002-09-19 Chris LattnerSwitch over to using the x86 version of the C frontend...
2002-09-19 Chris LattnerIt turns out that the cannonical name for the llvm...
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...
next