aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/LinkAllVMCore.h
Commit message (Expand)AuthorAgeFilesLines
* fix a warning.Chris Lattner2010-01-161-1/+1
* this doesn't need to suck in Mangler.Chris Lattner2010-01-161-2/+0
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-0/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* opt was not exporting the Mangler symbolsAndrew Lenharth2008-11-051-1/+2
* prune unneeded #includesChris Lattner2008-04-011-3/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+57