summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* Use StringRef in raw_fd_ostream constructorBen Langmuir2014-02-26
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Delete dead code.Rafael Espindola2014-02-24
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Don't inline get[S|U]LEB128Size() until they are proved to be hot.Logan Chien2014-02-22
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* Add const to some member functions of SuccIterator.Logan Chien2014-02-22
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-20
* Avoid collisions with Objective-C++ keywordsTobias Grosser2014-02-19
* Disable override and final C++ keyword in gcc 4.6.Logan Chien2014-02-19
* Try to revive buildbots after r201620Alexey Samsonov2014-02-19
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Remove dead code.Rafael Espindola2014-02-13
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Revert "Fix an invalid check for duplicate option categories."Rafael Espindola2014-02-05
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-05
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-04
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Finish bringing file_type to the llvm style (other than its name).Rafael Espindola2014-01-28
* Be more explicit about which overloaded variant to use. Caught by ASan!Nick Kledzik2014-01-28
* Convert to the inner enum so the compiler can warn about it in switches.Rafael Espindola2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* fix templates to work with pre c++11Nick Kledzik2014-01-28
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* [vectorizer] Teach the loop vectorizer's unroller to only unroll byChandler Carruth2014-01-27
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-26
* Remove unused typedef.Rui Ueyama2014-01-26
* removing duplicate enum valueVenkatraman Govindaraju2014-01-25
* Missing ELF relocations for Sparc.Venkatraman Govindaraju2014-01-25
* Support/COFF: Fix PEHeader struct, and define PE32Header as its alias.Rui Ueyama2014-01-24
* Fix known typosAlp Toker2014-01-24
* Add constants for optional header magic field.Rui Ueyama2014-01-24
* Suppress an annoying "unused variable" warning caused by bug 17897.Rui Ueyama2014-01-23
* Add unused result attr to the casting templatesAlp Toker2014-01-22
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov2014-01-20