- 5a22e84 Object: Add Archive::getNumberOfSymbols(). by Rui Ueyama · 10 years ago
- 8352b74 R600/SI: Add assembler support for all CI and VI VOP2 instructions by Tom Stellard · 10 years ago
- 7577593 AsmMatcherEmitter: Add an option to override custom converters for InstAlias by Tom Stellard · 10 years ago
- b14ebd6 Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago
- 9ec47b8 Remove dead forward declaration. by Rafael Espindola · 10 years ago
- 7ff8c5c Have getCurrentSectionData return a MCSection. by Rafael Espindola · 10 years ago
- da68b18 Pass a MCSection to getCurrentSectionData. by Rafael Espindola · 10 years ago
- 262e24f Re-commit changes in r237579 with fix for bug breaking windows builds. by Luke Cheeseman · 10 years ago
- 617dbfc Test Commit by Luke Cheeseman · 10 years ago
- 001a2ba AVX-512: fixed a bug in arithmetic operations lowering for i1 type by Elena Demikhovsky · 10 years ago
- 9ed9b04 Fix warning introduced in r238190 about lack of virtual destructor in MCObjectFileInfo. by Daniel Sanders · 10 years ago
- 55fd780 AVX-512: fixed a bug in lowering VSELECT for 512-bit vector by Elena Demikhovsky · 10 years ago
- d714fcf Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
- bda72d8 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
- eda9f8a [mips] Move some structures represent MIPS specific ELF sections from LLD to LLVM by Simon Atanasyan · 10 years ago
- 7b0f8fc [TableGen] Fix line wrapping logic for the autogenerated header to use math that makes more sense (at least to me). by Craig Topper · 10 years ago
- c9739ec [TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ensure the result is a positive number. by Craig Topper · 10 years ago
- 88008cb [TableGen] Put a space between '*' and description in the autogenerated tablegen header. Minor cleanup in surrounding code. by Craig Topper · 10 years ago
- d0185f8 [TableGen] Fix indentation. NFC by Craig Topper · 10 years ago
- cfacb30 [TableGen] Include header for each cpp file first. NFC by Craig Topper · 10 years ago
- d60caad [TableGen] Remove unnecessary include and just forward declare. NFC by Craig Topper · 10 years ago
- a274efb [TableGen] Remove unneeded namespace around a function. Just put llvm:: on the definition since it's already declared in a header file. by Craig Topper · 10 years ago
- ef92f29 [TableGen] Use 'static' instead of an anonymous namespace. by Craig Topper · 10 years ago
- 2224f64 Remove most uses of MCSectionData from MCAssembler. by Rafael Espindola · 10 years ago
- ea3533b Stop using MCSectionData in MCAsmLayout.h. by Rafael Espindola · 10 years ago
- 3696119 Delete dead code. by Rafael Espindola · 10 years ago
- eac71e2 Move MCSection destruction to MCContext::reset. by Rafael Espindola · 10 years ago
- 1826cd6 Stop using MCSectionData in MCMachObjectWriter.h. by Rafael Espindola · 10 years ago
- 5c84463 Remove dead forward declaration. by Rafael Espindola · 10 years ago
- 504473e Stop using MCSectionData in MCExpr.h. by Rafael Espindola · 10 years ago
- f363960 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 10 years ago
- be38d7c Call the destructors of the MCSections. by Rafael Espindola · 10 years ago
- 68e7d22 Store a MCSection in MCFragment. by Rafael Espindola · 10 years ago
- e86bc46 Turn MCSectionData into a field of MCSection. by Rafael Espindola · 10 years ago
- 5e43584 Move MCSectionData to MCSection.h. by Rafael Espindola · 10 years ago
- 50c2fe1 Remove dead code. NFC. by Rafael Espindola · 10 years ago
- ab78d67 Make a few MCSectionELF& variables const. NFC. by Rafael Espindola · 10 years ago
- 0d46e8a Insert MCSectionData into the section list directly in getOrCreateSectionData. by Rafael Espindola · 10 years ago
- 002c528 Use range-based for loops. NFC. by Craig Topper · 10 years ago
- 0cb6d37 Remove conflicting attributes before adding deduced readonly/readnone by Bjorn Steinbrink · 10 years ago
- 41a6e6a [llvm-readobj/ELF] Teach how to decode DF_1_XXX flags by Davide Italiano · 10 years ago
- 712c27f Move HasInstructions to MCSection. by Rafael Espindola · 10 years ago
- 4da2358 [X86][AVX2] Vectorized i16 shift operators by Simon Pilgrim · 10 years ago
- e2b87de R600/SI: Remove some unnecessary patterns from VINTRP multiclass by Tom Stellard · 10 years ago
- 38aad1c R600/SI: Fix bug with v_interp_p1_f32 instructions on 16 bank lds chips by Tom Stellard · 10 years ago
- cbb9151 R600/SI: Use NAME rather than opName as the key to the MCOpcode tables by Tom Stellard · 10 years ago
- 948ecae2 This patch adds support for the vector quadword add/sub instructions introduced by Kit Barton · 10 years ago
- 68c5b83 Move bundle info from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
- 63b7563 Add a isBundleLocked helper to MCELFStreamer. by Rafael Espindola · 10 years ago
- b3eb86c Move LayoutOrder to MCSection. by Rafael Espindola · 10 years ago
- 6cd7f1b Use a simple initial value for the ordinal. by Rafael Espindola · 10 years ago
- 8823110 Stop forwarding getOrdinal and setOrdinal. by Rafael Espindola · 10 years ago
- 98e5e8e Use default member initializes. NFC. by Rafael Espindola · 10 years ago
- 84ff6c4 Move Ordinal from MCSectionData to MCSection. NFC. by Rafael Espindola · 10 years ago
- b9f5ce3 Simplify boolean conditional return statements. by Rafael Espindola · 10 years ago
- 675da70 Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInfo/DWARF by Benjamin Kramer · 10 years ago
- 8ffbb68 [X86] When pattern-matching scalar FMA3 intrinsics, don't re-arrange the first and second operands. by Michael Kuperstein · 10 years ago
- 17b7d6b Added promotion to EXTRACT_SUBVECTOR operand. by Elena Demikhovsky · 10 years ago
- 4d3b6d4 Reformat. by NAKAMURA Takumi · 10 years ago
- f61fb0c Prune CRLFs. by NAKAMURA Takumi · 10 years ago
- 3dd00ff [Unroll] Switch from an eagerly populated SCEV cache to one that is by Chandler Carruth · 10 years ago
- 8ef4be7 AsmPrinter: Make DIEValue::Ty private, NFC by Duncan P. N. Exon Smith · 10 years ago
- 518dcb9 AsmPrinter: Avoid creating symbols in DwarfStringPool by Duncan P. N. Exon Smith · 10 years ago
- b976cab AsmPrinter: Prune an include, NFC by Duncan P. N. Exon Smith · 10 years ago
- 6c44d1f AsmPrinter: Remove dead code, NFC by Duncan P. N. Exon Smith · 10 years ago
- 9ec6380 AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable by Duncan P. N. Exon Smith · 10 years ago
- 3755781 AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFC by Duncan P. N. Exon Smith · 10 years ago
- 24ad5c9 AsmPrinter: Make DIEString small by Duncan P. N. Exon Smith · 10 years ago
- 1717728 AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFC by Duncan P. N. Exon Smith · 10 years ago
- e3ae958 AsmPrinter: Emit the DwarfStringPool offset directly when possible by Duncan P. N. Exon Smith · 10 years ago
- 2371375 DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multiple-compile-units.ll by Duncan P. N. Exon Smith · 10 years ago
- 8d2d4e2 AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 556ca51 Remove log2 dependency when building against Android API-9 SDK by Vince Harron · 10 years ago
- 4064cb4 Move parseSubArch to ARMTargetParser. NFC by Renato Golin · 10 years ago
- f44ed09 Add target hook to allow merging stores of nonzero constants by Matt Arsenault · 10 years ago
- c009e84 [Support/ELF] Add missing DF_1_XXX bits. by Davide Italiano · 10 years ago
- 1de72bd Bump SmallString to the minimum required amount for raw_ostream to avoid allocation. by Benjamin Kramer · 10 years ago
- 2b5e379 [Mips] Prefer Twine::utohexstr over utohexstr, saves a string copy. by Benjamin Kramer · 10 years ago
- 083d79a [AArch64] Clean up the ELF streamer a bit. by Benjamin Kramer · 10 years ago
- 24b6dad [AArch64] Move AArch64TargetStreamer out of MCStreamer.h by Benjamin Kramer · 10 years ago
- a5d0a48 Silencing a spurious -Wreturn-type warning; NFC. by Aaron Ballman · 10 years ago
- 43a5aa6 [PowerPC] Fix fast-isel when compare is split from branch by Hal Finkel · 10 years ago
- c1c3e6c Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen. by NAKAMURA Takumi · 10 years ago
- 2077fc4 Give more meaningful names than I and J to some for loop variables after converting to range-based loops. by Craig Topper · 10 years ago
- 2b6e06c Fix an unused variable warning in release builds. by Craig Topper · 10 years ago
- 01fc7e7 Use range-based for loops. NFC. by Craig Topper · 10 years ago
- 762dbd0 [lib/Fuzzer] doxygen-ify the comments for the user interface by Kostya Serebryany · 10 years ago
- b5f8c9b AsmPrinter: Remove the vtable-entry from DIEValue by Duncan P. N. Exon Smith · 10 years ago
- 804c199 CodeGen: Remove redundant DIETypeSignature::dump(), NFC by Duncan P. N. Exon Smith · 10 years ago
- d434a0a [lib/Fuzzer] fully get rid of std::cerr in libFuzzer by Kostya Serebryany · 10 years ago
- 0146120 Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
- c17da71 Simplify and rename function overrideFunctionAttributes. NFC. by Akira Hatanaka · 10 years ago
- 4ea4cb3 [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. by Kostya Serebryany · 10 years ago
- 9484f57 Remove unnecessary command line option "-disable-fp-elim". by Akira Hatanaka · 10 years ago
- 58bf282 Revert "make reciprocal estimate code generation more flexible by adding command-line options" by Rafael Espindola · 10 years ago
- 4e5aa77 Correct a mistaken comment from 238071 [NFC] by Philip Reames · 10 years ago
- 7c4f3dc Produce a single string table in a ELF .o by Rafael Espindola · 10 years ago
- e00c0df Extend EarlyCSE to handle basic cases from JumpThreading and CVP by Philip Reames · 10 years ago
- 12baade [InstCombine] Don't eagerly propagate nsw for A*B+A*C => A*(B+C) by David Majnemer · 10 years ago
- 464deac [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale by Kostya Serebryany · 10 years ago