Reinstate r133513 (reverted in r133700) with an additional fix for a
[oota-llvm.git] / include / llvm / Support /
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-10 Richard OsborneFix example code in comment.
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-26 Charles DavisFix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big...
2011-05-22 Chris Lattneranother typo
2011-05-22 Chris Lattnerfix comment typo
2011-05-22 Chris Lattnerrandom comment cleanups.
2011-05-22 Chris Lattnerremove StandardPasses, it has been replaced with PassMa...
2011-05-22 Chris Lattneradd support for LTO passes.
2011-05-22 Charles DavisInclude DataTypes.h from this header to get the uint...
2011-05-21 Chris Lattneradd an extension point mechanism that allow plugins...
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-05-21 Chris Lattneradd a new PassManagerBuilder class to replace StandardP...
2011-05-21 Eli FriedmanPR7952: Make isa<> use the same logic as cast<>, so...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-19 Eli FriedmanFix up the new StandardPasses to run the same scalarrep...
2011-05-19 Francois PichetFix the MSVC build.
2011-05-19 Charles DavisFix build issues with headers, which I discovered by...
2011-05-18 David ChisnallSome better type safety enforcement in the standard...
2011-05-18 Eli FriedmanThird pass at allowing plugins to modify default passes...
2011-05-18 Devang PatelSet debug location while setting insertion point.
2011-05-18 Eli FriedmanRevert r131556; it's breaking buildbots/clang tests.
2011-05-18 David ChisnallSecond pass at allowing plugins to modify default passe...
2011-05-15 Charles DavisGet rid of extern "C" from the Win64 EH header.
2011-05-15 Charles DavisAdd a header containing definitions used to implement...
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-05-10 Nick LewyckyRevert r131155 for now. It makes VMCore depend on Analy...
2011-05-10 David ChisnallAdd support for plugins add passes to the default set...
2011-05-05 Nick LewyckyFix typo. No functional change.
2011-05-04 Ted KremenekAdd explicit 'unregister' method to CrashRecoveryConext...
2011-05-04 Devang PatelIf builder is initialized using an instruction as inser...
2011-05-03 Duncan SandsImplement some basic simplifications involving min...
2011-04-28 Ted KremenekAdd MemoryBuffer::getBufferKind() to report whether...
2011-04-26 Chris Lattnermake a couple of changes to the standard pass pipeline:
2011-04-26 Chris Lattneradd an m_ConstantInt matching predicate that binds...
2011-04-22 Frits van BommelComment out some unused parameter names to silence...
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-19 Chris Lattneradd a helper method.
2011-04-18 Ted KremenekAdd BumpPtrAllocator::getTotalMemory() to allow clients...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Nick LewyckyUse positive values since the value type is unsigned...
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-09 Chris Lattnerfix doc comment bug, noticed by Jochen
2011-04-07 Nick LewyckyAdd support for ArrayRef in IRBuilder's CreateCall.
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-05 Andrew TrickFix a typo.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-03 Frits van BommelRemove the LLVMContext& arguments from *Folder construc...
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-22 Ted KremenekProperly initialize all fields in CrashReporterCleanupC...
2011-03-22 Ted KremenekRework CrashRecoveryContextCleanup to provide a simpler...
2011-03-21 Ted KremenekProvide a means for CrashRecovery clients to determine...
2011-03-19 Ted KremenekTweak CrashRecoveryContextCleanup to provide an easy...
2011-03-18 Jim GrosbachTidy up.
2011-03-18 Ted KremenekTweak CrashRecoveryContextCleanup::createCleanup()...
2011-03-18 Ted KremenekAdd new CrashRecoveryContextCleanup subclass: CrashReco...
2011-03-18 Ted KremenekAugment CrashRecoveryContext to have registered "cleanu...
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-14 John McCallVersion N of the llvm_unreachable patch: VC++ doesn...
2011-03-14 John McCallOkay, some compilers complain if you provide the except...
2011-03-14 John McCallFix the exception-specification of abort() when declari...
2011-03-14 John McCallMake llvm_unreachable evaluate to __builtin_unreachable...
2011-03-14 Mikhail GlushenkovEmacs mode string.
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-03-02 Dan GohmanMake pred_iterator DefaultConstructible, and add an...
2011-03-01 Dan GohmanEscape graph edge labels.
2011-03-01 Dan GohmanRemove the showline argument from the SMDiagnostic...
2011-03-01 Dan GohmanCode simplification.
2011-03-01 Dan GohmanChange directory_entry::path() to return a const std...
2011-03-01 Chris Lattneradd a missing const qualifier for consistency.
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-25 Nick LewyckyUpdate the NoFolder to work with current IRBuilder.
2011-02-24 Michael J. SpencerDepricate PathV1::isAbsolute.
2011-02-18 Devang PatelRemove unused tag.
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-02-18 Chris LattnerNow that -loop-idiom uses TargetLibraryInfo properly...
2011-02-18 Chris Lattnerrearrange some comments, no functionality change.
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-09 Douglas GregorRip out realpath() support. It's expensive, and often...
2011-02-09 Douglas GregorAdd llvm::sys::path::canonical(), which provides the...
2011-02-09 Chris LattnerRework InstrTypes.h so to reduce the repetition around...
2011-02-09 Chris Lattnerenrich folder interfaces around exactness.
next