summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
...
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-13
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-11
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-09
* Formatting.Eric Christopher2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-05
* Rename enums to match convention and remove superfluous "dwarf" in names.Eric Christopher2013-09-05
* Fix typos in assert message.Nick Lewycky2013-09-05
* Clean up some whitespace and comment formatting.Eric Christopher2013-09-05
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-04
* Move default dwarf version enum into the llvm dwarf constants ratherEric Christopher2013-09-04
* fix typo in enum nameNick Kledzik2013-09-04
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-04
* Use Intrinsic::ID for the pattern match templates, fixing a signed/unsignedEric Christopher2013-09-04
* Migrate the DWARF_VERSION constant to 4. It largely needs to go away.Eric Christopher2013-09-03
* Fix the following error when NDEBUG is defined:Kaelyn Uhrain2013-08-29
* isCharInSet refactoring.Alexander Kornienko2013-08-29
* [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...Argyrios Kyrtzidis2013-08-28
* Add an assertion to the fixed-size allocator to ensure that we don't requestJoey Gouly2013-08-27
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* [Support] fix compile with -WerrorSaleem Abdulrasool2013-08-24
* [Support] add missing enumeration valuesSaleem Abdulrasool2013-08-24
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-21
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-21
* Fix include guards.Jakub Staszak2013-08-20
* Add definition of __warn_unused_result__ attribute. It will be used in theJakub Staszak2013-08-19
* Removing unused functionality.Aaron Ballman2013-08-16
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-15
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-14
* Make directory iterator sentinels free.Benjamin Kramer2013-08-09
* Forward resetColor() et al to the underlying stream.Ted Kremenek2013-08-08
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-06
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Expose that the unique file ID has a device and a file component.Rafael Espindola2013-08-01
* Formatting.Eric Christopher2013-08-01
* Make these just inline, not static inline.Eric Christopher2013-07-30
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Remove trailing whitespace.Stephen Lin2013-07-26
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-26
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25