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
*
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
*
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
Chris Lattner
2002-04-08
1
-1
/
+0
*
Remove some gross code by using the Value::dump method to do debug dumps
Chris Lattner
2002-04-07
1
-14
/
+13
*
Make the release build work
Chris Lattner
2002-04-04
1
-2
/
+0
*
Add an assertion to catch a misuse of replaceAllUsesWith
Chris Lattner
2002-03-21
1
-0
/
+2
*
Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.ll
Chris Lattner
2002-01-25
1
-2
/
+4
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+5
*
Add debugging to make a more useful message if a value gets constructed with ...
Chris Lattner
2001-12-13
1
-1
/
+6
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-1
/
+0
*
Make error report a little more useful
Chris Lattner
2001-09-28
1
-0
/
+1
*
Okay, make the member function work.
Chris Lattner
2001-09-19
1
-1
/
+1
*
Remove global debug output fns that have been superceded by a member func
Chris Lattner
2001-09-19
1
-11
/
+0
*
Fix up code a bit, remove operator<< to Assembly/Writer.h
Chris Lattner
2001-09-18
1
-29
/
+7
*
Added debugging support.
Vikram S. Adve
2001-09-18
1
-0
/
+38
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-2
/
+2
*
Support abstract types
Chris Lattner
2001-09-07
1
-13
/
+13
*
* ValueHolder now takes 3 arguments
Chris Lattner
2001-07-14
1
-3
/
+3
*
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-07-07
1
-4
/
+3
*
Add a check to avoid allowing V->replaceAllUsesWith(V)
Chris Lattner
2001-06-29
1
-0
/
+1
*
Miscellaneous cleanups:
Chris Lattner
2001-06-27
1
-3
/
+3
*
Updates to support
Chris Lattner
2001-06-11
1
-0
/
+6
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+143