Age | Commit message (Expand) | Author |
2004-11-19 | This is a horrible hack to work around libstdc++ bugs :( | Chris Lattner |
2004-11-15 | Now that we have ghost linkage, we can force resolution of external symbols | Chris Lattner |
2004-11-15 | There is no reason to try to materialize the function from bytecode if it | Chris Lattner |
2004-11-07 | Implement ExecutionEngine::freeMachineCodeForFunction() | Misha Brukman |
2004-10-29 | When emitting debug msgs for function stubs, don't truncate the | Brian Gaeke |
2004-10-28 | Fix library name. | Reid Spencer |
2004-10-27 | Change Library Names Not To Conflict With Others When Installed | Reid Spencer |
2004-10-27 | Changes to support rand48 tests | Reid Spencer |
2004-10-26 | Fix the interpreter crash that Michael McCracken found | Chris Lattner |
2004-10-22 | Use cleaner quoting and eliminate blank space | Misha Brukman |
2004-10-22 | We won't use automake | Reid Spencer |
2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
2004-10-16 | Add support for unreachable | Chris Lattner |
2004-10-16 | Add support for undef | Chris Lattner |
2004-10-13 | Update to reflect changes in Makefile rules. | Reid Spencer |
2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
2004-09-15 | Convert code to compile with vc7.1. | Reid Spencer |
2004-09-13 | Simplify the sys::Memory interface per Chris' request. | Reid Spencer |
2004-09-11 | Convert the Emitter to use the lib/System "Memory" interface instead of the | Reid Spencer |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-16 | Add a special case for argc,argv | Chris Lattner |
2004-08-16 | Don't pass too many arguments into runFunction | Chris Lattner |
2004-08-16 | Finally, add support for calling arbitrary non-varargs functions. | Chris Lattner |
2004-08-15 | Handle all nullary functions, of any valid return type. | Chris Lattner |
2004-08-15 | Fine, go all of the way and check that the argument types are correct as well. | Chris Lattner |
2004-08-15 | These only really work if returning int or void | Chris Lattner |
2004-08-15 | Handle zero arg function case | Chris Lattner |
2004-08-15 | Simplify code a bit, print error message always instead of asserting. | Chris Lattner |
2004-08-04 | Stop using getValues(). | Alkis Evlogimenos |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-15 | Fixes for PR341 | Chris Lattner |
2004-07-15 | Fixes for PR341 | Chris Lattner |
2004-07-11 | The cleanup is done. Update comment. | Chris Lattner |
2004-07-11 | Make add constantexprs work with all types, fixing the regressions from last ... | Chris Lattner |
2004-07-11 | Goodbye macro hell, hello nice clean simple extensible code. This change | Chris Lattner |
2004-07-07 | Make error message consistent with the rest of LLVM by saying that bytecode | Reid Spencer |
2004-07-07 | Fix for bug 391. | Reid Spencer |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory | Chris Lattner |
2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
2004-06-16 | Add int ferror(FILE *) | Brian Gaeke |
2004-06-01 | Implement PR315: abort, don't warn, when missing external functions encountered | Chris Lattner |
2004-05-28 | Use the SystemUtils.h file to do our dirty work. | Chris Lattner |
2004-05-27 | Remove long unused #includes | Chris Lattner |
2004-05-27 | These #includes are long dead | Chris Lattner |
2004-05-27 | This code is a real mess, but at least get the JIT *building* on platforms | Chris Lattner |
2004-05-25 | Get rid of a wart: useless getFILE function is now a cast macro. | Reid Spencer |
2004-05-01 | Generalize the strlen size_t hack, for the benefit of the other external | Brian Gaeke |
2004-04-23 | Go back to the interpreter main loop after performing intrinsic lowering, | Brian Gaeke |