The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / Support /
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.
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-07 Duncan SandsAdd an m_Div pattern for matching either a udiv or...
2011-02-07 Duncan SandsAdd IRBuilder methods for creating an exact udiv, like...
2011-02-04 Jason W KimTeach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic...
2011-02-03 Daniel Dunbarraw_fd_ostream: Add a SetUseAtomicWrites() method ...
2011-02-01 Duncan SandsAdd a m_Undef pattern for convenience. This is so...
2011-02-01 Duncan SandsAdd a m_SignBit pattern for convenience.
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-22 Chris Lattneradd DW_TAG for rvalue refs.
2011-01-20 Michael J. SpencerObject: Add ELF support.
2011-01-20 Cameron ZwarichRemove an unnecessary #include.
2011-01-17 Jim GrosbachTrailing whitespace.
2011-01-17 Devang PatelRevert rr123550. It causes clang build failure on darwin9.
2011-01-15 Michael J. SpencerSupport/GraphWriter: Replace all internal uses of PathV...
2011-01-15 Michael J. SpencerSupport/PathV2: Add identify_magic.
2011-01-15 Michael J. SpencerSupport/PathV2: Implement get_magic.
2011-01-15 Chris LattnerFix m_Not and m_Neg to not match random ConstantInt...
2011-01-14 Chris Lattnerswitch the second scalarrepl pass to use SSAUpdater...
2011-01-14 Owen AndersonRather than doing early instcombine, try doing early...
2011-01-14 Owen AndersonDon't bother conditionalizing the use of SROA in -O1...
2011-01-12 Michael J. SpencerSupport/Path: Deprecate PathV1::IsSymlink and replace...
next