| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for compressed bytecode | Reid Spencer | 2004-11-06 | 5 | -27/+138 |
| | | | | | llvm-svn: 17535 | ||||
| * | Adding RUN line. | Tanya Lattner | 2004-11-06 | 1 | -0/+1 |
| | | | | | llvm-svn: 17534 | ||||
| * | Adding RUN lines. | Tanya Lattner | 2004-11-06 | 30 | -0/+60 |
| | | | | | llvm-svn: 17533 | ||||
| * | Adding RUN lines. | Tanya Lattner | 2004-11-06 | 107 | -0/+214 |
| | | | | | llvm-svn: 17532 | ||||
| * | Adding RUN lines. | Tanya Lattner | 2004-11-06 | 26 | -0/+52 |
| | | | | | llvm-svn: 17529 | ||||
| * | Adding RUN lines. | Tanya Lattner | 2004-11-06 | 29 | -2/+60 |
| | | | | | llvm-svn: 17528 | ||||
| * | Adding RUN lines. | Tanya Lattner | 2004-11-06 | 46 | -0/+92 |
| | | | | | llvm-svn: 17527 | ||||
| * | Adjust to printing user+system times instead of wall times. Run the olden | Chris Lattner | 2004-11-06 | 1 | -6/+7 |
| | | | | | | | numbers in 'stable' mode so that the numbers are more stable. llvm-svn: 17525 | ||||
| * | Add missing run line | Chris Lattner | 2004-11-06 | 2 | -2/+4 |
| | | | | | llvm-svn: 17522 | ||||
| * | First crack at support to run tests using dejagnu. This file contains a ↵ | Tanya Lattner | 2004-11-06 | 1 | -0/+103 |
| | | | | | | | procedure to run a test like TestRunner.sh does. llvm-svn: 17521 | ||||
| * | Add a run line | Chris Lattner | 2004-11-06 | 1 | -0/+4 |
| | | | | | llvm-svn: 17520 | ||||
| * | Add a missing run line | Chris Lattner | 2004-11-06 | 2 | -0/+2 |
| | | | | | llvm-svn: 17519 | ||||
| * | This pass has been removed from LLVM | Chris Lattner | 2004-11-06 | 2 | -30/+0 |
| | | | | | llvm-svn: 17518 | ||||
| * | Add missing run line | Chris Lattner | 2004-11-06 | 1 | -0/+1 |
| | | | | | llvm-svn: 17517 | ||||
| * | Adding XFAIL lines for dejagnu support. | Tanya Lattner | 2004-11-06 | 36 | -24/+39 |
| | | | | | llvm-svn: 17514 | ||||
| * | Implement the GetBytecodeSymbols interface function to extract just the | Reid Spencer | 2004-11-06 | 1 | -0/+39 |
| | | | | | | | externally visible defined symbols from a bytecode file. llvm-svn: 17503 | ||||
| * | Provide an interface for getting just the external symbols from a | Reid Spencer | 2004-11-06 | 1 | -0/+10 |
| | | | | | | | Bytecode file. llvm-svn: 17502 | ||||
| * | Deprecate constructors we don't want users to use. | Reid Spencer | 2004-11-06 | 1 | -0/+23 |
| | | | | | | | Temporarily comment out two interface methods we might not implement. llvm-svn: 17501 | ||||
| * | Makefile for the LLVMArchive library. | Reid Spencer | 2004-11-06 | 1 | -0/+18 |
| | | | | | llvm-svn: 17500 | ||||
| * | First kinda/sorta working version of the Archive library. Reading is not | Reid Spencer | 2004-11-06 | 3 | -0/+466 |
| | | | | | | | yet supported but writing works. Way too early to review this. More to come llvm-svn: 17499 | ||||
| * | Stop propagating method names that violate the coding standard | Reid Spencer | 2004-11-05 | 21 | -241/+252 |
| | | | | | llvm-svn: 17498 | ||||
| * | Go ahead and trust the client not to mess with the ModuleProvider* returned | Reid Spencer | 2004-11-05 | 1 | -6/+11 |
| | | | | | | | by the findModuleContainingSymbol method. llvm-svn: 17491 | ||||
| * | * Documentation corrections (thanks to Chris for nit-picking) | Reid Spencer | 2004-11-05 | 1 | -18/+11 |
| | | | | | | | | * Remove dead typedefs. * Redefine how getAllPaths treats its argument. llvm-svn: 17489 | ||||
| * | Fix compilation problem; make the cast and the LHS be the same type. | John Criswell | 2004-11-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 17488 | ||||
| * | First version of the interface to Archive files. This introduces the | Reid Spencer | 2004-11-05 | 1 | -0/+261 |
| | | | | | | | | | | llvm::Archive class to provide for reading, writing, indexing and search functions on standard ar(1) format files that contain bytecode modules. Implementation to follow. llvm-svn: 17487 | ||||
| * | Remove dead var | Chris Lattner | 2004-11-05 | 1 | -1/+0 |
| | | | | | llvm-svn: 17485 | ||||
| * | Quiet VC++ warnings | Chris Lattner | 2004-11-05 | 3 | -4/+4 |
| | | | | | llvm-svn: 17484 | ||||
| * | Do not make i have bigger scope that we need | Chris Lattner | 2004-11-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 17483 | ||||
| * | Remove dead vars | Chris Lattner | 2004-11-05 | 2 | -2/+0 |
| | | | | | llvm-svn: 17482 | ||||
| * | Fix some warnings on VC++ | Chris Lattner | 2004-11-05 | 1 | -3/+1 |
| | | | | | llvm-svn: 17481 | ||||
| * | Remove this file as suggested by Jeff Cohen | Chris Lattner | 2004-11-05 | 1 | -0/+0 |
| | | | | | llvm-svn: 17480 | ||||
| * | Fix project file, patch contributed by Jeff Cohen | Chris Lattner | 2004-11-05 | 1 | -1/+0 |
| | | | | | llvm-svn: 17479 | ||||
| * | Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' | Misha Brukman | 2004-11-05 | 1 | -4/+2 |
| | | | | | llvm-svn: 17478 | ||||
| * | Thanks to sabre for pointing out that we were incorrectly codegen'ing | Nate Begeman | 2004-11-04 | 1 | -1/+4 |
| | | | | | | | | | | int test(int x) { return 32768 - x; } Fixed by teaching the function that checks a constant's validity to be used as an immediate argument about subtract-from instructions. llvm-svn: 17476 | ||||
| * | Fix typeo | Chris Lattner | 2004-11-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 17466 | ||||
| * | Handle "call" operands of type long/ulong passed in registers. | Brian Gaeke | 2004-11-04 | 1 | -5/+11 |
| | | | | | llvm-svn: 17464 | ||||
| * | Cleanup this example, simplifying it and making it conform to LLVM coding | Chris Lattner | 2004-11-03 | 1 | -147/+76 |
| | | | | | | | standards llvm-svn: 17459 | ||||
| * | Don't call Constant::getNullValue when the argument could be VoidTy | Chris Lattner | 2004-11-03 | 1 | -2/+3 |
| | | | | | llvm-svn: 17457 | ||||
| * | defining __STDC_LIMIT_MACROS on the command line is not really necessary | Chris Lattner | 2004-11-03 | 1 | -5/+6 |
| | | | | | | | | | | | for Visual Studio, and is a bit of a pain when you want to include the LLVM headers from your own project, so I moved the check a bit down into the Unix case to avoid the hassle... Here is a patch Patch by Morten Ofstad! llvm-svn: 17450 | ||||
| * | CONFIGURATION isn't spelled Configuration, it's spelled BuildMode. | Brian Gaeke | 2004-11-03 | 1 | -1/+1 |
| | | | | | | | | | | Due to qmtest's or llvm.py's lousy error checking, this single error causes qmtest to fork-bomb the machine, filling the process table with python processes that do nothing. Clearly, better error checking is needed. llvm-svn: 17449 | ||||
| * | Top level files for building natively on win32 | Reid Spencer | 2004-11-03 | 4 | -0/+183 |
| | | | | | llvm-svn: 17447 | ||||
| * | MS Visual Studio files for building LLVM on Win32 platforms. | Reid Spencer | 2004-11-03 | 12 | -0/+2455 |
| | | | | | llvm-svn: 17446 | ||||
| * | Fix this function to not say that longs have 8-byte alignment on X86/PPC. | Chris Lattner | 2004-11-02 | 1 | -1/+1 |
| | | | | | | | | | | This method is really a gross hack, but at least we can make it work on the targets we support right now. This bug fix stops a crash in a testcase reduced from 176.gcc llvm-svn: 17443 | ||||
| * | Added gross hacks such as creating my own def-use map, and picking on ↵ | Tanya Lattner | 2004-11-02 | 2 | -70/+73 |
| | | | | | | | Instruction that I can add all my TmpInstructions to its MCFI. llvm-svn: 17441 | ||||
| * | Fix typo, contributed by Henrik Bach! | Chris Lattner | 2004-11-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 17434 | ||||
| * | * New Recursive Target: clean-all. This target will recursively descend the | Reid Spencer | 2004-11-02 | 1 | -19/+21 |
| | | | | | | | | | | $(ObjDir) and clean out all build modes (Debug, Release, Profile) in addition to the normal "clean" rules. * Fix "clean" problems with Lex/Yacc so all files are remove properly. * Ensure errors from "rm" don't thwart the uninstall and clean targets. llvm-svn: 17433 | ||||
| * | * New Recursive Target: clean-all | Reid Spencer | 2004-11-02 | 1 | -11/+19 |
| | | | | | llvm-svn: 17432 | ||||
| * | Fix a warning | Chris Lattner | 2004-11-02 | 1 | -1/+2 |
| | | | | | llvm-svn: 17431 | ||||
| * | * Rearrange code slightly | Chris Lattner | 2004-11-02 | 1 | -11/+20 |
| | | | | | | | | * Disable broken transforms for simplifying (setcc (cast X to larger), CI) where CC is not != or == llvm-svn: 17422 | ||||
| * | List the individual tools for easier reference. | Reid Spencer | 2004-11-01 | 1 | -3/+23 |
| | | | | | | | | | Make the bugpoint link reference the man page in the CommandGuide until the Bugpoint.html file can describe bugpoint in a little more of a tutorial style instead of just being a man page. llvm-svn: 17416 | ||||

