2007-07-09 |
Gabor Greif | fix typos |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-06-30 |
Evan Cheng | (For Chris): Fix failure where we rejected compiling... |
tree | commitdiff |
2007-06-03 |
Anton Korobeynikov | Add comments to fallsthrough cases. Also, this fixes... |
tree | commitdiff |
2007-06-03 |
Anton Korobeynikov | Check arguments & return types of main(). Abort in... |
tree | commitdiff |
2007-06-01 |
Reid Spencer | For PR1486: |
tree | commitdiff |
2007-05-24 |
Zhou Sheng | Compute the correct word number. |
tree | commitdiff |
2007-05-19 |
Reid Spencer | On Linux platforms and at optimization levels -O1 and... |
tree | commitdiff |
2007-05-17 |
Reid Spencer | Print integer values as both decimal and hexadecimal... |
tree | commitdiff |
2007-05-16 |
Reid Spencer | Avoid a "loss of precision" error in gcc 4.1.3. |
tree | commitdiff |
2007-05-16 |
Reid Spencer | Implement printing of instruction result values when... |
tree | commitdiff |
2007-05-04 |
Reid Spencer | Bitcast all the bits of a floating point value, not... |
tree | commitdiff |
2007-04-26 |
Reid Spencer | 1. Don't swap byte order in scanf. It isn't necessary... |
tree | commitdiff |
2007-04-21 |
Reid Spencer | We only need one putchar which gives it a shot at getti... |
tree | commitdiff |
2007-04-20 |
Chris Lattner | avoid mutating a global in an accessor |
tree | commitdiff |
2007-04-20 |
Chris Lattner | fit in 80 cols |
tree | commitdiff |
2007-04-20 |
Chris Lattner | rename JIT::state -> JIT::jitstate to avoid shadowing... |
tree | commitdiff |
2007-04-17 |
Chris Lattner | eliminate use of Instruction::getPrev(). Patch by... |
tree | commitdiff |
2007-04-16 |
Reid Spencer | Implement @sext and @zext parameter attribute handling... |
tree | commitdiff |
2007-03-30 |
Reid Spencer | For PR1293: |
tree | commitdiff |
2007-03-12 |
Jeff Cohen | Unbreak C++ build. |
tree | commitdiff |
2007-03-08 |
Bill Wendling | Don't use std::hex. |
tree | commitdiff |
2007-03-08 |
Bill Wendling | Don't use a cast. It causes an error on some platforms. |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Fix all of last night's JIT failures in Prolangs-C... |
tree | commitdiff |
2007-03-06 |
Anton Korobeynikov | Implement PR1240 |
tree | commitdiff |
2007-03-06 |
Reid Spencer | 1. Make StoreValueToMemory a little more efficient... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Fix some thinko's in the last patch. PtrSize has to... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Fix a bug in IntToPtr. Truncating to 64-bits only works... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Simplify code as a result of the change in GenericValue... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Radically simplify execution. This patch gets rid of... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Adjust and simplify external function processing now... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | APInt's are no longer allocated on the heap because... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Remove the insufficient code in Interpreter::create... |
tree | commitdiff |
2007-03-06 |
Reid Spencer | Simplify things significantly because GenericValue... |
tree | commitdiff |
2007-03-03 |
Reid Spencer | Remove unnecessary #include. |
tree | commitdiff |
2007-03-03 |
Reid Spencer | Deal with error handling better. |
tree | commitdiff |
2007-03-03 |
Reid Spencer | Complete the APIntification of the interpreter. All... |
tree | commitdiff |
2007-03-03 |
Reid Spencer | Avoid memory leakage by having caller construct the... |
tree | commitdiff |
2007-03-03 |
Reid Spencer | Implement APInt support for the binary operators. |
tree | commitdiff |
2007-03-03 |
Reid Spencer | 1. Have the ExecutionContext keep track of the APInt... |
tree | commitdiff |
2007-03-03 |
Reid Spencer | Implement loading and storing of APInt values from... |
tree | commitdiff |
2007-02-24 |
Chris Lattner | Fix PR1216 by cleaning up the ownership of JITResolver. |
tree | commitdiff |
2007-02-15 |
Reid Spencer | For PR1195: |
tree | commitdiff |
2007-02-14 |
Chris Lattner | From Dan Gohman: |
tree | commitdiff |
2007-02-14 |
Chris Lattner | Generalize TargetData strings, to support more interest... |
tree | commitdiff |
2007-02-13 |
Chris Lattner | eliminate vector-related allocations |
tree | commitdiff |
2007-02-10 |
Chris Lattner | eliminate use of TargetData::getIndexedOffset that... |
tree | commitdiff |
2007-02-10 |
Chris Lattner | Privatize StructLayout::MemberOffsets, adding an accessor |
tree | commitdiff |
2007-02-08 |
Reid Spencer | For PR1188: |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
tree | commitdiff |
2007-02-02 |
Reid Spencer | Changes to support making the shift instructions be... |
tree | commitdiff |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
tree | commitdiff |
2007-01-29 |
Reid Spencer | Remove tabs. |
tree | commitdiff |
2007-01-29 |
Reid Spencer | Implement use of new IntrinsicLowering interface. |
tree | commitdiff |
2007-01-26 |
Reid Spencer | For PR761: |
tree | commitdiff |
2007-01-23 |
Anton Korobeynikov | Moved disassembler to libSystem |
tree | commitdiff |
2007-01-21 |
Reid Spencer | For PR970: |
tree | commitdiff |
2007-01-20 |
Chris Lattner | Teach TargetData to handle 'preferred' alignment for... |
tree | commitdiff |
2007-01-20 |
Chris Lattner | DOUT still evaluates side effects, even though it doesn... |
tree | commitdiff |
2007-01-20 |
Reid Spencer | Implement the signed icmp instructions properly. To... |
tree | commitdiff |
2007-01-20 |
Reid Spencer | Implement bit-accurate sext instruction. |
tree | commitdiff |
2007-01-19 |
Reid Spencer | For PR1043: |
tree | commitdiff |
2007-01-19 |
Andrew Lenharth | fix build on amd64 |
tree | commitdiff |
2007-01-19 |
Anton Korobeynikov | Adding disassembler interface and external hook to... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Fix a regression in the last patch. When constructing... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Use the new maskToBitWidth function to ensure that... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Add an inline helper function that masks a GenericValue... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Make shl instruction mask its result to the correct... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Two changes: |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Make sure we truncate stored values to their bit width. |
tree | commitdiff |
2007-01-15 |
Chris Lattner | rename Type::isIntegral to Type::isInteger, eliminating... |
tree | commitdiff |
2007-01-15 |
Chris Lattner | eliminate calls to Type::isInteger, preferring isIntegr... |
tree | commitdiff |
2007-01-12 |
Reid Spencer | For PR1064: |
tree | commitdiff |
2007-01-12 |
Reid Spencer | Implement review feedback for the ConstantBool->Constan... |
tree | commitdiff |
2007-01-11 |
Reid Spencer | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. |
tree | commitdiff |
2007-01-11 |
Zhou Sheng | For PR1043: |
tree | commitdiff |
2006-12-31 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-23 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-19 |
Chris Lattner | elimiante Statistic static ctors |
tree | commitdiff |
2006-12-19 |
Chris Lattner | remove static ctors from Statistic objects |
tree | commitdiff |
2006-12-17 |
Chris Lattner | Fix PR1057 (compilation on macos 10.3), patch by Scott... |
tree | commitdiff |
2006-12-14 |
Jim Laskey | Simplify the fetching of relocation mode. |
tree | commitdiff |
2006-12-14 |
Jim Laskey | 1. Tidy up jump table info. |
tree | commitdiff |
2006-12-12 |
Reid Spencer | Change inferred cast creation calls to more specific... |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Removing even more <iostream> includes. |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | Detemplatize the Statistic class. The only type it... |
tree | commitdiff |
2006-12-02 |
Jeff Cohen | Unbreak VC++ build. |
tree | commitdiff |
2006-12-01 |
Anton Korobeynikov | Introducing external weak linkage. Darwin codegen shoul... |
tree | commitdiff |
2006-11-27 |
Bill Wendling | Removed #include <iostream> and replaced streams with... |
tree | commitdiff |
2006-11-27 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-11-16 |
Evan Cheng | Allow target to specify alignment for function stub. |
tree | commitdiff |
2006-11-15 |
Chris Lattner | Simplify IntrinsicLowering and clarify that it is only... |
tree | commitdiff |
2006-11-09 |
Chris Lattner | if lazy compilation is disabled, print an error message... |
tree | commitdiff |
2006-11-09 |
Chris Lattner | init ivar |
tree | commitdiff |
2006-11-08 |
Jim Laskey | Remove redundant <cmath>. |
tree | commitdiff |
2006-11-08 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-11-02 |
Reid Spencer | Remove a function prototype that is no longer needed... |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR950: |
tree | commitdiff |
next |