oota-llvm.git
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-24 Chris LattnerThere are no implicit gep forms of load and store anymore
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-23 Chris LattnerConvert to using long indexes instead of uint
2002-09-23 Chris LattnerOptimize away cases like:
2002-09-23 Chris LattnerAdd some more testcases for things to get optimized...
2002-09-23 Chris LattnerFix: ConstantMerge/2002-09-23-CPR-Update.ll
2002-09-23 Chris LattnerNew testcase distilled from SPEC vortex benchmark
2002-09-23 Chris LattnerRun constantmerge tests too
2002-09-23 Nick HildenbrandtParenthesis are now added to casts of type array.
2002-09-23 Chris Lattner* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
2002-09-23 Chris LattnerFix testcase to accurately expose bug
2002-09-23 Chris LattnerNew testcase distilled from SPEC MCF benchmark
2002-09-23 Chris LattnerInsert resolved constants into the global map so they...
2002-09-23 Chris LattnerGroup #includes better
2002-09-23 Vikram S. AdveAllow LLC to be executed on Linux; only the LLC output...
2002-09-23 Vikram S. AdveC tests are run via Makefile.singlesrc so don't run...
2002-09-23 Vikram S. AdvePut intermediate source files in a subdirectory here...
2002-09-23 Vikram S. AdveDisable reassociation pass in LLC until it is fixed.
2002-09-22 Chris Lattner'whoami' doesn't exist on solaris
2002-09-22 Chris LattnerUpdate url
2002-09-22 Chris LattnerAdd information about the DEBUG() macro and the Statist...
2002-09-22 Chris Lattner* Remove the -stopraise option, which is no longer...
2002-09-22 Chris LattnerDon't insert a PHI node to merge "returns" from an...
2002-09-22 Chris Lattner* Minor fixes to support C files.
2002-09-22 Chris LattnerClean up dead rules
2002-09-22 Chris LattnerFix tons of warnings, convert burg to use Makefile...
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.
next