| Commit message (Expand) | Author | Age | Files | Lines |
* | [Option] Add inclusion and exclusion flags to option parsing | Reid Kleckner | 2013-07-19 | 1 | -2/+14 |
* | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 1 | -0/+8 |
* | Remove DIBuilder cache of variable TheCU and change the few | Eric Christopher | 2013-07-19 | 1 | -6/+6 |
* | Clarify comment for extension(). | Rui Ueyama | 2013-07-19 | 1 | -0/+1 |
* | Revert "COFFDumper: Dump data directory entries." | Rui Ueyama | 2013-07-18 | 1 | -2/+0 |
* | COFFDumper: Dump data directory entries. | Rui Ueyama | 2013-07-18 | 1 | -0/+2 |
* | Fix -Wdocumentation warning | Hans Wennborg | 2013-07-18 | 1 | -1/+1 |
* | Revert "Remove DIBuilder cache of variable TheCU and change the few" | Eric Christopher | 2013-07-18 | 1 | -6/+6 |
* | Equal means ==, not !=. Thanks to Benjamin for catching. | Eric Christopher | 2013-07-18 | 1 | -1/+1 |
* | Remove DIBuilder cache of variable TheCU and change the few | Eric Christopher | 2013-07-18 | 1 | -6/+6 |
* | [Support] Beef up and expose the response file parsing in llvm::cl | Reid Kleckner | 2013-07-18 | 1 | -0/+53 |
* | [ARMv8] Add NEON instructions VCVT{A, N, P, M}. | Joey Gouly | 2013-07-18 | 1 | -0/+12 |
* | Remove dead code. | Rafael Espindola | 2013-07-18 | 1 | -28/+0 |
* | Fix a regression I introduced back in r178147. | Rafael Espindola | 2013-07-18 | 1 | -13/+14 |
* | Get rid of the Dis/EnableDebugLocations() API. | Adrian Prantl | 2013-07-18 | 1 | -21/+0 |
* | Update comment slightly. | Eric Christopher | 2013-07-18 | 1 | -1/+1 |
* | Add comparison operators for DIDescriptors to fix c++98 fallout | Eric Christopher | 2013-07-17 | 1 | -0/+7 |
* | Add an explicit operator bool conversion to DIDescriptor to make | Eric Christopher | 2013-07-17 | 1 | -0/+7 |
* | OptParser.td: typo | Hans Wennborg | 2013-07-17 | 1 | -2/+2 |
* | [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. | Joey Gouly | 2013-07-17 | 1 | -0/+2 |
* | Add simpler version of is_directory. It will be used in clang. | Rafael Espindola | 2013-07-17 | 1 | -0/+7 |
* | Add getModuleFlag(StringRef Key) to query a module flag given Key. | Manman Ren | 2013-07-16 | 1 | -0/+4 |
* | Add a wrapper for open. | Rafael Espindola | 2013-07-16 | 3 | -18/+34 |
* | [Support] Add a Unicode conversion wrapper from UTF16 to UTF8 | Reid Kleckner | 2013-07-16 | 1 | -2/+22 |
* | ARM: implement ldrex, strex and clrex intrinsics | Tim Northover | 2013-07-16 | 1 | -4/+7 |
* | This patch allows targets to define weather the instruction mnemonics in asm ... | Vladimir Medic | 2013-07-16 | 1 | -0/+3 |
* | [Object/COFF] Add import_directory_table_entry. | Rui Ueyama | 2013-07-16 | 1 | -0/+8 |
* | Add a version of sys::fs::status that uses fstat. | Rafael Espindola | 2013-07-16 | 1 | -0/+3 |
* | COFF: Add constants for optional data directory. | Rui Ueyama | 2013-07-16 | 1 | -0/+18 |
* | Instead friending status, provide windows and posix constructors to file_status. | Rafael Espindola | 2013-07-16 | 1 | -19/+34 |
* | Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl... | NAKAMURA Takumi | 2013-07-16 | 1 | -2/+3 |
* | Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" | Reid Kleckner | 2013-07-15 | 1 | -3/+2 |
* | [Option] Store arg strings in a set backed by a BumpPtrAllocator | Reid Kleckner | 2013-07-15 | 1 | -2/+3 |
* | Add DW_AT_GNU_odr_signature to the set of dwarf attributes. | Eric Christopher | 2013-07-14 | 1 | -0/+2 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 3 | -4/+4 |
* | Remove unneeded forward declarations. | Craig Topper | 2013-07-13 | 1 | -3/+0 |
* | Revert commit r186217 -- this is breaking bots: | Chandler Carruth | 2013-07-13 | 2 | -1/+10 |
* | Fixed 80+ violation and added C++ to header. | Michael Gottesman | 2013-07-12 | 1 | -1/+1 |
* | Use the function attributes to pass along the stack protector buffer size. | Bill Wendling | 2013-07-12 | 2 | -10/+1 |
* | Change llvm-ar to use lib/Object. | Rafael Espindola | 2013-07-12 | 1 | -1/+2 |
* | TargetTransformInfo: address calculation parameter for gather/scather | Arnold Schwaighofer | 2013-07-12 | 1 | -1/+5 |
* | Fixed comment in header of Block Frequency Impl and added text for C++ mode. | Michael Gottesman | 2013-07-12 | 1 | -1/+1 |
* | Mark MDNode::getOperand as readonly. | Benjamin Kramer | 2013-07-12 | 1 | -1/+1 |
* | Stylistic change. | Shuxin Yang | 2013-07-12 | 1 | -1/+1 |
* | Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. | Charles Davis | 2013-07-12 | 1 | -1/+10 |
* | Sync SmallBitVector with BitVector. Add unit tests for the missing methods. | Benjamin Kramer | 2013-07-11 | 1 | -0/+34 |
* | Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide. | Michael Gottesman | 2013-07-11 | 1 | -682/+613 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-11 | 2 | -3/+3 |
* | Use move semantics if possible to construct ConstantRanges. | Benjamin Kramer | 2013-07-11 | 1 | -2/+10 |
* | Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky. | Michael Gottesman | 2013-07-10 | 1 | -1/+1 |