Age | Commit message (Expand) | Author |
2009-11-16 | - Fix a small bug while handling target constant pools (one param was missing). | Bruno Cardoso Lopes |
2009-11-15 | Detect need for autoalignment of the stack earlier to catch spills more | Jim Grosbach |
2009-11-15 | set the def of the VLD1q64 properly | Jim Grosbach |
2009-11-15 | Add a complex missed optimization opportunity I came across while investigating | Nick Lewycky |
2009-11-14 | cleanup. | Jim Grosbach |
2009-11-14 | Cleanup flow, and only update the jump table we're analyzing when replacing a... | Jim Grosbach |
2009-11-14 | Add XCore support for arbitrary-sized aggregate returns. | Richard Osborne |
2009-11-14 | Temporary disable the error - it seems to be too conservative. | Anton Korobeynikov |
2009-11-14 | Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. | Daniel Dunbar |
2009-11-14 | revert 88761 as it fails builds. | Sanjiv Gupta |
2009-11-14 | Fix debug info crashes for PIC16. | Sanjiv Gupta |
2009-11-14 | - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo. | Evan Cheng |
2009-11-14 | When expanding t2STRDi8 r, r to two stores, add kill markers correctly. | Evan Cheng |
2009-11-13 | The instruction pointer %RIP is a reserved register on x86_64. | Jakob Stoklund Olesen |
2009-11-13 | Move DebugInfo checks into EmitComments and remove them from | David Greene |
2009-11-13 | Allow target to specify regclass for which antideps will only be broken along... | David Goodwin |
2009-11-13 | Support fp64 immediate zero, this fixes only part of PR5445 | Bruno Cardoso Lopes |
2009-11-13 | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen |
2009-11-13 | Block renumbering | Jim Grosbach |
2009-11-13 | use lower case for readability | Jim Grosbach |
2009-11-13 | Fix a bootstrap failure. | David Greene |
2009-11-12 | Make the MachineFunction argument of getFrameRegister const. | David Greene |
2009-11-12 | Add hasLoadFromStackSlot and hasStoreToStackSlot to return whether a | David Greene |
2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
2009-11-12 | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer |
2009-11-12 | Update TB[BH] layout optimization. Add support for moving the target block | Jim Grosbach |
2009-11-12 | Use table to separate opcode from operands. | Evan Cheng |
2009-11-12 | isLegalICmpImmediate should take a signed integer; code clean up. | Evan Cheng |
2009-11-12 | Revert 86857. It's causing consumer-typeset to fail, and there's a better way... | Jim Grosbach |
2009-11-11 | A real solution for the first part of PR5445 | Bruno Cardoso Lopes |
2009-11-11 | Add TargetLowering::isLegalICmpImmediate. It tells LSR what immediate can be ... | Evan Cheng |
2009-11-11 | Do jump table adjustment before constant island allocation | Jim Grosbach |
2009-11-11 | Set isBarrier = 1 on return instructions, as they are control barriers. | Dan Gohman |
2009-11-11 | Use a tab in INT3's asm string, for consistency. | Dan Gohman |
2009-11-11 | another const prop failure. | Chris Lattner |
2009-11-11 | add a note | Chris Lattner |
2009-11-11 | The TBB and TBH instructions for Thumb2 are really handy for jump tables, but | Jim Grosbach |
2009-11-11 | llvm-gcc/clang don't (won't?) need this hack. | Daniel Dunbar |
2009-11-10 | add a note | Chris Lattner |
2009-11-10 | I did this a week or two ago | Chris Lattner |
2009-11-10 | Don't mark conditional branch instructions as control barriers. | Dan Gohman |
2009-11-10 | Modify how the prologue encoded the "move" information for the FDE. GCC | Bill Wendling |
2009-11-10 | Change Thumb1 address mode printing, instead of | Evan Cheng |
2009-11-10 | Add a comment. | Evan Cheng |
2009-11-10 | Add a monstrous hack to improve X86ISelDAGToDAG compile time. | Daniel Dunbar |
2009-11-10 | Fix PR5445 | Bruno Cardoso Lopes |
2009-11-10 | Fix DenseMap iterator constness. | Jeffrey Yasskin |
2009-11-10 | Fixed to address code review. No functional changes. | David Goodwin |
2009-11-10 | Allow targets to specify register classes whose member registers should not b... | David Goodwin |
2009-11-09 | Now that the default is 'enabled,' a separate command line option for ARM is | Jim Grosbach |