summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove unneeded forward declarations.Craig Topper2013-07-13
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-12
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* Fixed comment in header of Block Frequency Impl and added text for C++ mode.Michael Gottesman2013-07-12
* Mark MDNode::getOperand as readonly.Benjamin Kramer2013-07-12
* Stylistic change.Shuxin Yang2013-07-12