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