oota-llvm.git
2003-08-20 Chris LattnerNew testcase, distilled from 'screen' by Misha
2003-08-20 Chris LattnerImplement testcase: Assembler/2003-08-20-ConstantExprGE...
2003-08-20 Chris LattnerNew testcase for GEP folding
2003-08-20 Chris LattnerCatch testing errors
2003-08-20 Chris LattnerFix bug where we printed the month number instead of...
2003-08-20 John CriswellModified the SUFFIXES pseudo targets so that we remove...
2003-08-19 Brian GaekeAdd ParseEnvironmentOptions documentation
2003-08-19 Brian GaekeAdd warning about how you have to put cl::init after...
2003-08-19 Chris LattnerMake testcase more interesting
2003-08-19 Chris LattnerMake assertion message more helpful in a case that...
2003-08-19 Chris LattnerFix bugs in tester
2003-08-19 Misha BrukmanX86.td has been moved out of this directory; these...
2003-08-19 Misha BrukmanSince we broke up SingleSource and MultiSource testing...
2003-08-19 Chris LattnerDo not force a runtimelimit! We were actually reducing it.
2003-08-19 Chris LattnerIncrease the size of the LOC chart
2003-08-18 Chris LattnerFix grammar, add comment
2003-08-18 Chris LattnerFix buggy testcase
2003-08-18 Chris Lattnerno-strict-aliasing redux
2003-08-18 Chris LattnerThe CBE generates code which violates the TBAA rules...
2003-08-18 Chris LattnerDo not even attempt to compute dominator information...
2003-08-18 Chris LattnerAdd new methods, update comments
2003-08-18 Chris LattnerMake the testcase more interesting
2003-08-18 Chris LattnerAdd new -disable-verify option
2003-08-18 Chris LattnerNew testcase distilled from mutt
2003-08-18 Chris LattnerRemove fixme
2003-08-18 Chris LattnerAdd the magic incantations to get a running LOC graph...
2003-08-18 Chris LattnerAdd in the running LOC chart
2003-08-18 Chris Lattnerno really, implement it!
2003-08-18 Chris LattnerAdd new cleandeps target, to allow easy cleaning out...
2003-08-18 Chris LattnerAdd support for casting any pointer to any integer...
2003-08-18 Chris LattnerFix linking bug in xboard
2003-08-18 Chris LattnerAdd support for the sig(set|long)jmp intrinsics
2003-08-18 Chris LattnerNew testcase, distilled from ed-0.2
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-18 Chris LattnerWrap line at 80 columns
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-18 Chris LattnerFix minor bugs in the tester
2003-08-18 Chris Lattner* Split the programs table into MultiSource and SingleS...
2003-08-18 Chris LattnerThe CBE output is compiled at -O2
2003-08-18 Chris LattnerAdd docs for new column, native tests now run with -O2
2003-08-18 Chris LattnerNew testcase distilled from GNU Go
2003-08-17 Chris LattnerGive correct command line for making a shared object
2003-08-17 Chris LattnerFix ABI issue: Longs really do need to be only 4 byte...
2003-08-17 Chris LattnerMake sure that "newmain" gets names for its arguments
2003-08-17 Chris LattnerFix message
2003-08-17 Chris LattnerFix the bug that broke the nightly tester in McCat...
2003-08-17 Chris LattnerMake the check for a failed test run more robust!!
2003-08-17 Chris LattnerImplement folding of switch instructions.
2003-08-17 Chris LattnerNew testcase to ensure that switch folding happens...
2003-08-17 Chris LattnerFix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
2003-08-17 Chris LattnerNew testcase
2003-08-17 Chris LattnerThe fixme is irrelevant: if that happens, the LLVM...
2003-08-17 Chris LattnerNew testcase
2003-08-17 Chris LattnerThis really isn't the gcc library!
2003-08-17 Chris LattnerFix bug: Jello/2003-08-15-AllocaAssertion.ll
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
2003-08-16 Chris LattnerNo need to print in the testcase
2003-08-16 Brian GaekeRename -emitmaps to -enable-maps
2003-08-15 Misha Brukman`execve_test' is not part of LLEE.
2003-08-15 Misha BrukmanA lot of changes were suggested by Chris.
2003-08-15 Chris Lattnernew testcase narrowed down from xboard
2003-08-15 Chris LattnerNew testcase identified by misha, distilled from the...
2003-08-15 Brian GaekeFix typo in comment
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-15 Misha Brukmanhash_map and hash_set:
2003-08-15 Chris LattnerRemove extraneous ;'s, no functional changes
2003-08-15 Misha Brukman* Match the column names in the report
2003-08-15 Misha BrukmanNow that the JIT memory manager allocates as many bytes...
2003-08-15 Misha BrukmanReordered includes to be consistent with the LLVM style.
2003-08-15 Chris LattnerDocument new column, remove X86 specific stuff
2003-08-15 Misha BrukmanFix register and parameter numbers in saving double...
2003-08-15 Chris LattnerAdd llvm tools to path of LLVMGCC
2003-08-15 Chris LattnerRemove extraneous #include
2003-08-15 Chris LattnerRemove uses of the NonCopyable class, to make the doxyg...
2003-08-15 Chris LattnerRevert my last (accidental) checkin, but keep the typeo fix
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-15 Chris Lattnerrename selection directory and library to SelectionDAG
2003-08-15 Chris Lattnerbuild the new runtime directory
2003-08-15 Chris LattnerAdd a bunch of new node types, etc
2003-08-15 Chris LattnerAdd support for basic blocks, unary/binary unspecs...
2003-08-15 Chris LattnerAdjust to new API, add expandCall stub
2003-08-15 Chris LattnerAdd support for unconditional branches and for emitting...
2003-08-15 Chris LattnerIgnore dummy register classes
2003-08-15 Chris LattnerAdd a bunch of new node types, including a new Void...
2003-08-15 Chris LattnerAdd support for nodes with void arguments, like chain...
2003-08-15 Chris LattnerMake sure to create the directory before we cram a...
2003-08-15 Chris LattnerAdjust level, build things in parallel
2003-08-15 Chris Lattnerinitial checkin, adjust LEVEL
2003-08-15 Chris LattnerInitial checkin of README
2003-08-15 Chris LattnerInitial checkin of runtime/GCCLibraries makefile
2003-08-15 Chris LattnerUpdate readme
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-08-15 Chris LattnerDisable this library for now
2003-08-15 Chris LattnerSome of this gets hoisted up to Makefile.common
2003-08-15 Chris LattnerImplement BYTECODE_LIBRARY support
2003-08-15 Misha Brukman* Must save FP registers when calling CompilationCallba...
2003-08-14 Chris LattnerRemove extraneous cl:: namespace qualifiers
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-14 Chris LattnerSimplifications to Makefile.common, remove support...
2003-08-14 Chris LattnerDisable this support stuff, it doesn't work under linux...
next