index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
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
*
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
*
If we support structs as va_list, we must pass pointers to them to va_copy
Andrew Lenharth
2005-06-22
1
-11
/
+16
*
because some functions just use va_start and pass things to vfprintf
Andrew Lenharth
2005-06-20
1
-0
/
+11
*
va_end fix
Andrew Lenharth
2005-06-19
1
-0
/
+1
*
add a check for the mixing of vaarg and vanext with va_arg
Andrew Lenharth
2005-06-19
1
-0
/
+9
*
core changes for varargs
Andrew Lenharth
2005-06-18
1
-5
/
+122
*
Give the asmparser the ability to parse strings. Patch contributed by
Chris Lattner
2005-05-20
1
-12
/
+27
*
* Convert tabs to spaces, fix code alignment
Misha Brukman
2005-05-10
1
-52
/
+50
*
parse new calling conv specifiers
Chris Lattner
2005-05-06
1
-43
/
+60
*
use splice instead of remove/insert for a minor speedup
Chris Lattner
2005-05-06
1
-4
/
+6
*
remove some ugly hacks that are no longer needed since andrew removed the
Chris Lattner
2005-05-06
1
-14
/
+6
*
Add a 'tail' marker for call instructions, patch contributed by
Chris Lattner
2005-05-06
1
-4
/
+20
*
Remove support for 1.0 style varargs
Andrew Lenharth
2005-05-02
1
-86
/
+0
*
don't crash in some bad cases.
Chris Lattner
2005-03-23
1
-0
/
+3
*
Remove a bunch of cruft and dead code for handling the case when types were
Chris Lattner
2005-03-21
1
-48
/
+30
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-6
/
+6
*
zap
Chris Lattner
2005-03-05
1
-1
/
+1
*
add more checking
Chris Lattner
2005-02-24
1
-2
/
+6
*
Do not read free'd memory when printing an error message.
Chris Lattner
2005-02-24
1
-1
/
+1
*
C++ is not a functional programming language.
Chris Lattner
2005-02-22
1
-5
/
+7
*
Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.ll
Chris Lattner
2005-02-01
1
-0
/
+3
*
Adjust to slight changes in instruction interfaces.
Chris Lattner
2005-01-29
1
-3
/
+3
*
Add support for compilers with arg dependent name lookup, contributed by
Chris Lattner
2004-12-08
1
-1
/
+2
*
For PR409: \
Reid Spencer
2004-12-06
1
-0
/
+2
*
Fix PR463
Chris Lattner
2004-11-28
1
-1
/
+4
*
Plug a memory leak in the asmparser. It turns out that we were leaking
Chris Lattner
2004-10-26
1
-1
/
+1
*
Parse undef and unreachable
Chris Lattner
2004-10-16
1
-2
/
+15
*
Add a check to avoid an assertion on malformed input
Chris Lattner
2004-10-09
1
-0
/
+3
*
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
Reid Spencer
2004-09-14
1
-16
/
+1
*
Add support for the link-time pass list to Modules.
Reid Spencer
2004-09-13
1
-1
/
+16
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Examine the type code in the setcc class of instructions and if it
Reid Spencer
2004-08-21
1
-0
/
+4
*
quish a warning
Chris Lattner
2004-08-20
1
-1
/
+1
*
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-20
1
-2
/
+68
*
Work around PR424 for old c/c++ frontends.
Chris Lattner
2004-08-17
1
-3
/
+29
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-5
/
+2
*
Fix bug in previous patch :(
Chris Lattner
2004-07-26
1
-6
/
+12
*
Fix an extremely serious regression that was causing LLVM basic blocks to be
Chris Lattner
2004-07-26
1
-0
/
+6
*
Adjust to new Module.h interface for dependent libraries
Reid Spencer
2004-07-25
1
-8
/
+7
[next]