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
/
VMCore
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-0
/
+10
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-66
/
+67
*
After a discussion with Anton, it turns out that the InReg attribute is not
Reid Spencer
2007-07-31
1
-1
/
+2
*
The InReg parameter attribute is valid on function results. The llvm-gcc-4.0
Reid Spencer
2007-07-31
1
-2
/
+1
*
It seems logical that InReg should be incompatible
Duncan Sands
2007-07-27
1
-3
/
+2
*
As the number of parameter attributes increases,
Duncan Sands
2007-07-27
1
-39
/
+55
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
1
-0
/
+17
*
Make output match actual condition tested. Thanks, Duncan.
Reid Spencer
2007-07-24
1
-1
/
+1
*
1. Make sure we print the Function Value for parameter attribute errors
Reid Spencer
2007-07-23
1
-10
/
+10
*
Add better verification of attributes on function types. It is not permitted
Reid Spencer
2007-07-23
1
-0
/
+9
*
detect invalid combination of sret and byval
Rafael Espindola
2007-07-17
1
-0
/
+4
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
1
-1
/
+1
*
check for correct usage of the byval attribute
Rafael Espindola
2007-07-10
1
-2
/
+11
*
Add the byval attribute
Rafael Espindola
2007-07-06
1
-0
/
+3
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-11
1
-16
/
+16
*
Add assert to check if the attributes ZExt/SExt, NoAlias are apply to the
Zhou Sheng
2007-06-07
1
-0
/
+15
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-9
/
+15
*
Implement review feedback
Anton Korobeynikov
2007-04-29
1
-1
/
+2
*
Let Verifier check aliasees
Anton Korobeynikov
2007-04-28
1
-0
/
+7
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-1
/
+3
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-1
/
+18
*
Fix regressions introduced by my previous patch: opt calls verifier in a
Chris Lattner
2007-04-20
1
-1
/
+3
*
catch a case that was biting jeffc
Chris Lattner
2007-04-20
1
-1
/
+7
*
eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005.
Chris Lattner
2007-04-17
1
-1
/
+2
*
For PR1284:
Reid Spencer
2007-04-12
1
-2
/
+3
*
unbreak the build :(
Chris Lattner
2007-04-10
1
-1
/
+1
*
Fix build problem.
Jeff Cohen
2007-04-10
1
-1
/
+1
*
Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.
Reid Spencer
2007-04-04
1
-0
/
+2
*
For PR1297:
Reid Spencer
2007-04-01
1
-7
/
+42
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-6
/
+6
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
1
-21
/
+0
*
convert some vectors to smallvector.
Chris Lattner
2007-02-10
1
-2
/
+3
*
speed up the verifier 8.5% by using a smallvector instead of vector.
Chris Lattner
2007-02-10
1
-2
/
+5
*
Change an std::set to a SmallPtrSet. This speeds up the verifier on
Chris Lattner
2007-02-10
1
-1
/
+2
*
Support var arg intrinsics.
Jim Laskey
2007-02-06
1
-0
/
+4
*
For PR411:
Reid Spencer
2007-02-05
1
-16
/
+14
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-14
/
+15
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-6
/
+6
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-5
/
+5
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-17
/
+17
*
teach VMCore to accept i1 add's and shifts
Chris Lattner
2007-01-15
1
-7
/
+7
*
For PR1064:
Reid Spencer
2007-01-12
1
-8
/
+33
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-1
/
+1
*
For PR411:
Reid Spencer
2007-01-06
1
-4
/
+8
*
Do not allow packed types for icmp and fcmp instructions.
Reid Spencer
2007-01-04
1
-5
/
+2
*
For PR950:
Reid Spencer
2006-12-31
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-23
1
-4
/
+0
[prev]
[next]