- ce665bd Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
- 8c8b9ee Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 15 years ago
- 7268d97 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 15 years ago
- 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
- b64ca13 by David Greene · 16 years ago
- 270862d by David Greene · 16 years ago
- 046e78c Remove FreeInst. by Victor Hernandez · 16 years ago
- f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
- 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
- bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
- c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
- c965ee2 Remove some unnecessary #includes. by Dan Gohman · 16 years ago
- ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
- c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
- c7fe32e Do not use virtual function to identify an analysis pass. by Devang Patel · 17 years ago
- 1cee94f Identify Analysis pass. by Devang Patel · 17 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- ecd94c8 Fix typo in comment. by Nick Lewycky · 18 years ago
- 1997473 Drop 'const' by Devang Patel · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
- 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 19 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
- 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
- 7238210 Add explicit iostream #includes by Chris Lattner · 20 years ago
- 4fb1b21 expose a ctor by Chris Lattner · 20 years ago
- 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
- 6ae7e98 Directly count the number of memory instructions. by Chris Lattner · 20 years ago
- e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 21 years ago
- 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 6666a04 There is no reason for this to be a pass! by Chris Lattner · 22 years ago
- a1af8bd Add total instruction, bb, & function counts by Chris Lattner · 23 years ago
- 149a520 Simplify code by Chris Lattner · 23 years ago
- db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 23 years ago
- e555460 Gives the count for various instructions. by Dinakar Dhurjati · 23 years ago