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
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
11
-1755
/
+2039
*
Fix a comment, PR15777.
Chris Lattner
2013-04-18
1
-2
/
+2
*
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
2
-5
/
+18
*
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
2
-34
/
+608
*
Fix grammar in LLVMBuild.rst
Eli Bendersky
2013-04-18
1
-2
/
+2
*
[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.
Chad Rosier
2013-04-18
1
-10
/
+13
*
Make this private method.
Chad Rosier
2013-04-18
1
-4
/
+4
*
Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'
Eli Bendersky
2013-04-18
1
-7
/
+8
*
Fix comment spacing.
Chad Rosier
2013-04-18
1
-2
/
+2
*
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
Benjamin Kramer
2013-04-18
2
-8
/
+24
*
Fix for PR14824, An ARM Load/Store Optimization bug
Hao Liu
2013-04-18
2
-1
/
+99
*
Revert "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-18
2
-140
/
+0
*
Combine bit test + conditional or into simple math
David Majnemer
2013-04-18
2
-0
/
+140
*
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
2
-96
/
+167
*
Removed trailing whitespace.
Michael Gottesman
2013-04-18
1
-3
/
+3
*
Streamline arc-annotation test (removing some cases which do not add any extr...
Michael Gottesman
2013-04-18
1
-233
/
+9
*
[mips] Rename function.
Akira Hatanaka
2013-04-18
1
-2
/
+2
*
[mips] DSP-ASE move from HI/LO register instructions.
Akira Hatanaka
2013-04-18
5
-8
/
+112
*
Mips assembler: formatting and comment changes.
Jack Carter
2013-04-18
1
-302
/
+294
*
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-17
4
-28
/
+35
*
[objc-arc] Added annotation option to only emit annotations for a specific ss...
Michael Gottesman
2013-04-17
1
-0
/
+24
*
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-17
2
-99
/
+73
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
30
-118
/
+288
*
[ms-inline asm] These should be int64_t, not uint64_t.
Chad Rosier
2013-04-17
1
-6
/
+6
*
Fixed typo.
Michael Gottesman
2013-04-17
1
-4
/
+4
*
[ms-inline asm] Add support for the minus unary operator. Previously, we were
Chad Rosier
2013-04-17
2
-73
/
+114
*
[objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...
Michael Gottesman
2013-04-17
2
-3
/
+7
*
[objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.
Michael Gottesman
2013-04-17
1
-0
/
+6
*
More consistent formatting and tidying-up
Eli Bendersky
2013-04-17
1
-4
/
+4
*
This patch teaches x86 fast-isel to generate the native div/idiv instructions
Eli Bendersky
2013-04-17
3
-0
/
+288
*
X86 cost model: Exit before calling getSimpleVT on non-simple VTs
Arnold Schwaighofer
2013-04-17
2
-0
/
+10
*
A limit of 500 was still a bit too high for some tests.
Bill Wendling
2013-04-17
1
-3
/
+1
*
Fix treatment of ARM unallocated hint instructions.
Quentin Colombet
2013-04-17
4
-5
/
+30
*
Appease a gcc warning about an overflow in a constant conversion.
Bill Wendling
2013-04-17
1
-1
/
+2
*
Don't store AttributeSet::FunctionIndex as an int.
Benjamin Kramer
2013-04-17
1
-1
/
+1
*
PowerPC: Mark some more patterns as isCodeGenOnly.
Ulrich Weigand
2013-04-17
2
-0
/
+6
*
Make formatting more consistent and tidy-up.
Eli Bendersky
2013-04-17
1
-11
/
+11
*
R600: Make Export Instruction not duplicable
Vincent Lejeune
2013-04-17
2
-2
/
+6
*
R600: Export is emitted as a CF_NATIVE inst
Vincent Lejeune
2013-04-17
2
-14
/
+9
*
R600: Emit used GPRs count
Vincent Lejeune
2013-04-17
2
-8
/
+41
*
Use StringSwitch instead of long chain of if-else. No functionality change.
Alexey Samsonov
2013-04-17
1
-37
/
+28
*
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-17
9
-4
/
+66
*
Fix -Werror build.
Evgeniy Stepanov
2013-04-17
1
-0
/
+2
*
This appears to be no longer necessary for the testsuite.
Eric Christopher
2013-04-17
1
-7
/
+0
*
test
Anat Shemer
2013-04-17
1
-0
/
+1
*
PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...
David Blaikie
2013-04-17
2
-4
/
+14
*
Fix random typo.
Eric Christopher
2013-04-17
1
-1
/
+1
*
Do not optimise fprintf() calls if its return value is used.
Peter Collingbourne
2013-04-17
2
-9
/
+21
*
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-04-17
3
-133
/
+263
*
[ms-inline asm] Add support for parsing complex immediate expressions. Test
Chad Rosier
2013-04-17
1
-32
/
+51
[next]