aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Lexer.l
Commit message (Expand)AuthorAgeFilesLines
* Parse shufflevectorChris Lattner2006-04-081-0/+1
* random lexer change to test the makefile updating stuffChris Lattner2006-02-151-0/+1
* Parse inline asm objectsChris Lattner2006-01-251-0/+1
* syntax changeChris Lattner2006-01-241-0/+1
* Add support for parsing global asm blocksChris Lattner2006-01-231-0/+1
* Lexer and parser support for the insertelement operation.Robert Bocchino2006-01-171-0/+1
* Added lexer and parser support for the extractelement operation.Robert Bocchino2006-01-101-0/+2
* add a tokenChris Lattner2005-11-121-1/+2
* Add support alignment of allocation instructions.Nate Begeman2005-11-051-0/+1
* core changes for varargsAndrew Lenharth2005-06-181-3/+3
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-201-0/+7
* * Convert tabs to spaces, fix code alignmentMisha Brukman2005-05-101-25/+25
* parse new calling conv specifiersChris Lattner2005-05-061-0/+5
* lex tailChris Lattner2005-05-061-0/+1
* Remove support for 1.0 style varargsAndrew Lenharth2005-05-021-1/+0
* Silence VS warnings.Chris Lattner2005-01-081-3/+9
* Do not allow empty label names.Alkis Evlogimenos2004-12-101-1/+1
* Implement test/Feature/escaped_label.llChris Lattner2004-12-101-0/+7
* Parse undef and unreachableChris Lattner2004-10-161-1/+2
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-141-1/+0
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-131-0/+1
* bug 263:Reid Spencer2004-07-251-0/+2
* Remove a gross and crufty "feature" that was never documented and doesn't work.Chris Lattner2004-07-141-1/+0
* Remove use of Type::TypeTy which is no longer defined. This change neededReid Spencer2004-07-041-1/+1
* Add support for dos-style filesChris Lattner2004-05-271-1/+1
* Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner2004-03-311-2/+2
* Hrm, we were leaking ~1M of garbage that valgrind never told us about becauseChris Lattner2004-03-191-0/+8
* Allow parsing select instruction and constant exprChris Lattner2004-03-121-0/+1
* Change the 'exception' destination to the 'unwind' destination. We will alwaysChris Lattner2004-02-081-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* New revised variable argument handling supportChris Lattner2003-10-181-2/+4
* Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".Brian Gaeke2003-10-101-2/+2
* Accept 'weak' as a linkage type. For now, just turn it into linkonce linkageChris Lattner2003-10-101-0/+1
* Add support for the unwind instructionChris Lattner2003-09-081-0/+1
* Parse volatile loads/storesChris Lattner2003-09-081-0/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Add support for a new zeroinitializer token which can be used to get rid ofChris Lattner2003-06-281-0/+1
* Add support for the new va_arg instructionChris Lattner2003-05-081-0/+1
* Use a union to cast int to fpChris Lattner2003-04-221-7/+9
* Allow information about the target to be specified in the .ll fileChris Lattner2003-04-221-0/+6
* Allow hexadecimal integer constants to be usedChris Lattner2003-04-171-5/+19
* Add new linkage types to support a real frontendChris Lattner2003-04-161-0/+2
* The parser now accepts "external" global variables, in addition to the backwardsChris Lattner2002-10-061-1/+2
* - Remove unused STRING token from lexer & parserChris Lattner2002-08-161-1/+0
* AsmParser turns 'not' instructions into 'xor' instructions now.Chris Lattner2002-08-141-5/+3
* GCC 3.1 changesChris Lattner2002-07-251-1/+1
* Allow open/closing curly braces instead of begin/end to define the body of a ...Chris Lattner2002-05-031-1/+1
* Add a better comment to explain what is going on.Chris Lattner2002-04-071-1/+4