Fix MSVC2012 build error in UseListOrder.cpp
[oota-llvm.git] / lib / IR / ConstantsContext.h
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.