| Age | Commit message (Expand) | Author |
| 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 |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-12-01 | Introducing external weak linkage. Darwin codegen should be added later. | Anton Korobeynikov |
| 2006-11-27 | Removed #include <iostream> and replaced streams with llvm streams. | Bill Wendling |
| 2006-11-27 | For PR950: | Reid Spencer |
| 2006-11-09 | init ivar | Chris Lattner |
| 2006-10-20 | For PR950: | Reid Spencer |
| 2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
| 2006-08-16 | initial changes to support JIT'ing from multiple module providers, implicitly | Chris Lattner |
| 2006-05-14 | LoadLibraryPermanently can theoretically throw an exception. Do not propagate | Chris Lattner |
| 2006-05-08 | Move some methods out of line so that MutexGuard.h isn't needed in a public h... | Chris Lattner |
| 2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-04-22 | Fix JIT support for static ctors, which was apparently completely broken! | Chris Lattner |
| 2006-03-23 | prune #includes | Chris Lattner |
| 2006-03-23 | remove the intrinsiclowering hook | Chris Lattner |
| 2006-03-22 | Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. | Chris Lattner |
| 2006-03-08 | Add a helper method for running static ctors/dtors in the module. | Chris Lattner |