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 even more missing createXxxPass functions.
Jeff Cohen
2005-01-08
7
-0
/
+25
*
Okay 15th time is the charm. Looking at the vector size is useless as it
Chris Lattner
2005-01-08
1
-1
/
+1
*
Okay, my off by one was actually off by two. This fixes Generic/2003-07-07-B...
Chris Lattner
2005-01-08
1
-1
/
+1
*
Tighten up assertions.
Chris Lattner
2005-01-08
1
-8
/
+6
*
Fix off by one error
Chris Lattner
2005-01-08
1
-1
/
+1
*
Allow arrays to have more than 4G elements.
Chris Lattner
2005-01-08
1
-5
/
+5
*
Use size_t instead of long to represent memory usage. long is 32 bits
Jeff Cohen
2005-01-08
5
-13
/
+13
*
Silence warnings
Chris Lattner
2005-01-08
1
-2
/
+2
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-37
/
+37
*
Silence VS warnings.
Chris Lattner
2005-01-08
3
-5
/
+12
*
Silence VS warnings
Chris Lattner
2005-01-08
1
-4
/
+4
*
Silence VS warnings
Chris Lattner
2005-01-08
1
-7
/
+8
*
Silence warnings from VS
Chris Lattner
2005-01-08
2
-3
/
+5
*
Silence VS warnings
Chris Lattner
2005-01-08
2
-2
/
+2
*
Silence VS warnings.
Chris Lattner
2005-01-08
2
-5
/
+4
*
Fix VS warnings
Chris Lattner
2005-01-08
2
-13
/
+13
*
Fix VS warnings.
Chris Lattner
2005-01-08
2
-4
/
+5
*
Fix uint64_t -> unsigned VS warnings.
Chris Lattner
2005-01-08
2
-12
/
+13
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-5
/
+7
*
Silence warnings
Chris Lattner
2005-01-08
2
-3
/
+4
*
Do not throw away bits for no reason
Chris Lattner
2005-01-08
1
-1
/
+1
*
Silence a VS warning.
Chris Lattner
2005-01-08
1
-1
/
+1
*
Adjust to changes in LowerCallTo interface
Chris Lattner
2005-01-08
1
-30
/
+39
*
Implement handling of most long operators through libcalls.
Chris Lattner
2005-01-08
1
-5
/
+65
*
Adjust to changes in LowerCAllTo interfaces
Chris Lattner
2005-01-08
1
-14
/
+27
*
Add more missing createXxxPass functions.
Jeff Cohen
2005-01-08
3
-0
/
+9
*
Add support for FP->INT conversions and back.
Chris Lattner
2005-01-08
3
-17
/
+42
*
Wrap long line.
Chris Lattner
2005-01-08
1
-2
/
+2
*
Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization for
Chris Lattner
2005-01-08
1
-0
/
+25
*
1ULL << 64 is undefined, don't do it.
Chris Lattner
2005-01-08
1
-2
/
+3
*
The X86 instruction selector already handles codegen of:
Chris Lattner
2005-01-08
1
-8
/
+33
*
Fix a pointer invalidation problem. This fixes Generic/badarg6.ll
Chris Lattner
2005-01-07
1
-13
/
+7
*
Fold conditional branches on constants away.
Chris Lattner
2005-01-07
1
-0
/
+6
*
Fix a thinko in the reassociation code, fixing Generic/badlive.ll
Chris Lattner
2005-01-07
1
-1
/
+1
*
Add support for truncating integer casts from long.
Chris Lattner
2005-01-07
1
-1
/
+13
*
Fix a bug in load expansion legalization and ret legalization. This fixes
Chris Lattner
2005-01-07
1
-9
/
+17
*
Legalize unconditional branches too
Chris Lattner
2005-01-07
1
-0
/
+6
*
Implement support for long GEP indices on 32-bit archs and support for
Chris Lattner
2005-01-07
2
-3
/
+15
*
Simplify: truncate ({zero|sign}_extend (X))
Chris Lattner
2005-01-07
1
-0
/
+9
*
implement legalization of a bunch more operators.
Chris Lattner
2005-01-07
1
-0
/
+6
*
Fix another bug legalizing calls!
Chris Lattner
2005-01-07
1
-1
/
+1
*
Fix handling of dead PHI nodes.
Chris Lattner
2005-01-07
1
-26
/
+30
*
Fix a bug legalizing calls
Chris Lattner
2005-01-07
1
-1
/
+1
*
After legalizing a DAG, delete dead nodes to save space.
Chris Lattner
2005-01-07
1
-6
/
+1
*
Implement RemoveDeadNodes
Chris Lattner
2005-01-07
1
-0
/
+119
*
Teach legalize how to handle condbranches
Chris Lattner
2005-01-07
1
-0
/
+10
*
Allow the selection-dag based selector to be diabled with -disable-pattern-isel.
Chris Lattner
2005-01-07
1
-2
/
+11
*
Reimplementation of the X86 pattern isel. This is still missing many large
Chris Lattner
2005-01-07
1
-0
/
+1415
*
This file is now dead.
Chris Lattner
2005-01-07
1
-131
/
+0
*
Add a new prototype
Chris Lattner
2005-01-07
1
-2
/
+7
[next]