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
...
*
[ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite.
Chad Rosier
2013-02-12
1
-4
/
+5
*
[ms-inline asm] Accept the emit directive as either _emit or __emit.
Chad Rosier
2013-02-12
1
-2
/
+2
*
When disabling PRE for a value is directly redundant with itself
Dan Gohman
2013-02-12
1
-0
/
+2
*
Remove target-specific info from the testcase for DWARF/pubnames.
Krzysztof Parzyszek
2013-02-12
1
-3
/
+0
*
Check that pointers are removed from maps before calling delete on the pointers,
Dan Gohman
2013-02-12
1
-3
/
+3
*
Minor code simplification.
Dan Gohman
2013-02-12
1
-1
/
+1
*
[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
Chad Rosier
2013-02-12
3
-25
/
+60
*
Documentation: HowToUseAttributes: formatting (use monospaced font)
Dmitri Gribenko
2013-02-12
1
-53
/
+54
*
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
2013-02-12
7
-2
/
+226
*
added test cases for r174920 (prefetch disassembly)
Kay Tiong Khoo
2013-02-12
1
-0
/
+6
*
Equal treatment of labels and other terminators in MI DAG construction.
Sergei Larin
2013-02-12
1
-1
/
+1
*
Add support for the pubnames section to llvm-dwarfdump.
Krzysztof Parzyszek
2013-02-12
4
-0
/
+25
*
Fix the lit test added in r174972
Paul Redmond
2013-02-12
1
-2
/
+2
*
Hexagon: Add support to generate predicated absolute addressing mode
Jyotsna Verma
2013-02-12
2
-20
/
+142
*
PR14562 - Truncation of left shift became undef
Paul Redmond
2013-02-12
2
-2
/
+24
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
19
-1997
/
+1350
*
[ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...
Alexander Potapenko
2013-02-12
1
-1
/
+2
*
R600: Fix regression with shadow array sampler on pre-SI GPUs.
Michel Danzer
2013-02-12
1
-1
/
+1
*
Adding a HowTo for Attributes.
Joe Abbey
2013-02-12
2
-0
/
+83
*
[asan] fix tests for the new ABI
Kostya Serebryany
2013-02-12
2
-4
/
+4
*
[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...
Kostya Serebryany
2013-02-12
1
-3
/
+5
*
Merge the collected attributes into the call instruction's attributes.
Bill Wendling
2013-02-12
1
-2
/
+2
*
Test for string attributes and for attribute group output.
Bill Wendling
2013-02-12
1
-0
/
+28
*
Have the bitcode writer and reader handle the new attribute references.
Bill Wendling
2013-02-12
2
-33
/
+11
*
Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.
Bill Wendling
2013-02-12
2
-5
/
+6
*
Support string attributes in the AttrBuilder.
Bill Wendling
2013-02-12
1
-11
/
+25
*
Don't consider definitions by other PHIs live-in when trimming a PHI source's
Cameron Zwarich
2013-02-12
1
-1
/
+5
*
Fix indentation.
Cameron Zwarich
2013-02-12
1
-2
/
+2
*
Add a hidden option to PHIElimination to split all critical edges. This is
Cameron Zwarich
2013-02-12
1
-4
/
+9
*
Renumber SlotIndexes locally when a new block is inserted.
Cameron Zwarich
2013-02-12
1
-5
/
+4
*
Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splitting
Cameron Zwarich
2013-02-12
2
-2
/
+13
*
Fix the updating of LiveIntervals after splitting a critical edge. PHI operand
Cameron Zwarich
2013-02-12
1
-12
/
+3
*
Check type for legality before forming a select from loads.
Pete Cooper
2013-02-12
1
-1
/
+3
*
ARM cost model: Add vector reverse shuffle costs
Arnold Schwaighofer
2013-02-12
2
-0
/
+73
*
Cost model: Add check for reverse shuffles to CostModel analysis
Arnold Schwaighofer
2013-02-12
1
-0
/
+18
*
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-12
2
-1
/
+64
*
Update error message due to previous commit, r174926.
Chad Rosier
2013-02-12
1
-1
/
+3
*
[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Chad Rosier
2013-02-12
2
-14
/
+73
*
DIBuilder: make the return type of createBasicType more specific
David Blaikie
2013-02-12
2
-6
/
+7
*
Added 0x0D to 2-byte opcode extension table for prefetch* variants
Kay Tiong Khoo
2013-02-12
2
-4
/
+3
*
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
1
-2
/
+10
*
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
1
-1
/
+3
*
[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
Michael J. Spencer
2013-02-11
1
-0
/
+10
*
[mips] Expand pseudo instructions before they are emitted in
Akira Hatanaka
2013-02-11
1
-11
/
+38
*
Rename AttributeSets to AttributeGroups so that it's more meaningful.
Bill Wendling
2013-02-11
3
-41
/
+41
*
Use a std::map so that we record the group ID.
Bill Wendling
2013-02-11
2
-7
/
+8
*
Rename to something more sensible. No functionality change.
Bill Wendling
2013-02-11
1
-14
/
+14
*
[mips] Fix indentation.
Akira Hatanaka
2013-02-11
1
-41
/
+39
*
Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...
Michael Ilseman
2013-02-11
2
-6
/
+23
*
Extend Hexagon hardware loop generation to handle various additional cases:
Krzysztof Parzyszek
2013-02-11
11
-382
/
+2998
[prev]
[next]