aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/RSProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-6/+4
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-2/+4
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-3/+3
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-061-14/+20
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-151-6/+6
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Trim #includes.Dan Gohman2008-08-051-1/+0
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-7/+4
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-4/+4
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-2/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-15/+20
* Make several variable declarations static.Dan Gohman2008-05-061-1/+1
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-1/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-18/+19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-261-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+650