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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
validate matching constraints and remember when we see them.
Chris Lattner
2006-02-02
1
-5
/
+15
*
Fix VC++ compilation error.
Jeff Cohen
2006-02-01
1
-0
/
+1
*
Beef up the interface to inline asm constraint parsing, making it more genera...
Chris Lattner
2006-02-01
1
-44
/
+96
*
Fix auto-upgrade of intrinsics to work properly with both assembly and
Reid Spencer
2006-01-27
1
-28
/
+98
*
add method for constraint parsing
Chris Lattner
2006-01-26
1
-29
/
+50
*
parse and verify the constraint string.
Chris Lattner
2006-01-26
1
-0
/
+68
*
Make sure the only user of InlineAsm's are direct calls.
Chris Lattner
2006-01-26
1
-0
/
+4
*
Print InlineAsm objects
Chris Lattner
2006-01-25
2
-9
/
+27
*
Change inline asms to be uniqued like constants, not embedded in a Module.
Chris Lattner
2006-01-25
3
-43
/
+6
*
Initial checkin of the InlineAsm class
Chris Lattner
2006-01-24
4
-5
/
+80
*
Pretty print file-scope asm blocks.
Chris Lattner
2006-01-24
1
-1
/
+15
*
syntax change
Chris Lattner
2006-01-24
1
-1
/
+1
*
Print out inline asm strings
Chris Lattner
2006-01-23
1
-22
/
+23
*
For PR411:
Reid Spencer
2006-01-23
1
-7
/
+6
*
Speedup and simplify pass registration by the observation that there is
Chris Lattner
2006-01-23
1
-20
/
+17
*
Remove dead expression.
Chris Lattner
2006-01-20
1
-1
/
+1
*
Don't use invalidated use_iterator's. This fixes a crash compiling povray
Chris Lattner
2006-01-20
1
-2
/
+2
*
Don't forget about casting the result of an upgraded call to an intrinsic
Reid Spencer
2006-01-19
1
-1
/
+4
*
Make get_suffix faster by using a switch on getTypeID rather than a series
Reid Spencer
2006-01-19
1
-12
/
+9
*
Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The
Reid Spencer
2006-01-19
1
-36
/
+16
*
Add a new interface function to AutoUpgrade for simultaneously upgrading
Reid Spencer
2006-01-19
1
-59
/
+150
*
VMCore support for the insertelement operation.
Robert Bocchino
2006-01-17
7
-9
/
+150
*
For PR411:
Reid Spencer
2006-01-16
2
-54
/
+205
*
For PR411:
Reid Spencer
2006-01-16
1
-0
/
+105
*
Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier
Chris Lattner
2006-01-15
1
-2
/
+0
*
ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use
Chris Lattner
2006-01-15
1
-0
/
+2
*
add a missing break that Reid noticed.
Chris Lattner
2006-01-15
1
-0
/
+1
*
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-14
1
-5
/
+22
*
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-14
2
-0
/
+35
*
Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr...
Chris Lattner
2006-01-13
2
-4
/
+18
*
Patch #10 from Saem:
Chris Lattner
2006-01-12
1
-52
/
+32
*
Convert the verifier over to use ETForest instead of DominatorSet. Patch
Chris Lattner
2006-01-12
1
-14
/
+14
*
Fix VC++ compilation error.
Jeff Cohen
2006-01-11
1
-0
/
+1
*
Patch #9 from Saem:
Chris Lattner
2006-01-11
1
-124
/
+147
*
Simple is good. CVS is for revision control, not file headers
Chris Lattner
2006-01-11
1
-3
/
+2
*
Simple is good
Chris Lattner
2006-01-11
1
-3
/
+2
*
Added constant folding support for the extractelement operation.
Robert Bocchino
2006-01-10
4
-0
/
+16
*
Added support for the extractelement operation.
Robert Bocchino
2006-01-10
4
-0
/
+73
*
For PR411:
Reid Spencer
2006-01-10
2
-0
/
+360
*
Bugfix for etforest updating. Contributed by Daniel Berlin.
Chris Lattner
2006-01-09
1
-1
/
+1
*
Saem Ghani's PassManager Patch #8:
Reid Spencer
2006-01-08
1
-2
/
+16
*
Initial implementation of the ET-Forest data structure for dominators and
Chris Lattner
2006-01-08
1
-0
/
+443
*
Patch #7 from Saem:
Chris Lattner
2006-01-07
1
-36
/
+37
*
Implement a few symbolic constant folding things. X ? Y : Y is Y.
Chris Lattner
2006-01-05
1
-7
/
+32
*
fix some formatting problems
Chris Lattner
2006-01-05
1
-7
/
+7
*
Patch #6's in Saem's refactor-the-passmanager patch series. From him:
Chris Lattner
2006-01-04
2
-230
/
+157
*
Saem's patch #5 of the passmanager refactoring
Chris Lattner
2006-01-04
1
-47
/
+93
*
patch #4 in Saem's passmanager refactoring.
Chris Lattner
2006-01-04
1
-15
/
+50
*
implement constant folding of ==/!= on constant packed, simplify some code.
Chris Lattner
2006-01-04
1
-3
/
+11
*
implement constant folding for the element-wise binary operations
Chris Lattner
2006-01-04
1
-0
/
+50
[next]