summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-22
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-22
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* Fix missing constMatt Arsenault2013-07-22
* Fix typo.Eric Christopher2013-07-22
* MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach2013-07-22
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-20
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-20
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-20
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-20
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-19
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Clarify comment for extension().Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* Fix -Wdocumentation warningHans Wennborg2013-07-18
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Equal means ==, not !=. Thanks to Benjamin for catching.Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-18
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-18
* Remove dead code.Rafael Espindola2013-07-18
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-18
* Get rid of the Dis/EnableDebugLocations() API.Adrian Prantl2013-07-18
* Update comment slightly.Eric Christopher2013-07-18
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-17
* Add an explicit operator bool conversion to DIDescriptor to makeEric Christopher2013-07-17
* OptParser.td: typoHans Wennborg2013-07-17
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-17
* Add simpler version of is_directory. It will be used in clang.Rafael Espindola2013-07-17
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* Add a wrapper for open.Rafael Espindola2013-07-16
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-16
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-16
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-15
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-15
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-14