summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* 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
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-19
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-19
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-15
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [PM] Fix the const-correctness of the generic DominatorTreeBase toChandler Carruth2014-01-13
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-13
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-10
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Update example to be more idiomatic.Rafael Espindola2014-01-09
* Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required...Richard Smith2014-01-09
* Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola2014-01-09
* Fix the C++03 build.Rafael Espindola2014-01-08
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Add get and getError methods to ErrorOr.Rafael Espindola2014-01-08
* Add missing rename from the previous commit.Rafael Espindola2014-01-08
* Rename get to getStorage and getError to getErrorStorage.Rafael Espindola2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Support: add reference for ARM EHABISaleem Abdulrasool2014-01-06
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-06
* ELF relocation types for sparc.Venkatraman Govindaraju2014-01-05
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-05