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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement TODO, fixing bug:
Chris Lattner
2002-04-09
1
-16
/
+9
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-5
/
+6
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
20
-39
/
+51
*
Eliminate unneccesary extraneous iterators
Chris Lattner
2002-04-09
1
-10
/
+4
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-18
/
+18
*
Update comment to reflect class name change.
Chris Lattner
2002-04-09
1
-2
/
+2
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-15
/
+0
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-2
/
+19
*
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
4
-0
/
+4
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
8
-2
/
+11
*
Add a couple of extra casts to avoid extra #include
Chris Lattner
2002-04-09
1
-2
/
+2
*
Add a couple of extra casts to avoid having to add #include
Chris Lattner
2002-04-09
1
-3
/
+3
*
Use opaque decl instead of #include
Chris Lattner
2002-04-09
1
-1
/
+1
*
iUse new form of pop_back to make code more concise
Chris Lattner
2002-04-09
1
-2
/
+1
*
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
2
-2
/
+0
*
Delete NOP instructions as they are eliminated.
Chris Lattner
2002-04-09
1
-0
/
+1
*
* Add a file header with some information
Chris Lattner
2002-04-09
2
-70
/
+50
*
Don't leak all of the Loop objects created...
Chris Lattner
2002-04-09
1
-2
/
+10
*
* Add a useful file comment
Chris Lattner
2002-04-09
1
-91
/
+7
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the
Chris Lattner
2002-04-09
1
-81
/
+0
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include
Chris Lattner
2002-04-09
1
-0
/
+153
*
Include prototype for interface to PrologEpilogCodeInserter.cpp file
Chris Lattner
2002-04-09
1
-0
/
+2
*
Use new higher level isFloatingPoint() function
Chris Lattner
2002-04-09
1
-1
/
+1
*
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-09
2
-24
/
+16
*
* General cleanups
Chris Lattner
2002-04-09
2
-42
/
+42
*
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-09
5
-122
/
+70
*
*blush* somehow this debugging code got checked in...
Chris Lattner
2002-04-09
1
-3
/
+0
*
GCC3.0 is reported to die without an alloca definition.
Chris Lattner
2002-04-09
2
-0
/
+2
*
Don't leak memory like a seive
Chris Lattner
2002-04-08
2
-36
/
+10
*
Value cannot be directly instantiated. I think that this code was TRYING to
Chris Lattner
2002-04-08
2
-10
/
+6
*
Remove extranous #include
Chris Lattner
2002-04-08
1
-1
/
+0
*
s/Method/Function
Chris Lattner
2002-04-08
16
-66
/
+63
*
* Narrow AsmWriter interface
Chris Lattner
2002-04-08
1
-37
/
+40
*
s/Method/Function
Chris Lattner
2002-04-08
14
-36
/
+23
*
s/method/function
Chris Lattner
2002-04-08
4
-8
/
+8
*
llvm/Assembly/Writer.h is unneccesary except for extreme output
Chris Lattner
2002-04-08
1
-2
/
+1
*
isLabelType is obsolete
Chris Lattner
2002-04-08
3
-3
/
+3
*
Play around with #includes
Chris Lattner
2002-04-08
2
-4
/
+1
*
Add #includes that were pruned from already #included files
Chris Lattner
2002-04-08
1
-0
/
+2
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
7
-7
/
+7
*
Library bumped up out of Assembly directory
Chris Lattner
2002-04-08
1
-1
/
+1
*
Minor change to reflect that ConstantHandling is now part of VMCore
Chris Lattner
2002-04-08
2
-4
/
+4
*
Moved assembly writer library into its own top level directory.
Chris Lattner
2002-04-08
1
-1
/
+1
*
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
Chris Lattner
2002-04-08
4
-5
/
+4
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
8
-48
/
+50
*
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-04-07
1
-2
/
+1
*
Remove some gross code by using the Value::dump method to do debug dumps
Chris Lattner
2002-04-07
4
-42
/
+46
*
Remove some gross code by using the VAlue::dump method to do debug dumps
Chris Lattner
2002-04-07
1
-7
/
+5
*
Update comments
Chris Lattner
2002-04-07
1
-4
/
+5
*
Eliminate explicit use of Writer library, using debug dump output instead.
Chris Lattner
2002-04-07
3
-18
/
+24
[next]