2013-02-25 |
Matt Beaumont-Gay | 'Hexadecimal' has two 'a's and only one 'i'. |
tree | commitdiff |
2013-02-25 |
Bill Schmidt | Fix missing relocation for TLS addressing peephole... |
tree | commitdiff |
2013-02-25 |
Chandler Carruth | Fix the root cause of PR15348 by correctly handling... |
tree | commitdiff |
2013-02-24 |
Benjamin Kramer | CVP: If we have a PHI with an incoming select, try... |
tree | commitdiff |
2013-02-24 |
Benjamin Kramer | Fix invalid IR in test, missing incoming value for... |
tree | commitdiff |
2013-02-24 |
Nadav Rotem | Revert r169638 because it broke Mesa llvmpipe tests. |
tree | commitdiff |
2013-02-23 |
Renato Golin | Some more tests for the global structure vectorizer |
tree | commitdiff |
2013-02-23 |
Benjamin Kramer | X86: Disable cmov-memory patterns on subtargets without... |
tree | commitdiff |
2013-02-23 |
Reed Kotler | Expand pseudos/macros for Selt. This is the last of... |
tree | commitdiff |
2013-02-23 |
Jim Grosbach | ARM: Convenience aliases for 'srs*' instructions. |
tree | commitdiff |
2013-02-22 |
Eric Christopher | Use getSplitDebugFilename when constructing the skeleto... |
tree | commitdiff |
2013-02-22 |
Akira Hatanaka | [mips] Emit call16 operator instead of got_disp. The... |
tree | commitdiff |
2013-02-22 |
Peter Collingbourne | Fix test by matching movaps instead of AVX-only vmovaps |
tree | commitdiff |
2013-02-22 |
Peter Collingbourne | x86_64: designate most general purpose and SSE register... |
tree | commitdiff |
2013-02-22 |
Pete Cooper | Remove unused CHECK lines copied from another test |
tree | commitdiff |
2013-02-22 |
Renato Golin | More tests to global struct vectorizer |
tree | commitdiff |
2013-02-22 |
Kristof Beyls | Make ARMAsmPrinter generate the correct alignment speci... |
tree | commitdiff |
2013-02-22 |
Bill Wendling | Use references to attribute groups on the call/invoke... |
tree | commitdiff |
2013-02-22 |
Reed Kotler | Expand mips16 SelT form pseudso/macros. |
tree | commitdiff |
2013-02-22 |
Pete Cooper | Fix isa<> check which could never be true. |
tree | commitdiff |
2013-02-21 |
Eli Bendersky | Previously, parsing capability of the .debug_frame... |
tree | commitdiff |
2013-02-21 |
Renato Golin | Allow GlobalValues to vectorize with AliasAnalysis |
tree | commitdiff |
2013-02-21 |
Anshuman Dasgupta | Hexagon: Expand cttz, ctlz, and ctpop for now. |
tree | commitdiff |
2013-02-21 |
Jakob Stoklund Olesen | Make RAFast::UsedInInstr indexed by register units. |
tree | commitdiff |
2013-02-21 |
Bill Schmidt | Large code model support for PowerPC. |
tree | commitdiff |
2013-02-21 |
Benjamin Kramer | DAGCombiner: Make the post-legalize vector op optimizat... |
tree | commitdiff |
2013-02-21 |
Tom Stellard | R600: Fix for Unigine when MachineSched is enabled |
tree | commitdiff |
2013-02-21 |
Michel Danzer | R600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32 |
tree | commitdiff |
2013-02-21 |
Reed Kotler | Expand the sel pseudo/macro. This generates basic block... |
tree | commitdiff |
2013-02-21 |
Jack Carter | Mips specific standalone assembler addressing mode... |
tree | commitdiff |
2013-02-21 |
Bill Schmidt | PPCDAGToDAGISel::PostprocessISelDAG() |
tree | commitdiff |
2013-02-20 |
Jack Carter | ELF symbol table field st_other support, |
tree | commitdiff |
2013-02-20 |
Bill Schmidt | Stabilize vec_constants.ll |
tree | commitdiff |
2013-02-20 |
Arnold Schwaighofer | DAGCombiner: Fold pointless truncate, bitcast, buildvec... |
tree | commitdiff |
2013-02-20 |
Bill Schmidt | Additional fixes for bug 15155. |
tree | commitdiff |
2013-02-20 |
Michael Liao | Fix PR15267 |
tree | commitdiff |
2013-02-20 |
Bill Schmidt | Fix bug 14779 for passing anonymous aggregates [patch... |
tree | commitdiff |
2013-02-20 |
Jyotsna Verma | Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC... |
tree | commitdiff |
2013-02-20 |
Bill Schmidt | Fix PR15155: lost vadd/vsplat optimization. |
tree | commitdiff |
2013-02-20 |
Elena Demikhovsky | I optimized the following patterns: |
tree | commitdiff |
2013-02-20 |
Kostya Serebryany | [asan] instrument invoke insns with noreturn attribute... |
tree | commitdiff |
2013-02-20 |
Logan Chien | Fix thumbv5e frame lowering assertion failure. |
tree | commitdiff |
2013-02-20 |
Bill Wendling | Use the attribute group reference instead of the attrib... |
tree | commitdiff |
2013-02-20 |
Bill Wendling | Modify the LLVM assembly output so that it uses referen... |
tree | commitdiff |
2013-02-20 |
Reed Kotler | Expand pseudos/macros: |
tree | commitdiff |
2013-02-20 |
Michael J. Spencer | [llvm-readobj] Add ELF .dynamic table dumping. |
tree | commitdiff |
2013-02-19 |
Chad Rosier | [ms-inline asm] Force the use of a base pointer if... |
tree | commitdiff |
2013-02-19 |
Jack Carter | ELF symbol table field st_other support, |
tree | commitdiff |
2013-02-19 |
Jack Carter | ELF symbol table field st_other support, |
tree | commitdiff |
2013-02-19 |
Nadav Rotem | Fix a bug in mayHaveSideEffects. Functions that do... |
tree | commitdiff |
2013-02-19 |
Jim Grosbach | ARM: Allocation hints must make sure to be in the alloc... |
tree | commitdiff |
2013-02-19 |
Eli Bendersky | Fix typo |
tree | commitdiff |
2013-02-19 |
Benjamin Kramer | Fix GCMetadaPrinter::finishAssembly not executed, patch... |
tree | commitdiff |
2013-02-19 |
Arnold Schwaighofer | ARM NEON: Merge a f32 bitcast of a v2i32 extractelt |
tree | commitdiff |
2013-02-19 |
Kostya Serebryany | [asan] instrument memory accesses with unusual sizes |
tree | commitdiff |
2013-02-19 |
Reed Kotler | Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, |
tree | commitdiff |
2013-02-19 |
Bill Wendling | Temporarily revert r175470 for more review. |
tree | commitdiff |
2013-02-19 |
Reed Kotler | Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. |
tree | commitdiff |
2013-02-18 |
Bill Wendling | Check to see if the 'no-builtin' attribute is set befor... |
tree | commitdiff |
2013-02-18 |
Chad Rosier | Comment out the rdar number. |
tree | commitdiff |
2013-02-18 |
Chad Rosier | [fast-isel] Remove an invalid assert. |
tree | commitdiff |
2013-02-18 |
Benjamin Kramer | Support for HiPE-compatible code emission, patch by... |
tree | commitdiff |
2013-02-18 |
Vincent Lejeune | R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for... |
tree | commitdiff |
2013-02-18 |
Kostya Serebryany | [asan] revert r175266 as it breaks code with packed... |
tree | commitdiff |
2013-02-18 |
Tim Northover | AArch64: adjust tests which rely on a default JIT |
tree | commitdiff |
2013-02-18 |
Reed Kotler | Expand macro/pseudo instructions BtnezT8SltX16 and... |
tree | commitdiff |
2013-02-18 |
Reed Kotler | Expand pseudo/macro BteqzT8SltX16. |
tree | commitdiff |
2013-02-18 |
Reed Kotler | Expand macro/pseudo BteqzT8CmpX16. |
tree | commitdiff |
2013-02-18 |
Reed Kotler | Beginning of expanding all current mips16 macro/pseudo... |
tree | commitdiff |
2013-02-17 |
Richard Osborne | [XCore] Add missing 2r instructions. |
tree | commitdiff |
2013-02-17 |
Richard Osborne | [XCore] Add TSETR instruction. |
tree | commitdiff |
2013-02-17 |
Richard Osborne | [XCore] Add missing u10 / lu10 instructions. |
tree | commitdiff |
2013-02-17 |
Richard Osborne | [XCore] Add missing u6 / lu6 instructions. |
tree | commitdiff |
2013-02-17 |
Benjamin Kramer | Force a cpu for test. It failed on atom due to differen... |
tree | commitdiff |
2013-02-17 |
Hal Finkel | BBVectorize: Fix an invalid reference bug |
tree | commitdiff |
2013-02-16 |
Bill Wendling | The transform is: |
tree | commitdiff |
2013-02-16 |
Benjamin Kramer | MCParser: Reject .balign with non-pow2 alignments. |
tree | commitdiff |
2013-02-16 |
Jakub Staszak | Replace "check:" wth "CHECK:". |
tree | commitdiff |
2013-02-16 |
Bill Wendling | Reinitialize the ivars in the subtarget so that they... |
tree | commitdiff |
2013-02-16 |
Chad Rosier | [ms-inline asm] Do not omit the frame pointer if we... |
tree | commitdiff |
2013-02-16 |
Joerg Sonnenberger | Derive ELF section type from the name in some cases... |
tree | commitdiff |
2013-02-15 |
Bill Wendling | Temporary revert of 175320. |
tree | commitdiff |
2013-02-15 |
Bill Wendling | Reinitialize the ivars in the subtarget. |
tree | commitdiff |
2013-02-15 |
Derek Schuff | If bundle alignment is enabled, do not add data to... |
tree | commitdiff |
2013-02-15 |
Pekka Jaaskelainen | Forgot to 'svn add' the LoopVectorizer tests for the... |
tree | commitdiff |
2013-02-15 |
Paul Redmond | enable SDISel sincos optimization for GNU environments |
tree | commitdiff |
2013-02-15 |
Arnaud A. de Grand... | Teach InstCombine to work with smaller legal types... |
tree | commitdiff |
2013-02-15 |
Kostya Serebryany | [asan] support long double on 64-bit. See https://code... |
tree | commitdiff |
2013-02-15 |
Tim Northover | AArch64: remove ConstantIsland pass & put literals... |
tree | commitdiff |
2013-02-15 |
Tim Northover | AArch64: refactor frame handling to use movz/movk for... |
tree | commitdiff |
2013-02-15 |
Bill Wendling | Simplify the 'operator<' for the attribute object. |
tree | commitdiff |
2013-02-15 |
Anna Zaks | Revert "Fix testcase for attribute ordering." |
tree | commitdiff |
2013-02-15 |
Anna Zaks | Revert "Fix testcase for attribute ordering." |
tree | commitdiff |
2013-02-15 |
Bill Wendling | Fix testcase for attribute ordering. |
tree | commitdiff |
2013-02-15 |
Reed Kotler | Fix minor mips16 issues in directives for function... |
tree | commitdiff |
2013-02-15 |
Bill Wendling | Fix testcase for attribute ordering. |
tree | commitdiff |
2013-02-14 |
Joel Jones | The ARM NEON vector compare instructions take three... |
tree | commitdiff |
2013-02-14 |
Kay Tiong Khoo | death to extra whitespace |
tree | commitdiff |
2013-02-14 |
Kay Tiong Khoo | added basic support for Intel ADX instructions |
tree | commitdiff |
2013-02-14 |
Nadav Rotem | Dont merge consecutive loads/stores into vectors when... |
tree | commitdiff |
next |