Don't write into MemoryBuffers.
[oota-llvm.git] / include / llvm / Support /
2010-04-19 Dan GohmanAdd a few more ELF bits.
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-14 Dan GohmanFix TrackingVH to handle const Value subclasses.
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-14 Dan GohmanUse FunTy instead of hard-coding Function.
2010-04-14 Dan GohmanOops, make these public.
2010-04-14 Dan GohmanMove getType() and getCaller() into CallSiteBase so...
2010-04-14 Dan GohmanFix whitespace, comments.
2010-04-14 Dan GohmanAdd explicit keywords.
2010-04-14 Dan GohmanUse C++, not C++-standard-library-internals-ese.
2010-04-14 Dan GohmanMake SuccIterator's private parts private too.
2010-04-14 Dan GohmanMake helper utility members private.
2010-04-13 Daniel DunbarIRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods...
2010-04-09 Dan GohmanDon't use reserved identifiers.
2010-04-08 Benjamin KramerProvide operator delete for BumpPtrAllocator and Recycl...
2010-04-07 Chris Lattnerrename llvm_install_error_handler -> install_fatal_erro...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattnerminor tidying up
2010-04-06 Chris Lattnerthis accessor doesn't need to copy the string.
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Jakob Stoklund OlesenAvoid overflowing a signed integer which triggers undef...
2010-04-06 Chris Lattnergive the SourceMgr object a cookie.
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Chris Lattneradd a comment.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-04 Jakob Stoklund OlesenSwitch SSEDomainFix to SpecificBumpPtrAllocator.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Chris Lattnerremove compatibility typedef.
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dan GohmanAdd an explicit keyword.
2010-04-02 Torok EdwinFix SpecificBumpPtrAllocator iteration.
2010-04-01 Gabor GreifIntroduce ImmutableCallSite, useful for contexts where...
2010-04-01 Chris Lattnerswitch IRBuilder to use NewDebugLoc for locations instead
2010-04-01 Chris Lattneradd comments, don't require inlined-at to be specified.
2010-04-01 Chris Lattneradd a method to decode a DILocation into a NewDebugLoc.
2010-04-01 Chris LattnerAdd a new "NewDebugLoc" class which will eventually...
2010-03-31 Duncan SandsCorrect comment.
2010-03-31 Chris Lattnerfix file header.
2010-03-31 Chris Lattnermake irbuilder use the new optimized debug info accessors.
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Benjamin KramerIntroduce SpecificBumpPtrAllocator, a wrapper for BumpP...
2010-03-30 Dan GohmanFix llvm-ld to clean up its output files in case of...
2010-03-30 Douglas GregorSwitch isa_impl from a function template to a class...
2010-03-30 Torok EdwinReapply r99881 with some fixes: only call destructor...
2010-03-30 Torok EdwinRevert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
2010-03-30 Torok EdwinIntroduce another Reset() method in BumpPtrAllocator...
2010-03-30 Chris Lattnerstringref'ize Timer apis
2010-03-30 Chris Lattnerfinally, maintain a global list of timer groups, allowi...
2010-03-30 Chris Lattneradd a new TimerGroup::print method, and refactor away...
2010-03-30 Chris Lattnerif a timergroup is destroyed before its timers, print...
2010-03-30 Chris Lattnerchange TimerGroup to keep a linked list of active timers
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-29 Chris Lattnerremove support for per-time peak memory tracking, this
2010-03-29 Chris Lattnervarious timer fixes: move operator= out of line,
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-27 Dan GohmanGive FileRemover a default constructor to allow FileRem...
2010-03-27 Dan GohmanAdd a comment.
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-18 Dan Gohmanoffsetof always has type size_t.
2010-03-18 Dan GohmanExplicitly cast std::min's arguments to avoid type...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-03-05 Eric ChristopherAdd support for an i8* type accessor.
2010-03-03 Chris Lattnerdon't use always_inline with gcc 3.4, it has some unimp...
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-26 Bob WilsonMove the EnableFullLoadPRE flag from a separate command...
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Chris Lattneradd missing method, PR6284
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Chris Lattnercomment fix.
2010-02-15 Chris Lattnermake PadToColumn return the stream so you can use:
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
next