Remove extraneous semicolons after member functions
[oota-llvm.git] / include / llvm / Support /
2010-07-16 Douglas GregorRemove extraneous semicolons after member functions
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-16 Eli FriedmanA few more minor additions to ELF.h.
2010-07-15 Chris Lattnerremove some unneeded overloads that were causing
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Chris LattnerMerge lib/Target/X86/X86COFF.h into include/llvm/Suppor...
2010-07-13 Stephen WilsonBring ELF64 on par with ELF32, add a few magic constant...
2010-07-12 Stephen WilsonSimple format/style fixes.
2010-07-12 Stephen WilsonTest commit.
2010-07-12 Eric ChristopherRemove tab characters and 80-col.
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Gabor Greifremove unneeded parens
2010-07-07 Gabor Greifconditionalize on CallInst::ArgOffset
2010-07-06 Matt FlemingAdd X86_64 ELF relocation values and ELF64 relocation...
2010-07-06 Matt FlemingAdd some more ELF OSABI values as found in the System...
2010-07-06 John McCallProvide IRBuilder conveniences for creating integer...
2010-07-06 John McCallProvide an abstraction to save and restore the current...
2010-07-06 Nick LewyckyFix typo 'getter' where 'setter' was intended.
2010-07-01 Daniel DunbarRemove stray comma.
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-07-01 Gabor Greifreformulate CallSiteBase::getCallee to adapt to CallIns...
2010-06-26 Chris Lattnerfit in 80 cols
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-22 Dan GohmanAdd a comment explaining a non-obvious API.
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-05-27 Dan GohmanMake ParseIRFile and getLazyIRFileModule incoporate...
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-27 Gabor Greiftypo
2010-05-14 Dan GohmanUse PassManagerBase, to give clients the option of...
2010-05-14 Dan GohmanAdd an isNodeHidden to the graph traits, to support...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-10 Dan GohmanAdd an explicit keyword.
2010-04-30 Dan GohmanProperly escape edge source and destination labels.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
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
next