Age | Commit message (Expand) | Author |
2013-03-25 | Revise alignment checking/calculation on 256-bit unaligned memory access | Michael Liao |
2013-03-25 | Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx) | Michael Liao |
2013-03-25 | Add an -mcpu option to a test that is apparently scheduler-sensitive. | Jakob Stoklund Olesen |
2013-03-25 | Disable some unsafe-fp-math DAG-combine transformation after legalization. | Shuxin Yang |
2013-03-25 | llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32. | NAKAMURA Takumi |
2013-03-25 | XFAIL some of the generic CodeGen tests for Hexagon. | Jyotsna Verma |
2013-03-25 | Remove unnecessary attributes from test case. | Chad Rosier |
2013-03-25 | Add a GC plugin for Erlang | Yiannis Tsiouris |
2013-03-24 | [NVPTX] Fix handling of vector arguments | Justin Holewinski |
2013-03-23 | Remove the type legality check from the SelectionDAGBuilder when it lowers @l... | Owen Anderson |
2013-03-22 | Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w... | Jyotsna Verma |
2013-03-22 | Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/... | David Blaikie |
2013-03-22 | R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730 | Michel Danzer |
2013-03-22 | Reorder the DIFile field in DILexicalBlock to become a prefix common with oth... | David Blaikie |
2013-03-21 | Fix a register-class comparison bug in PPCCTRLoops | Hal Finkel |
2013-03-21 | Move the DIFile in DISubprogram to the beginning to be a common prefix along ... | David Blaikie |
2013-03-21 | Implement builtin_{setjmp/longjmp} on PPC | Hal Finkel |
2013-03-21 | Fix Darwin NEON FP and increase coverage | Renato Golin |
2013-03-21 | Remove unused field in DISubprogram | David Blaikie |
2013-03-21 | Add support for spilling VRSAVE on PPC | Hal Finkel |
2013-03-21 | Correct PPC FRAMEADDR lowering using a pseudo-register | Hal Finkel |
2013-03-21 | Avoid NEON SP-FP unless unsafe-math or Darwin | Renato Golin |
2013-03-20 | Debug info: refactor the first field of DICompileUnit to be a raw file/direct... | David Blaikie |
2013-03-20 | When computing the demanded bits of Load SDNodes, make sure that we are looki... | Nadav Rotem |
2013-03-20 | Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com... | David Blaikie |
2013-03-20 | Remove unused field in DICompileUnit | David Blaikie |
2013-03-20 | Add a test case for PR15318 fixed in r177472 | Hao Liu |
2013-03-20 | Fix PR15296 | Michael Liao |
2013-03-20 | Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a... | David Blaikie |
2013-03-20 | Propagate DAG node ordering during type legalization and instruction selection | Justin Holewinski |
2013-03-19 | Move the DIFile operand to DITypes from the 4th operand to the 2nd. | David Blaikie |
2013-03-19 | Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll test | Hal Finkel |
2013-03-19 | Rewrite pre-increment store patterns to use standard memory operands. | Ulrich Weigand |
2013-03-19 | Prepare to make r0 an allocatable register on PPC | Hal Finkel |
2013-03-19 | Optimize sext <4 x i8> and <4 x i16> to <4 x i64>. | Nadav Rotem |
2013-03-19 | Cleanup PPC64 unaligned i64 load/store | Hal Finkel |
2013-03-19 | Improve long vector sext/zext lowering on ARM | Renato Golin |
2013-03-19 | Don't reserve R31 on PPC64 unless the frame pointer is needed | Hal Finkel |
2013-03-18 | Fix a sign-extension bug in PPCCTRLoops | Hal Finkel |
2013-03-18 | Fix PPC unaligned 64-bit loads and stores | Hal Finkel |
2013-03-18 | Extend global merge pass to optionally consider global constant variables. | Quentin Colombet |
2013-03-18 | Change test cases to handle unaligned references. | Bill Schmidt |
2013-03-18 | Remove unnecessary leading comment characters in lit-only file | David Blaikie |
2013-03-18 | Include '.test' suffix in target specific lit configs that need it | David Blaikie |
2013-03-18 | Fix large count and negative constant count handling in PPCCTRLoops | Hal Finkel |
2013-03-18 | Cleanup initial-value constants in PPCCTRLoops | Hal Finkel |
2013-03-17 | Split out filename & directory from DIFile to start generalizing over DIScopes | David Blaikie |
2013-03-17 | Improve PPC VR (Altivec) register spilling | Hal Finkel |
2013-03-16 | Remove FIXMEs in PPC test cases related to unaligned loads/stores | Hal Finkel |
2013-03-16 | Add X86 code emitter support AVX encoded MRMDestReg instructions. | Craig Topper |