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
/
VMCore
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR support for extractvalue and insertvalue instructions. Also, begin
Dan Gohman
2008-05-15
1
-1
/
+1
*
Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.
Dan Gohman
2008-05-14
1
-1
/
+1
*
Change class' public PassInfo variables to by initialized with the
Dan Gohman
2008-05-13
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-6
/
+8
*
Check for validity of aliasee pointer before dereference.
Anton Korobeynikov
2008-05-08
1
-1
/
+3
*
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
1
-2
/
+2
*
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-05-06
1
-3
/
+2
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-6
/
+0
*
tighten up verifier checks which missed cases where
Chris Lattner
2008-04-23
1
-8
/
+9
*
Verify that the operand of a getresult instruction is a
Chris Lattner
2008-04-23
1
-1
/
+7
*
Make sure that intrinsics automagically get the
Duncan Sands
2008-04-07
1
-0
/
+4
*
Update example to new syntax.
Nick Lewycky
2008-03-28
1
-2
/
+8
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-3
/
+3
*
Fix merge error
Anton Korobeynikov
2008-03-22
1
-1
/
+0
*
Add testcase for prev. commit. Minor fixes
Anton Korobeynikov
2008-03-22
1
-2
/
+2
*
Aliasing chains cleanups: update langref, add check into verifier
Anton Korobeynikov
2008-03-22
1
-1
/
+6
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-53
/
+72
*
Check struct return type first.
Devang Patel
2008-03-05
1
-6
/
+7
*
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
1
-0
/
+3
*
If a function uses multive values in ret instruction then it
Devang Patel
2008-03-03
1
-3
/
+0
*
Fix PR2113 by verifying allocations.
Chris Lattner
2008-03-01
1
-3
/
+6
*
Add assert to check return type.
Devang Patel
2008-02-26
1
-5
/
+5
*
To support multiple return values, now ret instruction supports multiple oper...
Devang Patel
2008-02-23
1
-2
/
+10
*
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
1
-1
/
+1
*
Use isa<> instead of getTypeID() to check StructType.
Devang Patel
2008-02-21
1
-6
/
+5
*
Let invoke return aggregate value.
Devang Patel
2008-02-21
1
-2
/
+3
*
Let function call return aggregate.
Devang Patel
2008-02-21
1
-6
/
+20
*
What if functions can return aggregate values ?
Devang Patel
2008-02-20
1
-2
/
+5
*
Verifier should use Assert1 instead of assert.
Devang Patel
2008-02-20
1
-2
/
+2
*
Use isValidOperands() to verify GetResultInst.
Devang Patel
2008-02-20
1
-1
/
+2
*
Add GetResultInst. First step for multiple return value support.
Devang Patel
2008-02-19
1
-0
/
+6
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-11
/
+11
*
check that terminators only occur at the end of a block. This catches the
Chris Lattner
2008-02-09
1
-0
/
+5
*
Be more liberal in what parameter attributes are
Duncan Sands
2008-01-12
1
-31
/
+45
*
Do not allow attributes beyond a function's last
Duncan Sands
2008-01-11
1
-7
/
+25
*
Allow parameter attributes on varargs function parameters.
Evan Cheng
2008-01-11
1
-4
/
+3
*
Small cleanup for handling of type/parameter attribute
Duncan Sands
2008-01-07
1
-4
/
+4
*
The transform that tries to turn calls to bitcast functions into
Duncan Sands
2008-01-06
1
-16
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Noting and enforcing that GC intrinsics are valid only within a
Gordon Henriksen
2007-12-25
1
-28
/
+36
*
Adjusting verification of "llvm.gc*" intrinsic prototypes to match
Gordon Henriksen
2007-12-25
1
-26
/
+33
*
Get the verifier to check attributes on calls as well
Duncan Sands
2007-12-21
1
-74
/
+97
*
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
1
-1
/
+1
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-2
/
+2
*
Make it clear in the LangRef that allocation instructions only operated on th...
Christopher Lamb
2007-12-17
1
-0
/
+8
*
Check that there are not more attributes than
Duncan Sands
2007-11-30
1
-0
/
+4
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-3
/
+3
*
Fix PR1816. If a bitcast of a function only exists because of a
Duncan Sands
2007-11-25
1
-30
/
+7
*
Rename the 'const' parameter attribute to 'readnone',
Duncan Sands
2007-11-22
1
-2
/
+2
*
Add support for vectors to int <-> float casts.
Nate Begeman
2007-11-17
1
-8
/
+40
[next]