| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a fixme here. | Eric Christopher | 2011-12-16 | 1 | -0/+1 |
* | Extraneous whitespace and 80-col. | Eric Christopher | 2011-12-16 | 1 | -3/+2 |
* | DW_AT_virtuality is also defined to be constant, not flag. | Nick Lewycky | 2011-12-14 | 1 | -2/+2 |
* | DW_AT_accessibility is "constant" class, not form class, so it may not use | Nick Lewycky | 2011-12-13 | 1 | -6/+6 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 2 | -3/+3 |
* | 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 |
* | Add inline subprogram names to the name lookup table since they may | Eric Christopher | 2011-12-04 | 1 | -0/+4 |
* | Emit the ctors in the proper order on ARM/EABI. | Anton Korobeynikov | 2011-12-03 | 1 | -1/+1 |
* | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -1/+1 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -10/+0 |
* | DISubrange supports unsigned lower/upper array bounds, so let's not fake it i... | Devang Patel | 2011-11-17 | 1 | -4/+4 |
* | Stabilize the output of the dwarf accelerator tables. Fixes a comparison | Eric Christopher | 2011-11-15 | 1 | -2/+11 |
* | We currently use a callback to handle an IL pass deleting a BB that still | Rafael Espindola | 2011-11-15 | 1 | -0/+12 |
* | The dwarf standard says that the only differences between a out-of-line | Rafael Espindola | 2011-11-12 | 1 | -0/+7 |