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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
7
-7
/
+7
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
1
-1
/
+1
*
remove tests for removed intrinsics.
Chris Lattner
2009-07-12
2
-49
/
+0
*
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.
Edwin Török
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.
Edwin Török
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
*
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.
Edwin Török
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
*
fix x86-64 static codegen to materialize the address of a global with movl in...
Chris Lattner
2009-07-11
2
-40
/
+52
*
fix a bug in my cleanup patch
Chris Lattner
2009-07-11
1
-1
/
+1
*
comment cleanup, reduce nesting.
Chris Lattner
2009-07-11
2
-8
/
+11
*
remove some dead patterns, WrapperRIP doesn't exist in -static mode
Chris Lattner
2009-07-11
1
-17
/
+0
*
silence vc++ warning.
Chris Lattner
2009-07-11
1
-1
/
+1
*
silence a vc++ warning.
Chris Lattner
2009-07-11
1
-1
/
+1
*
this test was incorrect for x86-64 static. It passed on darwin, because darwin
Chris Lattner
2009-07-11
1
-1
/
+5
*
Tweak comment.
Daniel Dunbar
2009-07-11
1
-2
/
+2
*
Update CMakeLists.txt
Daniel Dunbar
2009-07-11
1
-0
/
+1
*
Tweak svn:ignore
Daniel Dunbar
2009-07-11
0
-0
/
+0
*
Fix unused function warning.
Daniel Dunbar
2009-07-11
1
-0
/
+2
*
Revert r75252 which was causing some crashes at compile time.
Nick Lewycky
2009-07-11
4
-580
/
+121
*
Fix PR4533, which is about buggy codegen in x86-64 -static mode.
Chris Lattner
2009-07-11
2
-24
/
+561
*
Fix comment.
Edwin Török
2009-07-11
1
-3
/
+4
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
153
-610
/
+695
*
Stub out assembly matcher (.s -> MCInst) tblgen backend.
Daniel Dunbar
2009-07-11
3
-1
/
+64
*
Regenerate.
Mikhail Glushenkov
2009-07-11
1
-2
/
+4
*
Update documentation.
Mikhail Glushenkov
2009-07-11
2
-4
/
+7
*
Delete the temp dir even when '--temp-dir' is specified.
Mikhail Glushenkov
2009-07-11
1
-2
/
+1
*
Fix handling of max and full set.
Nick Lewycky
2009-07-11
2
-11
/
+8
*
improve filecheck's "scanning from here" caret position.
Chris Lattner
2009-07-11
1
-0
/
+11
*
make filecheck default to canonicalizing horizontal whitespace
Chris Lattner
2009-07-11
1
-0
/
+66
[next]