2006-01-25 |
Chris Lattner | Parse inline asm objects |
blob | commitdiff | raw |
2006-01-24 |
Chris Lattner | syntax change |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Chris Lattner | Add support for parsing global asm blocks |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Robert Bocchino | Lexer and parser support for the insertelement operation. |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Bocchino | Added lexer and parser support for the extractelement... |
blob | commitdiff | raw | diff to current |
2005-11-12 |
Chris Lattner | add a token |
blob | commitdiff | raw | diff to current |
2005-11-05 |
Nate Begeman | Add support alignment of allocation instructions. |
blob | commitdiff | raw | diff to current |
2005-06-18 |
Andrew Lenharth | core changes for varargs |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Chris Lattner | Give the asmparser the ability to parse strings. Patch... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Misha Brukman | * Convert tabs to spaces, fix code alignment |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Chris Lattner | parse new calling conv specifiers |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Chris Lattner | lex tail |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Andrew Lenharth | Remove support for 1.0 style varargs |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Alkis Evlogimenos | Do not allow empty label names. |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Chris Lattner | Implement test/Feature/escaped_label.ll |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Chris Lattner | Parse undef and unreachable |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Reid Spencer | Okay, the list of link-time passes wasn't such a hot... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Reid Spencer | Add support for the link-time pass list to Modules. |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Reid Spencer | bug 263: |
blob | commitdiff | raw | diff to current |
2004-07-14 |
Chris Lattner | Remove a gross and crufty "feature" that was never... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | Remove use of Type::TypeTy which is no longer defined... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Chris Lattner | Add support for dos-style files |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Chris Lattner | Avoid TRUE and FALSE which apparently conflict with... |
blob | commitdiff | raw | diff to current |
2004-03-19 |
Chris Lattner | Hrm, we were leaking ~1M of garbage that valgrind never... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Chris Lattner | Allow parsing select instruction and constant expr |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Chris Lattner | Change the 'exception' destination to the 'unwind'... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
John Criswell | Added LLVM copyright header. |
blob | commitdiff | raw | diff to current |
2003-10-19 |
Chris Lattner | Change the Opcode enum for PHI nodes from "Instruction... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Chris Lattner | New revised variable argument handling support |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Brian Gaeke | Include <cctype> and <cstdlib> instead of <ctype.h... |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Chris Lattner | Accept 'weak' as a linkage type. For now, just turn... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Chris Lattner | Add support for the unwind instruction |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Chris Lattner | Parse volatile loads/stores |
blob | commitdiff | raw | diff to current |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
blob | commitdiff | raw | diff to current |
2003-06-28 |
Chris Lattner | Add support for a new zeroinitializer token which can... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Chris Lattner | Add support for the new va_arg instruction |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Chris Lattner | Use a union to cast int to fp |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Chris Lattner | Allow information about the target to be specified... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Chris Lattner | Allow hexadecimal integer constants to be used |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Chris Lattner | Add new linkage types to support a real frontend |
blob | commitdiff | raw | diff to current |
2002-10-06 |
Chris Lattner | The parser now accepts "external" global variables... |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Chris Lattner | - Remove unused STRING token from lexer & parser |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Chris Lattner | AsmParser turns 'not' instructions into 'xor' instructi... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Chris Lattner | GCC 3.1 changes |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Chris Lattner | Allow open/closing curly braces instead of begin/end... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Chris Lattner | Add a better comment to explain what is going on. |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Chris Lattner | Remove debugging code accidentally checked in! |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Chris Lattner | Add support for hexadecimal FP constants! |
blob | commitdiff | raw | diff to current |
2002-04-04 |
Chris Lattner | Lexer doesn't create typehandle gross stuff now, parser... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Chris Lattner | Allow hyphens in identifier names |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Chris Lattner | Implement support for internal methods |
blob | commitdiff | raw | diff to current |
2001-11-01 |
Chris Lattner | Support floating point numbers in expodential form... |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Chris Lattner | Negative FP constants... whodathunkit. |
blob | commitdiff | raw | diff to current |
2001-10-20 |
Chris Lattner | Add support for And, XOR, and Or |
blob | commitdiff | raw | diff to current |
2001-10-13 |
Chris Lattner | Support the new Invoke instruction |
blob | commitdiff | raw | diff to current |
2001-10-03 |
Chris Lattner | * Add support for null as a constant |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Chris Lattner | Implement constant pointers, and null specifically... |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Chris Lattner | Add support for global constants, and for initializers... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Chris Lattner | Implement global variable support |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Chris Lattner | Add support for an opaque type |
blob | commitdiff | raw | diff to current |
2001-07-28 |
Chris Lattner | * Enable the use of escaped literal strings |
blob | commitdiff | raw | diff to current |
2001-07-25 |
Chris Lattner | Add support for extern varargs methods & varargs method... |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Chris Lattner | Implement forward/external declarations for methods... |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Chris Lattner | Add support to the parser to recognize floating point... |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Chris Lattner | Implementation of Store & GetElementPtr |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Chris Lattner | Implemented shl, shl, & load instructions |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Chris Lattner | Moved Cast from being a Unary instruction to being... |
blob | commitdiff | raw | diff to current |
2001-07-08 |
Chris Lattner | Neg instruction removed. Cast instruction implemented. |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Chris Lattner | Initial revision |
blob | commitdiff | raw | diff to current |
|