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
*
Signals.h header moved. Eventually this should move into a lib/System library,
Chris Lattner
2004-05-27
1
-1
/
+1
*
Changes to make libSupport build on systems that don't have the wait syscall.
Chris Lattner
2004-05-27
1
-30
/
+12
*
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-27
3
-45
/
+175
*
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
2
-33
/
+0
*
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
1
-7
/
+68
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
6
-98
/
+96
*
Use one destination constructor for the unconditional branch.
Alkis Evlogimenos
2004-05-26
1
-1
/
+1
*
Fix PR344: the incorrect remove was being used.
Chris Lattner
2004-05-26
2
-2
/
+2
*
A quick and ugly hack to fix PR345. I used TypeTy specifically to make
Chris Lattner
2004-05-26
1
-1
/
+7
*
Part of bug 122:
Reid Spencer
2004-05-26
4
-133
/
+101
*
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
*
Make the constructor explicit so we can't implicitly convert bool to
Reid Spencer
2004-05-25
1
-1
/
+1
*
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
3
-0
/
+424
*
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
*
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
*
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
8
-129
/
+175
*
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
*
Remove unused header file.
Reid Spencer
2004-05-25
1
-1
/
+0
*
Make this pass simply invoke SymbolTable::strip().
Reid Spencer
2004-05-25
1
-31
/
+2
*
Remove use of Type::TypeTy from an assert. It will go away soon.
Reid Spencer
2004-05-25
1
-1
/
+0
*
Get rid of a wart: useless getFILE function is now a cast macro.
Reid Spencer
2004-05-25
1
-42
/
+2
*
Recognize memalign and friends, and handle them specially.
Vikram S. Adve
2004-05-25
1
-1
/
+2
*
Implement InstCombine:shift.ll:test16, which turns (X >> C1) & C2 != C3
Chris Lattner
2004-05-25
1
-0
/
+35
*
Implement some helpers
Chris Lattner
2004-05-25
1
-0
/
+10
*
Implement instcombine/cast.ll:test16:
Chris Lattner
2004-05-25
1
-0
/
+5
*
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
2
-5
/
+11
*
Fix a bug in my previous checkin
Chris Lattner
2004-05-24
1
-0
/
+1
*
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
2
-14
/
+34
*
Eliminate an explicit use of the LLVM basic block, using getParent instead,
Chris Lattner
2004-05-24
1
-1
/
+1
*
Changed clone to be const.
Tanya Lattner
2004-05-24
1
-1
/
+7
*
Spelling people's names right is kinda important
Chris Lattner
2004-05-23
1
-1
/
+1
*
Add support for accurate garbage collection to the LLVM code generators
Chris Lattner
2004-05-23
4
-0
/
+13
*
Add some notes to myself, no functional changes
Chris Lattner
2004-05-23
2
-14
/
+38
*
minor wording change
Chris Lattner
2004-05-23
1
-1
/
+1
*
Fix cases where we missed inlining some more obvious candidates because the
Chris Lattner
2004-05-23
1
-79
/
+108
*
Simplify the interface and remove an unneeded #include
Chris Lattner
2004-05-23
1
-9
/
+1
*
Fairly substantial changes to update the alias analysis we are querying as
Chris Lattner
2004-05-23
1
-39
/
+92
*
Adjust to the changes in the AliasSetTracker interface
Chris Lattner
2004-05-23
1
-16
/
+14
[next]