2015-05-01 |
Peter Collingbourne | ARM: Align functions containing Thumb-2 jump tables... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Diego Novillo | Fix infinite recursion in ScaledNumber::toInt. |
commit | commitdiff | tree | snapshot |
2015-05-01 |
James Y Knight | [Sparc] Repair fixups in little endian mode. |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Douglas Katzman | Fix omission from adding sparcel (original reviews... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Benjamin Kramer | Remove std::move on return of temporary. |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Benjamin Kramer | Remove std::move on return of temporary. |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Benjamin Kramer | Remove std::move on return when it could prevent copy... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Toma Tabacu | [mips] [IAS] Fix error messages for using LI with 64... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Niels Ole Salscheider | [CMake] Also search for prefixed versions of ld.gold |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Toma Tabacu | [mips] [IAS] Slightly improve shift instruction generat... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Simon Pilgrim | [SelectionDAG] Unary vector constant folding integer... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Tom Stellard | R600/SI: Add VCC as an implict def of SI_KILL |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Tom Stellard | R600/SI: Fix verifier errors from the SIAnnotateControl... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Quentin Colombet | [ARM][TEST] Strengthen test against smarter reg alloc. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Pete Cooper | [ARM] optimizeSelect should clear kill flags. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Justin Bogner | InstrProf: Instrumenter support for setting profile... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Matt Arsenault | Fix typo |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Pete Cooper | Commute the internal flag on MachineOperands. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Davide Italiano | [Object] Teach Object and llvm-objdump about ".hidden" |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Richard Trieu | Fix -Wpessimizing-move warnings by removing std::move... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Remove unnecessary break. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Quentin Colombet | [AArch64] Fix bad register class constraint in fast... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Pete Cooper | Don't always apply kill flag in thumb2 ABS pseudo expan... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Reid Kleckner | [X86] Use 4 byte preferred aggregate alignment on Win32 |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Matthias Braun | InstCombineSimplifyDemanded: Remove nsw/nuw flags when... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Matthias Braun | InstCombine: Move Sub->Xor rule from SimplifyDemanded... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Simplify the creation of compressed debug sections. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Andrea Di Biagio | Fix comment in test. NFC. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Replace unreachable code with llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Don't create a MCSectionData when we don't have to. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Andrea Di Biagio | Fix for PR23103. Correctly propagate the 'IsUndef'... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Avoid an extra loop over the sections. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Make the section table a member of ELFObjectWriter. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Nothing inherits from this, drop the protected: |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Kevin Enderby | For llvm-objdump, with the -archive-headers and -macho... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Douglas Katzman | Exhaustively test all triples in TripleTest. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Matt Arsenault | Mips: Remove dead declaration |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Matt Arsenault | MachineVerifier: Don't crash if MachineOperand has... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Pete Cooper | Don't rewrite jumps to empty BBs to landing pads. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Quentin Colombet | [ARM] Do not generate invalid encoding for stack adjust... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Tim Northover | AArch64: add BFC alias for the BFI/BFM instructions. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Reid Kleckner | Add a note about permitting default member initializers |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Jan Vesely | Reinstate revisions r234755, r234759, r234760 |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Berlin | Move equality function for AliasAnalysis::Location... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Write sections mostly in one pass. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Aaron Ballman | Silencing an "enumeral and non-enumeral type in conditi... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Don't check for offsets in tests where it is not relevant. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Diego Novillo | Fix private constructor for ScaledNumber. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Check the entire content of the comdat group. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Diego Novillo | Fix typo in comment. NFC. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Sanders | [mips] Sorted instructions in mips64r6 disassembly... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Sanders | [mips][mips64r6] Sorted instructions in test. NFC. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Sanders | [mips][msa] Rename main check prefix to 'ALL' in basic... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Sanders | [mips][msa] Use CHECK-LABEL where missing, and remove... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Sanders | [mips] Add missing signext attributes to MSA basic... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Pawel Bylica | Add convenient overloads for CreateInsertElement and... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Jasper | Silence unused warning in non-assert builds. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Daniel Jasper | Inline local variable to silence unused warning. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Elena Demikhovsky | Masked gather and scatter - added DAGCombine visitors |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Simon Pilgrim | [SSE] Fix for MUL v16i8 on pre-SSE41 targets (PR23369). |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Craig Topper | [TableGen] Cleanup formatting by moving operators from... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Craig Topper | [TableGen] Used range-based for loop. NFC. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Craig Topper | [TableGen] Merge a variable assignment and a return... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Sanjoy Das | [InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Sanjoy Das | [InstCombine] Add a new formula for SMIN. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Filipe Cabecinhas | Don't overflow GCTable |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Owen Anderson | Semantically revert r236031, which is not a good idea... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Hans Wennborg | XFAIL test/CodeGen/Generic/MachineBranchProb.ll on... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Filipe Cabecinhas | Make sure Op->getType() is a PointerType before we... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Hans Wennborg | Switch lowering: use profile info to build weight-balan... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Filipe Cabecinhas | Make sure we don't resize(0) when we get a fwdref with... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Store relocations in a map from MCSectionELF. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Rafael Espindola | Write relocations directly to the output stream. NFC. |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Ahmed Bougacha | Flip r236172 testcase RUN option ordering for BSD sed... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Pete Cooper | Change x86 CMOVE_F to read it source, not write it. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Jonathan Roelofs | Fix doxygen comment typo. NFC |
commit | commitdiff | tree | snapshot |
2015-04-29 |
David Blaikie | [opaque pointer type] Store the value type of an alloca |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Reid Kleckner | [WinEH] Start EH preparation for 32-bit x86, it uses... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Sanjay Patel | generalize binop reassociation; NFC |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Pat Gavlin | Run StatepointLowering.{cpp,h} through clang-format. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Chris Bieneman | [NFC] Updating FileCheck to reduce the std::vector... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Chris Bieneman | [NFC] Converting to range-based for. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
David Blaikie | [opaque pointer type] Pass GlobalAlias the actual point... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Rafael Espindola | Inline FragmentWriter into the only user. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Rafael Espindola | Write the symbol table directly to the output file. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Sanjay Patel | tidy up; NFC |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Rafael Espindola | Use pwrite to write the number of sections. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Sanjay Patel | too much space again; NFC |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Rafael Espindola | Write the string table directly to the output file. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Sanjay Patel | too much space; NFC |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Douglas Katzman | [Sparc] Really add sparcel architecture support. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Rafael Espindola | Write the section header string table directly to the... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Jonathan Roelofs | Clean up docs references to './configure' in preparatio... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Manman Ren | [AArch64] Refactor out codes that depend on specific... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Rafael Espindola | Avoid a few const_cast. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Tim Northover | ARM: mark branch-like instructions with correct flags. |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Douglas Katzman | New architecture name - 'sparcel' for Sparc little... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Douglas Katzman | Make Sparc assembler accept parenthesized constant... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Zoran Jovanovic | [mips][microMIPSr6] Implement MUL, MUH, MULU and MUHU... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Andrew Kaylor | [WinEH] Fix minor bug in begincatch block splitting |
commit | commitdiff | tree | snapshot |
next |