| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -12/+11 |
* | For PR970: | Reid Spencer | 2007-01-21 | 1 | -1/+1 |
* | Implement the signed icmp instructions properly. To do this we introduce | Reid Spencer | 2007-01-20 | 1 | -17/+27 |
* | Implement bit-accurate sext instruction. | Reid Spencer | 2007-01-20 | 1 | -10/+14 |
* | Use the new maskToBitWidth function to ensure that the results of | Reid Spencer | 2007-01-18 | 1 | -10/+15 |
* | Add an inline helper function that masks a GenericValue to a specified | Reid Spencer | 2007-01-18 | 1 | -0/+12 |
* | Make shl instruction mask its result to the correct bitsize. This is | Reid Spencer | 2007-01-18 | 1 | -5/+10 |
* | Two changes: | Reid Spencer | 2007-01-18 | 1 | -18/+17 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -6/+6 |
* | eliminate calls to Type::isInteger, preferring isIntegral instead. | Chris Lattner | 2007-01-15 | 1 | -4/+4 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 3 | -385/+731 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 2 | -27/+27 |
* | For PR950: | Reid Spencer | 2006-12-31 | 2 | -369/+253 |
* | For PR950: | Reid Spencer | 2006-12-23 | 2 | -112/+331 |
* | elimiante Statistic static ctors | Chris Lattner | 2006-12-19 | 1 | -5/+2 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -2/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 2 | -36/+35 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-12-02 | 2 | -0/+2 |
* | Removed #include <iostream> and replaced streams with llvm streams. | Bill Wendling | 2006-11-27 | 2 | -35/+36 |
* | For PR950: | Reid Spencer | 2006-11-27 | 2 | -36/+181 |
* | Simplify IntrinsicLowering and clarify that it is only for use by the | Chris Lattner | 2006-11-15 | 1 | -1/+1 |
* | Remove redundant <cmath>. | Jim Laskey | 2006-11-08 | 2 | -2/+0 |
* | For PR950: | Reid Spencer | 2006-11-08 | 2 | -20/+52 |
* | Remove a function prototype that is no longer needed (REM patch missed it) | Reid Spencer | 2006-11-02 | 1 | -2/+0 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -12/+50 |
* | Remove unnecessary sign conversions made possible by last patch. | Reid Spencer | 2006-11-01 | 1 | -4/+0 |
* | Fix a bug in the interpreter where divides of unmatched signed operands | Reid Spencer | 2006-11-01 | 1 | -8/+11 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -11/+51 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+2 |
* | initial changes to support JIT'ing from multiple module providers, implicitly | Chris Lattner | 2006-08-16 | 1 | -1/+1 |
* | Simplify TargetData ctor call | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Simplify interpreter construction. | Chris Lattner | 2006-06-16 | 2 | -21/+11 |
* | Fix -pedantic warnings | Chris Lattner | 2006-06-01 | 1 | -2/+3 |
* | For PR786: | Reid Spencer | 2006-05-24 | 1 | -1/+1 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -1/+1 |
* | Get JIT/Interpreter working on Windows again. | Jeff Cohen | 2006-03-24 | 1 | -0/+5 |
* | remove the intrinsiclowering hook | Chris Lattner | 2006-03-23 | 2 | -13/+9 |
* | Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. | Chris Lattner | 2006-03-22 | 2 | -2/+19 |
* | The interpreter assumes that the caller of runFunction() must be lli, and | Jeff Cohen | 2006-02-07 | 3 | -8/+7 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
* | core changes for varargs | Andrew Lenharth | 2005-06-18 | 2 | -13/+3 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 3 | -7/+8 |
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 4 | -113/+113 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -3/+3 |
* | If the interpreter tries to execute an external function, kill it. Of course | Chris Lattner | 2005-01-21 | 1 | -6/+8 |
* | Improve compatiblity with HPUX on Itanium, patch by Duraid Madina | Chris Lattner | 2005-01-16 | 1 | -1/+1 |
* | Silence warnings | Chris Lattner | 2005-01-08 | 1 | -2/+2 |
* | Silence VS warnings | Chris Lattner | 2005-01-08 | 1 | -4/+4 |
* | Use System/DynamicLibrary instead of Support/DynamicLinker | Reid Spencer | 2004-11-29 | 1 | -3/+4 |