- e528e57 [safestack] Rewrite isAllocaSafe using SCEV. by Evgeniy Stepanov · 10 years ago
- 6dc74be [Docs] Fix warning "Title underline too short." by Akira Hatanaka · 10 years ago
- 061211b [WebAssembly] Rename the Const instructions to be upper-case too. by Dan Gohman · 10 years ago
- dbe26eb SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples by Diego Novillo · 10 years ago
- 3015ca5 [WebAssembly] Rename memory intrinsics to be upper-case, following convention. NFC. by Dan Gohman · 10 years ago
- 59f2cd8 [X86][SSE] Combine UNPCKL with vector_shuffle into UNPCKH to save one instruction for sext from v16i8 to v16i16 and v8i16 to v8i32. by Cong Hou · 10 years ago
- 6c42083 dwarfdump: Add support for dumping the table contents of DWP indexes by David Blaikie · 10 years ago
- 6429442 Add a comment that should have made my last commit. by Chad Rosier · 10 years ago
- 54f4d61 Add missing triple to WinEH test case by Reid Kleckner · 10 years ago
- 2f2a7ed [LIR] Factor out the code to compute base ptr for negative strided loops. by Chad Rosier · 10 years ago
- 04538c9 [WinEH] Make UnwindHelp a fixed stack object allocated after XMM CSRs by Reid Kleckner · 10 years ago
- 6de64e0 [Hexagon] Factoring bundle creation in to a utility function. by Colin LeMahieu · 10 years ago
- bcfbdf7 AMDGPU: Add stony support by Tom Stellard · 10 years ago
- c552d8f ELFYAML: Add support for parsing AMDGPU section attribute flags by Tom Stellard · 10 years ago
- 84831cd [Symbolizer] Don't use PE symbol tables to override PDB symbols by Reid Kleckner · 10 years ago
- e3049a7 use range-based for loop; NFCI by Sanjay Patel · 10 years ago
- b5ab3ba [ARM] Replace ARMISD::RBIT with ISD::BITREVERSE by James Molloy · 10 years ago
- b244684 Fixing a typo in docs/CodeGenerator.rst by Artyom Skrobov · 10 years ago
- 055b23b [mips][microMIPS] Implement SHRA[_R].PH, SHRAV[_R].PH, SHRAV[_R].QB, SHRAV_R.W, SHRA_R.W, SHRL.PH, SHRL.QB, SHRLV.PH and SHRLV.QB instructions by Zlatko Buljan · 10 years ago
- 3b6bd9d [mips][ias] Explicitly disable IAS on asm-large-immediate.ll. by Daniel Sanders · 10 years ago
- 51dc403 [SystemZ] Simplify boolean conditional return statements by Ulrich Weigand · 10 years ago
- 98e49f9 [mips][ias] Replace invalid assembly insn in test since IAS parses inline assembly. by Daniel Sanders · 10 years ago
- 0d86449 [lit] Improve error message when lit fails to executable a command by by Dan Liew · 10 years ago
- 74771a3 [lit] Fix bug where ``lit.util.which()`` would return a directory by Dan Liew · 10 years ago
- 3e8d99c [GlobalOpt] Make sure all debug lines end with '\n' by James Molloy · 10 years ago
- b81f7b0 [GlobalOpt] Coding style - remove function names from doxygen comments by James Molloy · 10 years ago
- 57e32e9 [AArch64] Check the expansion of BITREVERSE in regression test by James Molloy · 10 years ago
- 3808e8c [SDAG] Fix expansion of BITREVERSE by James Molloy · 10 years ago
- 63f8155 [ImplicitNulls] Add some clarifying comments; NFC by Sanjoy Das · 10 years ago
- e78416c [Hexagon] Fixing leak in padEndloop by allocating in MCContext. by Colin LeMahieu · 10 years ago
- 08ccc7e llvm/test/tools/llvm-profdata/text-format-errors.test: Use prepared version of the input file, instead of using echo. by NAKAMURA Takumi · 10 years ago
- 572e633 [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) by Nathan Slingerland · 10 years ago
- 1adc606 [libFuzzer] more trophies by Kostya Serebryany · 10 years ago
- 73922aa [lib/Linker] Convert assert(false) to llvm_unreachable(). by Davide Italiano · 10 years ago
- ad9ec32 [libFuzzer] make libFuzzer build even with a compiler that does not have sanitizer headers by Kostya Serebryany · 10 years ago
- 333bbfc [Hexagon] NFC. Adding a number of packet correctness tests. by Colin LeMahieu · 10 years ago
- 7edcc75 Revert r252990. by Akira Hatanaka · 10 years ago
- 3ba85f0 [WebAssembly] Inline asm support. by Dan Gohman · 10 years ago
- b8e1ed8 LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules. by NAKAMURA Takumi · 10 years ago
- 2069c3c Provide a way to specify inliner's attribute compatibility and merging. by Akira Hatanaka · 10 years ago
- e1fbc7e [Hexagon] Adding relaxation functionality to backend and test. by Colin LeMahieu · 10 years ago
- 223fb8c [WebAssembly] Un-mangle the conversion instruction names. by Dan Gohman · 10 years ago
- 1a2634b [WebAssembly] Rename BR_IF_ to BR_IF by Dan Gohman · 10 years ago
- 80bb815 [WebAssembly] Remove unneeded TODO items. NFC. by Dan Gohman · 10 years ago
- aad19e3 [WebAssembly] Tidy up and update a TODO item. NFC. by Dan Gohman · 10 years ago
- a736fb5 [WinEH] Find root frame correctly in CLR funclets by Joseph Tremoulet · 10 years ago
- c7f1d5b [WebAssembly] Introduce a new pseudo-operand for unused expression results. by Dan Gohman · 10 years ago
- c81095d X86-FMA3: Implemented commute transformations FMA*_Int instructions. by Vyacheslav Klochkov · 10 years ago
- e4296ea [SimplifyLibCalls] Make a function shorter. NFC. by Davide Italiano · 10 years ago
- c3b82d0 [Hexagon] Adding checks for values out of operand range and correct new-value producer usage. by Colin LeMahieu · 10 years ago
- 4fadb87 [Hexagon] Adding test to make sure labels and register pairs are correctly parsed. by Colin LeMahieu · 10 years ago
- a9eb339 specify triple and tighten checks using update_llc_test_checks.py by Sanjay Patel · 10 years ago
- b6cc1fd Revert "Remove unnecessary call to getAllocatableRegClass" by Tom Stellard · 10 years ago
- 85b811e Revert r252949. by Akira Hatanaka · 10 years ago
- d68ad56 Provide a way to specify inliner's attribute compatibility and merging by Akira Hatanaka · 10 years ago
- 22e911c Revert r243347 "Add TargetTransformInfo::isZExtFree." by Sanjoy Das · 10 years ago
- 13036d4 [ImplicitNulls] Fix wrapping by breaking up a condition, NFC by Sanjoy Das · 10 years ago
- a2f2875 [ImplicitNull] Extract out a HazardDetector class, NFC by Sanjoy Das · 10 years ago
- 8b07272 disabling sancov tests: too many failures on different platforms. by Mike Aizatsky · 10 years ago
- 4192660 sancov tests - platform independent separators by Mike Aizatsky · 10 years ago
- c319d2c My first/test commit. Removed a trailing whitespace. by Vyacheslav Klochkov · 10 years ago
- 8887882 Revert "Fix bug 25440: GVN assertion after coercing loads" by Tobias Grosser · 10 years ago
- 91e7b12 sancov test suite by Mike Aizatsky · 10 years ago
- 8e6493d [ThinLTO] Update test to be more tolerant of ordering changes by Teresa Johnson · 10 years ago
- 667c2c2 [Hexagon] Allocate MCInst in the MCContext to avoid leaking it. by Benjamin Kramer · 10 years ago
- 1a1fb00 [LIR] Minor refactoring. NFCI. by Chad Rosier · 10 years ago
- 7c389fb Roll an expression into an assert to fix -Wunused-variable in a -Asserts build by David Blaikie · 10 years ago
- 69c9ea3 reverting r252916 to investigate test failure by Nathan Slingerland · 10 years ago
- 13d37da Fix bug 25440: GVN assertion after coercing loads by Weiming Zhao · 10 years ago
- 15dd446 [ShrinkWrap] Fix a typo in a comment. by Quentin Colombet · 10 years ago
- 88d45c6 [ShrinkWrap] Make sure we do not mess up with EH funclet lowering. by Quentin Colombet · 10 years ago
- 7b81b82 [llvm-profdata] Add check for text profile formats and improve error reporting by Nathan Slingerland · 10 years ago
- 7e02753 SamplePGO - Move FunctionSamples::print() to a better location. NFC. by Diego Novillo · 10 years ago
- 2aca944 [WinEH] Fix problem with removing an element from a SetVector while iterating. by Andrew Kaylor · 10 years ago
- d0663f3 Comment update. NFC. by Rafael Espindola · 10 years ago
- d39c38d [WebAssembly] Reapply r252858, with svn add for the new file. by Dan Gohman · 10 years ago
- 8e8b0ba [x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsub,fsubr,fdivr} to {faddp,fdivp,fmulp,fsubp,fsubrp,fdivrp} by Michael Zuckerman · 10 years ago
- 957ee69 Cull non-standard variants of ARM architectures (NFC) by Artyom Skrobov · 10 years ago
- e807393 Revert r252858: "[WebAssembly] Switch to MC for instruction printing." by Hans Wennborg · 10 years ago
- f771b11 Re-apply "[mips] Use correct frame register for DWARF info when dynamically realigning the stack."" by Vasileios Kalintiris · 10 years ago
- b5caa9f [ARM] CMOV->BFI combining: handle both senses of CMPZ by James Molloy · 10 years ago
- 0e66a5f Revert "[ARM] Enable shrink-wrapping by default." by Renato Golin · 10 years ago
- 7056b68 Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MIPS_32. by Daniel Sanders · 10 years ago
- 567a663 [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructions by Zlatko Buljan · 10 years ago
- fff75cb Revert "[mips] Use correct frame register for DWARF info when dynamically realigning the stack." by Vasileios Kalintiris · 10 years ago
- 73fcc44 Remove mention of {ADD,SUB}_PARTS. They were removed in r26255. by Hans Wennborg · 10 years ago
- c988258 [mips] Use correct frame register for DWARF info when dynamically realigning the stack. by Vasileios Kalintiris · 10 years ago
- 7086a41 [InstCombine] Add trivial folding (bitreverse (bitreverse x)) -> x by James Molloy · 10 years ago
- fdd6e1b [SDAG] Introduce a new BITREVERSE node along with a corresponding LLVM intrinsic by James Molloy · 10 years ago
- 29020c0 Revert "Revert "[FunctionAttrs] Identify norecurse functions"" by James Molloy · 10 years ago
- 4e0567a [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data by Kuba Brecka · 10 years ago
- 65d7d51 dwarfdump: Added macro support to llvm-dwarfdump tool. by Amjad Aboud · 10 years ago
- 0b9fa0c Add AVR backend skeleton by Dylan McKay · 10 years ago
- 6cd07b4 Revert "[FunctionAttrs] Identify norecurse functions" by James Molloy · 10 years ago
- 31d4df2 [FunctionAttrs] Identify norecurse functions by James Molloy · 10 years ago
- c65ca67 Mostly revert 252842 due to failures on some buildbots. by David Blaikie · 10 years ago
- 41e2c98 [WebAssembly] Switch to MC for instruction printing. by Dan Gohman · 10 years ago
- c1a030f output_csv libfuzzer option by Mike Aizatsky · 10 years ago
- 704f213 dwarfdump: Add error checking to fix the buildbots/correctness by David Blaikie · 10 years ago
- c2e7b3e dwarfdump: Add some error handling for DWP index sections of the wrong size by David Blaikie · 10 years ago