aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,Brian Gaeke2003-10-291-3/+4
* Destroy MachineFunction for any Function that we are about toBrian Gaeke2003-10-241-0/+2
* Added LLVM copyright header.John Criswell2003-10-212-0/+14
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-204-0/+28
* Hrm, a relic from the past. How cute :)Chris Lattner2003-10-201-1/+1
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-172-0/+20
* Refactor running the JIT passes on a single function into the new method,Brian Gaeke2003-10-171-7/+35
* Fix a typo in a comment, and zap a blank line.Brian Gaeke2003-10-161-2/+1
* JIT.cpp:Misha Brukman2003-10-162-5/+7
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-144-9/+17
* Make mmap's fd for anonymous memory acquisition default to -1, except onBrian Gaeke2003-10-111-2/+7
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-101-1/+0
* Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke2003-10-101-10/+5
* Actually _PASS IN_ NO_RESERVE if we have it.Chris Lattner2003-10-061-1/+1
* * Move include files from middle of file to the top where they belong, movingMisha Brukman2003-09-101-7/+5
* Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.hMisha Brukman2003-09-101-0/+2
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-053-3/+3
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-054-44/+34
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-033-4/+13
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-241-3/+3
* Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner2003-08-211-26/+17
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-213-5/+31
* Implement a _REAL_ memory manager for the code generated by the JIT. ThisChris Lattner2003-08-141-42/+100
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-132-4/+4
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-131-5/+3
* Specify DEBUG_TYPE's for the JIT debug messagesChris Lattner2003-08-051-0/+1
* DEBUG got moved to Debug.hChris Lattner2003-08-011-0/+1
* * Stop hard-coding a value for beginning of emitted code on Sparc since we canMisha Brukman2003-07-291-10/+6
* Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.Misha Brukman2003-07-281-0/+1
* Add ability for external C code to get pointers to functions given their name.Misha Brukman2003-07-281-3/+15
* Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman2003-07-281-5/+5
* Fix reference to architecture.Misha Brukman2003-07-281-1/+1
* Fix spaceChris Lattner2003-07-231-1/+1
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-022-12/+48
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-302-2/+3
* Get rid of the duplicate '0x' in debug mode.Brian Gaeke2003-06-301-1/+1
* Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.Brian Gaeke2003-06-171-0/+3
* Apparently "sparc" is a macro on sparcs. Ugh. :)Chris Lattner2003-06-171-4/+4
* Use more structured command line option processingChris Lattner2003-06-171-22/+28
* #ifdef out code that only applies when the HOSTARCH = sparcChris Lattner2003-06-171-1/+4
* Add #include for older GCC'sChris Lattner2003-06-081-0/+1
* ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::Misha Brukman2003-06-061-1/+14
* Output function address as hex.Misha Brukman2003-06-061-3/+2
* Removed debug print statement.Misha Brukman2003-06-061-1/+0
* * Institute a hack for the Sparc call to mmap() to get our generated code to beMisha Brukman2003-06-041-10/+16
* Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in theMisha Brukman2003-06-041-0/+4
* * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cppMisha Brukman2003-06-025-262/+24
* The flag modifications weren't picking up the old values of theBrian Gaeke2003-06-021-5/+10
* Remove obsolete codeChris Lattner2003-06-021-51/+0