| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 17286 | ||||
| * | Changes to support rand48 tests | Reid Spencer | 2004-10-27 | 1 | -0/+15 |
| | | | | | llvm-svn: 17284 | ||||
| * | Fix the interpreter crash that Michael McCracken found | Chris Lattner | 2004-10-26 | 1 | -0/+1 |
| | | | | | llvm-svn: 17239 | ||||
| * | Use cleaner quoting and eliminate blank space | Misha Brukman | 2004-10-22 | 1 | -3/+3 |
| | | | | | llvm-svn: 17174 | ||||
| * | We won't use automake | Reid Spencer | 2004-10-22 | 6 | -2170/+0 |
| | | | | | llvm-svn: 17155 | ||||
| * | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 3 | -0/+2097 |
| | | | | | llvm-svn: 17136 | ||||
| * | Add support for unreachable | Chris Lattner | 2004-10-16 | 2 | -0/+6 |
| | | | | | llvm-svn: 17056 | ||||
| * | Add support for undef | Chris Lattner | 2004-10-16 | 1 | -1/+3 |
| | | | | | llvm-svn: 17055 | ||||
| * | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 3 | -12/+14 |
| | | | | | llvm-svn: 16950 | ||||
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 3 | -0/+71 |
| | | | | | llvm-svn: 16885 | ||||
| * | Convert code to compile with vc7.1. | Reid Spencer | 2004-09-15 | 1 | -2/+3 |
| | | | | | | | Patch contributed by Paolo Invernizzi. Thanks Paolo! llvm-svn: 16368 | ||||
| * | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 1 | -2/+2 |
| | | | | | llvm-svn: 16318 | ||||
| * | Convert the Emitter to use the lib/System "Memory" interface instead of the | Reid Spencer | 2004-09-11 | 1 | -2/+5 |
| | | | | | | | old SystemUtils.h interface to allocate RWX blocks of memory. llvm-svn: 16286 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 7 | -12/+12 |
| | | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
| * | Add a special case for argc,argv | Chris Lattner | 2004-08-16 | 1 | -2/+13 |
| | | | | | llvm-svn: 15802 | ||||
| * | Don't pass too many arguments into runFunction | Chris Lattner | 2004-08-16 | 1 | -8/+15 |
| | | | | | llvm-svn: 15801 | ||||
| * | Finally, add support for calling arbitrary non-varargs functions. | Chris Lattner | 2004-08-16 | 1 | -9/+58 |
| | | | | | llvm-svn: 15799 | ||||
| * | Handle all nullary functions, of any valid return type. | Chris Lattner | 2004-08-15 | 1 | -7/+46 |
| | | | | | llvm-svn: 15798 | ||||
| * | Fine, go all of the way and check that the argument types are correct as well. | Chris Lattner | 2004-08-15 | 1 | -13/+27 |
| | | | | | llvm-svn: 15797 | ||||
| * | These only really work if returning int or void | Chris Lattner | 2004-08-15 | 1 | -17/+21 |
| | | | | | llvm-svn: 15796 | ||||
| * | Handle zero arg function case | Chris Lattner | 2004-08-15 | 1 | -1/+5 |
| | | | | | llvm-svn: 15794 | ||||
| * | Simplify code a bit, print error message always instead of asserting. | Chris Lattner | 2004-08-15 | 1 | -16/+19 |
| | | | | | llvm-svn: 15793 | ||||
| * | Stop using getValues(). | Alkis Evlogimenos | 2004-08-04 | 1 | -7/+4 |
| | | | | | llvm-svn: 15487 | ||||
| * | bug 122: | Reid Spencer | 2004-07-18 | 1 | -11/+6 |
| | | | | | | | | - Replace ConstantPointerRef usage with GlobalValue usage - Correct isa<Constant> for GlobalValue subclass llvm-svn: 14951 | ||||
| * | Fixes for PR341 | Chris Lattner | 2004-07-15 | 1 | -2/+2 |
| | | | | | llvm-svn: 14848 | ||||
| * | Fixes for PR341 | Chris Lattner | 2004-07-15 | 2 | -6/+6 |
| | | | | | llvm-svn: 14847 | ||||
| * | The cleanup is done. Update comment. | Chris Lattner | 2004-07-11 | 1 | -5/+2 |
| | | | | | llvm-svn: 14761 | ||||
| * | Make add constantexprs work with all types, fixing the regressions from last ↵ | Chris Lattner | 2004-07-11 | 1 | -4/+28 |
| | | | | | | | night llvm-svn: 14760 | ||||
| * | Goodbye macro hell, hello nice clean simple extensible code. This change | Chris Lattner | 2004-07-11 | 1 | -55/+13 |
| | | | | | | | | | also gives the JIT the ability to dynamically load targets. e.g. lli -load libparisc.so -march=parisc foo.bc llvm-svn: 14750 | ||||
| * | Make error message consistent with the rest of LLVM by saying that bytecode | Reid Spencer | 2004-07-07 | 1 | -2/+2 |
| | | | | | | | is read, not parsed. llvm-svn: 14677 | ||||
| * | Fix for bug 391. | Reid Spencer | 2004-07-07 | 2 | -0/+5 |
| | | | | | | | Improve exeception handling around bcreader invocations. llvm-svn: 14674 | ||||
| * | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 2 | -0/+3 |
| | | | | | llvm-svn: 14622 | ||||
| * | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 2 | -2/+2 |
| | | | | | llvm-svn: 14266 | ||||
| * | Move the IntrinsicLowering header into the CodeGen directory | Chris Lattner | 2004-06-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 14265 | ||||
| * | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 3 | -29/+29 |
| | | | | | llvm-svn: 14201 | ||||
| * | Add int ferror(FILE *) | Brian Gaeke | 2004-06-16 | 1 | -0/+8 |
| | | | | | llvm-svn: 14194 | ||||
| * | Implement PR315: abort, don't warn, when missing external functions encountered | Chris Lattner | 2004-06-01 | 1 | -9/+17 |
| | | | | | | | This fixes some critical problems building libstdc++ on cygwin. llvm-svn: 13934 | ||||
| * | Use the SystemUtils.h file to do our dirty work. | Chris Lattner | 2004-05-28 | 1 | -52/+2 |
| | | | | | llvm-svn: 13868 | ||||
| * | Remove long unused #includes | Chris Lattner | 2004-05-27 | 1 | -1/+0 |
| | | | | | llvm-svn: 13857 | ||||
| * | These #includes are long dead | Chris Lattner | 2004-05-27 | 1 | -2/+0 |
| | | | | | llvm-svn: 13856 | ||||
| * | This code is a real mess, but at least get the JIT *building* on platforms | Chris Lattner | 2004-05-27 | 1 | -0/+8 |
| | | | | | | | | (such as plan 9) without mmap. Of course it won't RUN... but that's another step. :) llvm-svn: 13839 | ||||
| * | Get rid of a wart: useless getFILE function is now a cast macro. | Reid Spencer | 2004-05-25 | 1 | -42/+2 |
| | | | | | llvm-svn: 13747 | ||||
| * | Generalize the strlen size_t hack, for the benefit of the other external | Brian Gaeke | 2004-05-01 | 1 | -17/+33 |
| | | | | | | | functions with wrappers that either take or return size_ts. llvm-svn: 13296 | ||||
| * | Go back to the interpreter main loop after performing intrinsic lowering, | Brian Gaeke | 2004-04-23 | 1 | -0/+1 |
| | | | | | | | | | because 1) the first instruction might not be a call site, and 2) CS and SF.Caller were not getting set to point to the new call site anyway (resulting in a crash on e.g. call %llvm.memset). llvm-svn: 13122 | ||||
| * | Implement emitWordAt() for the JIT emitter. | Brian Gaeke | 2004-04-23 | 1 | -0/+5 |
| | | | | | llvm-svn: 13118 | ||||
| * | Add support for the select instruction | Chris Lattner | 2004-04-20 | 2 | -2/+24 |
| | | | | | llvm-svn: 13076 | ||||
| * | Add a TargetData to the PassManager regardless of the TargetMachine. | Brian Gaeke | 2004-04-14 | 1 | -0/+3 |
| | | | | | | | This should unbreak the Sparc JIT again. llvm-svn: 12949 | ||||
| * | Adjust to new interface | Chris Lattner | 2004-04-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 12646 | ||||
| * | Adjust to new gep_type_iterator prototypes. | Chris Lattner | 2004-04-04 | 1 | -1/+3 |
| | | | | | llvm-svn: 12644 | ||||
| * | Fix PR296: [execution engines] Unhandled cast constant expression | Chris Lattner | 2004-03-16 | 1 | -6/+17 |
| | | | | | llvm-svn: 12435 | ||||

