aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2012-07-20raw_ostream: Add a has_colors() method.Daniel Dunbar
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
2012-07-19Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer
2012-07-19Fixed few warnings.Galina Kistanova
2012-07-19Remove tabs.Bill Wendling
2012-07-18Add some missed ELF constants definitions:Simon Atanasyan
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth
2012-07-15Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth
2012-07-13Initializers for some fields were missing in Option::OptionAlexander Kornienko
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-07-08Remove some trivial copy ctors so the classes become trivially copyable and g...Benjamin Kramer
2012-07-06Revert r159789.Dmitri Gribenko
2012-07-06Enable new[] on llvm::BumpPtrAllocator.Dmitri Gribenko
2012-07-04Reverted r159658:Stepan Dyatkovskiy
2012-07-04Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy
2012-07-03Diff from hg rev 0b098ca44de7Derek Schuff
2012-07-03IntegersSubsetMappin: cosmetic changes in diff operation.Stepan Dyatkovskiy
2012-07-03Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy
2012-07-03Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy
2012-07-03Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy
2012-07-02Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher
2012-07-02Fix -Wstring-conversion warning.David Blaikie
2012-07-02Fixed switch in IntRange::isSingleNumber method.Stepan Dyatkovskiy
2012-07-02IntRange, fixed warning in isSingleNumber methodStepan Dyatkovskiy
2012-07-02IntRange:Stepan Dyatkovskiy
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-28add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes
2012-06-26IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...Stepan Dyatkovskiy
2012-06-26IntegersSubsetMapping: removed exclude operation, it will replaced with more ...Stepan Dyatkovskiy
2012-06-25add CallSite/CallInst/InvokeInst::hasFnAttr()Nuno Lopes
2012-06-25Just remove generic support for C++11 alignas -- GCC is alreadyChandler Carruth
2012-06-24llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap...NAKAMURA Takumi
2012-06-24llvm/Support/IntegersSubset.h: Fix whitespace.NAKAMURA Takumi
2012-06-23Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow
2012-06-22Fixed r158979.Stepan Dyatkovskiy
2012-06-22Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands
2012-06-22Performance optimizations:Stepan Dyatkovskiy
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-06-20Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik
2012-06-16Add support to the alignment support header for conjuring a characterChandler Carruth
2012-06-12Remove use of GNU extension to resolve Clang warning.David Blaikie
2012-06-12Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis
2012-06-12For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis
2012-06-09Convert comments to proper Doxygen comments.Dmitri Gribenko
2012-06-05IntegersSubsetMapping: added exclude operation, that allows to exclude subset...Stepan Dyatkovskiy
2012-06-05IntegersSubsetMapping:Stepan Dyatkovskiy
2012-06-03IntRange: Restore the copy constuctor explicitly to appase buildbot.NAKAMURA Takumi
2012-06-02Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy