Age | Commit message (Expand) | Author |
2013-05-01 | use static_cast to get rid of windows warning. | Peng Cheng |
2013-05-01 | Now that the underlying issue is fixed, revert r180750 and r180722. | Rafael Espindola |
2013-05-01 | Fix spelling | Nikola Smiljanic |
2013-05-01 | Put VMOVPQIto64rr in the VRPDI class. | Rafael Espindola |
2013-05-01 | Correct comment: there is no numTys parameter any more now that this is using | Duncan Sands |
2013-05-01 | Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li... | Filip Pizlo |
2013-05-01 | Forget remove the tempfile argument | Michael Liao |
2013-05-01 | More rewrites of x86 codegen regression tests with FileCheck | Michael Liao |
2013-05-01 | Fixes a buffer overrun where the allocated buffer wasn't large enough to acco... | Aaron Ballman |
2013-05-01 | Revert "InstCombine: Fold more shuffles of shuffles." | Jim Grosbach |
2013-04-30 | [mips] Fix handling of instructions which copy to/from accumulator registers. | Akira Hatanaka |
2013-04-30 | Only pass 'returned' to target-specific lowering code when the value of entir... | Stephen Lin |
2013-04-30 | Fix a use after free. RI is freed before the call to getDebugLoc(). To | Richard Trieu |
2013-04-30 | [mips] Instruction selection patterns for DSP-ASE vector select and compare | Akira Hatanaka |
2013-04-30 | Temporarily revert "Change the informal convention of DBG_VALUE so that we ca... | Adrian Prantl |
2013-04-30 | Change the informal convention of DBG_VALUE so that we can express a | Adrian Prantl |
2013-04-30 | MI Sched: revert a minor heuristic that snuck in with -misched-vcopy. | Andrew Trick |
2013-04-30 | [mips] Simplify code. | Akira Hatanaka |
2013-04-30 | Fix a typo | Nadav Rotem |
2013-04-30 | Update the release notes about the min/max reductions that Arnold added. | Nadav Rotem |
2013-04-30 | [mips] Test for r179873. | Akira Hatanaka |
2013-04-30 | InstCombine: Fold more shuffles of shuffles. | Jim Grosbach |
2013-04-30 | [mips] Clear isCommutable bit of instructions which are not commutable. | Akira Hatanaka |
2013-04-30 | LocalStackSlotAllocation improvements | Hal Finkel |
2013-04-30 | Text files should not be marked executable. | Rafael Espindola |
2013-04-30 | TBAA: remove !tbaa from testing cases if not used. | Manman Ren |
2013-04-30 | Spelling. Thanks, Eric. | Adrian Prantl |
2013-04-30 | Set debug locations for branch instructions created during inlining, even | Adrian Prantl |
2013-04-30 | Change getSlotIndex to return unsigned. | Rafael Espindola |
2013-04-30 | Fix Addend computation for non external relocations on Macho. | Rafael Espindola |
2013-04-30 | R600: fix loop-address.ll test | Vincent Lejeune |
2013-04-30 | Fix a bug in foldSelectICmpAndOr. | David Majnemer |
2013-04-30 | s tightens up the encoding description for ARM post-indexed ldr instructions.... | Mihai Popa |
2013-04-30 | Fix "Combine bit test + conditional or into simple math" | David Majnemer |
2013-04-30 | Rewrite X86 codegen regression test with FileCheck | Michael Liao |
2013-04-30 | Refactoring patch. | Stepan Dyatkovskiy |
2013-04-30 | Try to fix ProgramTest on FreeBSD | Reid Kleckner |
2013-04-30 | Collect the Addend for external relocs. | Rafael Espindola |
2013-04-30 | R600: Always use texture cache for compute shaders | Vincent Lejeune |
2013-04-30 | R600: use native for alu | Vincent Lejeune |
2013-04-30 | R600: Packetize instructions | Vincent Lejeune |
2013-04-30 | R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chips | Vincent Lejeune |
2013-04-30 | R600: Add a Bank Swizzle operand | Vincent Lejeune |
2013-04-30 | R600: Take inner dependency into tex/vtx clauses | Vincent Lejeune |
2013-04-30 | R600: Turn TEX/VTX into native instructions | Vincent Lejeune |
2013-04-30 | R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions | Vincent Lejeune |
2013-04-30 | Rewrite test in FileCheck instead of grep in X86 codegen | Michael Liao |
2013-04-30 | R600: Add some new processor variants | Vincent Lejeune |
2013-04-30 | R600: Clean up instruction class definitions | Vincent Lejeune |
2013-04-30 | R600: config section now reports use of killgt | Vincent Lejeune |