| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reorder the sections being output to reduce the number of assembler | Eric Christopher | 2012-03-01 | 1 | -3/+3 |
* | Minimal changes for LLVM to compile under VS11. | Michael J. Spencer | 2012-03-01 | 1 | -1/+1 |
* | Allow the use of an alternate symbol for calculating a function's size. | Hal Finkel | 2012-02-22 | 1 | -1/+4 |
* | Only add DW_AT_prototyped if we're working with a C-like language. | Eric Christopher | 2012-02-22 | 1 | -3/+12 |
* | Add the source language into the compile unit. | Eric Christopher | 2012-02-22 | 3 | -4/+10 |
* | Remove extra semi-colon. | Eric Christopher | 2012-02-22 | 1 | -1/+1 |
* | There's no need for a DW_AT_byte_size on a pointer type. | Eric Christopher | 2012-02-21 | 1 | -1/+1 |
* | Modify the code that emits the module flags to use the new module flags accessor | Bill Wendling | 2012-02-15 | 1 | -2/+4 |
* | Add code to the target lowering object file module to handle module flags. | Bill Wendling | 2012-02-14 | 1 | -0/+4 |
* | Remove tabs. | Devang Patel | 2012-02-07 | 1 | -17/+17 |
* | DebugInfo: Provide a new hook to encode relationship between a property and a... | Devang Patel | 2012-02-06 | 1 | -0/+11 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 4 | -10/+10 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -23/+10 |
* | Emit new property tag. | Devang Patel | 2012-02-04 | 1 | -1/+29 |
* | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka | 2012-02-03 | 1 | -0/+9 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -10/+23 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 1 | -23/+10 |
* | don't emit a 1-byte object as a .fill. This is silly and causes | Chris Lattner | 2012-01-31 | 1 | -1/+3 |
* | Chris's constant data sequence refactoring actually enabled printing | Chandler Carruth | 2012-01-30 | 1 | -1/+1 |
* | when verbose asm is on, print integers in ConstantDataSequentials just | Chris Lattner | 2012-01-30 | 1 | -0/+3 |
* | don't lose tail padding on ConstantDataAggregate vec3's. | Chris Lattner | 2012-01-30 | 1 | -21/+24 |
* | tidy up forward declarations. | Chris Lattner | 2012-01-26 | 1 | -0/+2 |
* | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy | 2012-01-26 | 1 | -1/+1 |
* | Properly emit ctors / dtors with priorities into desired sections | Anton Korobeynikov | 2012-01-25 | 1 | -22/+17 |
* | Use the right method to get the # elements in a CDS. | Chris Lattner | 2012-01-25 | 1 | -3/+3 |
* | An option to selectively enable part of ARM EHABI support. | Evgeniy Stepanov | 2012-01-24 | 1 | -5/+14 |
* | Bit pack DIE structures better. | Benjamin Kramer | 2012-01-24 | 1 | -23/+23 |
* | Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it. | Eric Christopher | 2012-01-24 | 3 | -26/+0 |
* | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner | 2012-01-24 | 1 | -32/+91 |
* | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth | 2012-01-24 | 1 | -20/+5 |
* | Remove extraneous ';'s. | Bill Wendling | 2012-01-23 | 1 | -1/+1 |
* | An option to selectively enable parts of ARM EHABI support. | Evgeniy Stepanov | 2012-01-23 | 1 | -5/+20 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 2 | -8/+3 |
* | Add 148175 back. I am unable to reproduce any non determinism in a dragonegg | Rafael Espindola | 2012-01-17 | 1 | -2/+4 |
* | Removing unused default switch cases in switches over enums that already acco... | David Blaikie | 2012-01-16 | 1 | -1/+1 |
* | Speculatively revert commit 148175 (rafael), to see if this fixes | Duncan Sands | 2012-01-14 | 1 | -4/+2 |
* | Only emit the Leh_func_endN symbol when needed. | Rafael Espindola | 2012-01-14 | 1 | -2/+4 |
* | Remove previous commit while I debug the bot failures. | Rafael Espindola | 2012-01-13 | 1 | -0/+3 |
* | Remove label that is not used anymore. | Rafael Espindola | 2012-01-13 | 1 | -3/+0 |
* | Revert accidental commit. | Bill Wendling | 2012-01-12 | 1 | -65/+0 |
* | Fix the code that was WRONG. | Bill Wendling | 2012-01-12 | 1 | -0/+65 |
* | Add a comment and ensure that anyone else looking at this code doesn't start | Eric Christopher | 2012-01-06 | 1 | -6/+5 |
* | Use const vector references instead of a vector copy. Spotted by Devang. | Eric Christopher | 2012-01-06 | 1 | -4/+4 |
* | Use -> instead of (*iter). | Eric Christopher | 2012-01-06 | 1 | -10/+10 |
* | Fix a leak I noticed while reviewing the accelerator table changes. Passes | Eric Christopher | 2012-01-06 | 1 | -0/+5 |
* | As part of the ongoing work in finalizing the accelerator tables, extend | Eric Christopher | 2012-01-06 | 5 | -38/+110 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 2 | -0/+2 |
* | Add basic generic CodeGen support for half. | Dan Gohman | 2011-12-20 | 1 | -7/+18 |
* | Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the | Rafael Espindola | 2011-12-17 | 1 | -3/+2 |
* | Resolve part of a fixme and add a new one. | Eric Christopher | 2011-12-16 | 1 | -2/+5 |