summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/GenericValue.h
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-14
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-17
* Make GenericeValue into a struct with a union instead of just a union. ThisReid Spencer2007-03-06
* Add APIntVal as a possible GenericeValue.Reid Spencer2007-03-03
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR950:Reid Spencer2006-12-31
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke2004-02-25
* Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke2003-12-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-24