| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement APInt support for the binary operators. | Reid Spencer | 2007-03-03 | 1 | -254/+240 |
* | 1. Have the ExecutionContext keep track of the APInt's allocated and | Reid Spencer | 2007-03-03 | 1 | -11/+13 |
* | Implement loading and storing of APInt values from memory. | Reid Spencer | 2007-03-03 | 1 | -8/+16 |
* | Fix PR1216 by cleaning up the ownership of JITResolver. | Chris Lattner | 2007-02-24 | 2 | -29/+42 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | From Dan Gohman: | Chris Lattner | 2007-02-14 | 2 | -3/+3 |
* | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -1/+1 |
* | eliminate vector-related allocations | Chris Lattner | 2007-02-13 | 1 | -2/+2 |
* | eliminate use of TargetData::getIndexedOffset that takes a vector | Chris Lattner | 2007-02-10 | 1 | -2/+3 |
* | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 2 | -2/+2 |
* | For PR1188: | Reid Spencer | 2007-02-08 | 2 | -2/+2 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+1 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 2 | -6/+7 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 4 | -10/+10 |
* | Remove tabs. | Reid Spencer | 2007-01-29 | 1 | -2/+2 |
* | Implement use of new IntrinsicLowering interface. | Reid Spencer | 2007-01-29 | 1 | -1/+1 |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -12/+11 |
* | Moved disassembler to libSystem | Anton Korobeynikov | 2007-01-23 | 1 | -10/+2 |
* | For PR970: | Reid Spencer | 2007-01-21 | 1 | -1/+1 |
* | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner | 2007-01-20 | 1 | -1/+1 |
* | DOUT still evaluates side effects, even though it doesn't print. This means | Chris Lattner | 2007-01-20 | 1 | -0/+2 |
* | 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 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -6/+2 |
* | fix build on amd64 | Andrew Lenharth | 2007-01-19 | 1 | -1/+1 |
* | Adding disassembler interface and external hook to udis86 library. | Anton Korobeynikov | 2007-01-19 | 1 | -1/+14 |
* | Fix a regression in the last patch. When constructing a BitMask, be careful | Reid Spencer | 2007-01-18 | 1 | -0/+4 |
* | 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 |
* | Make sure we truncate stored values to their bit width. | Reid Spencer | 2007-01-18 | 1 | -30/+40 |
* | 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 | 5 | -500/+967 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 2 | -2/+2 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 4 | -36/+36 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 2 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-12-31 | 4 | -498/+346 |
* | For PR950: | Reid Spencer | 2006-12-23 | 2 | -112/+331 |
* | elimiante Statistic static ctors | Chris Lattner | 2006-12-19 | 1 | -5/+2 |
* | remove static ctors from Statistic objects | Chris Lattner | 2006-12-19 | 2 | -10/+5 |
* | Fix PR1057 (compilation on macos 10.3), patch by Scott Michel! | Chris Lattner | 2006-12-17 | 1 | -8/+8 |
* | Simplify the fetching of relocation mode. | Jim Laskey | 2006-12-14 | 1 | -4/+4 |
* | 1. Tidy up jump table info. | Jim Laskey | 2006-12-14 | 1 | -17/+36 |
* | Change inferred cast creation calls to more specific cast creations. | Reid Spencer | 2006-12-12 | 1 | -1/+1 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 5 | -43/+38 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 3 | -45/+44 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 3 | -5/+5 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-12-02 | 2 | -0/+2 |