oota-llvm.git
2002-09-21 Anand ShuklaChanged codegen to add 2 empty slots at the top of...
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Chris LattnerFix cwriter to not output FP constants in ascii, output...
2002-09-20 Chris LattnerFix bug: 2002-09-20-VarArgPrototypes.ll
2002-09-20 Chris LattnerBuild with $(CC), not gcc explicitly
2002-09-20 Chris LattnerNew testcase for cbe
2002-09-20 Nick HildenbrandtNew testcase for broken type printing for the cwriter
2002-09-20 Anand ShuklaChanged uchar to unsigned char in function ParseBytecod...
2002-09-20 Vikram S. AdveFix yet another profile linking issue.
2002-09-20 Anand ShuklaAdded checking threshold
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveFix link error for profile version. Also, build Burg...
2002-09-20 Vikram S. AdveBuild burg separately for different architectures.
2002-09-20 Chris LattnerFix output of typedefs to avoid syntax errors.
2002-09-20 Chris Lattner* Add a couple of comments to the output c code
2002-09-20 Chris LattnerAnother change that doesn't affect functionality. ...
2002-09-20 Chris LattnerMake the StructPrinted set only take memory when it...
2002-09-20 Chris LattnerNo functionality changes, primarily just changing tab...
2002-09-20 Chris LattnerCheckin old testcase
2002-09-20 Vikram S. AdveThe ENABLE_PROFILING flag now builds the profiled libra...
2002-09-20 Vikram S. AdveLet CC invoke gcc and not cc. The latter doesn't work...
2002-09-20 Vikram S. AdveInclude our config and system-specific Makefiles to...
2002-09-20 Vikram S. AdveFix data types header file and declarations to work...
2002-09-20 Vikram S. AdveFix to avoid addition on pointers, which is no longer...
2002-09-20 Vikram S. AdveAdd erase() method for a single element.
2002-09-20 Vikram S. AdveAdd method IGNode::getCombinedDegree to count the sum...
2002-09-20 Vikram S. AdveAdd PostOpts/ and rename PreSelection/ to PreOpts/.
2002-09-20 Vikram S. AdveAdd peephole optimization pass at the end of code gener...
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-20 Vikram S. AdveInterface to target-specific routines that support...
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-20 Vikram S. AdveAllow copy coalescing in more cases: if sum of node...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveFiles moved to CodeGen/PreOpts.
2002-09-20 Vikram S. AdveMoving these files from Code/PreSelection to here.
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.
next