- 79069f9 Format. by Eric Christopher · 12 years ago
- 9646987 Remove FIXME that had snuck in. by Eric Christopher · 12 years ago
- 58e0fee Avoid collisions with Objective-C++ keywords by Tobias Grosser · 12 years ago
- 4c18e2e Fix typo by Tobias Grosser · 12 years ago
- fccbee8 Make one statement easier to understand from post commmit feedback from a by Reed Kotler · 12 years ago
- 3bd3f42 Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9. by Roman Divacky · 12 years ago
- b4aafff move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
- 737c9f6 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
- cf42174 Refactor TargetOptions initialization into a single place. by Eli Bendersky · 12 years ago
- eb5fe70 Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine.cpp. by Christian Pirker · 12 years ago
- a72f916 [mips] Use multiple FileCheck prefixes rather than run the test multiple times by Daniel Sanders · 12 years ago
- ffac49b [mips] In the integrated assembler, select the default feature bits by changing the CPU value. by Daniel Sanders · 12 years ago
- f47b32e Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp. by Christian Pirker · 12 years ago
- 191f882 [Sparc] Remove spurious checks from a testcase. by Venkatraman Govindaraju · 12 years ago
- 9a8ab56 [mips] Use llvm::Triple in ParseMipsTriple() instead of manually parsing it by Daniel Sanders · 12 years ago
- 3e0d3a4 This reverts commit r201625 and r201624. by Rafael Espindola · 12 years ago
- 210edf5 [mips] Add explicit N32 and N64 tests to nabi-regs.s test by Daniel Sanders · 12 years ago
- 2228d01 Support GTest for FreeBSD platforms (9.x) by Alexey Samsonov · 12 years ago
- f513217 [mips] Remove unused NotN64 predicate by Daniel Sanders · 12 years ago
- 35f15e5 Fix AVX512 vector sqrt assembly strings. by Cameron McInally · 12 years ago
- 6e2c745 Disable override and final C++ keyword in gcc 4.6. by Logan Chien · 12 years ago
- 9a92586 Revert r201622 and r201608. by Daniel Jasper · 12 years ago
- 1f55e40 X86: move test requiring X86TargetLowering info into its own directory by Tim Northover · 12 years ago
- a5d63e5 Try addding datalayout in case that's what Hexagon doesn't like. by Tim Northover · 12 years ago
- 44697f3 X86 CodeGenPrep: sink shufflevectors before shifts by Tim Northover · 12 years ago
- 84d5a23 Build PIE binaries when cross-compiling to Android. by Evgeniy Stepanov · 12 years ago
- 70416f8 Try to revive buildbots after r201620 by Alexey Samsonov · 12 years ago
- fa0cf99 Remove special FP opcode maps and instead add enough MRM_XX formats to handle all the FP operations. This increases format by 1 bit, but decreases opcode map by 1 bit so the TSFlags size doesn't change. by Craig Topper · 12 years ago
- 52fb0a5 Reduce size of map field in X86 TSFlags since it now requires less bits. by Craig Topper · 12 years ago
- 75116bc Put some of the X86 formats in a more logical order. by Craig Topper · 12 years ago
- 82a644a Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables. by Craig Topper · 12 years ago
- b7e1ab7 llvm-objdump/COFF: Print load configuration table. by Rui Ueyama · 12 years ago
- 3fd813e Fix a typo in a comment. by Mingjie Xing · 12 years ago
- 156f2a1 MCAsmParser: support required parameters by Saleem Abdulrasool · 12 years ago
- 5bbd4d2 MCAsmParser: change representation of MCAsmMacroParameter by Saleem Abdulrasool · 12 years ago
- 070b574 Now that llvm always does the right thing with private, use it. by Rafael Espindola · 12 years ago
- f2ce8f7 Use PrivateLinkage now that it is safe. by Rafael Espindola · 12 years ago
- faaa553 Avoid an infinite cycle with private linkage and -f{data|function}-sections. by Rafael Espindola · 12 years ago
- 7a8ca27 [docs] Clean up some more llvm-gcc stuff by Sean Silva · 12 years ago
- f7f33ce [docs] Nuke some references to llvm-gcc by Sean Silva · 12 years ago
- 6880f0e Fix PR18743. by Rafael Espindola · 12 years ago
- 1836fe5 Rename a DebugLoc variable to DbgLoc and a DataLayout to DL. by Rafael Espindola · 12 years ago
- 25818a6 Consistently check 'IsCode' when allocating sections in RuntimeDyld (via by Lang Hames · 12 years ago
- a3de371 [AArch64] Expanded sin, cos, pow with FP vector types inputs by Ana Pazos · 12 years ago
- aa43604 [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it. by Daniel Sanders · 12 years ago
- 39d8dcb Rename some member variables from TD to DL. by Rafael Espindola · 12 years ago
- 2678b21 Add myself as owner for libc++ by Marshall Clow · 12 years ago
- ade82a4 XCore target: Handle common linkage by Robert Lytton · 12 years ago
- b489828 XCore target: addMemOperand as necessary by Robert Lytton · 12 years ago
- 9409825 XCore target: Fix llvm.eh.return and EH info register handling by Robert Lytton · 12 years ago
- eb720cc Darwin builds: handle different possible form for SDKROOT. by Tim Northover · 12 years ago
- 4bcb985 GlobalMerge: move "-global-merge" option to the pass itself. by Tim Northover · 12 years ago
- d729dfc X86: use vpsllvd (& friends) for 16-bit shifts on Haswell by Tim Northover · 12 years ago
- 257ed1e llvm-cov: Support gcov's extermely lenient treatment of -o by Justin Bogner · 12 years ago
- ce3db3c Add PS prefix to some classes I missed in r201538. by Craig Topper · 12 years ago
- 17e2af6 Add a bunch of OpSize32 tags to 64-bit mode only instructions to match their 32-bit mode counterparts for cases where there is also a OpSize16 instruction. by Craig Topper · 12 years ago
- 2e58f46 AVX-512: Fixed size of mask registers by Elena Demikhovsky · 12 years ago
- 47f6b17 Fix a typo about lowering AArch64 va_copy. by Jiangning Liu · 12 years ago
- 7d2bb38 Add an x86 prefix encoding for instructions that would decode to a different instruction with 0xf2/f3/66 were in front of them, but don't themselves have a prefix. For now this doesn't change any bbehavior, but plan to use it to fix some bugs in the disassembler. by Craig Topper · 12 years ago
- ddc5a01 PGO: llvm-profdata: tool for merging profiles by Duncan P. N. Exon Smith · 12 years ago
- 4959a2d Fix the arm assembler so that this malformed instruction: by Kevin Enderby · 12 years ago
- 1410f7f Add support for assigning to . in AsmParser. by Anders Waldenborg · 12 years ago
- 3457506 Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 should ignore the base register entirely. Mod=01/10 should treat this as R13 plus displacment. Fixes PR18860. by Craig Topper · 12 years ago
- e139a1e AVX-512: implemented zext fron i1 to i16 by Elena Demikhovsky · 12 years ago
- 3bc8594 fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTree()). radar://16064178 by Gerolf Hoflehner · 12 years ago
- 62cb90e MCAsmParser: add some mixed argument tests by Saleem Abdulrasool · 12 years ago
- 696002f MCAsmParser: better handling for named arguments by Saleem Abdulrasool · 12 years ago
- 09d1d54 Use 16 byte stack alignment for NaCl on ARM by Mark Seaborn · 12 years ago
- 2ced338 SCEVExpander: Try hard not to create derived induction variables in other loops by Arnold Schwaighofer · 12 years ago
- 56d3491 Remove dead code, we already require cmake 2.8.8. by Rafael Espindola · 12 years ago
- 2a8437f Remove unnecessary typename. by Rafael Espindola · 12 years ago
- 1800766 Fix more broken CHECK lines by Nico Rieck · 12 years ago
- c15d3a8 Add extra CHECK prefix to tests with explicit prefix by Nico Rieck · 12 years ago
- da39cf4 Actually call FileCheck in tests by Nico Rieck · 12 years ago
- a938c51 llvmbuild: Exclude disabled targets from LLVMExports.cmake. by NAKAMURA Takumi · 12 years ago
- 789f722 LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r201077. by NAKAMURA Takumi · 12 years ago
- 88fae4e LLVMExports.cmake: Exclude gtest since they are not installed. by NAKAMURA Takumi · 12 years ago
- f280c65 AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequence by Elena Demikhovsky · 12 years ago
- 8e810ae fixed typo in comment as my test commit by Gerolf Hoflehner · 12 years ago
- 0cefb0e Add a DIELoc class to cover the DW_FORM_exprloc set of expressions by Eric Christopher · 12 years ago
- 268e96a Fix broken CHECK lines by Nico Rieck · 12 years ago
- 5a39da0 MCAsmParser: relax declaration parsing by Saleem Abdulrasool · 12 years ago
- 1edea19 ARM IAS: (partially) support .arch_extension directive by Saleem Abdulrasool · 12 years ago
- 132a287 DebugInfo: Deduplicate entries in the fission address table by David Blaikie · 12 years ago
- 16413fa DwarfDebug: Remove dead code. by David Blaikie · 12 years ago
- a9db46b Revert "SCEVExpander: Try hard not to create derived induction variables in other loops" by Arnold Schwaighofer · 12 years ago
- e672548 SCEVExpander: Try hard not to create derived induction variables in other loops by Arnold Schwaighofer · 12 years ago
- 4b3ec17 Cleanup docs about lit substitutions by Nico Rieck · 12 years ago
- 0877c65 Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri. by Craig Topper · 12 years ago
- b556a70 Fix typo by Nico Rieck · 12 years ago
- 76554f3 Remove tautological test line (unsigneds are always >=0). by Lang Hames · 12 years ago
- a666f9d Remove unnecessary typename introduced in r201440. by David Blaikie · 12 years ago
- 4b45137 DebugInfo: Implement DW_AT_stmt_list for type units by David Blaikie · 12 years ago
- ff1677e DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors. by David Blaikie · 12 years ago
- fa4ff8a Hopefully fix the build with gcc. by Rafael Espindola · 12 years ago
- 906c8de DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -Wunused-member-variable by David Blaikie · 12 years ago
- 705991f DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fission and non-fission cases by David Blaikie · 12 years ago
- d4762e8 Add extern template instantiations of llvm::Calculate. by Rafael Espindola · 12 years ago
- 038600b [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if the by Quentin Colombet · 12 years ago
- 5f80594 TargetLowering: n * r where n > 2 should be an illegal addressing mode by Tom Stellard · 12 years ago