index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Value.cpp
Age
Commit message (
Expand
)
Author
2005-10-04
Change the signature of replaceUsesOfWithOnConstant. The bool was always
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-06
This fixes PR531, a crash when running the CBE on a bytecode file.
Chris Lattner
2005-03-05
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-02-23
new method
Chris Lattner
2005-02-05
Initialize new field.
Chris Lattner
2005-02-01
Updates for new use list changes.
Chris Lattner
2004-10-15
Add a space between the type and name of value when printing error message
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-25
Use name.empty() instead of testing against equality with the empty
Alkis Evlogimenos
2004-07-25
Disallow creation of named values of type void.
Alkis Evlogimenos
2004-07-18
bug 122:
Reid Spencer
2004-07-07
Fix regressions in these testcases:
Chris Lattner
2004-07-06
Find bugs sooner rather than later. In this case, don't allow the creation
Chris Lattner
2004-07-04
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-06-27
User ctor is now inline
Chris Lattner
2004-06-26
Instancevar was renamed
Chris Lattner
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
If we're not checking, don't check!
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-16
Completely rewrite support for the Value::use_* list. Now, all operations on
Chris Lattner
2003-10-06
Users can never be null
Chris Lattner
2003-10-02
There is no reason for Value to be an AbstractTypeUser. This just makes things
Chris Lattner
2003-08-29
Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll
Chris Lattner
2003-08-29
Refactor code to make it useful outside of Constants.cpp
Chris Lattner
2003-06-24
Make assertion more descriptive
Chris Lattner
2003-02-13
This speeds up processing LLVM a _lot_, 17% in the case of loading and destro...
Chris Lattner
2002-10-09
- Make Value::replaceAllUsesWith work with constants correctly. This fixes
Chris Lattner
2002-10-09
- Remove Value::use_remove
Chris Lattner
2002-10-08
Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever to
Chris Lattner
2002-09-08
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-06-30
*** empty log message ***
Chris Lattner
2002-06-25
changes for 64bit gcc
Anand Shukla
2002-04-28
The contents of the SymTabValue class have been incorporated into the
Chris Lattner
2002-04-12
Fix pure virtual function called exception!
Chris Lattner
2002-04-08
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
Chris Lattner
2002-04-07
Remove some gross code by using the Value::dump method to do debug dumps
Chris Lattner
2002-04-04
Make the release build work
Chris Lattner
2002-03-21
Add an assertion to catch a misuse of replaceAllUsesWith
Chris Lattner
2002-01-25
Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.ll
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-13
Add debugging to make a more useful message if a value gets constructed with ...
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-09-28
Make error report a little more useful
Chris Lattner
2001-09-19
Okay, make the member function work.
Chris Lattner
2001-09-19
Remove global debug output fns that have been superceded by a member func
Chris Lattner
2001-09-18
Fix up code a bit, remove operator<< to Assembly/Writer.h
Chris Lattner
2001-09-18
Added debugging support.
Vikram S. Adve
[next]