index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
AsmParser
/
llvmAsmParser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
1
-1
/
+1
*
Removed #include <iostream> and used llvm streams
Bill Wendling
2006-11-28
1
-3
/
+3
*
Implement signedness caching for values, value lists, constants and
Reid Spencer
2006-11-28
1
-175
/
+220
*
For PR950:
Reid Spencer
2006-11-27
1
-24
/
+68
*
For PR950:
Reid Spencer
2006-11-19
1
-202
/
+227
*
Initialize some pointers to quiet the compiler (when doing build_gcc
Bill Wendling
2006-11-12
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-11-08
1
-4
/
+34
*
Fix a bug noticed by Emil Mikulic.
Chris Lattner
2006-11-08
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-11-02
1
-7
/
+15
*
For PR950:
Reid Spencer
2006-10-26
1
-19
/
+64
*
Removed extraneous semi-colon; this was prevening the grammar file from
John Criswell
2006-10-24
1
-1
/
+1
*
Remove unneeded CHECK_FOR_ERROR invocations.
Reid Spencer
2006-10-22
1
-2
/
+0
*
change keyword to datalayout
Chris Lattner
2006-10-22
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-10-20
1
-14
/
+14
*
Add support for the new "target data" information in .ll files. This provides
Owen Anderson
2006-10-18
1
-0
/
+6
*
Produce a useful error message for Regression/Verifier/2006-10-15-AddrLabel.ll
Chris Lattner
2006-10-15
1
-0
/
+2
*
Fix PR886:
Reid Spencer
2006-10-09
1
-4
/
+12
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-4
/
+4
*
Fix PR902:
Reid Spencer
2006-09-28
1
-70
/
+171
*
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-09-17
1
-6
/
+9
*
Small fixes for supporting dll* linkage types
Anton Korobeynikov
2006-09-17
1
-8
/
+7
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-15
/
+50
*
trivial optimization
Chris Lattner
2006-08-18
1
-1
/
+4
*
Add a comment about the mechanisms used to rid AsmParser of exceptions.
Reid Spencer
2006-08-18
1
-1
/
+11
*
For PR797:
Reid Spencer
2006-08-18
1
-126
/
+295
*
Fix grammar in a comment.
Reid Spencer
2006-05-29
1
-1
/
+1
*
Add support for parsing csret
Chris Lattner
2006-05-19
1
-1
/
+2
*
Use isValidOperands instead of duplicating or eliding checks.
Chris Lattner
2006-04-08
1
-19
/
+8
*
Add insertelement and shufflevector constantexpr support
Chris Lattner
2006-04-08
1
-0
/
+9
*
Parse shufflevector
Chris Lattner
2006-04-08
1
-1
/
+6
*
Don't use invalidated iterators!
Chris Lattner
2006-03-04
1
-3
/
+3
*
Parse inline asm objects
Chris Lattner
2006-01-25
1
-1
/
+30
*
Rename method
Chris Lattner
2006-01-24
1
-3
/
+3
*
syntax change
Chris Lattner
2006-01-24
1
-3
/
+3
*
Add support for parsing global asm blocks
Chris Lattner
2006-01-23
1
-4
/
+21
*
Make sure intrinsic auto-upgrade is invoked correctly.
Reid Spencer
2006-01-19
1
-4
/
+4
*
Lexer and parser support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-4
/
+17
*
For PR411:
Reid Spencer
2006-01-16
1
-1
/
+6
*
Added lexer and parser support for the extractelement operation.
Robert Bocchino
2006-01-10
1
-2
/
+17
*
allow logical operators on packed integral types
Chris Lattner
2005-12-21
1
-4
/
+10
*
Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll
Chris Lattner
2005-12-21
1
-0
/
+6
*
refactor grammar to eliminate shift-reduce conflict. Move alignment checking
Chris Lattner
2005-11-12
1
-48
/
+44
*
Parse section info
Chris Lattner
2005-11-12
1
-9
/
+41
*
Force vectors to be a power of two in size
Chris Lattner
2005-11-10
1
-4
/
+4
*
Allow globals to have an alignment specified. Switch to using isPowerOf2_32
Chris Lattner
2005-11-06
1
-13
/
+25
*
factor optional alignment
Chris Lattner
2005-11-06
1
-34
/
+23
*
Verify that alignment amounts are a power of 2
Chris Lattner
2005-11-05
1
-0
/
+12
*
Add support alignment of allocation instructions.
Nate Begeman
2005-11-05
1
-1
/
+17
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-5
/
+6
*
Fix grammar
Chris Lattner
2005-06-24
1
-1
/
+1
[next]