[Orc] Include <system_error> in OrcTargetClient.
[oota-llvm.git] / include / llvm / ExecutionEngine / GenericValue.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2010-11-29 Michael J. SpencerMerge System into Support.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
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