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
*
Do not leak the ModuleProvider if releaseModule() throws.
Chris Lattner
2003-10-04
1
-11
/
+6
*
Minor random speedup: make Constant::getNullValue only call ConstantFOO::get
Chris Lattner
2003-10-03
1
-13
/
+45
*
Explicit copy ctors are no longer needed
Chris Lattner
2003-10-03
1
-21
/
+0
*
Minor cleanups
Chris Lattner
2003-10-03
1
-31
/
+17
*
This checkin basically amounts to a complete rewrite of the type-resolution
Chris Lattner
2003-10-03
2
-284
/
+138
*
These methods are dead, remove them. Because the bodies will soon be
Chris Lattner
2003-10-03
1
-2
/
+8
*
Dramatically simplify DerivedType::refineAbstractTypeToInternal
Chris Lattner
2003-10-03
1
-44
/
+25
*
Make the PATypeHolder use a simple union-find implementation to handle
Chris Lattner
2003-10-02
1
-22
/
+30
*
There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it
Chris Lattner
2003-10-02
2
-28
/
+3
*
There is no reason for Value to be an AbstractTypeUser. This just makes things
Chris Lattner
2003-10-02
2
-18
/
+2
*
The objects mapped are really PATypeHolders, not PATypeHandles
Chris Lattner
2003-10-02
1
-2
/
+2
*
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos
2003-10-02
2
-29
/
+37
*
Implement InstCombine/add.ll:test17 & 18
Chris Lattner
2003-10-02
1
-0
/
+16
*
Change llc command line for register allocators
Alkis Evlogimenos
2003-10-02
1
-6
/
+25
*
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
Alkis Evlogimenos
2003-10-01
1
-1
/
+1
*
Revert previous change. For some reason this went into the main branch
Alkis Evlogimenos
2003-10-01
1
-19
/
+2
*
Added command line option for linear scan allocator
Alkis Evlogimenos
2003-10-01
1
-2
/
+19
*
The comment seems irrelevant as the pass has become a BasicBlock pass.
Misha Brukman
2003-10-01
1
-2
/
+0
*
Make sure to get the definition of getRegisterAllocator
Chris Lattner
2003-09-30
1
-0
/
+1
*
RegisterAllocation.h is going away
Chris Lattner
2003-09-30
1
-1
/
+0
*
include passes.h which defines the interface this file exposes
Chris Lattner
2003-09-30
2
-8
/
+8
*
Standardize header file comments
Chris Lattner
2003-09-30
3
-3
/
+3
*
Doxygen-ified comments.
Misha Brukman
2003-09-30
1
-187
/
+147
*
Made code more terse:
Misha Brukman
2003-09-30
1
-15
/
+4
*
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-30
1
-0
/
+2
*
1. Use better error messages in LinkFiles().
Brian Gaeke
2003-09-30
1
-2
/
+2
*
Update file headers for renamed files.
Chris Lattner
2003-09-30
1
-12
/
+4
*
Fixed space issues, code alignment, tabs -> spaces.
Misha Brukman
2003-09-29
1
-11
/
+11
*
Implementation of the abstraction of running our tools + gcc, taken out of
Misha Brukman
2003-09-29
1
-0
/
+374
*
Tersified code:
Misha Brukman
2003-09-29
1
-39
/
+33
*
* Ordered includes according to LLVM programmers' guide
Misha Brukman
2003-09-29
1
-127
/
+50
*
Removed Support directory. It now lives in llvm/support/lib.
John Criswell
2003-09-29
1
-1
/
+1
*
Moved code from llvm/lib/Support to llvm/support/lib/Support.
John Criswell
2003-09-29
1
-1
/
+1
*
Just rethrow previous exception instead of making a new one
Chris Lattner
2003-09-26
1
-1
/
+1
*
Define the instance variable Buffer, not the automatic variable Buffer.
Chris Lattner
2003-09-25
1
-3
/
+2
*
DOn't crash if program calls the null pointer
Chris Lattner
2003-09-24
1
-1
/
+7
*
Fix alignment problem
Chris Lattner
2003-09-24
1
-1
/
+1
*
Remove explicit use of BasicBlock::succ_iterator
Chris Lattner
2003-09-24
1
-2
/
+2
*
Actually assign the string correctly through the std::string pointer.
Misha Brukman
2003-09-24
1
-2
/
+2
*
Use global *_iterator
Chris Lattner
2003-09-24
1
-2
/
+1
*
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Chris Lattner
2003-09-24
4
-8
/
+4
*
* Eliminate BytecodeBufferReader::Length member variable
Misha Brukman
2003-09-24
1
-26
/
+7
*
Do not use BasicBlock::succ_iterator
Chris Lattner
2003-09-24
1
-2
/
+1
*
Update head-of-file comment.
Brian Gaeke
2003-09-24
2
-2
/
+20
*
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-24
4
-6
/
+312
*
Use getRegClassID() instead of getRegClass()->getID(), since it's there.
Brian Gaeke
2003-09-24
2
-34
/
+30
*
Remove some unused methods of class IGNode.
Brian Gaeke
2003-09-24
2
-26
/
+0
*
Added code that ensures that we pass the beginning of the data buffer to
John Criswell
2003-09-23
1
-1
/
+1
*
Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll
Chris Lattner
2003-09-23
1
-2
/
+8
*
Fixed spelling.
Misha Brukman
2003-09-23
2
-3
/
+3
[next]