oota-llvm.git
2003-08-11 Chris LattnerInitial checkin of SelectionDAG implementation. This...
2003-08-11 Chris LattnerInitial checkin of SelectionDAG header file
2003-08-10 Chris LattnerAdd full support for code generating expanders!
2003-08-10 Chris LattnerImplement autopromotion of leaf trees from arguments...
2003-08-10 Chris LattnerImplement correct parsing, representation, and printing...
2003-08-10 Chris LattnerRecognize $foo as a variable
2003-08-10 Chris LattnerNew testcase
2003-08-10 Chris LattnerImplement real code emission, at least for Instruction...
2003-08-10 Chris LattnerFirst cut at emitting the reducer. This reducer just...
2003-08-10 Chris LattnerMake imm be a leaf instead of a nonterminal
2003-08-10 Chris LattnerFinish the matcher!
2003-08-10 Chris LattnerAdd new function
2003-08-08 John CriswellRemoved information on the Pool Allocator as it is...
2003-08-08 John CriswellAdded a FAQ about how to clean the directory if it...
2003-08-08 John CriswellUpdated for the 1.1 pre-release.
2003-08-08 Chris LattnerThis implements a large amount of the matcher, in fact...
2003-08-08 Chris LattnerEmit the first half of the instruction selector.
2003-08-08 Misha BrukmanChomped spurious blank lines.
2003-08-07 Chris LattnerFinish implementation of nonterminal instantiation.
2003-08-07 Chris LattnerAdd new method to get a value type as a string
2003-08-07 Chris Lattner* Fix <>'s in code to be &lt;&gt;'s
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanDoxygen-ify the comments by using '///' instead of...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Chris LattnerCompletely remove mention of the correlated branch...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-07 Misha Brukman* The possessive third-person singular has no apostroph...
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanFixed path for SystemUtils.h and a few code cleanups.
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-08-07 Chris LattnerImplement type-inference/checking for non-terminal...
2003-08-07 Chris LattnerRename all of the "Process" methods to be "read" method...
2003-08-07 Chris LattnerAdd support for "cast" nodes, which are required when...
2003-08-07 Chris LattnerUse the new version of isSubClassOf
2003-08-07 Chris LattnerAdd and use a new method
2003-08-07 Chris LattnerCleanup and reorganize code, no functional changes
2003-08-07 Chris LattnerRead in expanders too
2003-08-07 Chris LattnerContinued evolution of the selector emitter: Represent...
2003-08-07 Misha BrukmanImplement LLVM intrinsics `llvm.setjmp' and `llvm.longj...
2003-08-07 Vikram S. AdveFix assertion in MachineInstr::substituteValue().
2003-08-07 Vikram S. AdveFix sanity-checking in 'maskUnsigned' code to be more...
2003-08-07 John CriswellFixed a segfault in gccld.
2003-08-07 Chris LattnerUpdate tablegen interfaces
2003-08-07 Chris LattnerFinish implementation of the type inference engine.
2003-08-07 Chris LattnerAllow clients to get at the pointer type
2003-08-07 Chris LattnerAdd new method getVAlueAsDag
2003-08-07 Chris LattnerInitial checkin of tree pattern parser and type inferen...
2003-08-07 Chris LattnerEliminate now-dead method
2003-08-07 Chris LattnerStart using the CodeGeneratorWrappers
2003-08-07 Chris LattnerInitial checkin of useful wrappers around the Target...
2003-08-07 Sumant KowshikRemoved the support for pool allocation testing. This...
2003-08-07 Sumant KowshikChange implementation so that variable sized slabs...
2003-08-07 Sumant KowshikAdded code for pool allocating only the pool-allocatabl...
2003-08-07 Chris LattnerThis register is never used, disable it.
2003-08-07 Sumant KowshikAdded a flag which is set when all data structures...
2003-08-07 Chris LattnerThere was no reason for these to be bit-fields, they...
2003-08-06 Misha BrukmanChanging command-line option formats to be more consist...
2003-08-06 Misha Brukman* Renamed option from `nopreselect' to `nopreopt' since...
2003-08-06 Chris LattnerIck, add the RIGHT accessor
2003-08-06 Chris LattnerAdd accessor
2003-08-06 Chris LattnerThere is something wrong with code that looks like:
2003-08-06 Misha BrukmanUse the registers g1 and g5 as temporaries for making...
2003-08-06 John CriswellRemoved Makefile.common.
2003-08-06 Chris LattnerExport the register classes so that the instruction...
2003-08-06 Brian GaekeMakefile.common: Remove commented-out and duplicate...
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-08-06 Vikram S. Adve1. Bug fix: was using SLL instead of SLLX for ULongTy...
2003-08-06 Vikram S. AdveRemove conversion of fp-to-uint cast into a multi-step...
2003-08-06 Chris LattnerNew testcase
2003-08-06 Chris LattnerThe HAVE_JUMP code is dead, these intrinsics should...
2003-08-06 Chris LattnerRemove unnecessary use of NonCopyable
2003-08-06 Misha BrukmanAdded asserts to prevent negative shift amounts from...
2003-08-06 Misha BrukmanSparcV9CodeEmitter.cpp:
2003-08-06 Chris LattnerSort the file lists
2003-08-06 Chris LattnerLoop unroller doesn't necessarily need to be profile...
2003-08-06 Chris LattnerCompletely eliminate the isVoid TSFlag, shifting over...
2003-08-06 Chris Lattneradd a pattern for RET, immediates no longer need to...
2003-08-06 Chris LattnerStart adding usefulness to the DAG node definitions...
2003-08-06 Chris LattnerAdd error checking code to the node type parser. Start...
2003-08-06 Chris LattnerInitial support for an instruction selector emitter
2003-08-06 Chris LattnerAll good classes with virtual functions should have...
2003-08-06 Chris LattnerAdd an instruction selector emitter skeleton
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-06 Chris LattnerSwitch code over to being a TableGenBackend
2003-08-06 Chris LattnerAdd more helper methods
2003-08-06 Chris LattnerNew common interface for backends to use
2003-08-06 Sumant KowshikAdded POOLFLAGS option to run pool allocation
2003-08-05 Chris Lattner"fix" coding style stuff
2003-08-05 Chris LattnerCompletely eliminate the per-machine-instruction regsUs...
2003-08-05 Chris LattnerUse a new local data structure instead of the MachineIn...
2003-08-05 Chris LattnerAdd a map
2003-08-05 Chris LattnerMinor cleanups
2003-08-05 Chris LattnerPhysical registers no longer live in the regsUsed set...
2003-08-05 Chris LattnerDo not insert physical regsiters into the regsUsed set
2003-08-05 John CriswellReverted back to using OR for cmp/mv operations for...
2003-08-05 John CriswellSwitched from using diff to cmp for two reasons:
2003-08-05 Tanya LattnerFixed minor bug in SafeToHoist and made some changes...
2003-08-05 Tanya LattnerAdded LICM test cases to:
2003-08-05 Tanya LattnerFixed LICM bug that hoists trapping instructions that...
next