2014-04-24 |
Craig Topper | [C++] Use 'nullptr'. |
blob | commitdiff | raw |
2013-09-11 |
Benjamin Kramer | Don't expose symbols of lle_ functions. |
blob | commitdiff | raw | diff to current |
2013-09-02 |
Elena Demikhovsky | llvm interpreter: select, shuffle and insertelement... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-11-01 |
Chandler Carruth | Revert the majority of the next patch in the address... |
blob | commitdiff | raw | diff to current |
2012-10-15 |
Micah Villmow | Resubmit the changes to llvm core to update the functio... |
blob | commitdiff | raw | diff to current |
2012-10-11 |
Micah Villmow | Revert 165732 for further review. |
blob | commitdiff | raw | diff to current |
2012-10-11 |
Micah Villmow | Add in the first iteration of support for llvm/clang... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-02-24 |
NAKAMURA Takumi | EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_... |
blob | commitdiff | raw | diff to current |
2012-02-24 |
NAKAMURA Takumi | EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage... |
blob | commitdiff | raw | diff to current |
2012-02-14 |
Aaron Ballman | Using the new external-linkage warning recently added... |
blob | commitdiff | raw | diff to current |
2012-02-14 |
Aaron Ballman | Fixing warning due to the new "UTD return type in exter... |
blob | commitdiff | raw | diff to current |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
blob | commitdiff | raw | diff to current |
2011-11-15 |
Benjamin Kramer | Remove all remaining uses of Value::getNameStr(). |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Chris Lattner | eliminate the Type::getDescription() method, using... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Torok Edwin | Typo noticed by Duncan. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Torok Edwin | Don't overwrite previous value, if it succeeded. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Torok Edwin | Honour addGlobalMapping() in the interpreter, if it... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | These should probably be errs(). |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Nick Lewycky | Fix passing of float arguments through ffi. |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Nick Lewycky | Fail less mysteriously; inform the user that their... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Daniel Dunbar | Remove ByteswapSCANFResults, it is dead. |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Nick Lewycky | We don't need to byteswap, the interpreter assumes... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Nick Lewycky | Stop using alloca. |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Daniel Dunbar | Some platforms may need malloc.h for alloca. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove some uses of llvm/Support/Streams.h |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-12 |
Dan Gohman | This void is implicit in C++. |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Daniel Dunbar | MSVC warning fixes; patch by Stein Roger! |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Daniel Dunbar | Switch to getNameStr(). |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Daniel Dunbar | Simplify some uses of Value::getName() |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Owen Anderson | Have scoped mutexes take referenes instead of pointers. |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Owen Anderson | Add locking around the external function lookup table... |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Nick Lewycky | Link against libffi if available, fall back to "no... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Nick Lewycky | Reapply patch from r62553, with a fix to avoid looking... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Tanya Lattner | Revert r62553 and r62616 due to issues with portability. |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Duncan Sands | Fix typo. Patch by Alexei Svitkine. |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Nick Lewycky | Make the Interpreter use libffi if it's available.... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Duncan Sands | Add <cstdio> include where needed by gcc-4.4. |
blob | commitdiff | raw | diff to current |
2008-08-05 |
Dan Gohman | Use strcpy instead of sprintf here. This avoids a GCC... |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Evan Cheng | Added memmove to interpreter external functions list... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Dan Gohman | Use empty() instead of comparing size() with zero. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-14 |
Dan Gohman | Add explicit keywords, and fix a minor typo that they... |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Zhou Sheng | Add a guard to cxxabi header as other platform may |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Zhou Sheng | Fixed PR1629. |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Duncan Sands | It looks like this has been broken for some time - |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Anton Korobeynikov | Add a comment: don't expect from external function... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Chuck Rose III | VStudio compiler errors and placing Function*->ExFunc... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Reid Spencer | On Linux platforms and at optimization levels -O1 and... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Reid Spencer | We only need one putchar which gives it a shot at getti... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Reid Spencer | For PR1293: |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Reid Spencer | Adjust and simplify external function processing now... |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Reid Spencer | For PR1064: |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Reid Spencer | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Jeff Cohen | Unbreak VC++ build. |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Bill Wendling | Removed #include <iostream> and replaced streams with... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Jim Laskey | Remove redundant <cmath>. |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Chris Lattner | initial changes to support JIT'ing from multiple module... |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Chris Lattner | Fix -pedantic warnings |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Reid Spencer | For PR786: |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | * Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Chris Lattner | If the interpreter tries to execute an external functio... |
blob | commitdiff | raw | diff to current |
2005-01-16 |
Chris Lattner | Improve compatiblity with HPUX on Itanium, patch by... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Chris Lattner | Silence warnings |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Reid Spencer | Use System/DynamicLibrary instead of Support/DynamicLinker |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Reid Spencer | Changes to support rand48 tests |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Chris Lattner | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID... |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Brian Gaeke | Add int ferror(FILE *) |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Chris Lattner | These #includes are long dead |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Reid Spencer | Get rid of a wart: useless getFILE function is now... |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Brian Gaeke | Generalize the strlen size_t hack, for the benefit... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
Chris Lattner | Pass around IntrinsicLowering instances as appropriate. |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Chris Lattner | Finegrainify namespacification |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Brian Gaeke | Dynamically get the right-sized member of a GenericValu... |
blob | commitdiff | raw | diff to current |
2003-11-13 |
Brian Gaeke | Change LLI's internal representation of va_list to... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Brian Gaeke | Abort when the user program calls abort, instead of... |
blob | commitdiff | raw | diff to current |
2003-10-25 |
Chris Lattner | Unbreak the build |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Chris Lattner | Interpret the new varargs intrinsics correctly |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Misha Brukman | Order #includes as per the style guide. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Brian Gaeke | Don't include Config/stdio.h or <stdio.h>. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Misha Brukman | Fix spelling. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Brian Gaeke | Rewrite head-of-file comment. |
blob | commitdiff | raw | diff to current |
next |