There are times when the landing pad won't have a call to 'eh.selector' in
[oota-llvm.git] / include / llvm / Support /
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...
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2011-01-05 Bob WilsonRevert svn 122743, removing the instcombine pass that...
2011-01-05 Chris LattnerFix PR8906: -fno-builtin should disable loop-idiom...
2011-01-03 Evan ChengUndo what looks like accidental removal of an instcombi...
2011-01-03 Chris LattnerTurn on earlycse by default. This seems to be a small...
2011-01-03 Chris LattnerEnhance ScopedHashTable to allow it to take an allocato...
2011-01-01 Chris Lattnerturn on memset idiom recognition by default. Though...
2010-12-28 Michael J. SpencerSupport/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-28 Michael J. SpencerFix typo.
2010-12-28 Michael J. SpencerSupport/PathV2: Implement has_magic.
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-20 Bill WendlingThis is still used and issuing an annoying warning...
2010-12-20 Michael J. SpencerFix spelling.
2010-12-19 Chris Lattneradd a version of IRBuilder::SetInsertPoint that takes...
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Eric ChristopherHeader warning patrol.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate getLast.
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-12-17 Michael J. SpencerFix 80 col.
2010-12-17 Michael J. SpencerSupport/Path: Deprecate PathV1::isAbsolute.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-17 Michael J. SpencerSupport: Rename Path.h to PathV1.h and add a new Path...
2010-12-17 Chris Lattnerimprove switch formation to handle small range
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-15 Rafael EspindolaTypo.
2010-12-15 Rafael EspindolaGeneralize an assert.
2010-12-10 Nick LewyckyRemove dead header.
2010-12-09 Michael J. SpencerFix whitespace.
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-07 Michael J. SpencerSupport: Remove Alarm. It is unused (via local grep...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove const from bool return types.
2010-12-07 Michael J. SpencerFix spelling.
2010-12-07 Michael J. SpencerSupport: Remove DynamicLinker.h. It is unused and unimp...
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-07 Michael J. SpencerSupport/PathV2: Clarify and correct documentation.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-06 Frits van BommelFix clang warning: "extra ';' inside a class [-pedantic]".
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-04 Michael J. SpencerSupport/FileSystem: Add status implementation.
2010-12-04 Michael J. SpencerSupport/SystemError: Make error_category and error_code...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-03 Michael J. SpencerSupport/FileSystem: Remove temp_directory_path.
2010-12-01 Michael J. SpencerSupport/PathV2: Split PathV2.h into PathV2.h and FileSy...
2010-12-01 Michael J. SpencerSupport/PathV2: Remove is_valid. It was only added...
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
next