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
*
R600/SI: Implement sint<->fp64 conversions
Niels Ole Salscheider
2013-08-08
4
-2
/
+30
*
Use pop_back() instead of pop_back_val() when the returned value is not used.
Jakub Staszak
2013-08-08
1
-4
/
+4
*
Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was...
Silviu Baranga
2013-08-08
1
-1
/
+1
*
Fix the comment.
Jakub Staszak
2013-08-08
1
-1
/
+1
*
Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.
Benjamin Kramer
2013-08-08
1
-20
/
+20
*
test commit.
Andrea Di Biagio
2013-08-08
1
-1
/
+1
*
The name "tCDP" isn't used anywhere else in the source code, so renaming it f...
Mihai Popa
2013-08-08
1
-1
/
+1
*
DISubprogram metadata have an MDNode representing which base type
Eric Christopher
2013-08-08
1
-1
/
+1
*
Disable inlining between sanitized and non-sanitized functions.
Evgeniy Stepanov
2013-08-08
2
-5
/
+135
*
For DW_TAG_template_type_parameter the actual passed in type could
Eric Christopher
2013-08-08
2
-1
/
+57
*
Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...
Craig Topper
2013-08-08
1
-5
/
+1
*
The conversion to bool is fine here, no need to check isType.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
4
-16
/
+27
*
Change variable name and reflow formatting.
Eric Christopher
2013-08-08
1
-10
/
+10
*
Optimize mask generation for one of the DAG combiner shufflevector cases.
Craig Topper
2013-08-08
1
-3
/
+3
*
PPC: Map frin to round() not nearbyint() and rint()
Hal Finkel
2013-08-08
3
-137
/
+10
*
Revert "coff also doesn't have a ReadOnlySection yet, (!)"
David Majnemer
2013-08-08
2
-0
/
+9
*
Reflow for loop.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
8
-84
/
+84
*
Add three missing CMake variables that need to make it to the
Chandler Carruth
2013-08-08
1
-0
/
+3
*
Changed isPrint for U+00AD SOFT HYPHEN to return true.
Alexander Kornienko
2013-08-08
2
-187
/
+193
*
Forward resetColor() et al to the underlying stream.
Ted Kremenek
2013-08-08
1
-0
/
+21
*
Revert "[objc-arc] Track if we encountered an additive overflow while computi...
Michael Gottesman
2013-08-08
2
-1095
/
+6
*
Fix ARM build.
Peter Collingbourne
2013-08-08
1
-1
/
+1
*
[objc-arc] Track if we encountered an additive overflow while computing {TopD...
Michael Gottesman
2013-08-07
2
-6
/
+1095
*
[objc-arc] Change 4 iterator methods which return const_iterators to be const...
Michael Gottesman
2013-08-07
1
-4
/
+4
*
Reapply r185872 now that the address sanitizer has been changed to support this.
Bill Wendling
2013-08-07
2
-10
/
+9
*
Really unbreak Mac build.
Peter Collingbourne
2013-08-07
1
-1
/
+1
*
Unbreak Mac build.
Peter Collingbourne
2013-08-07
1
-1
/
+1
*
[lit] Remove unnecessary list copy.
Daniel Dunbar
2013-08-07
1
-1
/
+1
*
[lit] Always list individual UNRESOLVED tests.
Daniel Dunbar
2013-08-07
1
-2
/
+3
*
[lit] Explicitly convert dict items() result to a list.
Daniel Dunbar
2013-08-07
1
-1
/
+1
*
[lit] Make string encoding issues explicit.
Daniel Dunbar
2013-08-07
2
-1
/
+6
*
[tests] Make string encoding issues explicit.
Daniel Dunbar
2013-08-07
1
-3
/
+3
*
[tests] Avoid deprecated except syntax.
Daniel Dunbar
2013-08-07
2
-2
/
+8
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
19
-3
/
+168
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
10
-0
/
+1276
*
[lit] Report the traceback when config import fails.
Daniel Dunbar
2013-08-07
1
-0
/
+5
*
[lit] Avoid comparisons with None.
Daniel Dunbar
2013-08-07
1
-1
/
+3
*
[lit] Use list comprehensions instead of map().
Daniel Dunbar
2013-08-07
3
-3
/
+4
*
[lit] Avoid deprecated dict.has_key() method.
Daniel Dunbar
2013-08-07
1
-2
/
+2
*
Using the integrated assembler we'd fail to change section to the
Eric Christopher
2013-08-07
2
-2
/
+36
*
Fix a FIXME, on darwin all virtual sections have a zerofill type.
Eric Christopher
2013-08-07
1
-1
/
+2
*
On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW
Reid Kleckner
2013-08-07
1
-0
/
+4
*
Add the common begin/end naming convention to the coding standard.
Rafael Espindola
2013-08-07
1
-1
/
+3
*
Move assert above first use of variable that we'd be asserting on.
Eric Christopher
2013-08-07
1
-2
/
+2
*
lit/LitConfig.py: Fixup for msys bash.
NAKAMURA Takumi
2013-08-07
1
-1
/
+1
*
Confusing comment typo.
Andrew Trick
2013-08-07
1
-1
/
+1
*
Lit: Fixup in r187886.
NAKAMURA Takumi
2013-08-07
1
-1
/
+1
*
Lit: Resurrect --no-execute dropped in r187852.
NAKAMURA Takumi
2013-08-07
5
-1
/
+14
[next]