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
*
New file for expression tree conversion
Chris Lattner
2001-11-04
1
-0
/
+494
*
Refactor code to share stuff
Chris Lattner
2001-11-04
4
-603
/
+148
*
* Relax restriction that prevented malloc promotion in certain cases
Chris Lattner
2001-11-04
1
-21
/
+22
*
Generate code for Rem instruction.
Vikram S. Adve
2001-11-04
1
-19
/
+53
*
Fix obscure nasty bug with bytecode writing that could cause the last byte to...
Chris Lattner
2001-11-04
1
-2
/
+5
*
* Disable debug output
Chris Lattner
2001-11-04
1
-22
/
+48
*
Convert backward conversion of expression trees into a new more powerful bidi...
Chris Lattner
2001-11-04
1
-11
/
+297
*
Fixed instruction information for RDCCR and WRCCR.
Vikram S. Adve
2001-11-04
3
-59
/
+128
*
Minor method rename
Chris Lattner
2001-11-04
5
-10
/
+10
*
Add transformations for Load and GetElementPtr. Fix broken transform with shr.
Chris Lattner
2001-11-04
1
-0
/
+99
*
Fix cast instructions that end up in bad places in GCC output
Chris Lattner
2001-11-04
1
-0
/
+84
*
Added an assertion since it seems like AdjList returns an errornous size in m...
Ruchira Sasanka
2001-11-03
2
-4
/
+14
*
Avoid making a broken transformation!
Chris Lattner
2001-11-03
1
-20
/
+33
*
Add new cleanup pass:
Chris Lattner
2001-11-03
1
-7
/
+73
*
Added support for correct spilling of %ccr
Ruchira Sasanka
2001-11-03
4
-122
/
+58
*
Added code to support correct saving of %ccr across calls
Ruchira Sasanka
2001-11-03
4
-21
/
+158
*
* Export method to merge identically named methods
Chris Lattner
2001-11-03
1
-3
/
+80
*
Arranged stack frame - needs furhter organization
Ruchira Sasanka
2001-11-03
2
-0
/
+36
*
Arranged stack frame - needs furhter organization
Ruchira Sasanka
2001-11-03
4
-4
/
+133
*
Commented out code so that copies are inserted for all phi args
Ruchira Sasanka
2001-11-03
1
-8
/
+19
*
Be lenient on types so that programs that are not very typesafe will work
Chris Lattner
2001-11-03
1
-14
/
+14
*
Changes to compile the TSP benchmark successfully. Favor warning instead of ...
Chris Lattner
2001-11-03
1
-38
/
+51
*
Add code to link method together with the same name if one is vararg and the ...
Chris Lattner
2001-11-03
1
-42
/
+203
*
Don't forget to link type names together too. Fix for Olden/mst benchmark
Chris Lattner
2001-11-03
3
-0
/
+135
*
Remove debugging info
Chris Lattner
2001-11-03
1
-10
/
+0
*
Fix major bugs in type resolution
Chris Lattner
2001-11-03
3
-29
/
+134
*
Add extra code for debugging linker problems
Chris Lattner
2001-11-03
3
-6
/
+57
*
Dramatically simplify recursive type processing. Fixed a few bugs, a few sti...
Chris Lattner
2001-11-02
1
-108
/
+47
*
Improve some debugging code
Chris Lattner
2001-11-02
1
-6
/
+9
*
Support floating point numbers in expodential form so that small numbers don'...
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
*
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
3
-1
/
+84
*
* 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
*
Propogate name to the malloc itself instead of to the cast
Chris Lattner
2001-11-01
1
-1
/
+3
*
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
1
-3
/
+118
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
4
-3
/
+43
*
Initial version of GCC cleanup pass: just removes extraneous global symbol ta...
Chris Lattner
2001-10-31
2
-0
/
+68
*
Fix bug when inlining a method that refers to a global variable
Chris Lattner
2001-10-31
1
-2
/
+2
*
Implement xor operator
Chris Lattner
2001-10-30
1
-0
/
+22
*
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
*
Don't fail to load runtime if running LLI from the current directory
Chris Lattner
2001-10-30
1
-1
/
+4
[next]