1. f1f5452 Move the initialization to the Analysis library as well as the pass. by Chandler Carruth · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. a6b91ac Add a cost model analysis that allows us to estimate the cost of IR-level instructions. by Nadav Rotem · 13 years ago
  4. 6dc1e2f Remove LoopDependenceAnalysis. by Benjamin Kramer · 13 years ago
  5. 59b61b9 dependence analysis by Sebastian Pop · 13 years ago
  6. abbb01ab Profile: set branch weight metadata with data generated from profiling. by Manman Ren · 13 years ago
  7. 5a656883 C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C. by Benjamin Kramer · 14 years ago
  8. 875ebd5 Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to by Jakub Staszak · 14 years ago
  9. be52acc Introduce BlockFrequency analysis for BasicBlocks. by Jakub Staszak · 14 years ago
  10. 49371f3 New BranchProbabilityInfo analysis. Patch by Jakub Staszak! by Andrew Trick · 14 years ago
  11. 57ee5a5 remove postdom frontiers, because it is dead. Forward dom frontiers are by Chris Lattner · 14 years ago
  12. 1610588 Delete the LiveValues pass. I won't get get back to the project it by Dan Gohman · 15 years ago
  13. 24f5ff0 Implementation of path profiling. Modified patch by Adam Preuss. by Andrew Trick · 15 years ago
  14. 6b0c4c9 Move DominanceFrontier from VMCore to Analysis. by Cameron Zwarich · 15 years ago
  15. 6875c2e Add initialization routines for Analysis and IPA. by Owen Anderson · 15 years ago
  16. 25963c6 "In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." by Chris Lattner · 16 years ago
  17. 7c50c9b Tidy #includes. by Dan Gohman · 16 years ago
  18. 4a0da98 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 18 years ago
  19. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  20. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  21. 34eb6d8 Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 18 years ago
  22. c3d661a Bindings for the verifier. by Gordon Henriksen · 18 years ago