1. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
  2. e2c4304 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 17 years ago
  3. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  4. fc001bb remove attributions from examples. by Chris Lattner · 17 years ago
  5. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  6. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  7. bef8e0b add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 17 years ago