| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for parsing the ELF .type assembler directive. | Matt Fleming | 2010-05-21 | 4 | -1/+52 |
* | Removed scaleNumbering method declaration from LiveInterval (not defined, not... | Lang Hames | 2010-05-21 | 1 | -4/+0 |
* | Fix i64->f64 conversion, x86-64, -no-sse. A bit | Dale Johannesen | 2010-05-21 | 3 | -0/+45 |
* | Change ARM scheduling default to list-hybrid if the target supports floating ... | Evan Cheng | 2010-05-21 | 9 | -15/+18 |
* | Rename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid. | Evan Cheng | 2010-05-21 | 1 | -1/+1 |
* | Remove dead option. | Daniel Dunbar | 2010-05-21 | 1 | -3/+0 |
* | Simplify. | Devang Patel | 2010-05-21 | 1 | -16/+8 |
* | Fix __crashreport_info__ declaration. | Daniel Dunbar | 2010-05-20 | 1 | -2/+2 |
* | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng | 2010-05-20 | 8 | -16/+52 |
* | DominatorTree.getNode can return null for unreachable blocks. | Dan Gohman | 2010-05-20 | 1 | -1/+1 |
* | Minor code cleanups. | Dan Gohman | 2010-05-20 | 1 | -8/+7 |
* | Print a space after the colon. | Mikhail Glushenkov | 2010-05-20 | 1 | -2/+2 |
* | Make Solve check its own post-condition, to reduce clutter in the | Dan Gohman | 2010-05-20 | 1 | -1/+2 |
* | Add comments. | Dan Gohman | 2010-05-20 | 1 | -0/+16 |
* | MC/X86: Add movq alias for movabsq, to allow matching 64-bit immediates with ... | Daniel Dunbar | 2010-05-20 | 2 | -0/+27 |
* | Rename variable. add comment. | Devang Patel | 2010-05-20 | 2 | -3/+6 |
* | More code cleanups. Use iterators instead of indices when indices | Dan Gohman | 2010-05-20 | 1 | -22/+24 |
* | X86: Model i64i32imm properly, as a subclass of all immediates. | Daniel Dunbar | 2010-05-20 | 3 | -2/+29 |
* | X86: Fix immediate type of FOO64i32 operations. | Daniel Dunbar | 2010-05-20 | 1 | -10/+10 |
* | tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honor | Daniel Dunbar | 2010-05-20 | 2 | -0/+7 |
* | Fix OptimizeShadowIV to set Changed. Change OptimizeLoopTermCond to set | Dan Gohman | 2010-05-20 | 1 | -8/+7 |
* | Add some comments. | Dan Gohman | 2010-05-20 | 1 | -0/+6 |
* | Simplify this code. Don't do a DomTreeNode lookup for each visited block. | Dan Gohman | 2010-05-20 | 1 | -14/+5 |
* | Refactor. | Devang Patel | 2010-05-20 | 2 | -37/+76 |
* | Grammar fix. This is a test commit. | Matt Fleming | 2010-05-20 | 1 | -1/+1 |
* | Minor code cleanups. | Dan Gohman | 2010-05-20 | 1 | -20/+11 |
* | When canonicalizing icmp operand order to put the loop invariant | Dan Gohman | 2010-05-20 | 3 | -230/+257 |
* | llvmc: Make segfault detection work on Win32. | Mikhail Glushenkov | 2010-05-20 | 1 | -21/+28 |
* | Set Changed to true when canonicalizing ICmp operand order; even though | Dan Gohman | 2010-05-20 | 1 | -0/+1 |
* | Handle Neon v2f64 and v2i64 vector shuffles as register copies. | Bob Wilson | 2010-05-20 | 2 | -0/+25 |
* | Remove dbg_value workaround and associated command line option | Jim Grosbach | 2010-05-20 | 1 | -20/+0 |
* | Delete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr, but it didn't | Dan Gohman | 2010-05-20 | 1 | -3/+0 |
* | The PPC MFCR instruction implicitly uses all 8 of the CR | Dale Johannesen | 2010-05-20 | 5 | -21/+24 |
* | Strip llvm.dbg.lv also. | Devang Patel | 2010-05-20 | 1 | -0/+6 |
* | Rename a variable to avoid shadowing. | Dan Gohman | 2010-05-20 | 1 | -2/+3 |
* | Split DbgVariable. Eventually, variable info will be communicated through fra... | Devang Patel | 2010-05-20 | 2 | -94/+111 |
* | Minor code simplification. | Dan Gohman | 2010-05-20 | 1 | -4/+4 |
* | Fix assembly parsing and encoding of the pushf and popf family of | Dan Gohman | 2010-05-20 | 7 | -10/+60 |
* | Set neverHasSideEffects on 64-bit pushf and popf, for consistency with | Dan Gohman | 2010-05-20 | 1 | -2/+2 |
* | Move the code for deleting BaseRegs and LSRUses into helper functions, | Dan Gohman | 2010-05-20 | 1 | -5/+22 |
* | Reduce string trashing. | Benjamin Kramer | 2010-05-20 | 1 | -2/+2 |
* | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng | 2010-05-20 | 8 | -31/+162 |
* | Fix typo in comment. | Nick Lewycky | 2010-05-20 | 1 | -2/+2 |
* | Define the x86 pause instruction. | Dan Gohman | 2010-05-20 | 3 | -0/+13 |
* | Fix the sfence instruction to use MRM_F8 instead of MRM7r, since it | Dan Gohman | 2010-05-20 | 2 | -1/+5 |
* | Fix build by actually declaring the variable. | Eric Christopher | 2010-05-20 | 1 | -0/+4 |
* | Partial code for emitting thread local bss data. | Eric Christopher | 2010-05-20 | 4 | -0/+10 |
* | Match "4" or "8" depending upon if it's 32- or 64-bit. | Bill Wendling | 2010-05-20 | 1 | -2/+2 |
* | Once more, with feeling. | Eric Christopher | 2010-05-20 | 1 | -0/+1 |
* | lit: Add another place to look for bash. | Daniel Dunbar | 2010-05-19 | 1 | -1/+1 |