|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| * | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner | 2007-12-06 | 1 | -2/+19 | 
| * | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner | 2007-12-06 | 1 | -1/+1 | 
| * | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -1/+1 | 
| * | Implement x86 long double in jit (not really | Dale Johannesen | 2007-09-17 | 1 | -1/+10 | 
| * | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -2/+4 | 
| * | move assertion into mutex guard, a partial fix for PR1606. | Chris Lattner | 2007-08-13 | 1 | -1/+1 | 
| * | eliminate redundant conditions from the signless types conversion. | Chris Lattner | 2007-08-08 | 1 | -7/+4 | 
| * | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -1/+1 | 
| * | Add detection of __dso_handle presence during configure. Use this information... | Anton Korobeynikov | 2007-07-30 | 1 | -15/+20 | 
| * | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -3/+3 | 
| * | rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state | Chris Lattner | 2007-04-20 | 1 | -7/+7 | 
| * | Simplify code as a result of the change in GenericValue to have a single | Reid Spencer | 2007-03-06 | 1 | -28/+15 | 
| * | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -1/+1 | 
| * | eliminate vector-related allocations | Chris Lattner | 2007-02-13 | 1 | -2/+2 | 
| * | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -2/+2 | 
| * | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner | 2007-01-20 | 1 | -1/+1 | 
| * | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -17/+31 | 
| * | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -1/+1 | 
| * | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -3/+3 | 
| * | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -1/+1 | 
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -32/+24 | 
| * | Fix PR1057 (compilation on macos 10.3), patch by Scott Michel! | Chris Lattner | 2006-12-17 | 1 | -8/+8 | 
| * | Change inferred cast creation calls to more specific cast creations. | Reid Spencer | 2006-12-12 | 1 | -1/+1 | 
| * | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -6/+5 | 
| * | For PR950: | Reid Spencer | 2006-10-20 | 1 | -12/+12 | 
| * | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -5/+5 | 
| * | eliminate use of TM.getName() | Chris Lattner | 2006-09-03 | 1 | -2/+1 | 
| * | Remove extra spaces. | Evan Cheng | 2006-09-01 | 1 | -2/+2 | 
| * | Last check-in was a mistake... | Evan Cheng | 2006-09-01 | 1 | -4/+6 | 
| * | *** empty log message *** | Evan Cheng | 2006-09-01 | 1 | -2/+2 | 
| * | Better comments. | Evan Cheng | 2006-09-01 | 1 | -1/+4 | 
| * | Yikes. This requires checking apple gcc version. | Evan Cheng | 2006-09-01 | 1 | -2/+4 | 
| * | initial changes to support JIT'ing from multiple module providers, implicitly | Chris Lattner | 2006-08-16 | 1 | -1/+12 | 
| * | Fix the build on my old and busted version of OS X | Nate Begeman | 2006-07-22 | 1 | -1/+6 | 
| * | Forgot to #ifdef __APPLE__ | Evan Cheng | 2006-07-22 | 1 | -0/+2 | 
| * | Resolve __dso_handle. | Evan Cheng | 2006-07-21 | 1 | -0/+8 | 
| * | Remove non-portable optimization that isn't worth it | Chris Lattner | 2006-07-12 | 1 | -5/+1 | 
| * | Adapt to new interface function materialization interface | Chris Lattner | 2006-07-07 | 1 | -9/+5 | 
| * | Fix -pedantic warnings. | Chris Lattner | 2006-06-01 | 1 | -11/+11 | 
| * | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -0/+1 | 
| * | Move some methods out of line so that MutexGuard.h isn't needed in a public h... | Chris Lattner | 2006-05-08 | 1 | -5/+1 | 
| * | Adjust to use proper TargetData copy ctor | Chris Lattner | 2006-05-04 | 1 | -1/+1 | 
| * | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -2/+2 | 
| * | Do not make the JIT memory manager manage the memory for globals.  Instead | Chris Lattner | 2006-05-02 | 1 | -4/+16 | 
| * | Get JIT/Interpreter working on Windows again. | Jeff Cohen | 2006-03-24 | 1 | -0/+5 | 
| * | Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. | Chris Lattner | 2006-03-22 | 1 | -1/+4 | 
| * | wrap long line | Chris Lattner | 2006-01-07 | 1 | -1/+2 | 
| * | Like constants, globals on some platforms are GOT relative.  This means they ... | Andrew Lenharth | 2005-07-28 | 1 | -1/+2 | 
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |