index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
/
llvmAsmParser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give users a grace period on the implementation keyword. This *will* get
Reid Spencer
2007-03-29
1
-2
/
+2
*
Replace the "implementation" keyword with "checkpoint". This more accurately
Reid Spencer
2007-03-28
1
-2
/
+2
*
Add support for the noreturn and nounwind function attributes.
Reid Spencer
2007-03-22
1
-1
/
+2
*
Don't delete things before their last use (avoids bad reads).
Reid Spencer
2007-03-20
1
-2
/
+0
*
Plug some PATypeHolder memory leaks.
Reid Spencer
2007-03-20
1
-6
/
+25
*
Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned"
Reid Spencer
2007-03-19
1
-9
/
+4
*
For PR1248:
Reid Spencer
2007-03-19
1
-155
/
+169
*
Use a simpler constructor when constructing ConstantInt. Also, replace
Reid Spencer
2007-03-01
1
-16
/
+9
*
Implement support for aribrary precision integers by creating two new
Reid Spencer
2007-02-28
1
-2
/
+41
*
For PR1195:
Reid Spencer
2007-02-15
1
-8
/
+10
*
For PR1195:
Reid Spencer
2007-02-15
1
-15
/
+15
*
eliminate use of vector ctors
Chris Lattner
2007-02-13
1
-2
/
+2
*
eliminate use of methods that take vectors as args
Chris Lattner
2007-02-13
1
-3
/
+4
*
add #include
Chris Lattner
2007-02-11
1
-0
/
+1
*
For PR411:
Reid Spencer
2007-02-05
1
-48
/
+67
*
! removal was a little over zealous. Put the ! back in asserts.
Reid Spencer
2007-02-05
1
-9
/
+9
*
There is nothing exclamatory about an error message. No other compiler
Reid Spencer
2007-02-05
1
-102
/
+102
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-24
/
+7
*
eliminate a temporary vector
Chris Lattner
2007-01-31
1
-2
/
+3
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-6
/
+6
*
For PR645:
Reid Spencer
2007-01-26
1
-117
/
+116
*
Fix this error:
Jeff Cohen
2007-01-21
1
-1
/
+1
*
For PR1117:
Reid Spencer
2007-01-17
1
-15
/
+12
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-8
/
+8
*
allow i1 to operators like shift and add.
Chris Lattner
2007-01-15
1
-4
/
+4
*
Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn't
Reid Spencer
2007-01-13
1
-5
/
+8
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-16
/
+36
*
This production is dead, the lexer can never return 'NOT'
Chris Lattner
2007-01-12
1
-14
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
1
-7
/
+7
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-3
/
+3
*
For PR1043:
Zhou Sheng
2007-01-11
1
-5
/
+5
*
Make packed structs use packed initialiers for consistency
Andrew Lenharth
2007-01-08
1
-0
/
+52
*
For PR411:
Reid Spencer
2007-01-06
1
-4
/
+4
*
For PR1077:
Reid Spencer
2007-01-05
1
-26
/
+7
*
Change the syntax for parameter attributes:
Reid Spencer
2007-01-05
1
-45
/
+52
*
Disallow packed types in icmp/fcmp instructions. The code generator is
Reid Spencer
2007-01-04
1
-0
/
+4
*
Permit icmp and fcmp to have packed operands.
Reid Spencer
2007-01-04
1
-5
/
+2
*
Implement checking for unresolved types in the argument types and result
Reid Spencer
2007-01-02
1
-0
/
+59
*
Remove an extra semi-colon.
Reid Spencer
2006-12-31
1
-1
/
+1
*
Add a missing colon. Noticed by Jeff Cohen.
Reid Spencer
2006-12-31
1
-0
/
+1
*
For PR950:
Reid Spencer
2006-12-31
1
-245
/
+409
*
For PR950:
Reid Spencer
2006-12-29
1
-76
/
+78
*
For PR950:
Reid Spencer
2006-12-23
1
-23
/
+1
*
Allow negative constants for unsigned integers and unsigned constants
Reid Spencer
2006-12-20
1
-11
/
+13
*
Packed Structures
Andrew Lenharth
2006-12-08
1
-0
/
+14
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-3
/
+3
*
Remove dead var NewVarArgs.
Reid Spencer
2006-12-05
1
-3
/
+0
*
Dump the old va_arg and va_next upgrade support. No need to keep track of
Reid Spencer
2006-12-05
1
-156
/
+2
*
Remove various old upgrade hacks that are no longer needed.
Reid Spencer
2006-12-05
1
-41
/
+1
[next]