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
*
Unbreak autouprade of llvm.sqrt, simplify some code.
Chris Lattner
2006-03-03
1
-38
/
+12
*
remove the read/write port/io intrinsics.
Chris Lattner
2006-03-03
2
-51
/
+0
*
Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving
Chris Lattner
2006-03-02
3
-139
/
+128
*
Back out my last check-in. Wrong place to fix it.
Evan Cheng
2006-03-01
1
-0
/
+3
*
AsmWriter should not print LLVM constant in comment. Assembler won't like
Evan Cheng
2006-03-01
1
-4
/
+0
*
Pretty print large struct constants.
Jim Laskey
2006-02-27
1
-1
/
+10
*
Reverting. Didn't realize some developers were embedding constants in their
Jim Laskey
2006-02-26
1
-9
/
+1
*
Format large struct constants for readability.
Jim Laskey
2006-02-25
1
-4
/
+13
*
Parse the %*# constraint modifiers
Chris Lattner
2006-02-23
1
-1
/
+11
*
Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit
Evan Cheng
2006-02-20
1
-0
/
+3
*
Another work around for the 'symbols with different types can have the same
Chris Lattner
2006-02-13
1
-0
/
+4
*
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
[next]