| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow the use of an alternate symbol for calculating a function's size. | Hal Finkel | 2012-02-22 | 1 | -1/+4 |
* | 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 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -23/+10 |
* | 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 |
* | 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 |
* | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner | 2012-01-24 | 1 | -32/+91 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -4/+1 |
* | 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 basic generic CodeGen support for half. | Dan Gohman | 2011-12-20 | 1 | -7/+18 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -1/+1 |
* | Support vector bitcasts in the AsmPrinter. PR11495. | Eli Friedman | 2011-12-07 | 1 | -2/+24 |
* | Use logarithmic units for basic block alignment. | Jakob Stoklund Olesen | 2011-12-06 | 1 | -1/+1 |
* | Emit the ctors in the proper order on ARM/EABI. | Anton Korobeynikov | 2011-12-03 | 1 | -1/+1 |
* | We currently use a callback to handle an IL pass deleting a BB that still | Rafael Espindola | 2011-11-15 | 1 | -0/+12 |
* | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 2011-11-05 | 1 | -1/+2 |
* | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 1 | -1/+4 |
* | Teach the MC to output code/data region marker labels in MachO and ELF modes.... | Owen Anderson | 2011-10-04 | 1 | -1/+12 |
* | Place this bracket according to the LLVM style. | Duncan Sands | 2011-09-29 | 1 | -2/+1 |
* | Darwin wants ctors/dtors to be ordered the other way round to linux. | Duncan Sands | 2011-09-02 | 1 | -1/+10 |
* | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 1 | -5/+5 |
* | Fix Size Typing | David Greene | 2011-08-31 | 1 | -1/+1 |
* | Compress Repeated Byte Output | David Greene | 2011-08-31 | 1 | -3/+59 |
* | Fix PR5329: pay attention to constructor/destructor priority | Duncan Sands | 2011-08-28 | 1 | -13/+36 |
* | Remove an unnecessary cast. | Jay Foad | 2011-08-01 | 1 | -1/+1 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -1/+0 |
* | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -2/+1 |
* | Add a frame with the compact unwind encoding if it exists. | Bill Wendling | 2011-07-19 | 1 | -0/+3 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | Handle debug info for i128 constants. | Devang Patel | 2011-06-24 | 1 | -0/+2 |
* | Emit trailing padding on constant vectors when TargetData says that the vector | Nick Lewycky | 2011-06-22 | 1 | -0/+7 |
* | Fix a FIXME by making GlobalVariable::getInitializer() return a | Jay Foad | 2011-06-19 | 1 | -4/+4 |
* | Handle jump tables. Test to follow soon. | Rafael Espindola | 2011-06-15 | 1 | -0/+2 |
* | Revert r133004 ; it's breaking nightly tests. | Eli Friedman | 2011-06-14 | 1 | -4/+21 |
* | Partial revert of 132882. | Rafael Espindola | 2011-06-14 | 1 | -21/+4 |
* | Implement Jakob's suggestion on how to detect fall thought without calling | Rafael Espindola | 2011-06-14 | 1 | -12/+19 |
* | Really fix the fall-through logic. | Rafael Espindola | 2011-06-12 | 1 | -0/+3 |
* | Fix silly bug I introduce in the previous commit. Fixes debug builds. | Rafael Espindola | 2011-06-12 | 1 | -3/+3 |
* | AnalyzeBranch doesn't change which successors a bb has, just the order | Rafael Espindola | 2011-06-12 | 1 | -4/+11 |
* | Ensure that EmitGlobalVariable is correctly differentiating between declarations | Chad Rosier | 2011-06-10 | 1 | -1/+1 |
* | When generating code for Win64 EH, emit StartProc and EndProc directives. | Charles Davis | 2011-05-28 | 1 | -0/+5 |