| Age | Commit message (Expand) | Author |
| 2007-02-24 | Fix PR1216 by cleaning up the ownership of JITResolver. | Chris Lattner |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-02-14 | From Dan Gohman: | Chris Lattner |
| 2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
| 2007-02-13 | eliminate vector-related allocations | Chris Lattner |
| 2007-02-10 | eliminate use of TargetData::getIndexedOffset that takes a vector | Chris Lattner |
| 2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
| 2007-02-08 | For PR1188: | Reid Spencer |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-02-02 | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-29 | Remove tabs. | Reid Spencer |
| 2007-01-29 | Implement use of new IntrinsicLowering interface. | Reid Spencer |
| 2007-01-26 | For PR761: | Reid Spencer |
| 2007-01-23 | Moved disassembler to libSystem | Anton Korobeynikov |
| 2007-01-21 | For PR970: | Reid Spencer |
| 2007-01-20 | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner |
| 2007-01-20 | DOUT still evaluates side effects, even though it doesn't print. This means | Chris Lattner |
| 2007-01-20 | Implement the signed icmp instructions properly. To do this we introduce | Reid Spencer |
| 2007-01-20 | Implement bit-accurate sext instruction. | Reid Spencer |
| 2007-01-19 | For PR1043: | Reid Spencer |
| 2007-01-19 | fix build on amd64 | Andrew Lenharth |
| 2007-01-19 | Adding disassembler interface and external hook to udis86 library. | Anton Korobeynikov |
| 2007-01-18 | Fix a regression in the last patch. When constructing a BitMask, be careful | Reid Spencer |
| 2007-01-18 | Use the new maskToBitWidth function to ensure that the results of | Reid Spencer |
| 2007-01-18 | Add an inline helper function that masks a GenericValue to a specified | Reid Spencer |
| 2007-01-18 | Make shl instruction mask its result to the correct bitsize. This is | Reid Spencer |
| 2007-01-18 | Two changes: | Reid Spencer |
| 2007-01-18 | Make sure we truncate stored values to their bit width. | Reid Spencer |
| 2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
| 2007-01-15 | eliminate calls to Type::isInteger, preferring isIntegral instead. | Chris Lattner |
| 2007-01-12 | For PR1064: | Reid Spencer |
| 2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
| 2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
| 2007-01-11 | For PR1043: | Zhou Sheng |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-23 | For PR950: | Reid Spencer |
| 2006-12-19 | elimiante Statistic static ctors | Chris Lattner |
| 2006-12-19 | remove static ctors from Statistic objects | Chris Lattner |
| 2006-12-17 | Fix PR1057 (compilation on macos 10.3), patch by Scott Michel! | Chris Lattner |
| 2006-12-14 | Simplify the fetching of relocation mode. | Jim Laskey |
| 2006-12-14 | 1. Tidy up jump table info. | Jim Laskey |
| 2006-12-12 | Change inferred cast creation calls to more specific cast creations. | Reid Spencer |
| 2006-12-07 | Removing even more <iostream> includes. | Bill Wendling |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-12-02 | Unbreak VC++ build. | Jeff Cohen |
| 2006-12-01 | Introducing external weak linkage. Darwin codegen should be added later. | Anton Korobeynikov |
| 2006-11-27 | Removed #include <iostream> and replaced streams with llvm streams. | Bill Wendling |
| 2006-11-27 | For PR950: | Reid Spencer |