index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment.
Devang Patel
2009-07-13
1
-1
/
+1
*
Added a fixme for platform specific GetDirSeparator().
Sanjiv Gupta
2009-07-13
1
-0
/
+2
*
allow mcc16 users to specify --save-temps even though it is hidden by mcc16.
Sanjiv Gupta
2009-07-13
2
-2
/
+1
*
Match declaration to definition (missed a few).
Daniel Dunbar
2009-07-13
1
-3
/
+3
*
Tweak svn:ignore
Daniel Dunbar
2009-07-13
0
-0
/
+0
*
Match declaration to definition.
Daniel Dunbar
2009-07-13
2
-2
/
+2
*
Fix build on Linux.
Nick Lewycky
2009-07-13
1
-0
/
+1
*
Fix some non-sensical code.
Daniel Dunbar
2009-07-13
1
-1
/
+4
*
Switch to raw_ostream.
Daniel Dunbar
2009-07-13
1
-35
/
+35
*
Removed some junk code that snuck in to an earlier commit.
Lang Hames
2009-07-13
1
-5
/
+0
*
Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once
Nick Lewycky
2009-07-13
2
-7
/
+7
*
'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).
Nick Lewycky
2009-07-13
2
-2
/
+2
*
Update for LLVM API change.
Owen Anderson
2009-07-13
15
-82
/
+97
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
43
-480
/
+547
*
Multiply was very wrong for wrapped ranges. This supplies a half-fix that will
Nick Lewycky
2009-07-13
2
-6
/
+11
*
Fix a bug summing two full sets. The overflow checking doesn't handle sets as
Nick Lewycky
2009-07-13
2
-0
/
+3
*
minor cleanups, reduce nesting of if's with early return.
Chris Lattner
2009-07-13
1
-88
/
+110
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
2
-2
/
+2
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
7
-7
/
+7
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
3
-3
/
+3
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
1
-1
/
+1
*
fix file headers.
Chris Lattner
2009-07-12
4
-4
/
+4
*
fix typo in file headers.
Chris Lattner
2009-07-12
2
-3
/
+3
*
improve comments.
Chris Lattner
2009-07-12
1
-3
/
+4
*
remove tests for removed intrinsics.
Chris Lattner
2009-07-12
2
-49
/
+0
*
document the diagnostics pragmas, patch by Louis Gerbarg!
Chris Lattner
2009-07-12
1
-6
/
+58
*
add push/pop semantics for diagnostics. Patch by Louis Gerbarg!
Chris Lattner
2009-07-12
5
-14
/
+96
*
remove llvm.part.set.* and llvm.part.select.*. They have never been
Chris Lattner
2009-07-12
4
-459
/
+0
*
Use llvm_report_error, not llvm_unreachable.
Daniel Dunbar
2009-07-12
1
-2
/
+2
*
Mention that llvm_report_error() does not return.
Torok Edwin
2009-07-12
1
-0
/
+2
*
Add an LLVM API change.
Daniel Dunbar
2009-07-12
1
-0
/
+2
*
Improve sys::Path::makeAbsolute on Win32.
Daniel Dunbar
2009-07-12
4
-13
/
+38
*
Fix assert(0) conversion, as suggested by Chris.
Torok Edwin
2009-07-12
4
-20
/
+19
*
Clarify a FIXME.
Daniel Dunbar
2009-07-12
1
-4
/
+5
*
"UNIX paths can contain non-ASCII characters, so Path::isValid() should not r...
Chris Lattner
2009-07-12
1
-9
/
+1
*
Revert to using shell to find files instead of 'find', that wasn't portable.
Daniel Dunbar
2009-07-12
1
-3
/
+2
*
Implement support for promotion of AND/OR/XOR on integer types.
Jakob Stoklund Olesen
2009-07-12
1
-8
/
+19
*
Fix types in PromoteNode handling of CTPOP and friends.
Jakob Stoklund Olesen
2009-07-12
1
-3
/
+3
*
Add CCIfSRet calling convention predicate.
Jakob Stoklund Olesen
2009-07-12
1
-0
/
+4
*
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-12
9
-17
/
+16
*
Make this clearer for the mathematically inclined. Thanks to Duncan Sands for
Nick Lewycky
2009-07-12
1
-0
/
+4
*
Implement udiv for ConstantRanges.
Nick Lewycky
2009-07-12
2
-17
/
+35
*
Temporarily revert r75408. It appears to break the Apple-style builds:
Bill Wendling
2009-07-12
3
-28
/
+17
*
This is not overly conservative.
Nick Lewycky
2009-07-12
1
-1
/
+0
*
Implement ConstantRange::multiply based on the code in LoopVR.
Nick Lewycky
2009-07-12
2
-13
/
+19
*
Remove check which is duplicated in
Eli Friedman
2009-07-12
1
-20
/
+0
*
eliminate MOV64r0 in favor of a Pat<> pattern. This is only nontrivial because
Chris Lattner
2009-07-12
3
-17
/
+28
*
add nounwind
Chris Lattner
2009-07-12
1
-1
/
+1
*
be explicit about making comments real sentences.
Chris Lattner
2009-07-12
1
-1
/
+3
*
Darwin prepends an _ to internal globals, Linux doesn't.
Nick Lewycky
2009-07-11
1
-1
/
+1
[next]