aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/GenericValue.h
AgeCommit message (Expand)Author
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2010-11-29Merge System into Support.Michael J. Spencer
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-14Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman
2007-09-17Implement x86 long double in jit (not reallyDale Johannesen
2007-03-06Make GenericeValue into a struct with a union instead of just a union. ThisReid Spencer
2007-03-03Add APIntVal as a possible GenericeValue.Reid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2006-12-31For PR950:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-02-25Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke
2003-12-12Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner