| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner | 2007-10-22 | 1 | -2/+2 |
* | LoadLibraryPermanently doesn't throw. | Chris Lattner | 2007-10-21 | 1 | -3/+3 |
* | Add a convenience method for creating EE's. | Chris Lattner | 2007-10-21 | 1 | -0/+4 |
* | Add removeModuleProvider() | Devang Patel | 2007-10-15 | 1 | -0/+15 |
* | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 1 | -2/+2 |
* | Constant fold int-to-long-double conversions; | Dale Johannesen | 2007-09-30 | 1 | -2/+2 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -3/+5 |
* | Implement x86 long double in jit (not really | Dale Johannesen | 2007-09-17 | 1 | -3/+83 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -2/+2 |
* | Fix a comment typo noticed by Sandro Magi. | Reid Spencer | 2007-08-11 | 1 | -1/+1 |
* | Add comments to fallsthrough cases. Also, this fixes PR1492 | Anton Korobeynikov | 2007-06-03 | 1 | -0/+3 |
* | Check arguments & return types of main(). Abort in case of no match. | Anton Korobeynikov | 2007-06-03 | 1 | -0/+32 |
* | Compute the correct word number. | Zhou Sheng | 2007-05-24 | 1 | -1/+1 |
* | Unbreak C++ build. | Jeff Cohen | 2007-03-12 | 1 | -0/+1 |
* | Fix all of last night's JIT failures in Prolangs-C++ by finishing the | Reid Spencer | 2007-03-06 | 1 | -42/+151 |
* | 1. Make StoreValueToMemory a little more efficient by not requiring caller | Reid Spencer | 2007-03-06 | 1 | -2/+2 |
* | Simplify things significantly because GenericValue now has a single integer | Reid Spencer | 2007-03-06 | 1 | -281/+72 |
* | Deal with error handling better. | Reid Spencer | 2007-03-03 | 1 | -3/+5 |
* | Avoid memory leakage by having caller construct the APInt for the | Reid Spencer | 2007-03-03 | 1 | -5/+4 |
* | Implement loading and storing of APInt values from memory. | Reid Spencer | 2007-03-03 | 1 | -8/+16 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | From Dan Gohman: | Chris Lattner | 2007-02-14 | 1 | -2/+2 |
* | eliminate use of TargetData::getIndexedOffset that takes a vector | Chris Lattner | 2007-02-10 | 1 | -2/+3 |
* | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 1 | -1/+1 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+1 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -4/+4 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -6/+2 |
* | Fix a regression in the last patch. When constructing a BitMask, be careful | Reid Spencer | 2007-01-18 | 1 | -0/+4 |
* | Make sure we truncate stored values to their bit width. | Reid Spencer | 2007-01-18 | 1 | -30/+40 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -98/+205 |
* | 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 | -6/+6 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -97/+69 |
* | remove static ctors from Statistic objects | Chris Lattner | 2006-12-19 | 1 | -4/+2 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -9/+9 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -2/+2 |
* | Introducing external weak linkage. Darwin codegen should be added later. | Anton Korobeynikov | 2006-12-01 | 1 | -1/+1 |
* | Removed #include <iostream> and replaced streams with llvm streams. | Bill Wendling | 2006-11-27 | 1 | -12/+11 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -20/+36 |
* | init ivar | Chris Lattner | 2006-11-09 | 1 | -0/+2 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -13/+13 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -1/+3 |
* | initial changes to support JIT'ing from multiple module providers, implicitly | Chris Lattner | 2006-08-16 | 1 | -56/+150 |
* | LoadLibraryPermanently can theoretically throw an exception. Do not propagate | Chris Lattner | 2006-05-14 | 1 | -1/+4 |
* | Move some methods out of line so that MutexGuard.h isn't needed in a public h... | Chris Lattner | 2006-05-08 | 1 | -3/+73 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -15/+15 |
* | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -1/+4 |
* | Fix JIT support for static ctors, which was apparently completely broken! | Chris Lattner | 2006-04-22 | 1 | -1/+5 |
* | prune #includes | Chris Lattner | 2006-03-23 | 1 | -1/+0 |