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
...
*
Support floating point numbers in expodential form so that small numbers don'...
Chris Lattner
2001-11-01
1
-1
/
+1
*
Print floating point numbers in expodential form so that small numbers don't ...
Chris Lattner
2001-11-01
1
-1
/
+1
*
* Add comments for peepholes
Chris Lattner
2001-11-01
1
-3
/
+91
*
Add DCE as integral part of the level raising to avoid processing instruction...
Chris Lattner
2001-11-01
1
-4
/
+9
*
Expose the low level DCE mechanism to external users
Chris Lattner
2001-11-01
1
-10
/
+20
*
Expose the low level DCE mechanism to external users
Chris Lattner
2001-11-01
1
-0
/
+9
*
Implement new simpler constructors for if you don't have a index list
Chris Lattner
2001-11-01
1
-0
/
+15
*
* Implement expression type conversion for constant values
Chris Lattner
2001-11-01
1
-11
/
+76
*
Simplify DCE code a lot
Chris Lattner
2001-11-01
1
-26
/
+5
*
Implement constant propogation of null pointer values.
Chris Lattner
2001-11-01
4
-1
/
+88
*
Add simpler to use ctors. Add getType() overload to specialize getelementptr...
Chris Lattner
2001-11-01
1
-0
/
+10
*
Add new isNullValue method
Chris Lattner
2001-11-01
1
-1
/
+32
*
* Convert getelementptr/store pairs into a single store
Chris Lattner
2001-11-01
1
-1
/
+26
*
Initial checkin of level raising code, after move and cleanup and expands fro...
Chris Lattner
2001-11-01
1
-0
/
+592
*
Initial checkin of level raising code
Chris Lattner
2001-11-01
1
-0
/
+35
*
Move the Raise xform from opt to transforms
Chris Lattner
2001-11-01
4
-5
/
+6
*
Propogate name to the malloc itself instead of to the cast
Chris Lattner
2001-11-01
1
-1
/
+3
*
Move level change xfor into the transforms directory
Chris Lattner
2001-11-01
2
-90
/
+0
*
Add some useful accessors
Chris Lattner
2001-11-01
2
-0
/
+20
*
crunch the output of GCC a bit to make it nicer
Chris Lattner
2001-10-31
1
-2
/
+8
*
Start testing the new cleangcc pass
Chris Lattner
2001-10-31
1
-2
/
+2
*
Use the correct prototype for malloc and free
Chris Lattner
2001-10-31
1
-2
/
+2
*
Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...
Chris Lattner
2001-10-31
2
-3
/
+126
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
6
-4
/
+49
*
Fix dumb copy and paste typos
Chris Lattner
2001-10-31
1
-1
/
+1
*
Initial version of GCC cleanup pass: just removes extraneous global symbol ta...
Chris Lattner
2001-10-31
2
-0
/
+68
*
New GCC cleanup pass interface
Chris Lattner
2001-10-31
1
-0
/
+24
*
Add hook for GCC cleanup pass
Chris Lattner
2001-10-31
1
-1
/
+4
*
Build new gccas tool
Chris Lattner
2001-10-31
1
-1
/
+1
*
Initial checkin of GCCAS
Chris Lattner
2001-10-31
2
-0
/
+80
*
Initial checkin of heapsort benchmark
Chris Lattner
2001-10-31
1
-0
/
+75
*
Fix bug when inlining a method that refers to a global variable
Chris Lattner
2001-10-31
1
-2
/
+2
*
Implement memset memcpy, calloc
Chris Lattner
2001-10-30
1
-0
/
+85
*
Initial checkin of ary3 "benchmark" from prog lang shootout
Chris Lattner
2001-10-30
1
-0
/
+41
*
Implement xor operator
Chris Lattner
2001-10-30
1
-0
/
+22
*
Initialize map for purify
Chris Lattner
2001-10-30
1
-0
/
+1
*
callExternalMethod now returns the return value of the function
Chris Lattner
2001-10-30
1
-2
/
+6
*
Implement a gross function name map that must be used when linking statically
Chris Lattner
2001-10-30
1
-18
/
+42
*
* Add some assertions for checking internal error conditions
Chris Lattner
2001-10-30
1
-32
/
+90
*
Add easy way to enable purify support
Chris Lattner
2001-10-30
2
-0
/
+12
*
Don't fail to load runtime if running LLI from the current directory
Chris Lattner
2001-10-30
1
-1
/
+4
*
Initialize isRecursive. Found by Purify
Chris Lattner
2001-10-30
1
-1
/
+1
*
Fix ordering problem. Found by purify. :)
Chris Lattner
2001-10-30
1
-1
/
+1
*
Add testcase for missed SCCP optimization
Chris Lattner
2001-10-30
1
-0
/
+25
*
Print out a label if we step into the first instruction of a basic block
Chris Lattner
2001-10-29
1
-0
/
+3
*
* Fix pow wrapper to actually work
Chris Lattner
2001-10-29
1
-1
/
+56
*
Implement getelementptr instruction as well as the load and store forms
Chris Lattner
2001-10-29
1
-6
/
+44
*
I screwed up the macros, so of course strtol didn't work. *sigh*
Chris Lattner
2001-10-29
1
-3
/
+3
*
Fix broken assertion. Didn't allow for pointer case
Chris Lattner
2001-10-29
1
-6
/
+3
*
Pull method symbols over when linking. Otherwise the result of the link will...
Chris Lattner
2001-10-29
3
-0
/
+3
[prev]
[next]