aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Provide a portability macro for __builtin_trap.David Blaikie2012-08-211-0/+9
* Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang2012-08-171-0/+12
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-171-13/+14
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-161-16/+0
* Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky2012-08-161-0/+16
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+77
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-151-0/+19
* [yaml2obj] Fix incorrect use of signed values.Michael J. Spencer2012-08-141-3/+3
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-141-2/+39
* LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem2012-08-131-1/+2
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-081-0/+58
* Remove OpenBSD defines:Bill Wendling2012-08-082-24/+0
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-021-0/+8
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-011-0/+97
* Extend the InstVisitor to visit the specialized classes wrappingChandler Carruth2012-07-301-7/+46
* Typos.Chad Rosier2012-07-271-1/+1
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-261-4/+4
* Fix a typo (the the => the)Sylvestre Ledru2012-07-232-2/+2
* Fix few warnings.Galina Kistanova2012-07-201-1/+1
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-201-0/+5
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-0/+4
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-191-5/+4
* Fixed few warnings.Galina Kistanova2012-07-191-2/+2
* Remove tabs.Bill Wendling2012-07-192-51/+51
* Add some missed ELF constants definitions:Simon Atanasyan2012-07-181-1/+36
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-151-399/+0
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-151-141/+0
* Initializers for some fields were missing in Option::OptionAlexander Kornienko2012-07-131-4/+4
* Remove some trivial copy ctors so the classes become trivially copyable and g...Benjamin Kramer2012-07-081-1/+0
* Revert r159789.Dmitri Gribenko2012-07-061-17/+0
* Enable new[] on llvm::BumpPtrAllocator.Dmitri Gribenko2012-07-061-0/+17
* Reverted r159658:Stepan Dyatkovskiy2012-07-041-84/+2
* Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy2012-07-041-4/+30
* IntegersSubsetMappin: cosmetic changes in diff operation.Stepan Dyatkovskiy2012-07-031-6/+6
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-031-1/+96
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-031-31/+5
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-031-2/+84
* Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher2012-07-022-216/+43
* Fix -Wstring-conversion warning.David Blaikie2012-07-021-2/+1
* Fixed switch in IntRange::isSingleNumber method.Stepan Dyatkovskiy2012-07-021-1/+3
* IntRange, fixed warning in isSingleNumber methodStepan Dyatkovskiy2012-07-021-2/+1
* IntRange:Stepan Dyatkovskiy2012-07-022-43/+216
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-1281/+0
* add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes2012-06-281-0/+4
* IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...Stepan Dyatkovskiy2012-06-261-3/+258
* IntegersSubsetMapping: removed exclude operation, it will replaced with more ...Stepan Dyatkovskiy2012-06-261-52/+0
* add CallSite/CallInst/InvokeInst::hasFnAttr()Nuno Lopes2012-06-251-0/+5
* Just remove generic support for C++11 alignas -- GCC is alreadyChandler Carruth2012-06-251-1/+1
* llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap...NAKAMURA Takumi2012-06-241-0/+4