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 support for new intrinsic
Chris Lattner
2004-01-06
2
-0
/
+2
*
Fix some typos and copy-and-paste-os in comments, and doxygenify.
Brian Gaeke
2004-01-05
1
-5
/
+9
*
Remove simple coalescing.
Alkis Evlogimenos
2004-01-05
2
-26
/
+0
*
/me slaps forehead
Chris Lattner
2004-01-05
1
-0
/
+1
*
fix warning
Chris Lattner
2004-01-05
1
-1
/
+1
*
Add VMCore and code generator support for debugging intrinsics. By default
Chris Lattner
2004-01-05
4
-0
/
+27
*
Add new dir
Chris Lattner
2004-01-05
1
-1
/
+1
*
Initial checkin of the LLVM source-level debugger. This is still not finished,
Chris Lattner
2004-01-05
11
-0
/
+1983
*
Currently we cannot handle two-address instructions of the form:
Alkis Evlogimenos
2004-01-05
1
-0
/
+9
*
Update description.
Alkis Evlogimenos
2004-01-04
1
-5
/
+10
*
Not all platforms supports sighandler_t, so I changed it to use the older
John Criswell
2004-01-01
1
-1
/
+1
*
Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently
Chris Lattner
2003-12-31
1
-5
/
+21
*
* Add a new helper progress method
Chris Lattner
2003-12-31
1
-4
/
+11
*
Add some comments, add new getGlobalVariable method
Chris Lattner
2003-12-31
1
-1
/
+43
*
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
[next]