- ac7345f remove function names from comments; NFC by Sanjay Patel · 10 years ago
- 8843f88 StackMap: FastISel: Add an appropriate number of immediate operands to the by Alex Lorenz · 10 years ago
- bfbf462 Rename improperly named variable. NFC. by Rafael Espindola · 10 years ago
- 35a800f Make fp vectorization test X86 specified to avoid cost-model related problems on arm-thumb and hexagon. by Tyler Nowicki · 10 years ago
- afa388d Add a test showing that objdump (and so ObjectFIle) can handle shndx. by Rafael Espindola · 10 years ago
- 010fa71 x86: Emit LAHF/SAHF instead of PUSHF/POPF by JF Bastien · 10 years ago
- e03b9f5 Use higher level functions in llvm-objdump. by Rafael Espindola · 10 years ago
- b718a98 fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
- 8ea2236 [x86, SSE]]add missing tests for load folding with partial register update by Sanjay Patel · 10 years ago
- 4d79d2f Delete getDotSymtabSec. by Rafael Espindola · 10 years ago
- ac77529 [InstCombine] Move SSE2/AVX2 arithmetic vector shift folding to instcombiner by Simon Pilgrim · 10 years ago
- 90622a1 Removed unused and incorrectly implemented classof() on Optimization Remark base class. by Tyler Nowicki · 10 years ago
- eb9e5f0 [TableGen] NFC improving comments about what the tokenized identifiers will contain. by Colin LeMahieu · 10 years ago
- db61c30 Fix a few more cases of 'CHECK[^:]*$'. NFCI by Jonathan Roelofs · 10 years ago
- 9224227 Late evaluation of the fast-math vectorization requirement. by Tyler Nowicki · 10 years ago
- beb8a9e Fix another case of 'CHECK[^:]*$'. NFCI by Jonathan Roelofs · 10 years ago
- 5a88b32 Modify diagnostic messages to clearly indicate the why interleaving wasn't done. by Tyler Nowicki · 10 years ago
- 5b2a284 [Sparc] Implement i64 load/store support for 32-bit sparc. by James Y Knight · 10 years ago
- 47b7f78 rename toELFShdrIter to getSection and move it closer to getSymbol. NFC. by Rafael Espindola · 10 years ago
- 42f80af toELFSymIter and getSymbol are now the same thing. Merge them. by Rafael Espindola · 10 years ago
- 993a111 Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI by Jonathan Roelofs · 10 years ago
- c505e6d Use continue to reduce indentation. NFC. by Rafael Espindola · 10 years ago
- 93f90ed [AArch64] Convert a conditional check that will always be true to an assert. NFC. by Chad Rosier · 10 years ago
- 99b2ac6 Recommit r244470+ r244471 together, the bot failed between them. by Yaron Keren · 10 years ago
- b1b95a5 [IndVarSimplify] Make cost estimation in RewriteLoopExitValues smarter by Igor Laevsky · 10 years ago
- 40c54fb Revert r244470 and 244471 while looking into it. by Yaron Keren · 10 years ago
- 5e56a4f Second part of r244470 (source file was unsaved in editor). by Yaron Keren · 10 years ago
- af1c9b3 Really implement David Blaikie suggestion in full of seperating by Yaron Keren · 10 years ago
- 214aad9 Add new llvm.loop.unroll.enable metadata. by Mark Heffernan · 10 years ago
- 20f59c8 Typo. Move comment closer to relevant code. NFC. by Chad Rosier · 10 years ago
- 6726168 fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
- 8fc7057 fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
- 3758d95 Fully apply David Blaikie suggestion and add comment explaining why. by Yaron Keren · 10 years ago
- abdf937 fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
- 5891510 fix minsize detection: minsize attribute implies optimizing for size by Sanjay Patel · 10 years ago
- b80a265 Add missing include guard to FuzzerInternal.h, NFC. by Yaron Keren · 10 years ago
- ccc3705 Modify r244405 to clearer code, per David Blaikie suggestion. by Yaron Keren · 10 years ago
- 4469a05 Silence a sign mismatch warning; NFC. by Aaron Ballman · 10 years ago
- 52aa6d3 [TTI] Add a hook for specifying per-target defaults for Interleaved Accesses by Silviu Baranga · 10 years ago
- 779046e Prevent the scalarizer from caching incorrect entries by Fraser Cormack · 10 years ago
- 2295449 elf2yaml: Use existing section walk to find the symbol table. NFC. by Rafael Espindola · 10 years ago
- 4b45629 [RegionInfo] Fix typo by Michael Kruse · 10 years ago
- 5864ac7 [RegionInfo] Add debug-time region viewer functions by Michael Kruse · 10 years ago
- 6b23651 [RegionInfo] Use RegionInfo* instead of RegionInfoPass* as graph type by Michael Kruse · 10 years ago
- a7bed6c [RegionInfo] Update old-style comments by Michael Kruse · 10 years ago
- 833f982 [RegionInfo] More descriptive error messages in verifier by Michael Kruse · 10 years ago
- 0d87d63 Trace copies when checking for rematerializability in spill weight calculation by Robert Lougher · 10 years ago
- 099d569 Test commit to verify commit access by Marina Yatsina · 10 years ago
- 1a9ed33 Rangify for loop, NFC. by Yaron Keren · 10 years ago
- 085ee02 Reformat headers in ADT and Support partially. by NAKAMURA Takumi · 10 years ago
- d1769e3 Whitespace. by NAKAMURA Takumi · 10 years ago
- e4b461c Reformat linebreaks. by NAKAMURA Takumi · 10 years ago
- 8f38c5f llvm/include/llvm/Support/Memory.h: Fix comment header. by NAKAMURA Takumi · 10 years ago
- 03973a1 [TableGen] Make StringInit constructor take a StringRef instead of const std::string&. NFC. by Craig Topper · 10 years ago
- 964343c X86: remove a dead store (NFC) by Saleem Abdulrasool · 10 years ago
- 15a7a33 [LAA] Remove unused pointer partition argument from needsChecking(), NFC by Adam Nemet · 10 years ago
- 85fb628 [LAA] Remove unused pointer partition argument from generateChecks, NFC by Adam Nemet · 10 years ago
- 9585c54 [PHITransAddr] Don't assume that instruction operands are translatable by David Majnemer · 10 years ago
- 97bdbf6 [IR] Remove unused declaration by David Majnemer · 10 years ago
- 91d509f cmake: Error on invalid CMAKE_BUILD_TYPE by Justin Bogner · 10 years ago
- c19de56 Fix dangling reference in DwarfLinker.cpp. The original code by Yaron Keren · 10 years ago
- 1c8de8d [x86] enable machine combiner reassociations for 128-bit vector single/double adds by Sanjay Patel · 10 years ago
- d3c712e Fix some comment typos. by Benjamin Kramer · 10 years ago
- a39dace [IR] Cleanup some formatting issues in the EH instructions by David Majnemer · 10 years ago
- e32110a Return early on error. Should fix the asan bots. by Rafael Espindola · 10 years ago
- 73b16a7 [X86] Add ADX and RDSEED to Skylake processor. by Craig Topper · 10 years ago
- bef8d8f Add SlowBTMem to Sandy Bridge and newer Intel CPUs. Reading through Agner Fog's table suggests there have been no improvements to these processors relative to Westmere for bit test instructions. by Craig Topper · 10 years ago
- 3309afe [InstCombine] Don't try to sink EH pad instructions by David Majnemer · 10 years ago
- 5ba219f 244368: Fix a comment line introduced in r244368. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- 8d96c69 [IR] Stop hacking around a bug in GCC 4.5 by David Majnemer · 10 years ago
- 9f7761b Add model numbers for Skylake CPUs and an additional Broadwell model. by Craig Topper · 10 years ago
- 87432f3 Add Intel family 6 model 93 as Silvermont. by Craig Topper · 10 years ago
- 56697dd AMDGPU/SI: Another attempt to fix Windows bots broken by r244372 by Tom Stellard · 10 years ago
- f58d2bf Remove unnecessary includes by Matt Arsenault · 10 years ago
- 8f019b2 AMDGPU: Implement AMDGPUOperand::print() by Matt Arsenault · 10 years ago
- d3ff1cd AMDGPU/SI: Remove VCCReg by Matt Arsenault · 10 years ago
- f456aa5 AMDGPU/SI: Remove source uses of VCCReg by Matt Arsenault · 10 years ago
- 18f2a33 Delete dead code. NFC. by Rafael Espindola · 10 years ago
- 7d83dfa AMDGPU/SI: Attempt to fix Windows bots broken by r244372 by Tom Stellard · 10 years ago
- e84d8c1 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
- 3a16c79 add a missing regression test for a DAGCombiner FDIV optimization by Sanjay Patel · 10 years ago
- 945ad7d AMDGPU: Add pass to lower OpenCL image and sampler arguments. by Tom Stellard · 10 years ago
- 99c91eb [SPARC] Disable unsupported ExecutionEngine tests, and XFAIL a couple by James Y Knight · 10 years ago
- 0346fc9 [LAA] Remove unused pointer partition argument from getNumberOfChecks, NFC by Adam Nemet · 10 years ago
- 32dd246 [LAA] Make the set of runtime checks part of the state of LAA, NFC by Adam Nemet · 10 years ago
- c5f0fbc [AArch64][LoadStoreOptimizer] Turn a test into an assert. NFC. by Quentin Colombet · 10 years ago
- b56c34e AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions by Tom Stellard · 10 years ago
- a4fd751 redo r244360 (tighten checks...) after specifying triple by Sanjay Patel · 10 years ago
- 2f214ca tighten checks using update_llc_test_checks.py by Sanjay Patel · 10 years ago
- 812f706 MIR Serialization: Serialize the base alignment for the machine memory operands. by Alex Lorenz · 10 years ago
- 74e6108 MIR Serialization: Serialize the offsets for the machine memory operands. by Alex Lorenz · 10 years ago
- 522a2ea MIR Parser: Extract the parsing of the operand's offset into a new method. NFC. by Alex Lorenz · 10 years ago
- 48b5b55 AMDGPU: Assume SMRD access for constant address space by Matt Arsenault · 10 years ago
- 310e6c3 Don't look for a SHT_DYNSYM in the ELFFile's constructor. by Rafael Espindola · 10 years ago
- 9f316a2 Add Intel family 6 model 90 as Silvermont. Fixes PR24392. by Craig Topper · 10 years ago
- 8081351 Remove the symbol iteration functions that don't take a symbol table. by Rafael Espindola · 10 years ago
- 7ae57e1 [LAA] Remove unused pointer partition argument from print(), NFC by Adam Nemet · 10 years ago
- b3df245 [ConstantFoldTerminator] Preserve make.implicit metadata when converting SwitchInst to BranchInst by Chen Li · 10 years ago
- e825981 [MCDwarf] Use more idiomatic [u]int8_t types. by Frederic Riss · 10 years ago
- 547527c [InstCombine] Fix SSE2/AVX2 vector logical shift by constant by Simon Pilgrim · 10 years ago