oota-llvm.git
2003-08-12 Chris LattnerSimplify code
2003-08-12 Chris LattnerImplement testcases InstCombine/or.ll:test16/test17
2003-08-12 Chris LattnerNew testcases
2003-08-12 John CriswellMerged in changes between PRE11_ROOT and LLVM_PRE111...
2003-08-12 Brian GaekeAdd FunctionPassManager - it's like a PassManager,...
2003-08-12 Vikram S. AdveDisable emitting LLVM-to-MI maps, by default.
2003-08-12 Chris LattnerTestcase for feature we should support eventually
2003-08-12 Chris LattnerFix emission of instructions that directly reference...
2003-08-12 Chris LattnerMake LOC count more accurate by not including the table...
2003-08-12 Chris LattnerAdd support for the Any type. Minor fixes and enhancem...
2003-08-12 Chris LattnerRename DNVT_bool to DNVT_i1 to be consistent with type...
2003-08-12 Chris LattnerAdd support for basicblocks, setCC instructions, and...
2003-08-12 Chris LattnerAdd support for a bool argty
2003-08-12 Vikram S. AdveFix va_arg to generate LDDFi for floating point values...
2003-08-12 Sumant KowshikBug fix: Some nodes pointed to by globals may not be...
2003-08-12 Sumant KowshikMinor fix so that the program exits upon a poolfree...
2003-08-11 Chris LattnerIt is not an error if a rule does not match, it's just...
2003-08-11 Misha BrukmanInitial checkin of the LLEE, the (LL)VM (E)xecution...
2003-08-11 Chris LattnerAdd basic support for 16 and 32 bit function arguments!
2003-08-11 Chris Lattneradd frameidx support
2003-08-11 Chris LattnerAdd support for frameidx and literal immediates for...
2003-08-11 Chris LattnerAdd support for naming the destination of a "set" in...
2003-08-11 Chris LattnerAdd support for the Arg1 argument type
2003-08-11 Chris LattnerSort #includes, eliminate #include of "llvm/Type.h...
2003-08-11 Chris LattnerCygwin apparently works with %'s on registers!
2003-08-11 Brian GaekeIf we can't find INT64_MAX, set it to a reasonable...
2003-08-11 Chris LattnerWhoops, accidental checkin. :(
2003-08-11 Chris LattnerAdd a new -enable-cygwin-compatible-output argument...
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-08-11 Misha BrukmanAdded keyword `include', and a FIXME for hex and binary...
2003-08-11 Misha Brukman* Added pointers to the README files in emacs/ and...
2003-08-11 Misha Brukman* Added (X)Emacs mode for TableGen description files
2003-08-11 Brian GaekePrint % signs before register names; turn off "noprefix...
2003-08-11 Chris LattnerGeez, this misha guy is a _horrible_ speller. :)
2003-08-11 Misha Brukman* Added a section describing the hidden gems in llvm...
2003-08-11 Vikram S. AdveRegister argument to va_start must be marked as defined!
2003-08-11 Misha Brukmantablegen.vim:
2003-08-11 Chris LattnerAdd .llx
2003-08-11 Misha BrukmanAdded a TableGen syntax highlighting mode for VIM and...
2003-08-11 Chris LattnerAdd (ret int) expander so that we can at least write...
2003-08-11 Chris LattnerDon't forget to initializer result field to 0!
2003-08-11 Misha BrukmanConverted tabs to spaces.
2003-08-11 Misha BrukmanRemoved `-debug' so that spurious printouts of patterns...
2003-08-11 Chris LattnerRemove dead code
2003-08-11 Chris LattnerAdd patterns for multiply, and, or, and xor
2003-08-11 Chris Lattneradd support for more nodes
2003-08-11 Misha BrukmanPut printouts of acquired patterns under the DEBUG...
2003-08-11 Chris LattnerUntil the pattern matching instruction selector is...
2003-08-11 Chris LattnerFix handling of 'free' if it has absolutely no prototype
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...
2003-08-11 Chris LattnerBuild the SelectionDAG library
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...
next