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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continue the exposition
Chris Lattner
2004-05-27
1
-25
/
+133
*
Continue the implementation
Chris Lattner
2004-05-27
1
-37
/
+61
*
A few more microsteps
Chris Lattner
2004-05-27
1
-1
/
+7
*
gc_init now gets an argument
Chris Lattner
2004-05-27
1
-2
/
+2
*
Uhh, that doesn't exist.
Chris Lattner
2004-05-27
1
-1
/
+0
*
Beta-test moving a header from include/Support into the llvm hierarchy:
Chris Lattner
2004-05-27
1
-32
/
+0
*
Header file moved
Chris Lattner
2004-05-27
21
-20
/
+21
*
Header moved
Chris Lattner
2004-05-27
1
-1
/
+1
*
Signals.h header moved. Eventually this should move into a lib/System library,
Chris Lattner
2004-05-27
1
-1
/
+1
*
Moved header from include/Support/ to include/llvm/System
Chris Lattner
2004-05-27
1
-3
/
+3
*
Changes to make libSupport build on systems that don't have the wait syscall.
Chris Lattner
2004-05-27
1
-30
/
+12
*
Add section on the newly added Instruction and subclasses constructor
Alkis Evlogimenos
2004-05-27
1
-1
/
+16
*
Only give warnings if the user doesn't have mmap(). This is pretty much
John Criswell
2004-05-27
2
-8
/
+6
*
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-27
8
-73
/
+304
*
Fix a test that was "broken" by new optimizations. The transformation we
Chris Lattner
2004-05-26
1
-0
/
+4
*
Do not pass a null pointer if this instruction is not prepended or
Alkis Evlogimenos
2004-05-26
1
-2
/
+2
*
Inline trivial constructors.
Alkis Evlogimenos
2004-05-26
3
-41
/
+28
*
Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
Reid Spencer
2004-05-26
1
-94
/
+97
*
Provide the correct patch for bug 345. The solution is to add a setTypeName
Reid Spencer
2004-05-26
2
-11
/
+73
*
Tighten up checking on SymbolTable interface to make it illegal to pass a
Reid Spencer
2004-05-26
1
-2
/
+4
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
10
-108
/
+133
*
Use one destination constructor for the unconditional branch.
Alkis Evlogimenos
2004-05-26
1
-1
/
+1
*
Fix spelling of doxygen directive.
Misha Brukman
2004-05-26
1
-1
/
+1
*
Fix PR344: the incorrect remove was being used.
Chris Lattner
2004-05-26
2
-2
/
+2
*
Make the test use the %A type
Chris Lattner
2004-05-26
1
-0
/
+1
*
A quick and ugly hack to fix PR345. I used TypeTy specifically to make
Chris Lattner
2004-05-26
1
-1
/
+7
*
Fix a bug in reid's checkin
Chris Lattner
2004-05-26
1
-2
/
+3
*
Added a section on the SymbolTable class.
Reid Spencer
2004-05-26
1
-19
/
+247
*
Part of bug 122:
Reid Spencer
2004-05-26
6
-143
/
+108
*
Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by
Reid Spencer
2004-05-26
1
-52
/
+426
*
Adding scheduling class.
Tanya Lattner
2004-05-26
4
-0
/
+492
*
Updating my cvs versions. THis is still in progress and much will be changed.
Tanya Lattner
2004-05-26
8
-314
/
+598
*
Add a (not very meaningful) default constructor for AllocInfo objects.
Brian Gaeke
2004-05-25
1
-4
/
+8
*
Put SlotTable.h inclusion back at front of list to be coding standards
Reid Spencer
2004-05-25
2
-2
/
+2
*
Change the install-includes target to completely ignore the llvm/Internal
Reid Spencer
2004-05-25
1
-2
/
+2
*
Make the constructor explicit so we can't implicitly convert bool to
Reid Spencer
2004-05-25
2
-2
/
+2
*
Make some improvements suggested by Chris.
Reid Spencer
2004-05-25
2
-16
/
+18
*
Adding the initial implementation of the SlotTable class. This class is
Reid Spencer
2004-05-25
4
-0
/
+618
*
Remove this file as well as it is no longer needed nor it compiles
Alkis Evlogimenos
2004-05-25
1
-25
/
+0
*
Document a couple functions.
Reid Spencer
2004-05-25
1
-0
/
+5
*
Make use of the doc_author and doc_code styles. <tt>'ify llvm names. Minor
Chris Lattner
2004-05-25
1
-12
/
+14
*
Changed to use SymbolTable's new iteration interfaces.
Reid Spencer
2004-05-25
1
-6
/
+18
*
Changed to use SymbolTable's new lookup interface.
Reid Spencer
2004-05-25
1
-2
/
+2
*
Removed unused, useless header file.
Reid Spencer
2004-05-25
1
-53
/
+0
*
Added a bit on slot numbers.
Reid Spencer
2004-05-25
1
-0
/
+38
*
Made it illegal to pass a Type* through one of the Value* interfaces. The
Reid Spencer
2004-05-25
1
-0
/
+4
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
9
-132
/
+178
*
Convert to SymbolTable's new iteration interface. Remove tabs.
Reid Spencer
2004-05-25
1
-14
/
+27
*
Completely rewrote the class. SymbolTable now separates Type* from Value* in ...
Reid Spencer
2004-05-25
1
-108
/
+240
*
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-05-25
4
-76
/
+75
[next]