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
*
Parse
Devang Patel
2008-02-19
1
-1
/
+10
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-1
/
+1
*
Fix PR2060 by rejecting invalid types for integer constants.
Chris Lattner
2008-02-19
1
-11
/
+15
*
If there are attributes on the varargs part of a
Duncan Sands
2008-01-11
1
-2
/
+16
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-3
/
+3
*
Implement part of review feedback for address spaces.
Christopher Lamb
2007-12-12
1
-27
/
+13
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-5
/
+26
*
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-10
1
-3
/
+13
*
Fix fallout from my last patch: don't reject varargs functions :)
Anton Korobeynikov
2007-12-03
1
-7
/
+14
*
More sanity checks for function types.
Anton Korobeynikov
2007-12-03
1
-1
/
+13
*
Add a convenience method for modifying parameter
Duncan Sands
2007-11-30
1
-3
/
+3
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-86
/
+88
*
Rename the 'const' parameter attribute to 'readnone',
Duncan Sands
2007-11-22
1
-3
/
+3
*
Replace the original flex lexer with a hand writen one. This
Chris Lattner
2007-11-18
1
-43
/
+14
*
Basic non-power-of-2 vector support
Nate Begeman
2007-11-15
1
-2
/
+0
*
Add pure/const attributes. Documentation will follow.
Anton Korobeynikov
2007-11-14
1
-0
/
+3
*
Add support for vector remainder operations.
Dan Gohman
2007-11-05
1
-5
/
+0
*
Make labels work in asm blocks; allow labels as
Dale Johannesen
2007-11-05
1
-14
/
+26
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
1
-1
/
+1
*
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
1
-6
/
+7
*
Fix PR1645 by resolving forward alias references.
Chris Lattner
2007-09-10
1
-0
/
+21
*
Apply feedback from previous patch.
Dale Johannesen
2007-09-07
1
-0
/
+1
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-5
/
+13
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-3
/
+3
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-1
/
+1
*
Fix PR1577, a crash on invalid bug.
Chris Lattner
2007-08-06
1
-0
/
+1
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-0
/
+6
*
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-08-03
1
-3
/
+3
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-1
/
+1
*
After a discussion with Anton, it turns out that the InReg attribute is not
Reid Spencer
2007-07-31
1
-1
/
+0
*
Allow the INREG parameter attribute to be added to functions. This permits the
Reid Spencer
2007-07-31
1
-0
/
+1
*
For PR1553:
Reid Spencer
2007-07-31
1
-0
/
+2
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
1
-2
/
+3
*
For PR1553:
Reid Spencer
2007-07-19
1
-4
/
+5
*
Add the byval attribute
Rafael Espindola
2007-07-06
1
-1
/
+2
*
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-06-05
1
-5
/
+6
*
Implement full unescaping of escaped hex characters in all quoted identifiers
Reid Spencer
2007-05-22
1
-69
/
+71
*
Make the %"..." syntax legal for local name. This just makes it symmetric
Reid Spencer
2007-05-19
1
-2
/
+3
*
fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.
Chris Lattner
2007-05-04
1
-1
/
+1
*
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
1
-4
/
+5
*
Revert the premature portion of the last commit.
Reid Spencer
2007-04-28
1
-62
/
+76
*
Fix a compilation error (jump to case label).
Reid Spencer
2007-04-28
1
-77
/
+64
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-27
/
+53
*
wrap long lines
Chris Lattner
2007-04-26
1
-10
/
+16
*
Quiet a compiler warning about assignment in an if-then conditional.
Bill Wendling
2007-04-25
1
-2
/
+1
*
Add missed semicolon. Resotre compatibility with older bisons
Anton Korobeynikov
2007-04-25
1
-1
/
+1
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-7
/
+45
*
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
1
-4
/
+4
*
For PR1146:
Reid Spencer
2007-04-22
1
-40
/
+59
[next]