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
*
Add missing #include
Chris Lattner
2003-12-31
1
-0
/
+1
*
* Make Module::getTypeName const
Chris Lattner
2003-12-31
1
-16
/
+23
*
Make the lookup method const.
Chris Lattner
2003-12-31
1
-3
/
+3
*
Add new function
Chris Lattner
2003-12-31
1
-0
/
+13
*
New class, useful for command-line interactive programs.
Chris Lattner
2003-12-31
1
-0
/
+94
*
Fix PR198
Chris Lattner
2003-12-31
1
-8
/
+11
*
Add comments
Chris Lattner
2003-12-31
1
-2
/
+5
*
Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't
Chris Lattner
2003-12-31
1
-15
/
+20
*
remove some useless #includes
Chris Lattner
2003-12-30
1
-9
/
+0
*
Use new getFileSize function instead of sys/stat.h directly.
Chris Lattner
2003-12-30
4
-28
/
+19
*
Add new method
Chris Lattner
2003-12-30
1
-0
/
+10
*
Further revisions of the FDHandle idea. In this version we use ownership
Chris Lattner
2003-12-30
1
-8
/
+0
*
Add trivial exception specs to produce better code since the methods cannot
Chris Lattner
2003-12-29
1
-3
/
+3
*
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
Chris Lattner
2003-12-29
2
-16
/
+27
*
implement new getToken function
Chris Lattner
2003-12-29
1
-0
/
+43
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
17
-92
/
+59
*
Reserve ECX and EDI instead of EBX and EDI. Since EBX is a callee
Alkis Evlogimenos
2003-12-28
1
-8
/
+8
*
Add coalescing to register allocator. A hint is added to each interval
Alkis Evlogimenos
2003-12-28
3
-2
/
+30
*
Add TargetInstrInfo::isMoveInstr() to support coalescing in register
Alkis Evlogimenos
2003-12-28
2
-0
/
+23
*
Whoops, don't try to lower non intrinsic calls
Chris Lattner
2003-12-28
4
-0
/
+4
*
implement support for the intrinsic lowering functionality
Chris Lattner
2003-12-28
8
-59
/
+126
*
Eliminate some code that is not needed now that we have the intrinsic lowerin...
Chris Lattner
2003-12-28
4
-58
/
+30
*
Pass around IntrinsicLowering instances as appropriate.
Chris Lattner
2003-12-28
7
-50
/
+74
*
Use the intrinsic lowering functionality
Chris Lattner
2003-12-28
2
-30
/
+88
*
Move into the VMCore library
Chris Lattner
2003-12-28
2
-2
/
+2
*
Implement the default implementation of the intrinsic lowering class
Chris Lattner
2003-12-28
2
-0
/
+114
*
finegrainify namespacification
Chris Lattner
2003-12-28
1
-9
/
+7
*
Merging constants can cause further room for improvement. Iterate until
Chris Lattner
2003-12-28
1
-35
/
+45
*
Add a note
Chris Lattner
2003-12-28
1
-0
/
+5
*
Factor code out of LLI
Chris Lattner
2003-12-26
1
-0
/
+54
*
minor cleanups
Chris Lattner
2003-12-26
1
-7
/
+6
*
No longer run atExit functions from run()
Chris Lattner
2003-12-26
3
-23
/
+27
*
No longer run atExit functions from run()
Chris Lattner
2003-12-26
2
-10
/
+6
*
Improve debugging output when choosing a register to spill.
Alkis Evlogimenos
2003-12-24
1
-8
/
+3
*
Do a separate pass to compute spill weights because doing it inline
Alkis Evlogimenos
2003-12-24
1
-10
/
+27
*
Right, fix the problem with invoke instructions, not just call instructions
Chris Lattner
2003-12-23
1
-1
/
+1
*
Do not delete the type holder until after the call instruction has been
Chris Lattner
2003-12-23
1
-1
/
+1
*
Modified the logic so that library objects with main() are only linked in
John Criswell
2003-12-23
1
-6
/
+7
*
Minor cleanups, plug a minor memory leak
Chris Lattner
2003-12-23
2
-5
/
+2
*
Change the way free regusters are computed and perform better
Alkis Evlogimenos
2003-12-23
1
-130
/
+77
*
Modified the linker so that it always links in an object from an archive
John Criswell
2003-12-23
1
-11
/
+21
*
rename ClassifyExpression -> ClassifyExpr
Chris Lattner
2003-12-23
4
-19
/
+19
*
More minor non-functional changes. This now computes the exit condition, though
Chris Lattner
2003-12-23
1
-15
/
+52
*
Remove extraneous #include
Chris Lattner
2003-12-23
2
-16
/
+11
*
Finegrainify namespacification
Chris Lattner
2003-12-23
1
-42
/
+42
*
Fix memory corruption bug PR193
Chris Lattner
2003-12-22
1
-20
/
+26
*
Reverted back to revision 1.11. The previous fix doesn't really fix
John Criswell
2003-12-22
3
-36
/
+9
*
Fix crash when compiling twolf.
Alkis Evlogimenos
2003-12-22
1
-1
/
+2
*
Don't mind me, I'm just refactoring away. This patch makes room for LFTR, but
Chris Lattner
2003-12-22
1
-90
/
+130
*
finegrainify namespacification
Chris Lattner
2003-12-22
1
-8
/
+23
[next]