2012-08-03 |
Bob Wilson | Refactor and check "onlyReadsMemory" before optimizing... |
tree | commitdiff |
2012-08-03 |
Akira Hatanaka | 1. Redo mips16 instructions to avoid multiple opcodes... |
tree | commitdiff |
2012-08-03 |
Bob Wilson | Fix memcmp code-gen to honor -fno-builtin. |
tree | commitdiff |
2012-08-03 |
Bob Wilson | Fall back to selection DAG isel for calls to builtin... |
tree | commitdiff |
2012-08-03 |
Jush Lu | [arm-fast-isel] Add support for shl, lshr, and ashr. |
tree | commitdiff |
2012-08-03 |
NAKAMURA Takumi | [CMake] Add yaml2obj to check-llvm. |
tree | commitdiff |
2012-08-02 |
Matt Beaumont-Gay | Move test yaml files under Inputs until they are conver... |
tree | commitdiff |
2012-08-02 |
Manman Ren | X86 Peephole: fold loads to the source register operand... |
tree | commitdiff |
2012-08-02 |
Michael J. Spencer | Add yaml2obj. A utility to convert YAML to binaries. |
tree | commitdiff |
2012-08-02 |
Akira Hatanaka | Set transient stack alignment in constructor of MipsFra... |
tree | commitdiff |
2012-08-02 |
Jiangning Liu | Support fpv4 for ARM Cortex-M4. |
tree | commitdiff |
2012-08-02 |
Jiangning Liu | Fix #13035, a bug around Thumb instruction LDRD/STRD... |
tree | commitdiff |
2012-08-02 |
Jiangning Liu | Fix #13138, a bug around ARM instruction DSB encoding... |
tree | commitdiff |
2012-08-02 |
Jiangning Liu | Fix #13241, a bug around shift immediate operand for... |
tree | commitdiff |
2012-08-02 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure... |
tree | commitdiff |
2012-08-02 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Rewrite expres... |
tree | commitdiff |
2012-08-02 |
Manman Ren | X86 Peephole: fold loads to the source register operand... |
tree | commitdiff |
2012-08-01 |
Eric Christopher | Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8... |
tree | commitdiff |
2012-08-01 |
Matt Beaumont-Gay | Line endings. |
tree | commitdiff |
2012-08-01 |
Nuno Lopes | fix 'make check' when ocamlopt returns the compiler... |
tree | commitdiff |
2012-08-01 |
Elena Demikhovsky | Added FMA functionality to X86 target. |
tree | commitdiff |
2012-08-01 |
Nick Lewycky | Stay rational; don't assert trying to take the square... |
tree | commitdiff |
2012-07-31 |
Akira Hatanaka | Add definitions of two subclasses of MipsFrameLowering... |
tree | commitdiff |
2012-07-31 |
Akira Hatanaka | Let PEI::calculateFrameObjectOffsets compute the final... |
tree | commitdiff |
2012-07-31 |
Akira Hatanaka | Expand DYNAMIC_STACKALLOC nodes rather than doing custo... |
tree | commitdiff |
2012-07-31 |
Akira Hatanaka | When store nodes or memcpy nodes are created to copy... |
tree | commitdiff |
2012-07-31 |
Chad Rosier | [x86 frame lowering] In 32-bit mode, use ESI as the... |
tree | commitdiff |
2012-07-31 |
Akira Hatanaka | Fix type of LUXC1 and SUXC1. These instructions were... |
tree | commitdiff |
2012-07-31 |
Manman Ren | MachineSink: Sort the successors before trying to find... |
tree | commitdiff |
2012-07-31 |
Jakob Stoklund Olesen | Clear kill flags in removeCopyByCommutingDef(). |
tree | commitdiff |
2012-07-31 |
Manman Ren | Reverse order of the two branches at end of a basic... |
tree | commitdiff |
2012-07-30 |
Jim Grosbach | Keep empty assembly macro argument values in the middle... |
tree | commitdiff |
2012-07-30 |
Pete Cooper | Consider address spaces for hashing and CSEing DAG... |
tree | commitdiff |
2012-07-30 |
Kevin Enderby | Fix a bug in ARMMachObjectWriter::RecordRelocation... |
tree | commitdiff |
2012-07-30 |
Nadav Rotem | When constant folding GEP expressions, keep the address... |
tree | commitdiff |
2012-07-29 |
Manman Ren | Revert r160920 and r160919 due to dragonegg and clang... |
tree | commitdiff |
2012-07-29 |
Nick Lewycky | Add testcases for GlobalOpt changes in r160693 and... |
tree | commitdiff |
2012-07-28 |
Manman Ren | X86 Peephole: fold loads to the source register operand... |
tree | commitdiff |
2012-07-28 |
Manman Ren | X86 Peephole: fold loads to the source register operand... |
tree | commitdiff |
2012-07-28 |
Manman Ren | X86 Peephole: fix PR13475 in optimizeCompare. |
tree | commitdiff |
2012-07-27 |
Eric Christopher | Add a DW_AT_high_pc for CUs that are a single address... |
tree | commitdiff |
2012-07-27 |
Evan Cheng | Teach CodeGenPrep to look past bitcast when it's duplic... |
tree | commitdiff |
2012-07-27 |
Jakob Stoklund Olesen | Add <imp-def> of super-register when lowering SUBREG_TO... |
tree | commitdiff |
2012-07-27 |
Nuno Lopes | fix PR13390: do not loop forever with self-referencing... |
tree | commitdiff |
2012-07-27 |
Nuno Lopes | fix infinite loop in instcombine in the presence of... |
tree | commitdiff |
2012-07-26 |
Pete Cooper | Simplify demanded bits of select sources where the... |
tree | commitdiff |
2012-07-26 |
Pete Cooper | Teach SimplifyDemandedBits how to look through fpext... |
tree | commitdiff |
2012-07-26 |
Jakob Stoklund Olesen | Eliminate a batch of uses of sub_ss and sub_sd in the... |
tree | commitdiff |
2012-07-26 |
Duncan Sands | Stop reassociate from looking through expressions of... |
tree | commitdiff |
2012-07-26 |
Craig Topper | Make l/q suffixes on AVX forms of scalar convert instru... |
tree | commitdiff |
2012-07-26 |
Akira Hatanaka | Fix call setup for PIC. |
tree | commitdiff |
2012-07-25 |
Manman Ren | Update testing case for Atom when disabling remateriali... |
tree | commitdiff |
2012-07-25 |
Nuno Lopes | revert r160742: it's breaking CMake build |
tree | commitdiff |
2012-07-25 |
Manman Ren | Disable rematerialization in TwoAddressInstructionPass. |
tree | commitdiff |
2012-07-25 |
Nuno Lopes | MemoryBuiltins: add support to determine the size of... |
tree | commitdiff |
2012-07-25 |
Rafael Espindola | When a return struct pointer is passed in registers... |
tree | commitdiff |
2012-07-25 |
Duncan Sands | Don't perform an overaligned load in this test, since... |
tree | commitdiff |
2012-07-25 |
Duncan Sands | When folding a load from a global constant, if the... |
tree | commitdiff |
2012-07-25 |
Akira Hatanaka | Eliminate the stack slot used to save the global base... |
tree | commitdiff |
2012-07-24 |
Rafael Espindola | Add a cpu to the test. Should fix the atom bot. |
tree | commitdiff |
2012-07-24 |
Rafael Espindola | Add a triple to the test. |
tree | commitdiff |
2012-07-24 |
Rafael Espindola | In order to correctly compile |
tree | commitdiff |
2012-07-24 |
David Chisnall | ELF does not imply GNU/Linux. Do not assume GNU conven... |
tree | commitdiff |
2012-07-24 |
Nuno Lopes | teach objectsize about strdup() and strndup() |
tree | commitdiff |
2012-07-24 |
Nick Lewycky | Teach globalopt to not nuke all stores to globals.... |
tree | commitdiff |
2012-07-23 |
Akira Hatanaka | Add basic ability to setup call frame, and make procedu... |
tree | commitdiff |
2012-07-23 |
Dan Gohman | An objc_retain can serve as a may-use for a different... |
tree | commitdiff |
2012-07-23 |
Sylvestre Ledru | Fix a typo (the the => the) |
tree | commitdiff |
2012-07-23 |
Nadav Rotem | Fixed DAGCombine optimizations which generate select_cc... |
tree | commitdiff |
2012-07-21 |
Nick Lewycky | Revert r160602. |
tree | commitdiff |
2012-07-21 |
Nick Lewycky | Teach globalopt to play nice with leak checkers. This... |
tree | commitdiff |
2012-07-21 |
Akira Hatanaka | Fix Mips long branch pass. |
tree | commitdiff |
2012-07-20 |
Nuno Lopes | baby steps toward fixing some problems with inbound... |
tree | commitdiff |
2012-07-20 |
Nuno Lopes | move the bounds checking pass to the instrumentation... |
tree | commitdiff |
2012-07-20 |
Jakob Stoklund Olesen | Avoid folding loads that are unsafe to move. |
tree | commitdiff |
2012-07-20 |
Jakob Stoklund Olesen | Split loop exiting edges more aggressively. |
tree | commitdiff |
2012-07-20 |
Richard Osborne | Fix assertion in jump threading (PR13405). |
tree | commitdiff |
2012-07-20 |
Kostya Serebryany | [asan] make sure that the crash callbacks do not get... |
tree | commitdiff |
2012-07-19 |
Nick Lewycky | Revert r160529 due to crashes. |
tree | commitdiff |
2012-07-19 |
Nick Lewycky | Don't wipe out global variables that are probably stori... |
tree | commitdiff |
2012-07-19 |
Preston Gurd | Fix remaining lit tests which were failing when run... |
tree | commitdiff |
2012-07-19 |
NAKAMURA Takumi | test/DebugInfo/dwarfdump-test.test: Tweak expressions... |
tree | commitdiff |
2012-07-19 |
Jush Lu | [arm-fast-isel] Add support for vararg function calls. |
tree | commitdiff |
2012-07-19 |
Alexey Samsonov | DebugInfo library: add support for fetching absolute... |
tree | commitdiff |
2012-07-18 |
Manman Ren | X86: remove redundant cmp against zero. |
tree | commitdiff |
2012-07-18 |
Preston Gurd | This patch fixes 8 out of 20 unexpected failures in... |
tree | commitdiff |
2012-07-18 |
Chandler Carruth | Fix a somewhat nasty crasher in PR13378. This crashes... |
tree | commitdiff |
2012-07-18 |
Andrew Trick | Added unit test for PR13361: LSR + SCEV "hangs" on... |
tree | commitdiff |
2012-07-18 |
Victor Oliveira | test commit |
tree | commitdiff |
2012-07-18 |
Jack Carter | Mips specific inline asm operand modifier 'M': |
tree | commitdiff |
2012-07-18 |
Andrew Trick | indvars: Linear function test replace should avoid... |
tree | commitdiff |
2012-07-18 |
Craig Topper | Make x86 asm parser to check for xmm vs ymm for index... |
tree | commitdiff |
2012-07-18 |
Joel Jones | More replacing of target-dependent intrinsics with... |
tree | commitdiff |
2012-07-17 |
Evan Cheng | Add test case for r160387 |
tree | commitdiff |
2012-07-17 |
Evan Cheng | Back out r160101 and instead implement a dag combine... |
tree | commitdiff |
2012-07-17 |
NAKAMURA Takumi | llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileChe... |
tree | commitdiff |
2012-07-17 |
Alexey Samsonov | Improve behavior of DebugInfoEntryMinimal::getSubprogra... |
tree | commitdiff |
2012-07-17 |
Nadav Rotem | Fix a crash in the legalization of large vectors. |
tree | commitdiff |
2012-07-17 |
Evan Cheng | Implement r160312 as target indepedenet dag combine. |
tree | commitdiff |
2012-07-17 |
Evan Cheng | This is another case where instcombine demanded bits... |
tree | commitdiff |
next |