oota-llvm.git
2004-11-07 Reid SpencerAdd TARGET_TRIPLE
2004-11-07 Reid SpencerFirst version of this document listing the required...
2004-11-07 Reid Spencer* Comments & cleanup per CL code review.
2004-11-07 Reid SpencerAdd comments per CL code review.
2004-11-07 Reid SpencerMake compression the default on writing.
2004-11-07 Reid Spencer* Add comments and cleanup per CL code review
2004-11-07 Tanya LattnerMinor error.
2004-11-07 Tanya LattnerAdded support to specify which test suite dejagnu shoul...
2004-11-07 Chris LattnerRevert back to r1.1, I'm just thoroughly confused :)
2004-11-07 Chris LattnerAdd new (old) testcase
2004-11-07 Tanya LattnerAdded RUN lines and dejagnu support for Feature dir.
2004-11-07 Reid SpencerRename the option for defeating compression to be a...
2004-11-07 Reid SpencerEnable compression by default.
2004-11-07 Reid Spencer* Enable bytecode compression by default
2004-11-07 Reid SpencerTurn on compression by default.
2004-11-07 Reid Spencer* Provide option for specifying bytecode compression
2004-11-07 Chris LattnerAdd missing file header
2004-11-07 Tanya LattnerRemoving old Modulosched tests since that version of...
2004-11-07 Tanya LattnerWith the changes to these files, the Regression test...
2004-11-07 Tanya LattnerAdded RUN line.
2004-11-07 Tanya LattnerAdded rough support for dejagnu testing. Changes need...
2004-11-07 Tanya LattnerChanged to XFAIL
2004-11-07 Chris LattnerAdd a section for PPC, though it's empty for now
2004-11-07 Chris LattnerUpdate this to expect AT&T syntax
2004-11-07 Misha Brukman* Add note about benchmarking programs and submitting...
2004-11-07 Misha BrukmanReplace llvm.org => llvm.cs.uiuc.edu
2004-11-07 Misha BrukmanReplace uses of llvm.org with llvm.cs.uiuc.edu
2004-11-07 Misha BrukmanConsistently use llvm.cs.uiuc.edu instead of llvm.org
2004-11-07 Chris LattnerDecompose* is V9 specific, make it internal
2004-11-07 Chris LattnerThis is V9 specific stuff
2004-11-07 Chris LattnerThis is V9 specific, move it there.
2004-11-07 Chris LattnerMove this file from lib/Transforms/Scalar
2004-11-07 Chris LattnerTests for this xforms should be .ll files, and they...
2004-11-07 Chris LattnerRemove dead tests
2004-11-07 Chris LattnerThis is not part of the test
2004-11-07 Chris LattnerFix a test.
2004-11-07 Chris LattnerNuke useless testcases
2004-11-07 Chris LattnerThese files are all moved to test/Regression/CodeGen...
2004-11-06 Chris LattnerThis test is obsolete and incorrect
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-11-06 Tanya LattnerAdding RUN line.
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Chris LattnerAdjust to printing user+system times instead of wall...
2004-11-06 Chris LattnerAdd missing run line
2004-11-06 Tanya LattnerFirst crack at support to run tests using dejagnu....
2004-11-06 Chris LattnerAdd a run line
2004-11-06 Chris LattnerAdd a missing run line
2004-11-06 Chris LattnerThis pass has been removed from LLVM
2004-11-06 Chris LattnerAdd missing run line
2004-11-06 Tanya LattnerAdding XFAIL lines for dejagnu support.
2004-11-06 Chris LattnerFrom Jeff Cohen:
2004-11-06 Reid SpencerImplement the GetBytecodeSymbols interface function...
2004-11-06 Reid SpencerProvide an interface for getting just the external...
2004-11-06 Reid SpencerDeprecate constructors we don't want users to use.
2004-11-06 Reid SpencerMakefile for the LLVMArchive library.
2004-11-06 Reid SpencerFirst kinda/sorta working version of the Archive librar...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-11-05 Reid SpencerGo ahead and trust the client not to mess with the...
2004-11-05 Reid Spencer* Documentation corrections (thanks to Chris for nit...
2004-11-05 John CriswellFix compilation problem; make the cast and the LHS...
2004-11-05 Reid SpencerFirst version of the interface to Archive files. This...
2004-11-05 Chris LattnerRemove dead var
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-11-05 Chris LattnerDo not make i have bigger scope that we need
2004-11-05 Chris LattnerRemove dead vars
2004-11-05 Chris LattnerFix some warnings on VC++
2004-11-05 Chris LattnerRemove this file as suggested by Jeff Cohen
2004-11-05 Chris LattnerFix project file, patch contributed by Jeff Cohen
2004-11-05 Misha BrukmanClean up code layout, delete extra blank line, say...
2004-11-04 Nate BegemanThanks to sabre for pointing out that we were incorrect...
2004-11-04 Chris LattnerFix typeo
2004-11-04 Brian GaekeHandle "call" operands of type long/ulong passed in...
2004-11-03 Chris LattnerCleanup this example, simplifying it and making it...
2004-11-03 Chris LattnerDon't call Constant::getNullValue when the argument...
2004-11-03 Chris Lattnerdefining __STDC_LIMIT_MACROS on the command line is...
2004-11-03 Brian GaekeCONFIGURATION isn't spelled Configuration, it's spelled...
2004-11-03 Reid SpencerTop level files for building natively on win32
2004-11-03 Reid SpencerMS Visual Studio files for building LLVM on Win32 platf...
2004-11-02 Chris LattnerFix this function to not say that longs have 8-byte...
2004-11-02 Tanya LattnerAdded gross hacks such as creating my own def-use map...
2004-11-02 Chris LattnerGraphs that are part of equivalence sets can be multi...
2004-11-02 Chris LattnerCorrectly handle new SCC's found as a result of merging...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerFix typo, contributed by Henrik Bach!
2004-11-02 Reid Spencer* New Recursive Target: clean-all. This target will...
2004-11-02 Reid Spencer* New Recursive Target: clean-all
2004-11-02 Chris LattnerFix a warning
2004-11-02 Chris LattnerMinor cleanups
2004-11-02 Chris Lattner* Rearrange code slightly
2004-11-01 Reid SpencerList the individual tools for easier reference.
2004-11-01 Reid SpencerAdd compliant header.
2004-11-01 Reid SpencerAdd missing tag.
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerDelete a dead method
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
next