| Age | Commit message (Expand) | Author |
| 2010-02-28 | Add a flag to addPassesToEmit* to disable the Verifier pass run | Dan Gohman |
| 2010-02-16 | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-02-02 | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner |
| 2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-16 | this doesn't need the mangler. | Chris Lattner |
| 2009-12-28 | Remove dead variable. | Bill Wendling |
| 2009-12-18 | Fix typo. | Eric Christopher |
| 2009-10-28 | Previously, all operands to Constant were themselves constant. | Chris Lattner |
| 2009-10-26 | Remove FreeInst. | Victor Hernandez |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
| 2009-09-06 | Remove some unused variables and methods warned about by | Duncan Sands |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-04 | Remove now unused Module argument to createTargetMachine. | Daniel Dunbar |
| 2009-08-03 | Change C, CBE, MSIL to not provide target data via getTargetData(). | Daniel Dunbar |
| 2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
| 2009-07-26 | Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL' | Nick Lewycky |
| 2009-07-26 | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar |
| 2009-07-25 | Simplify JIT target selection. | Daniel Dunbar |
| 2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |
| 2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
| 2009-07-24 | Fix build for GCC 4.0? | Daniel Dunbar |
| 2009-07-24 | Fix compile with 4.4 (I hope?); PR4617. | Daniel Dunbar |
| 2009-07-21 | Add missing include. | Daniel Dunbar |
| 2009-07-21 | Switch this API to StringRef. | Daniel Dunbar |
| 2009-07-18 | Add some missing includes. | Daniel Dunbar |
| 2009-07-18 | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar |
| 2009-07-16 | fix some casts that I improperly refactored, patch by Artur Pietrek! | Chris Lattner |
| 2009-07-16 | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar |
| 2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
| 2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
| 2009-07-15 | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar |
| 2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
| 2009-07-15 | Add TargetInfo libraries for all targets. | Daniel Dunbar |
| 2009-07-14 | fix David's merge conflict | Chris Lattner |
| 2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
| 2009-07-14 | Mark as fall through. | Bill Wendling |
| 2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-14 | Revert r75615, which depended on 75610. | Daniel Dunbar |
| 2009-07-14 | Add extra sign extension to the same bit width before int sign | Anton Korobeynikov |
| 2009-07-14 | Add missing break. Patch by Artur Pietrek! | Anton Korobeynikov |
| 2009-07-14 | Rename getValueName -> getMangledName. | Chris Lattner |
| 2009-07-13 | fix CBE & MSIL backends to not use the mangler for non-global symbols. | Chris Lattner |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |