Age | Commit message (Expand) | Author |
2008-03-10 | Fix formatting. | Duncan Sands |
2008-03-08 | Load the symbols first so that the interpreter constructor can find them when | Nick Lewycky |
2008-02-29 | Simplify code using convertFromZeroExtendedInteger with an APInt | Dan Gohman |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2008-02-15 | Support vector constant zeros, thanks to Zack Rusin for the testcase. | Chris Lattner |
2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
2007-12-15 | These are more correctly called signaling NaNs. | Duncan Sands |
2007-12-14 | Teach the interpreter to read and write memory in the | Duncan Sands |
2007-12-12 | Remove host endianness info from TargetData and | Duncan Sands |
2007-12-10 | Fix PR1836: in the interpreter, read and write apints | Duncan Sands |
2007-12-06 | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner |
2007-11-28 | My compiler complains that "x always evaluates to true" | Duncan Sands |
2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
2007-10-22 | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner |
2007-10-21 | LoadLibraryPermanently doesn't throw. | Chris Lattner |
2007-10-21 | Add a convenience method for creating EE's. | Chris Lattner |
2007-10-15 | Add removeModuleProvider() | Devang Patel |
2007-10-07 | convertFromInteger, as originally written, expected sign-extended | Neil Booth |
2007-09-30 | Constant fold int-to-long-double conversions; | Dale Johannesen |
2007-09-21 | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen |
2007-09-17 | Implement x86 long double in jit (not really | Dale Johannesen |
2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
2007-08-11 | Fix a comment typo noticed by Sandro Magi. | Reid Spencer |
2007-06-03 | Add comments to fallsthrough cases. Also, this fixes PR1492 | Anton Korobeynikov |
2007-06-03 | Check arguments & return types of main(). Abort in case of no match. | Anton Korobeynikov |
2007-05-24 | Compute the correct word number. | Zhou Sheng |
2007-03-12 | Unbreak C++ build. | Jeff Cohen |
2007-03-06 | Fix all of last night's JIT failures in Prolangs-C++ by finishing the | Reid Spencer |
2007-03-06 | 1. Make StoreValueToMemory a little more efficient by not requiring caller | Reid Spencer |
2007-03-06 | Simplify things significantly because GenericValue now has a single integer | Reid Spencer |
2007-03-03 | Deal with error handling better. | Reid Spencer |
2007-03-03 | Avoid memory leakage by having caller construct the APInt for the | Reid Spencer |
2007-03-03 | Implement loading and storing of APInt values from memory. | Reid Spencer |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-14 | From Dan Gohman: | Chris Lattner |
2007-02-10 | eliminate use of TargetData::getIndexedOffset that takes a vector | Chris Lattner |
2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
2007-02-05 | For PR411: | Reid Spencer |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-19 | For PR1043: | Reid Spencer |
2007-01-18 | Fix a regression in the last patch. When constructing a BitMask, be careful | Reid Spencer |
2007-01-18 | Make sure we truncate stored values to their bit width. | Reid Spencer |
2007-01-12 | For PR1064: | Reid Spencer |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-19 | remove static ctors from Statistic objects | Chris Lattner |