Fix llc to not reuse spill slots in functions that invoke setjmp()
[oota-llvm.git] / lib / IR / DataLayout.cpp
2014-01-13 Cameron McInallyFix uninitialized warning in llvm/lib/IR/DataLayout...
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-07 Cameron McInallyFix uninitialized variable warning in DataLayout.
2014-01-06 Rafael EspindolaImprove documentation of the 'a' specifier and the...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-20 Rafael EspindolaMake this array const.
2013-12-19 Rafael EspindolaChange getStringRepresentation to skip defaults.
2013-12-13 Rafael EspindolaPointer sizes are stored in Bytes. Fix variables names...
2013-11-19 Benjamin KramerDataLayout: value initialize globals to avoid static...
2013-09-16 Matt ArsenaultMemCpyOptimizer: Use max legal int size instead of...
2013-07-27 Matt ArsenaultMinor code simplification suggested by Duncan
2013-07-26 Matt ArsenaultRe-add DataLayout pointer size convenience functions.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-28 Matt ArsenaultFix extra whitespace / formatting
2013-05-18 Matt ArsenaultRemove duplicated comment
2013-04-16 Eli BenderskyCleanup naming: DataLayout s/TD/DL/
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-21 Chandler CarruthHoist the definition of getTypeSizeInBits to be inlinab...
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.