2015-05-25 |
NAKAMURA Takumi | Reformat. |
commit | commitdiff | tree | snapshot |
2015-05-25 |
NAKAMURA Takumi | Prune CRLFs. |
commit | commitdiff | tree | snapshot |
2015-05-25 |
Chandler Carruth | [Unroll] Switch from an eagerly populated SCEV cache... |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Make DIEValue::Ty private, NFC |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Avoid creating symbols in DwarfStringPool |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Prune an include, NFC |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Remove dead code, NFC |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable... |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Make DIEString small |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Extract DwarfStringPoolEntry from DwarfStri... |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Emit the DwarfStringPool offset directly... |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multipl... |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Duncan P. N... | AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Vince Harron | Remove log2 dependency when building against Android... |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Renato Golin | Move parseSubArch to ARMTargetParser. NFC |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Matt Arsenault | Add target hook to allow merging stores of nonzero... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Davide Italiano | [Support/ELF] Add missing DF_1_XXX bits. |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Benjamin Kramer | Bump SmallString to the minimum required amount for... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Benjamin Kramer | [Mips] Prefer Twine::utohexstr over utohexstr, saves... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Benjamin Kramer | [AArch64] Clean up the ELF streamer a bit. |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Benjamin Kramer | [AArch64] Move AArch64TargetStreamer out of MCStreamer.h |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Aaron Ballman | Silencing a spurious -Wreturn-type warning; NFC. |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Hal Finkel | [PowerPC] Fix fast-isel when compare is split from... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
NAKAMURA Takumi | Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen. |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Craig Topper | Give more meaningful names than I and J to some for... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Craig Topper | Fix an unused variable warning in release builds. |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Craig Topper | Use range-based for loops. NFC. |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] doxygen-ify the comments for the user... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Duncan P. N... | AsmPrinter: Remove the vtable-entry from DIEValue |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Duncan P. N... | CodeGen: Remove redundant DIETypeSignature::dump()... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] fully get rid of std::cerr in libFuzzer |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Akira Hatanaka | Stop resetting NoFramePointerElim in TargetMachine... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Akira Hatanaka | Simplify and rename function overrideFunctionAttributes... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] start getting rid of std::cerr. Sadly... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Akira Hatanaka | Remove unnecessary command line option "-disable-fp... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Rafael Espindola | Revert "make reciprocal estimate code generation more... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
Philip Reames | Correct a mistaken comment from 238071 [NFC] |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Rafael Espindola | Produce a single string table in a ELF .o |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Philip Reames | Extend EarlyCSE to handle basic cases from JumpThreadin... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
David Majnemer | [InstCombine] Don't eagerly propagate nsw for A*B+A... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] remove -use_coverage_pairs=1, an experimen... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] mention the user-supplied mutators |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] extend the fuzzer interface to allow user... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Ahmed Bougacha | [AArch64][CGP] Sink zext feeding stxr/stlxr into the... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Rafael Espindola | Relax these tests a bit. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Ahmed Bougacha | [AArch64] Robustize atomic cmpxchg test a little more... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Sanjay Patel | make reciprocal estimate code generation more flexible... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Ahmed Bougacha | [AArch64] Robustize atomic cmpxchg test. NFC. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Renato Golin | Reinforce ARMTargetParser::getCanonicalArchName validation |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Chad Rosier | Use new MachineInstr mayLoadOrStore() API. NFC. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Alexei Starovoitov | [bpf] emit jmp fixups in little endian |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Renato Golin | Adding profile and version parsers to ARMTargetParser |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Quentin Colombet | Reapply r238011 with a fix for the trap instruction. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Chandler Carruth | [Unroll] Separate the logic for testing each iteration... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Bill Schmidt | [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Rafael Espindola | Stop inventing symbol sizes. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Sanjay Patel | remove names from comments, fix typos; NFC |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Sanjay Patel | fix typo, 80-col; NFC |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Sanjay Patel | fix typo in comment; NFC |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Rafael Espindola | Detect invalid section indexes when we first read them. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
John Brawn | [ARM] Fix typo in subtarget feature list for 7em triple |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Rafael Espindola | Fix llvm-nm -S option. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Rafael Espindola | Make this test stricter. NFC. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
NAKAMURA Takumi | Reapply part of r237975, "Fix Clang -Wmissing-override... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Tamas Berghammer | Revert "[X86] Fix a variable name for r237977 so that... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Puyan Lotfi | Compile time improvements to VirtRegRewriter. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
NAKAMURA Takumi | Revert r237954, "Resubmit r237708 (MIR Serialization... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Duncan P. N... | MC: Shave a pointer off of MCSymbol::Name |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Tobias Grosser | Revert "Fix Clang -Wmissing-override warning" |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Duncan P. N... | MC: Pack MCSymbol::Index in with the bitfield in MCSymbol |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Duncan P. N... | MC: Lift MCSymbolData::Index up to MCSymbol::Index... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
NAKAMURA Takumi | Revert part of r237975, "Fix Clang -Wmissing-override... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Duncan P. N... | SDAG: Give SDDbgValues their own allocator (and reset it) |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Duncan P. N... | SDAG: Cleanup initialization of SDDbgValue, NFC |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Tobias Grosser | Revert "unique_ptrify LoadedObjectInfo::clone" |
commit | commitdiff | tree | snapshot |
2015-05-22 |
David Majnemer | [InstSimplify] Handle some overflow intrinsics in InstS... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Chandler Carruth | [Unroll] Replace a hand-wavy FIXME with a FIXME that... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Chandler Carruth | [Unroll] Extract the logic for caching SCEV-modeled... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Chandler Carruth | [Unroll] Refactor the accumulation of optimized instruc... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Philip Reames | [LICM] Sinking doesn't involve the preheader |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Hans Wennborg | Revert r236894 "[BasicAA] Fix zext & sext handling" |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Quentin Colombet | [X86] Fix a variable name for r237977 so that it works... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Daniel Berlin | MergedLoadStoreMotion preserves MemoryDependenceAnalysi... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Quentin Colombet | [X86] Refactor the prologue emission to prepare for... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
David Blaikie | unique_ptrify LoadedObjectInfo::clone |
commit | commitdiff | tree | snapshot |
2015-05-22 |
David Blaikie | Fix Clang -Wmissing-override warning |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Hal Finkel | [PPC] Correct iterator bug in PPCTLSDynamicCall |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Peter Collingbourne | Revert r237590, "ARM: allow jump tables to be placed... |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Jingyue Wu | [NaryReassoc] reassociate GEP for CSE |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Michael J.... | [Support] Fix ErrorOr equality operator. |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Sanjay Patel | fix typos, remove function names from comments, NFC |
commit | commitdiff | tree | snapshot |
2015-05-21 |
David Majnemer | [InstCombine] X - 0 is equal to X, not undef |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Pete Cooper | Use Op<0> accessor instead of OperandList for Instructi... |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Chad Rosier | Use new MachineInstr mayLoadOrStore() API. |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Quentin Colombet | [InlineSpiller] Fix rematerialization for bundles. |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Chad Rosier | [AArch64] Enhance the load/store optimizer with target... |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Sanjay Patel | fix typo in comment; NFC |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Keno Fischer | Make it easier to use DwarfContext with MCJIT |
commit | commitdiff | tree | snapshot |
2015-05-21 |
David Blaikie | Put GEPOperator member function definition in the appro... |
commit | commitdiff | tree | snapshot |
next |