- 9d697e1 X86: treat SwiftCC as Win64_CC on Win64 by Saleem Abdulrasool · 8 years ago
- 4739f73 AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16 by Matt Arsenault · 8 years ago
- bbb3280 Introduce the llvm-cfi-verify tool (resubmission of D37937). by Vlad Tsyrklevich · 8 years ago
- 5a4ca9a Remove the default subtarget from the new Nios2 port. It's unused and deprecated. by Eric Christopher · 8 years ago
- ce7bcb2 [lit] Undo the patch to stop writing pyc files. by Zachary Turner · 8 years ago
- 7287fcb AMDGPU: Start selecting v_mad_mixlo_f16 by Matt Arsenault · 8 years ago
- d3762c4 Revert "Introduce the llvm-cfi-verify tool (resubmission of D37937)." by Vlad Tsyrklevich · 8 years ago
- db99a99 Introduce the llvm-cfi-verify tool (resubmission of D37937). by Vlad Tsyrklevich · 8 years ago
- ae40a10 AMDGPU: Fix encoding of op_sel for mad_mix* opcodes by Matt Arsenault · 8 years ago
- 81e3824 Reland "[WebAssembly] Add support for naming wasm data segments" by Sam Clegg · 8 years ago
- 686e2d6 [APInt] Use getActiveBits() to implement logBase2 and ceilLogBase2. NFC by Craig Topper · 8 years ago
- 6bf994d [InstCombine] Use APInt::getActiveBits() to avoid creating an APInt from a trailing zero count to do a comparison. NFCI by Craig Topper · 8 years ago
- a689afa CodeGen: support SwiftError SwiftCC on Windows x64 by Saleem Abdulrasool · 8 years ago
- 96bd923 [llvm-readobj] Teach readobj to dump .res files (WindowsResource). by Marek Sokolowski · 8 years ago
- f45adc2 Rename K_MIPS64 to K_GNU64 by Jake Ehrlich · 8 years ago
- ca18763 Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" by Reid Kleckner · 8 years ago
- e444299 [TableGen] Some optimizations to TableGen. by Zachary Turner · 8 years ago
- d76e3d5 [TableGen] Add a DenseMapInfo for MachineValueType. by Zachary Turner · 8 years ago
- 1809c66 Revert r313771 "[SLP] Vectorize jumbled memory loads." by Hans Wennborg · 8 years ago
- 6a05035 Pacify a gcc -Wparentheses warning by Hans Wennborg · 8 years ago
- d1ebb41 Pacify gcc's -Wnum-compare after r313775 by Hans Wennborg · 8 years ago
- ae599aa llvm-dwarfdump: implement --recurse-depth=<N> by Adrian Prantl · 8 years ago
- cf0cb49 [DebugInfo] Use a MapVector to coalesce MachineOperand locations by Reid Kleckner · 8 years ago
- 9a4ebf5 [InstCombine] Add select simplifications by Quentin Colombet · 8 years ago
- 0ee8961 Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" by Jake Ehrlich · 8 years ago
- 46e0b67 [SLP] Vectorize jumbled memory loads. by Mohammad Shahid · 8 years ago
- a0805362 [cmake] Add an option to build llvm with IR PGO by Vedant Kumar · 8 years ago
- 580fbe1 [cmake] Unmark LLVM_BUILD_INSTRUMENTED_COVERAGE as experimental by Vedant Kumar · 8 years ago
- 337397d [docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE by Vedant Kumar · 8 years ago
- 3028b9d Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" by Jake Ehrlich · 8 years ago
- f5c8258 [ThinLTO] Fix dead stripping analysis for SamplePGO by Teresa Johnson · 8 years ago
- 76fe1ec [lit] Reverse path list when updating environment vars. by Zachary Turner · 8 years ago
- fd4d285 Make libcxx tests work when llvm sources are not present. by Zachary Turner · 8 years ago
- d469ac5 DebugInfo: Remove unneeded attributes from test/DebugInfo/Generic/imported-name-inlined.ll by David Blaikie · 8 years ago
- 126440a [mips] Add a valid test case to check the reason of the recent build-bot failure. NFC by Simon Atanasyan · 8 years ago
- e1631a5 Revert r313736: "[SLP] Vectorize jumbled memory loads." by Alexander Kornienko · 8 years ago
- 2d05b60 Revert r313753: "Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp" by Alexander Kornienko · 8 years ago
- 652f5e6 [X86][SSE] Add PR22415 test case by Simon Pilgrim · 8 years ago
- 160a98b Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp by Alexander Kornienko · 8 years ago
- 6aed421 Recommit [MachineCombiner] Update instruction depths incrementally for large BBs. by Florian Hahn · 8 years ago
- 3907ca9 Revert r313746 "[yaml2obj] - Don't crash on invalid document." by George Rimar · 8 years ago
- 84509c6 [yaml2obj] - Don't crash on invalid document. by George Rimar · 8 years ago
- e0d6626 [X86][SSE] Remove unnecessary NonceMasks from combineX86ShufflesRecursively calls (NFCI) by Simon Pilgrim · 8 years ago
- 6727c50 [IfConversion] Add testcases [NFC] by Mikael Holmen · 8 years ago
- 0acc54b [SLP] Vectorize jumbled memory loads. by Mohammad Shahid · 8 years ago
- 1f42b92 'into' instruction should not be decoded as a valid instr in 64-bit mode by Andrew V. Tischenko · 8 years ago
- abd71f6 [X86] Remove isel checks for immediate size on floating point compare and xop compare instructions. NFCI by Craig Topper · 8 years ago
- b5a9104 [AMDGPU] Fixed memory leak with inliner replaced by Stanislav Mekhanoshin · 8 years ago
- e232c83 AMDGPU: Move r600 only code into r600 only td file by Matt Arsenault · 8 years ago
- 2e5d75b [AMDGPU] Fix regression in test clang/test/CodeGen/backend-unsupported-error.ll by Stanislav Mekhanoshin · 8 years ago
- a942315 AMDGPU: Match load d16 hi instructions by Matt Arsenault · 8 years ago
- a354470 DiagnosticInfoOptimizationBase: Appease g++-4.8.2 not confused to add an explicit type to resolve emit() as non-template function. by NAKAMURA Takumi · 8 years ago
- fbf0e16 [AMDGPU] Port of HSAIL inliner by Stanislav Mekhanoshin · 8 years ago
- 6a28475 AMDGPU: Cleanup load/store PatFrags by Matt Arsenault · 8 years ago
- 8e11a03 AMDGPU: Match store d16_hi instructions by Matt Arsenault · 8 years ago
- 198959c Tighten the invariants around LoopBase::invalidate by Sanjoy Das · 8 years ago
- 097fb8c Reverting due to Green Dragon bot failure. by Mike Edwards · 8 years ago
- f4845c8 Clang-format few files to make later diffs leaner; NFC by Sanjoy Das · 8 years ago
- 7098cc8 GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries about) by avoiding getIncomingValueForBlock by Daniel Berlin · 8 years ago
- 6562d76 Revert "[GVNSink] Remove dependency on SmallPtrSet iteration order." by Daniel Berlin · 8 years ago
- d8e533d NewGVN: Remove unused includes by Daniel Berlin · 8 years ago
- 890c0e4 Make lit stop writing pyc files. by Zachary Turner · 8 years ago
- 8726dc5 [MIRPrinter] Print empty successor lists when they cannot be guessed by Quentin Colombet · 8 years ago
- 6199cad [LoopInfo] Make LoopBase and Loop destructors non-public by Sanjoy Das · 8 years ago
- e5c4334 [WebAssembly] Add support for naming wasm data segments by Sam Clegg · 8 years ago
- 093624c Allow ORE.emit to take a closure to delay building the remark object by Adam Nemet · 8 years ago
- bc1a94a Revert "Introduce the llvm-cfi-verify tool." by Vlad Tsyrklevich · 8 years ago
- b3521af Introduce the llvm-cfi-verify tool. by Vlad Tsyrklevich · 8 years ago
- 54c2f80 CodeGen: use range based for loops (NFC) by Saleem Abdulrasool · 8 years ago
- 8451f3b Revert "[MIRPrinter] Print empty successor lists when they cannot be guessed" by Quentin Colombet · 8 years ago
- 4e58cdd [MIRPrinter] Print empty successor lists when they cannot be guessed by Quentin Colombet · 8 years ago
- 7098693 Reland "[llvm-objcopy] Add support for nested and overlapping segments" by Jake Ehrlich · 8 years ago
- ee28e9a [ARM] Relax 'cpsie'/'cpsid' flag parsing. by Jonathan Roelofs · 8 years ago
- a08ffd6 Revert "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs" by Reid Kleckner · 8 years ago
- e536db0 Import all inlined indirect call targets for SamplePGO. by Dehao Chen · 8 years ago
- cb6f3f4 [MSP430] Align functions on 2-byte boundary instead of 4. by Vadzim Dambrouski · 8 years ago
- cdcb6d1 [TableGen] Generate formatted DAGISelEmitter without relying on formatted_raw_ostream. by Craig Topper · 8 years ago
- fd65d0d llvm-dwarfdump: un-hide more command line options by Adrian Prantl · 8 years ago
- 450dbfb Move test into non-target-specific directory. by Adrian Prantl · 8 years ago
- 6fe45f9 [SimplifyCFG] fix typos/formatting; NFC by Sanjay Patel · 8 years ago
- 60873e2 [AMDGPU] Prevent post-RA scheduler from breaking memory clauses by Stanislav Mekhanoshin · 8 years ago
- 5994e16 [SystemZ] Fix truncstore + bswap codegen bug by Ulrich Weigand · 8 years ago
- 3a6eaef Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}" by Saleem Abdulrasool · 8 years ago
- 4ac8c2f Revert "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" by Jake Ehrlich · 8 years ago
- 9957e3f Revert "[llvm-objcopy] Add support for nested and overlapping segments" by Jake Ehrlich · 8 years ago
- f5c04b0 [llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr by Jake Ehrlich · 8 years ago
- d6b913a Fix test to not depend on another subdirectories Input directory by David Blaikie · 8 years ago
- b43e08f [llvm-objcopy] Add test to check that architecture specific values are not used on wrong architecture. by Jake Ehrlich · 8 years ago
- 7e1bf43 Recommit r313647 now that GCC seems to accept the offering by Krzysztof Parzyszek · 8 years ago
- b4ea5a3 dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP by David Blaikie · 8 years ago
- a84aa64 Handle profile mismatch correctly for SamplePGO. by Dehao Chen · 8 years ago
- 3796a45 Re-land "Fix Bug 30978 by emitting cv file checksums." by Reid Kleckner · 8 years ago
- 46f29ab [llvm-objcopy] Add support for nested and overlapping segments by Jake Ehrlich · 8 years ago
- 0cb3910 ExecutionEngine: add R_AARCH64_ABS{16,32} by Saleem Abdulrasool · 8 years ago
- fcedb0e Revert "Improve TableGen performance of -gen-dag-isel (motivated by X86 backend)" by Krzysztof Parzyszek · 8 years ago
- b6c56240 Move "(void)variable" closer to the assertion that uses it, NFC by Krzysztof Parzyszek · 8 years ago
- 6d72a2f [cmake] Add SOURCE_DIR argument to llvm_check_source_file_list by Shoaib Meenai · 8 years ago
- 2e76b85 Improve TableGen performance of -gen-dag-isel (motivated by X86 backend) by Krzysztof Parzyszek · 8 years ago
- 1bfa1fd [X86] Convert X86ISD::SELECT to ISD::VSELECT just before instruction selection to avoid duplicate patterns by Craig Topper · 8 years ago
- 058162e Resubmit "Fix llvm-lit script generation in libcxx." by Zachary Turner · 8 years ago