1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 20a990e Fix indent by Anton Korobeynikov · 17 years ago
  3. 344ef19 Forget to commit users part of value mapper interface by Anton Korobeynikov · 17 years ago
  4. 5e665f5 Switch inliner over to use DenseMap instead of std::map for ValueMap. This by Chris Lattner · 18 years ago
  5. 9d80930 Eliminate tabs and trailing spaces by Jeff Cohen · 19 years ago
  6. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  7. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  8. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  9. c58a7f4 Add CloneTraceInto(), which is based on (and has mostly the same by Brian Gaeke · 20 years ago
  10. 23b4c68 Give CloneBasicBlock an optional function argument to specify which function by Chris Lattner · 21 years ago
  11. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  13. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  14. 658c5bc Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. by Tanya Lattner · 21 years ago
  15. 6074d2f Added the CloneTrace function which clones traces. It takes a vector of basic blocks, removes by Tanya Lattner · 21 years ago