1. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 16 years ago
  2. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  3. e2c4304 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 16 years ago
  4. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  5. fc001bb remove attributions from examples. by Chris Lattner · 17 years ago
  6. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  7. 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
  8. bef8e0b add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 17 years ago