2008-09-24 |
Devang Patel | Put FN_NOTE_AlwaysInline and others in FnAttr namespace. |
tree | commitdiff |
2008-09-23 |
Devang Patel | Move FN_NOTE_AlwaysInline and other out of ParamAttrs... |
tree | commitdiff |
2008-09-23 |
Devang Patel | s/ParameterAttributes/Attributes/g |
tree | commitdiff |
2008-09-23 |
Devang Patel | s/ParameterAttributes/Attributes/g |
tree | commitdiff |
2008-09-23 |
Devang Patel | Use parameter attribute store (soon to be renamed) for |
tree | commitdiff |
2008-09-23 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-09-23 |
Chris Lattner | allow inreg on the result of a function |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-09-09 |
Dan Gohman | Update generated files. |
tree | commitdiff |
2008-09-09 |
Dan Gohman | Extend the vcmp/fcmp LLVM IR instructions to take vecto... |
tree | commitdiff |
2008-09-03 |
Devang Patel | Parse and print opt_size note. |
tree | commitdiff |
2008-09-02 |
Devang Patel | s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g |
tree | commitdiff |
2008-09-02 |
Devang Patel | Parse function notes. |
tree | commitdiff |
2008-08-29 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-08-29 |
Chris Lattner | Add support for parsing .ll files that have numbers... |
tree | commitdiff |
2008-08-17 |
Gordon Henriksen | Regenerate. |
tree | commitdiff |
2008-08-17 |
Gordon Henriksen | Rename some GC classes so that their roll will hopefull... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | Rework the routines that convert AP[S]Int into a string... |
tree | commitdiff |
2008-08-13 |
Dale Johannesen | Generated files for 54744. |
tree | commitdiff |
2008-08-13 |
Dale Johannesen | Add read/write support for X86's sseregparm. |
tree | commitdiff |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman. |
tree | commitdiff |
2008-07-23 |
Dan Gohman | Update the generated .cvs files. |
tree | commitdiff |
2008-07-23 |
Dan Gohman | Enable first-class aggregates support. |
tree | commitdiff |
2008-07-11 |
Duncan Sands | Align comments, colons and cases. Remove trailing |
tree | commitdiff |
2008-07-11 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-07-11 |
Chris Lattner | Implement PR2538 |
tree | commitdiff |
2008-06-25 |
Mon P Wang | Added MemOperands to Atomic operations since Atomics... |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Fix some signed vs. unsigned issues in array and vector... |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Update the .cvs files. |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Fix the types for NumElements variables, and add a... |
tree | commitdiff |
2008-06-09 |
Dan Gohman | AsmParser support for immediate constant aggregate... |
tree | commitdiff |
2008-05-31 |
Dan Gohman | IR, bitcode reader, bitcode writer, and asmparser chang... |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Don't silently truncate array extents to 32 bits. |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Issue errors in several situations instead of aborting. |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add... |
tree | commitdiff |
2008-05-22 |
Dan Gohman | Recognize the "default" keyword, which is documented... |
tree | commitdiff |
2008-05-19 |
Gordon Henriksen | Reverting accidental commit of generated files. |
tree | commitdiff |
2008-05-19 |
Gordon Henriksen | Remove a duplicative binding. Patch by Mahadevan R. |
tree | commitdiff |
2008-05-16 |
Gabor Greif | API change for {BinaryOperator|CmpInst|CastInst}::creat... |
tree | commitdiff |
2008-05-15 |
Dan Gohman | IR support for extractvalue and insertvalue instruction... |
tree | commitdiff |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
tree | commitdiff |
2008-05-14 |
Dale Johannesen | CommonLinkage (missed a file) |
tree | commitdiff |
2008-05-14 |
Dale Johannesen | Generated files for CommonLinkage. |
tree | commitdiff |
2008-05-14 |
Dale Johannesen | Add CommonLinkage; currently tentative definitions |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Add two new instructions to the llvm IR, vicmp and... |
tree | commitdiff |
2008-05-04 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
tree | commitdiff |
2008-04-23 |
Dan Gohman | Allow llvm-as to parse a getresult with an undef operand. |
tree | commitdiff |
2008-04-23 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-04-23 |
Chris Lattner | Validate that the result of a function type is valid... |
tree | commitdiff |
2008-04-20 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-04-20 |
Chris Lattner | Switch to using Simplified ConstantFP::get API. |
tree | commitdiff |
2008-04-19 |
Dan Gohman | Teach llvm-as to accept function types with multiple... |
tree | commitdiff |
2008-04-06 |
Gabor Greif | regenerate |
tree | commitdiff |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
tree | commitdiff |
2008-04-01 |
Chris Lattner | Change the MemoryBuffer::getFile* methods to take just... |
tree | commitdiff |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2008-03-12 |
Chris Lattner | Reimplement the parameter attributes support, phase... |
tree | commitdiff |
2008-03-10 |
Nick Lewycky | Update the .cvs files to match today's asm syntax change. |
tree | commitdiff |
2008-03-10 |
Nick Lewycky | Turn unwind_to into "unwinds to". |
tree | commitdiff |
2008-03-03 |
Devang Patel | regenerate. |
tree | commitdiff |
2008-03-02 |
Nick Lewycky | Add an unwind_to field to basic blocks, making them... |
tree | commitdiff |
2008-02-26 |
Devang Patel | regenerate. |
tree | commitdiff |
2008-02-26 |
Devang Patel | Add assert. |
tree | commitdiff |
2008-02-26 |
Devang Patel | regenerate |
tree | commitdiff |
2008-02-26 |
Devang Patel | Remove unncessary ReturnInst constructors. |
tree | commitdiff |
2008-02-23 |
Devang Patel | Regenerate. |
tree | commitdiff |
2008-02-23 |
Devang Patel | Use isa check instead of getTypeID() check. |
tree | commitdiff |
2008-02-23 |
Devang Patel | Regenerate |
tree | commitdiff |
2008-02-23 |
Devang Patel | To support multiple return values, now ret instruction... |
tree | commitdiff |
2008-02-22 |
Dale Johannesen | Split ParameterAttributes.h, putting the complicated |
tree | commitdiff |
2008-02-22 |
Devang Patel | Regenerate |
tree | commitdiff |
2008-02-22 |
Devang Patel | Use SymbolicValueRef to parse getresult operand |
tree | commitdiff |
2008-02-22 |
Dale Johannesen | Generated files for 47484. |
tree | commitdiff |
2008-02-22 |
Dale Johannesen | Pass alignment on ByVal parameters, from FE, all |
tree | commitdiff |
2008-02-20 |
Devang Patel | regenerate. |
tree | commitdiff |
2008-02-20 |
Devang Patel | Parse |
tree | commitdiff |
2008-02-20 |
Dale Johannesen | Regenerated files. |
tree | commitdiff |
2008-02-20 |
Dale Johannesen | Support alignment within ParamAttrs in the I/O handling. |
tree | commitdiff |
2008-02-20 |
Devang Patel | Regenerate. |
tree | commitdiff |
2008-02-20 |
Devang Patel | Specify GetResultInst index as an unsigned. |
tree | commitdiff |
2008-02-20 |
Anton Korobeynikov | Regenerate |
tree | commitdiff |
2008-02-20 |
Anton Korobeynikov | Fix newly-introduced 4.3 warnings |
tree | commitdiff |
2008-02-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
tree | commitdiff |
2008-02-19 |
Devang Patel | regenerate |
tree | commitdiff |
2008-02-19 |
Devang Patel | Parse |
tree | commitdiff |
2008-02-19 |
Dale Johannesen | Generated files for checkin 47342. |
tree | commitdiff |
2008-02-19 |
Dale Johannesen | Forgot a file, goes with 47342. |
tree | commitdiff |
2008-02-19 |
Dale Johannesen | Expand ParameterAttributes to 32 bits (in preparation |
tree | commitdiff |
2008-02-19 |
Chris Lattner | regenerate |
tree | commitdiff |
2008-02-19 |
Chris Lattner | Fix PR2060 by rejecting invalid types for integer const... |
tree | commitdiff |
2008-01-30 |
Scott Michel | Back out mods to llvmAsmParser, incorrectly committed |
tree | commitdiff |
2008-01-30 |
Scott Michel | More cleanups for CellSPU: |
tree | commitdiff |
2008-01-11 |
Duncan Sands | If there are attributes on the varargs part of a |
tree | commitdiff |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attribution from lib Makefiles. |
tree | commitdiff |
2007-12-17 |
Christopher Lamb | regenerate. |
tree | commitdiff |
2007-12-17 |
Christopher Lamb | Change the PointerType api for creating pointer types... |
tree | commitdiff |
2007-12-16 |
Bill Wendling | Remove spurious warnings from GCC: |
tree | commitdiff |
2007-12-12 |
Christopher Lamb | Regenerate. |
tree | commitdiff |
next |