summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-2/+2
* Remove invalid,unneccesary ## tokenChris Lattner2001-11-261-1/+1
* * Implement array indexing in lliChris Lattner2001-11-261-0/+25
* Implement some more rand functions for em3d benchmarkChris Lattner2001-11-131-0/+19
* * Switch to operation on pointers with PointerTy more consistentlyChris Lattner2001-11-071-31/+36
* Add %p format to printf, which MUST be used when printing pointer values.Chris Lattner2001-11-071-0/+2
* Implement log and drand48 for TSP bmChris Lattner2001-11-061-0/+17
* Implement sqrt, implement printf better, simpler.Chris Lattner2001-11-061-16/+31
* Be lenient on types so that programs that are not very typesafe will workChris Lattner2001-11-031-14/+14
* Implement a gross function name map that must be used when linking staticallyChris Lattner2001-10-301-18/+42
* * Fix pow wrapper to actually workChris Lattner2001-10-291-1/+56
* Fix some illegal uses of the ## operatorChris Lattner2001-10-281-4/+3
* Add methods print<TYPE> for String, Pointer, and each primitive type.Vikram S. Adve2001-10-281-0/+31
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-271-0/+22
* * Implement exit() builtin functionChris Lattner2001-10-271-2/+34
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-2/+8
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-1/+29
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-2/+2
* Use the correct style castsChris Lattner2001-09-101-2/+2
* Add support for external methodsChris Lattner2001-09-101-0/+107
OpenPOWER on IntegriCloud