oota-llvm.git
2005-10-26 Jeff CohenUpdate Visual Studio projects to reflect moved file.
2005-10-25 Nate BegemanAdd a regression test for the recent fix for FP_TO_UINT...
2005-10-25 Nate BegemanAdd a note about some bitfield stuff we could be doing...
2005-10-25 Nate BegemanCorrectly Expand or Promote FP_TO_UINT based on the...
2005-10-25 Nate BegemanAllow custom lowered FP_TO_SINT ops in the check for...
2005-10-25 Chris Lattnerautogen undef
2005-10-25 Chris LattnerAdd undef
2005-10-25 Chris LattnerAdd a method
2005-10-25 Chris LattnerAllow pseudos to have patterns, no functionality change
2005-10-25 Chris LattnerAutogen fsel
2005-10-25 Chris LattnerExpose the fextend on the DAG instead of doing it in...
2005-10-25 Chris LattnerAutogen a few new ppc-specific nodes
2005-10-25 Chris LattnerThe dag isel generator generates this now
2005-10-25 Chris LattnerEmit some boilerplate for targets
2005-10-25 Chris LattnerBe a bit more paranoid about calling SelectNodeTo
2005-10-25 Chris LattnerFix a couple of minor bugs. The first fixes povray...
2005-10-25 Chris LattnerClear a bit in this file that was causing a miscompilat...
2005-10-25 Chris LattnerRemove some dead argument names which irritates GCC...
2005-10-25 Chris LattnerAdd a missing Module::setTargetTriple method.
2005-10-25 Chris Lattneranalyses after transformations
2005-10-25 Chris Lattnertransforms before analyses
2005-10-25 Jim LaskeyRefactored to make room for more stuff (scheduling...
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-25 Alkis EvlogimenosStop using deprecated types
2005-10-24 John CriswellUpdated bytecode version numbers.
2005-10-24 Jeff CohenFix spelling of 'separate'.
2005-10-24 John CriswellFixed spelling.
2005-10-24 John CriswellAdded a note to remove CVS directories when copying...
2005-10-24 John CriswellAttempt to make terminology more consistent.
2005-10-24 Chris LattnerAndrew says that alpha basically works
2005-10-24 John CriswellFixed a grammar issue.
2005-10-24 John CriswellGrammar and punctuation fixes.
2005-10-24 Jeff CohenKeep Visual Studio up to date.
2005-10-24 Chris LattnerFix an incompatibility with GCC 4.1, thanks to Vladimir...
2005-10-24 Chris Lattnerdo not wrap this whole file in namespace llvm
2005-10-24 Chris LattnerHandle allocations that, even after removing dead uses...
2005-10-24 Chris LattnerFix a bug where we would 'promote' an allocation from...
2005-10-24 Chris LattnerBefore promoting a malloc type, remove dead uses. ...
2005-10-24 Chris LattnerPull some code out into a function, no functionality...
2005-10-24 Chris LattnerMove the END_WITH_NULL marker. Vladimir suggests that...
2005-10-24 Chris LattnerMake this build with GCC 4.1, patch contributed by...
2005-10-24 Chris LattnerThis pass is gone
2005-10-24 Chris Lattnerthis pass is gone
2005-10-24 Chris LattnerThis RA no longer exists
2005-10-24 Chris LattnerAlkis agrees that that iterative scan allocator isn...
2005-10-24 Chris LattnerRemove a prototype
2005-10-24 Jeff CohenUpdate Visual Studio projects to account for recent...
2005-10-24 Chris LattnerRemove this pass, it is not useful
2005-10-24 Chris LattnerThis pass is very old and quite useless, remove it.
2005-10-24 Chris LattnerThree of these have been removed, as warned
2005-10-24 Chris LattnerRemove some beta code that no longer has an owner.
2005-10-24 Chris LattnerDo not build the ProfilePaths directory anymore
2005-10-24 Chris LattnerRemove a now-unneeded library
2005-10-24 Chris LattnerDon't link these three passes in anymore
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerNow that all libraries are built in either .o or .a...
2005-10-24 Chris Lattneronly build .a version of this library
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris LattnerThere is no need to build an archive version of this...
2005-10-24 Chris LattnerThis file is hopelessly out of date
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris Lattneruse archives when possible
2005-10-24 Chris LattnerMake sure that anything using the ADCE pass pulls in...
2005-10-24 Chris Lattnerpull in the .a version of scalaropts lib to reduce...
2005-10-24 Chris Lattnerpull in the archive version of this lib to reduce exe...
2005-10-24 Chris LattnerPull in the archive versions of these libs to reduce...
2005-10-24 Chris Lattnerdon't bother building the archive version of this library
2005-10-24 Chris LattnerLink in datastructure as a relinked o file
2005-10-24 Chris LattnerLink to archive versions of libraries instead of the...
2005-10-24 Chris Lattnerexpose a ctor
2005-10-24 Chris Lattneradd a proto
2005-10-24 Chris LattnerUse the new LinkAllAnalyses.h header instead of forcing...
2005-10-24 Chris Lattnernew header
2005-10-24 Chris Lattnerimplement some prototypes
2005-10-24 Chris Lattneradd some prototypes
2005-10-24 Chris Lattnermove this to the analyze tool
2005-10-24 Chris LattnerDon't invade the system namespace
2005-10-24 Chris LattnerUse archive versions of these libraries, using the...
2005-10-24 Chris LattnerThere is no need for this to be VC++ only
2005-10-23 Chris LattnerFix a nasty bug that was causing miscompilation of...
2005-10-23 Chris LattnerShrinkify to match llc
2005-10-23 Chris LattnerShrinkify to make --help output look better
2005-10-23 Chris Lattnershrinkify the option name a bit
2005-10-23 Chris LattnerSimplify this, matching changes in the tblgen emitter
2005-10-23 Chris LattnerSimplify this due to changes in the tblgen side
2005-10-23 Chris LattnerAdd the needed #include, emit enums with the sizes...
2005-10-23 Chris Lattnermark this as beta
2005-10-23 Chris LattnerIf a user requests help, give them help on both feature...
2005-10-23 Chris LattnerAutogen subtarget information from .td files.
2005-10-23 Chris LattnerAdd subtarget feature/processor defns to the .td file
2005-10-23 Chris Lattnerrearrange things a bit so that instructions can use...
2005-10-23 Chris Lattneradd a marker
2005-10-23 Chris Lattneradd a note that Nate mentioned last week
2005-10-23 Chris LattnerPut some of my random notes somewhere public
2005-10-23 Jeff CohenWork around GCC's dislike of attributes on function...
2005-10-23 Jeff CohenRemove deleted files from Visual Studio.
2005-10-23 Chris LattnerRemove the obsolete instr selector emitter
2005-10-23 Chris LattnerImprove help output.
2005-10-23 Chris Lattnerimprove -help output
next