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