summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-10
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-10
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-10
* Make pred_iterator DefaultConstructible, and add an accessor toDan Gohman2011-03-02
* Escape graph edge labels.Dan Gohman2011-03-01
* Remove the showline argument from the SMDiagnostic constructorDan Gohman2011-03-01
* Code simplification.Dan Gohman2011-03-01
* Change directory_entry::path() to return a const std::string & instead ofDan Gohman2011-03-01
* add a missing const qualifier for consistency.Chris Lattner2011-03-01
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-27
* Update the NoFolder to work with current IRBuilder.Nick Lewycky2011-02-25
* Depricate PathV1::isAbsolute.Michael J. Spencer2011-02-24
* Remove unused tag.Devang Patel2011-02-18
* Provide tag strings for llvm specific tags.Devang Patel2011-02-18
* Now that -loop-idiom uses TargetLibraryInfo properly, it doesn'tChris Lattner2011-02-18
* rearrange some comments, no functionality change.Chris Lattner2011-02-18
* Teach PatternMatch that splat vectors could be floating point as well asNick Lewycky2011-02-15
* Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan2011-02-11
* switch the constantexpr, target folder, and IRBuilder interfacesChris Lattner2011-02-10
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-09
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-09
* Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/ExactChris Lattner2011-02-09
* enrich folder interfaces around exactness.Chris Lattner2011-02-09
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* Add an m_Div pattern for matching either a udiv or an sdiv and use itDuncan Sands2011-02-07
* Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands2011-02-07
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar2011-02-03
* Add a m_Undef pattern for convenience. This is so that code that usesDuncan Sands2011-02-01
* Add a m_SignBit pattern for convenience.Duncan Sands2011-02-01
* Have m_One also match constant vectors for which every element is 1.Duncan Sands2011-02-01
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Remove more duplicated code.Rafael Espindola2011-01-23
* add DW_TAG for rvalue refs.Chris Lattner2011-01-22
* Object: Add ELF support.Michael J. Spencer2011-01-20
* Remove an unnecessary #include.Cameron Zwarich2011-01-20
* Trailing whitespace.Jim Grosbach2011-01-17
* Revert rr123550. It causes clang build failure on darwin9.Devang Patel2011-01-17
* Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext...Michael J. Spencer2011-01-15
* Support/PathV2: Add identify_magic.Michael J. Spencer2011-01-15
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-15
* Fix m_Not and m_Neg to not match random ConstantInt's. BeforeChris Lattner2011-01-15
* switch the second scalarrepl pass to use SSAUpdater. We run two scalarrepl p...Chris Lattner2011-01-14
* Rather than doing early instcombine, try doing early CSE instead. This shoul...Owen Anderson2011-01-14
* Don't bother conditionalizing the use of SROA in -O1 mode. We're already run...Owen Anderson2011-01-14
* Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer2011-01-12
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-11
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Revert svn 122743, removing the instcombine pass that was replaced by earlycse.Bob Wilson2011-01-05
* Fix PR8906: -fno-builtin should disable loop-idiom recognition.Chris Lattner2011-01-05