Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / ExecutionEngine / GenericValue.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-09-17 Dale JohannesenImplement x86 long double in jit (not really
2007-03-06 Reid SpencerMake GenericeValue into a struct with a union instead...
2007-03-03 Reid SpencerAdd APIntVal as a possible GenericeValue.
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2003-12-12 Brian GaekeUse uintptr_t for pointer values in the ExecutionEngine.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler