Fix llc to not reuse spill slots in functions that invoke setjmp()
[oota-llvm.git] / lib / IR / Type.cpp
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-12-06 Rafael Espindolamicro optimization: isSizedDerivedType is only called...
2013-11-11 Benjamin KramerSimplify code. No functionality change.
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.