aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/GenericValue.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-4/+9
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-1/+5
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-141-1/+1
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-171-1/+1
* Make GenericeValue into a struct with a union instead of just a union. ThisReid Spencer2007-03-061-23/+16
* Add APIntVal as a possible GenericeValue.Reid Spencer2007-03-031-0/+3
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-8/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke2004-02-251-0/+1
* Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke2003-12-121-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+40