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
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-1
/
+1
*
rewrite Value::takeName to take advantage of the new symtab stuff. This
Chris Lattner
2007-02-15
1
-6
/
+55
*
Add a new Value::getNameStr method, which is preferred over getName.
Chris Lattner
2007-02-15
1
-1
/
+1
*
add a setName variant that takes a null-terminated string. This can be
Chris Lattner
2007-02-13
1
-0
/
+4
*
Add new setName accessor which doesn't require creating a string.
Chris Lattner
2007-02-12
1
-20
/
+28
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
1
-19
/
+50
*
fix uninitialized variable
Chris Lattner
2007-02-11
1
-0
/
+1
*
add an optimization for the case where the src has no name
Chris Lattner
2007-02-11
1
-0
/
+6
*
add a helper method: Value::takeName
Chris Lattner
2007-02-11
1
-12
/
+26
*
eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...
Chris Lattner
2007-02-07
1
-1
/
+3
*
For PR411:
Reid Spencer
2007-02-05
1
-6
/
+9
*
For PR411:
Reid Spencer
2007-01-06
1
-4
/
+4
*
Removed iostream #includes. Replaced std::cerr with DOUT.
Bill Wendling
2006-11-17
1
-4
/
+4
*
Change the signature of replaceUsesOfWithOnConstant. The bool was always
Chris Lattner
2005-10-04
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
This fixes PR531, a crash when running the CBE on a bytecode file.
Chris Lattner
2005-03-06
1
-4
/
+14
*
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-03-05
1
-3
/
+28
*
new method
Chris Lattner
2005-02-23
1
-0
/
+13
*
Initialize new field.
Chris Lattner
2005-02-05
1
-1
/
+2
*
Updates for new use list changes.
Chris Lattner
2005-02-01
1
-6
/
+23
*
Add a space between the type and name of value when printing error message
Misha Brukman
2004-10-15
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Use name.empty() instead of testing against equality with the empty
Alkis Evlogimenos
2004-07-25
1
-1
/
+1
*
Disallow creation of named values of type void.
Alkis Evlogimenos
2004-07-25
1
-0
/
+2
*
bug 122:
Reid Spencer
2004-07-18
1
-2
/
+7
*
Fix regressions in these testcases:
Chris Lattner
2004-07-07
1
-1
/
+2
*
Find bugs sooner rather than later. In this case, don't allow the creation
Chris Lattner
2004-07-06
1
-0
/
+3
*
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
User ctor is now inline
Chris Lattner
2004-06-27
1
-4
/
+0
*
Instancevar was renamed
Chris Lattner
2004-06-26
1
-3
/
+2
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
If we're not checking, don't check!
Chris Lattner
2003-11-05
1
-1
/
+1
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Completely rewrite support for the Value::use_* list. Now, all operations on
Chris Lattner
2003-10-16
1
-37
/
+11
*
Users can never be null
Chris Lattner
2003-10-06
1
-1
/
+1
*
There is no reason for Value to be an AbstractTypeUser. This just makes things
Chris Lattner
2003-10-02
1
-14
/
+2
*
Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll
Chris Lattner
2003-08-29
1
-1
/
+1
*
Refactor code to make it useful outside of Constants.cpp
Chris Lattner
2003-08-29
1
-0
/
+20
*
Make assertion more descriptive
Chris Lattner
2003-06-24
1
-1
/
+1
*
This speeds up processing LLVM a _lot_, 17% in the case of loading and destro...
Chris Lattner
2003-02-13
1
-1
/
+2
*
- Make Value::replaceAllUsesWith work with constants correctly. This fixes
Chris Lattner
2002-10-09
1
-16
/
+18
*
- Remove Value::use_remove
Chris Lattner
2002-10-09
1
-7
/
+0
*
Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever to
Chris Lattner
2002-10-08
1
-6
/
+12
*
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-09-08
1
-0
/
+4
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-13
/
+7
*
*** empty log message ***
Chris Lattner
2002-06-30
1
-1
/
+1
*
changes for 64bit gcc
Anand Shukla
2002-06-25
1
-1
/
+1
*
The contents of the SymTabValue class have been incorporated into the
Chris Lattner
2002-04-28
1
-41
/
+1
*
Fix pure virtual function called exception!
Chris Lattner
2002-04-12
1
-2
/
+1
[next]