| Age | Commit message (Expand) | Author |
| 2009-09-10 | Comment and whitespace cleanups. No intentional functionality change. | Bill Wendling |
| 2009-09-10 | Revert part of my r81424 patch. I removed what looked like superfluous padding | Bill Wendling |
| 2009-09-10 | Don't hardcode the TType format size. In fact, rework the code so that it's more | Bill Wendling |
| 2009-09-10 | Remove the "#if 0" that Noone loved. It wasn't really necessary, because the | Bill Wendling |
| 2009-09-10 | Revert r81171 which was causing pr4927. | Bob Wilson |
| 2009-09-10 | Pull check for SJLJ EH into a boolean and use that. | Bill Wendling |
| 2009-09-10 | Use the SizeOfEncodedValue function instead of magic variables for the | Bill Wendling |
| 2009-09-10 | Add helpful comment. | Bill Wendling |
| 2009-09-09 | Believe it or not, this is a simplification. :-) | Bill Wendling |
| 2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
| 2009-09-09 | Use the EOL that takes the encoding and translates it into DWARF-English. | Bill Wendling |
| 2009-09-09 | Early exit from function. | Bill Wendling |
| 2009-09-09 | Small amount of code clean-up: Don't use ".size()" when not necessary. | Bill Wendling |
| 2009-09-09 | Removed static qualifier from a few index related methods. These methods may ... | Lang Hames |
| 2009-09-09 | Preserve ProfileInfo. | Andreas Neustifter |
| 2009-09-09 | When widening a vector load, use the correct chain. This fixes PR4891. | Dan Gohman |
| 2009-09-08 | change selectiondag to add the sign extended versions of immediate operands | Chris Lattner |
| 2009-09-08 | When emitting a label for a PostCall safe point, the machine | Nicolas Geoffray |
| 2009-09-08 | When remat'ing and destination virtual register has a sub-register index. Mak... | Evan Cheng |
| 2009-09-08 | Fix an abort on a store of an empty struct member. getValue returns | Dan Gohman |
| 2009-09-07 | Fix a thinko: When lowering fneg with xor, bitcast the operands | Dan Gohman |
| 2009-09-06 | Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1. | Duncan Sands |
| 2009-09-06 | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands |
| 2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |
| 2009-09-06 | It's a bool, so treat it like one. Fixes a MSVC warning. | Benjamin Kramer |
| 2009-09-06 | Remove some unused variables and methods warned about by | Duncan Sands |
| 2009-09-05 | Detect VLAs. | Devang Patel |
| 2009-09-04 | Ignore malformed global variable debug info. | Devang Patel |
| 2009-09-04 | Replaces uses of unsigned for indexes in LiveInterval and VNInfo with | Lang Hames |
| 2009-09-04 | Use delete[] to match new[] (found by valgrind). | Duncan Sands |
| 2009-09-04 | Run branch folding if if-converter make some transformations. | Evan Cheng |
| 2009-09-04 | Fix comment for consistency sake. | Evan Cheng |
| 2009-09-04 | If there's a calling convention attach it to the rewind function call. | Eric Christopher |
| 2009-09-03 | Funky indentation. | Evan Cheng |
| 2009-09-03 | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman |
| 2009-09-03 | Don't crash when target has no itineraries. | David Goodwin |
| 2009-09-03 | Create our own block initializer for kill fixups as the scheduling one wasn't... | David Goodwin |
| 2009-09-03 | Overhaul the TwoAddressInstructionPass to simplify the logic, especially | Bob Wilson |
| 2009-09-03 | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman |
| 2009-09-03 | Fixed a test that ensures the LocalRewriter does not attempt to | Lang Hames |
| 2009-09-02 | Rearrange code to eliminate redundancy and avoid gotos. | Bob Wilson |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-09-01 | Avoid calling removeVirtualRegisterKilled which iterates over the operands | Bob Wilson |
| 2009-09-01 | Refactor some code into separate functions. No functional changes. | Bob Wilson |
| 2009-09-01 | Move use of LV inside condition that guards for null LV. | Bob Wilson |
| 2009-09-01 | Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea... | Daniel Dunbar |
| 2009-09-01 | Fix ELF Writter related memory leaks | Bruno Cardoso Lopes |
| 2009-09-01 | reduce size of SmallString to something more reasonable | Jim Grosbach |
| 2009-09-01 | Use raw_ostream instead of sstream | Jim Grosbach |
| 2009-09-01 | Add hidden flags to allow binary search of post-RA scheduling errors. | David Goodwin |