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
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some warnings when assertions are disabled.
Chris Lattner
2008-06-21
1
-1
/
+1
*
Do not speculatively execute an instruction by hoisting it to its predecessor...
Evan Cheng
2008-06-12
1
-0
/
+11
*
Move the operator new and operator delete out of line. This fixes an issue with
Nate Begeman
2008-05-15
1
-0
/
+19
*
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
1
-28
/
+24
*
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-05-06
1
-0
/
+28
*
fix a bug in my previous patch, a classic =/== bug.
Chris Lattner
2008-04-30
1
-1
/
+1
*
add a method for comparing to see if a value has a specified name.
Chris Lattner
2008-04-30
1
-0
/
+7
*
Print the name, not a pointer.
Nick Lewycky
2008-03-01
1
-1
/
+1
*
Let invoke return aggregate value.
Devang Patel
2008-02-21
1
-1
/
+1
*
Let function call return aggregate.
Devang Patel
2008-02-21
1
-1
/
+6
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-200
/
+8
*
fix some warnings.
Chris Lattner
2007-12-10
1
-15
/
+12
*
Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-...
Chris Lattner
2007-12-10
1
-50
/
+14
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-8
/
+239
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-2
/
+2
*
Make Value::getNameLen not crash on an empty name, fixing PR1712.
Chris Lattner
2007-09-28
1
-1
/
+1
*
simplify code, improve a comment.
Chris Lattner
2007-08-21
1
-6
/
+6
*
add Value::getNameStart/getNameLen() accessors.
Chris Lattner
2007-08-10
1
-0
/
+15
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+306