2012-10-15 |
Jim Grosbach | ARM: v1i64 and v2i64 VBSL intrinsic support. |
tree | commitdiff |
2012-10-15 |
David Blaikie | Add dependency on llvm-bcanalyzer from tests to the... |
tree | commitdiff |
2012-10-15 |
Andrew Trick | Check output of the misched unit tests |
tree | commitdiff |
2012-10-15 |
Rafael Espindola | Add a cpu to try to fix the atom builder. |
tree | commitdiff |
2012-10-15 |
Rafael Espindola | Add testcase for pr14088. |
tree | commitdiff |
2012-10-15 |
Andrew Trick | misched tests: add a triple to speculatively fix window... |
tree | commitdiff |
2012-10-15 |
Andrew Trick | misched: ILP scheduler for experimental heuristics. |
tree | commitdiff |
2012-10-15 |
Kostya Serebryany | [asan] fix a test |
tree | commitdiff |
2012-10-15 |
Chandler Carruth | Update the memcpy rewriting to fully support widened... |
tree | commitdiff |
2012-10-15 |
Chandler Carruth | Follow-up fix to r165928: handle memset rewriting for... |
tree | commitdiff |
2012-10-15 |
Silviu Baranga | Fixed PR13938: the ARM backend was crashing because... |
tree | commitdiff |
2012-10-15 |
Chandler Carruth | First major step toward addressing PR14059. This teache... |
tree | commitdiff |
2012-10-15 |
Meador Inge | instcombine: Migrate strcmp and strncmp optimizations |
tree | commitdiff |
2012-10-13 |
Benjamin Kramer | X86: Depending on the local semantics of .align this... |
tree | commitdiff |
2012-10-13 |
Benjamin Kramer | X86: Disable long nops for all cpus prior to pentiumpro... |
tree | commitdiff |
2012-10-13 |
Jakob Stoklund Olesen | Drop <def,dead> flags when merging into an unused lane. |
tree | commitdiff |
2012-10-13 |
Meador Inge | instcombine: Migrate strchr and strrchr optimizations |
tree | commitdiff |
2012-10-13 |
Meador Inge | instcombine: Migrate strcat and strncat optimizations |
tree | commitdiff |
2012-10-13 |
Jakob Stoklund Olesen | Allow for loops in LiveIntervals::pruneValue(). |
tree | commitdiff |
2012-10-13 |
Benjamin Kramer | X86: Fix accidentally swapped operands. |
tree | commitdiff |
2012-10-13 |
Chandler Carruth | Teach SROA to cope with wrapper aggregates. These show... |
tree | commitdiff |
2012-10-13 |
Benjamin Kramer | X86: Promote i8 cmov when both operands are coming... |
tree | commitdiff |
2012-10-12 |
Manman Ren | ARM: tail-call inside a function where part of a byval... |
tree | commitdiff |
2012-10-12 |
Jakob Stoklund Olesen | Fix buildbots: -misched=shuffle is only available in... |
tree | commitdiff |
2012-10-12 |
Jim Grosbach | ARM: Mark VSELECT as 'expand'. |
tree | commitdiff |
2012-10-12 |
Jakob Stoklund Olesen | Use a transposed algorithm for handleMove(). |
tree | commitdiff |
2012-10-12 |
Jakob Stoklund Olesen | Fix coalescing with IMPLICIT_DEF values. |
tree | commitdiff |
2012-10-12 |
NAKAMURA Takumi | llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try... |
tree | commitdiff |
2012-10-12 |
Ulrich Weigand | Fix big-endian codegen bug in DAGTypeLegalizer::ExpandR... |
tree | commitdiff |
2012-10-12 |
Reed Kotler | Div, Rem int/unsigned int |
tree | commitdiff |
2012-10-12 |
Evan Cheng | Legalizer optimize a pair of div / mod to a call to... |
tree | commitdiff |
2012-10-11 |
Jan Wen Voung | Change encoding of instruction operands in bitcode... |
tree | commitdiff |
2012-10-11 |
Jakob Stoklund Olesen | Pass an explicit operand number to addLiveIns. |
tree | commitdiff |
2012-10-11 |
Bill Schmidt | This patch addresses PR13947. |
tree | commitdiff |
2012-10-11 |
David Chisnall | Add test cases for correct parsing of register names... |
tree | commitdiff |
2012-10-11 |
David Chisnall | Expose move to/from coprocessor instructions in MIPS64... |
tree | commitdiff |
2012-10-11 |
Sebastian Pop | dependence analysis |
tree | commitdiff |
2012-10-11 |
Nick Lewycky | Don't crash when !tbaa.struct contents is invalid. |
tree | commitdiff |
2012-10-11 |
NAKAMURA Takumi | Revert r165661, "Patch by Shuxin Yang <shuxin.llvm... |
tree | commitdiff |
2012-10-11 |
Nick Lewycky | Don't crash if a .ll file contains a forward-reference... |
tree | commitdiff |
2012-10-10 |
Evan Cheng | Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsic... |
tree | commitdiff |
2012-10-10 |
Bill Schmidt | Add -mattr=+altivec and remove XFAIL. |
tree | commitdiff |
2012-10-10 |
Bill Schmidt | XFAIL for all targets pending investigation |
tree | commitdiff |
2012-10-10 |
Nadav Rotem | Patch by Shuxin Yang <shuxin.llvm@gmail.com>. |
tree | commitdiff |
2012-10-10 |
Bill Schmidt | When generating spill and reload code for vector regist... |
tree | commitdiff |
2012-10-10 |
Bill Schmidt | The PowerPC VRSAVE register has been somewhat of an... |
tree | commitdiff |
2012-10-10 |
Duncan Sands | Add the testcase from pr13254 (the old scalarreply... |
tree | commitdiff |
2012-10-10 |
Michael Liao | Specify CPU model to avoid breaking ATOM builds |
tree | commitdiff |
2012-10-10 |
Michael Liao | Add support for FP_ROUND from v2f64 to v2f32 |
tree | commitdiff |
2012-10-10 |
NAKAMURA Takumi | [CMake] check-all: Don't include check-llvm into check... |
tree | commitdiff |
2012-10-10 |
Stepan Dyatkovskiy | Fix for LDRB instruction: |
tree | commitdiff |
2012-10-10 |
Stepan Dyatkovskiy | Issue description: |
tree | commitdiff |
2012-10-10 |
Craig Topper | Test case for r165480. |
tree | commitdiff |
2012-10-10 |
Akira Hatanaka | Implement MipsTargetLowering::CanLowerReturn. |
tree | commitdiff |
2012-10-09 |
Evan Cheng | When expanding atomic load arith instructions, do not... |
tree | commitdiff |
2012-10-09 |
Jack Carter | Initial assembler implementation of Mips load address... |
tree | commitdiff |
2012-10-09 |
Bill Wendling | Inline the checks for mutually exclusive attributes... |
tree | commitdiff |
2012-10-09 |
Rafael Espindola | Enable response files in all tools. Patch by Liu, Yaxun... |
tree | commitdiff |
2012-10-09 |
Michael Ilseman | New EarlyCSE tests for CSE-ing across commutativity. |
tree | commitdiff |
2012-10-09 |
Alexey Samsonov | Fix PR14016. |
tree | commitdiff |
2012-10-09 |
NAKAMURA Takumi | Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." |
tree | commitdiff |
2012-10-09 |
Chandler Carruth | Fix PR14034, an infloop / heap corruption / crash bug... |
tree | commitdiff |
2012-10-08 |
Jakob Stoklund Olesen | Don't crash on extra evil irreducible control flow. |
tree | commitdiff |
2012-10-08 |
Adhemerval Zanella | PR12716: PPC crashes on vector compare |
tree | commitdiff |
2012-10-08 |
Adhemerval Zanella | Add floating-point to and from integer conversion |
tree | commitdiff |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
tree | commitdiff |
2012-10-08 |
James Molloy | Some regression tests which are testing the old jit... |
tree | commitdiff |
2012-10-07 |
Benjamin Kramer | X86: fcmov doesn't handle all possible EFLAGS, fall... |
tree | commitdiff |
2012-10-06 |
Jack Carter | Adding support for instructions mfc0, mfc2, mtc0, mtc2 |
tree | commitdiff |
2012-10-05 |
Reed Kotler | Patch for integer multiply, signed/unsigned, long/long... |
tree | commitdiff |
2012-10-05 |
NAKAMURA Takumi | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. |
tree | commitdiff |
2012-10-05 |
Rafael Espindola | Convert to unix line endings. |
tree | commitdiff |
2012-10-05 |
Eli Friedman | Make sure to generate the right kind of MDNode for... |
tree | commitdiff |
2012-10-05 |
Evan Cheng | Follow up to r165072. Try a different approach: only... |
tree | commitdiff |
2012-10-05 |
Chandler Carruth | Teach the new SROA a new trick. Now we zap any memcpy... |
tree | commitdiff |
2012-10-04 |
Nadav Rotem | When merging connsecutive stores, use vectors to store... |
tree | commitdiff |
2012-10-04 |
Jim Grosbach | ARM: locate user-defined text sections next to default... |
tree | commitdiff |
2012-10-04 |
Eric Christopher | Update this a bit more to represent how the prologue... |
tree | commitdiff |
2012-10-04 |
Benjamin Kramer | SimplifyCFG: Enhance the "remove CFG edge that leads... |
tree | commitdiff |
2012-10-04 |
Duncan Sands | In my recent change to avoid use of underaligned memory... |
tree | commitdiff |
2012-10-04 |
Duncan Sands | The alignment of an sret parameter is known: it must... |
tree | commitdiff |
2012-10-04 |
Chandler Carruth | Fix PR13969, a mini-phase-ordering issue with the new... |
tree | commitdiff |
2012-10-04 |
Duncan Sands | The memcpy optimizer was happily doing call slot forwar... |
tree | commitdiff |
2012-10-04 |
Chandler Carruth | Teach the integer-promotion rewrite strategy to be... |
tree | commitdiff |
2012-10-04 |
Jack Carter | Implement methods that enable expansion of load immediate |
tree | commitdiff |
2012-10-04 |
Jack Carter | This patch is a partial implementation of mips .set... |
tree | commitdiff |
2012-10-03 |
Jakub Staszak | Fix PR13967. |
tree | commitdiff |
2012-10-03 |
Chad Rosier | [ms-inline asm] Add support in the X86AsmPrinter for... |
tree | commitdiff |
2012-10-03 |
Nadav Rotem | Fix a cycle in the DAG. In this code we replace multipl... |
tree | commitdiff |
2012-10-03 |
Tim Northover | Implement .rel relocation for R_ARM_ABS32 in MCJIT. |
tree | commitdiff |
2012-10-03 |
Nadav Rotem | A DAGCombine optimization for mergeing consecutive... |
tree | commitdiff |
2012-10-03 |
Dmitry Vyukov | tsan: update the test for new atomic enums |
tree | commitdiff |
2012-10-03 |
Dmitry Vyukov | tsan: update the test for new atomic enums |
tree | commitdiff |
2012-10-03 |
Silviu Baranga | Fixed a bug in the ExecutionDependencyFix pass that... |
tree | commitdiff |
2012-10-03 |
Chandler Carruth | Fix an issue where we failed to adjust the alignment... |
tree | commitdiff |
2012-10-03 |
Chandler Carruth | Try to use a better set of abstractions for computing... |
tree | commitdiff |
2012-10-03 |
Eric Christopher | Revert 165051-165049 while looking into the foreach... |
tree | commitdiff |
2012-10-03 |
NAKAMURA Takumi | test/ExecutionEngine/MCJIT: MCJIT should work also... |
tree | commitdiff |
2012-10-03 |
Jakob Stoklund Olesen | The early if conversion pass is ready to be used as... |
tree | commitdiff |
2012-10-02 |
Evan Cheng | Fix a serious X86 instruction selection bug. In |
tree | commitdiff |
next |