Add a 'normalize' method to the Triple class, which takes a mucked up
[oota-llvm.git] / include / llvm / System / Memory.h
2010-03-28 Torok EdwinFix use-of-uninitialized value when RWX memory can...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-06-25 Chris LattnerAdd a new InvalidateInstructionCache method to sys...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-07-26 Reid SpencerFor PR780:
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-20 Reid SpencerWrap long lines
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-11 Reid SpencerInitial commit of a file to declare the interface for...