aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/EdgeProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-1/+9
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-231-6/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* More ProfileInfo improvements.Daniel Dunbar2009-08-081-2/+10
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-2/+2
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-1/+1
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-061-2/+3
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix for edge profiling, patch by 'Marc' for PR1857Chris Lattner2007-12-131-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+101