| Commit message (Expand) | Author | Age | Files | Lines |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 1 | -19/+10 |
* | fix asmwriting of ConstantDataArray to use the right element count, | Chris Lattner | 2012-01-31 | 1 | -22/+18 |
* | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner | 2012-01-26 | 1 | -9/+38 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -2/+0 |
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -19/+24 |
* | Add dump method for debugging. | Bill Wendling | 2011-12-09 | 1 | -0/+3 |
* | Don't print two 0x prefixes when printing an address. | Benjamin Kramer | 2011-11-02 | 1 | -1/+1 |
* | Tracing or debug-printing a newly formed instruction should not crash. | Andrew Trick | 2011-09-30 | 1 | -1/+2 |
* | whitespace | Andrew Trick | 2011-09-30 | 1 | -38/+38 |
* | Clean up uses of switch instructions so they are not dependent on the operand... | Eli Friedman | 2011-09-29 | 1 | -6/+8 |
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 1 | -10/+12 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+18 |
* | switch to the new struct apis. | Chris Lattner | 2011-08-12 | 1 | -3/+3 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -10/+20 |
* | fix PR10286, a problem with the .ll printer handling block addresses that are... | Chris Lattner | 2011-08-03 | 1 | -11/+20 |
* | Add braces. | Jay Foad | 2011-08-01 | 1 | -1/+2 |
* | Simplify printAlias. | Jay Foad | 2011-08-01 | 1 | -21/+2 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -30/+0 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+25 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+30 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+25 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
* | Remove mentions of type planes. | Jay Foad | 2011-07-11 | 1 | -4/+4 |
* | Eliminate the WriteTypeSymbolic function. Now that types know | Chris Lattner | 2011-07-09 | 1 | -5/+0 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -299/+142 |
* | Revert unintentional check-in. | Devang Patel | 2011-06-24 | 1 | -55/+0 |
* | Handle debug info for i128 constants. | Devang Patel | 2011-06-24 | 1 | -0/+55 |
* | Remove r130409, as requested by Chris. | Devang Patel | 2011-06-21 | 1 | -55/+0 |
* | Make better use of the PHINode API. | Jay Foad | 2011-06-20 | 1 | -4/+4 |
* | now that Type::getDescription() is dead, the TypePrinting class can move from... | Chris Lattner | 2011-06-18 | 1 | -28/+42 |
* | Teach the .ll parser to handle named metadata with non-simple names. | Nick Lewycky | 2011-06-15 | 1 | -1/+19 |
* | Add command line option to print debug info in human readable form as comment... | Devang Patel | 2011-04-28 | 1 | -0/+55 |
* | Fix an assert to check exactly what it says. | Jay Foad | 2011-04-24 | 1 | -1/+1 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling | 2011-04-10 | 1 | -6/+1 |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 1 | -1/+6 |
* | ptx: Fix calling convention printing in AsmWriter.cpp | Justin Holewinski | 2011-03-07 | 1 | -2/+2 |
* | Use X86_thiscall calling convention for Win64 as well. | Tilmann Scheller | 2011-03-03 | 1 | -3/+0 |
* | Add Win64 thiscall calling convention. | Tilmann Scheller | 2011-03-02 | 1 | -0/+3 |
* | Add a special streamer to libLTO that just records symbols definitions and | Rafael Espindola | 2011-03-02 | 1 | -3/+6 |
* | These tags are now covered by dwarf::TagString(). | Devang Patel | 2011-02-18 | 1 | -9/+1 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -1/+2 |
* | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola | 2011-01-25 | 1 | -2/+2 |
* | First step in fixing PR8927: | Rafael Espindola | 2011-01-08 | 1 | -0/+3 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -0/+6 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 1 | -0/+1 |
* | MDNodes are not Constants. | Dan Gohman | 2010-09-09 | 1 | -5/+0 |
* | Print invalid metadata references as <badref>, for consistency with | Dan Gohman | 2010-09-09 | 1 | -2/+10 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -1/+1 |