| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split generated asm mnemonic matching table into a separate table for each as... | Craig Topper | 2013-07-24 | 1 | -1/+1 |
* | [mips] Use pristine object file while processing relocations. | Akira Hatanaka | 2013-07-24 | 2 | -0/+4 |
* | Remove dead code. | Eric Christopher | 2013-07-24 | 1 | -1/+0 |
* | Remove unnecessary constructors as the default conversions will handle | Eric Christopher | 2013-07-24 | 1 | -16/+5 |
* | More constructor cleanup. | Eric Christopher | 2013-07-24 | 1 | -2/+2 |
* | Remove one more of these. | Eric Christopher | 2013-07-24 | 1 | -4/+1 |
* | Remove more dead/weird/misleading code. | Eric Christopher | 2013-07-24 | 1 | -4/+1 |
* | Remove more seemingly unused code. | Eric Christopher | 2013-07-24 | 1 | -8/+4 |
* | DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free | Tom Stellard | 2013-07-23 | 1 | -2/+4 |
* | Remove unused function. | Eric Christopher | 2013-07-23 | 1 | -3/+0 |
* | Keep similar classes near each other. No functional change. | Eric Christopher | 2013-07-23 | 1 | -119/+119 |
* | 80-column. | Eric Christopher | 2013-07-23 | 1 | -1/+5 |
* | Expand the comment on getOpenFileSlice a bit for more details and consistency | Eli Bendersky | 2013-07-23 | 1 | -2/+3 |
* | Split getOpenFile into getOpenFile and getOpenFileSlice. | Rafael Espindola | 2013-07-23 | 1 | -6/+10 |
* | Revert "Remove use of asymmetric std::lower_bound comparator." | Ahmed Bougacha | 2013-07-23 | 1 | -5/+0 |
* | Debug Info Finder: use processDeclare and processValue to list debug info | Manman Ren | 2013-07-23 | 1 | -3/+12 |
* | Fix typo (ponted -> pointed) | Matt Arsenault | 2013-07-22 | 1 | -7/+7 |
* | Debug Info Finder: add processScope to actually handle the Scope. | Manman Ren | 2013-07-22 | 1 | -0/+2 |
* | Recommit r186217 with testcase fix: | Bill Wendling | 2013-07-22 | 2 | -10/+1 |
* | Mark ELF's first symbol as format specific so that llvm-nm ignores it. | Rafael Espindola | 2013-07-22 | 1 | -1/+2 |
* | Fix missing const | Matt Arsenault | 2013-07-22 | 1 | -1/+1 |
* | Fix typo. | Eric Christopher | 2013-07-22 | 1 | -3/+3 |
* | MC: mayAffectControlFlow() handling for variadic instructions. | Jim Grosbach | 2013-07-22 | 1 | -2/+14 |
* | Treat nothrow forms of ::operator delete and ::operator delete[] as | Richard Smith | 2013-07-21 | 1 | -0/+4 |
* | Make the mem2reg interface use an ArrayRef as it keeps a copy of these | Chandler Carruth | 2013-07-21 | 1 | -3/+3 |
* | Update mem2reg's comments to conform to the new doxygen standards. No | Chandler Carruth | 2013-07-20 | 1 | -7/+11 |
* | Remove trailing whitespace, fix file path in comment | Matt Arsenault | 2013-07-20 | 1 | -7/+7 |
* | Debug Info Verifier: simplify DIxxx::Verify | Manman Ren | 2013-07-20 | 1 | -0/+6 |
* | Fix size_t -> uint warnings with MSVC 64-bit build | Matt Arsenault | 2013-07-20 | 3 | -12/+12 |
* | Retry submitting r186623: COFFDumper: Dump data directory entries. | Rui Ueyama | 2013-07-19 | 1 | -0/+2 |
* | [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 |