index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove trailing whitespace
Michael Ilseman
2013-02-11
1
-7
/
+8
*
Implement HexagonInstrInfo::analyzeCompare.
Krzysztof Parzyszek
2013-02-11
2
-0
/
+86
*
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
2
-4
/
+17
*
[NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture ...
Justin Holewinski
2013-02-11
2
-9
/
+30
*
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
1
-27
/
+31
*
AArch64: generate dwarfdump test rather than include .o in subversion
Tim Northover
2013-02-11
3
-16
/
+33
*
R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.
Michel Danzer
2013-02-11
1
-15
/
+9
*
[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)
Kostya Serebryany
2013-02-11
1
-2
/
+8
*
AArch64: fix build on some MSVC versions
Tim Northover
2013-02-11
1
-3
/
+3
*
Restore the resurrected doc link previously deleted
Bill Schmidt
2013-02-11
1
-0
/
+2
*
Remove a dead PowerPC doc link
Bill Schmidt
2013-02-11
1
-2
/
+0
*
AArch64: Simplify logic in deciding whether bfi is valid
Tim Northover
2013-02-11
1
-6
/
+1
*
AArch64: Add basic relocation processing for llvm-dwarfdump.
Tim Northover
2013-02-11
3
-0
/
+46
*
AArch64: Undo change to how test was run
Tim Northover
2013-02-11
1
-1
/
+2
*
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-11
3
-519
/
+722
*
Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdg...
Cameron Zwarich
2013-02-11
2
-1
/
+69
*
Update SlotIndexes after updateTerminator() possibly removes instructions. I am
Cameron Zwarich
2013-02-11
1
-0
/
+24
*
Fix some problems with the updating of SlotIndexes after adding a new MBB. In
Cameron Zwarich
2013-02-11
1
-13
/
+18
*
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
4
-19
/
+90
*
FileCheck-ize the tests.
Bill Wendling
2013-02-11
6
-28
/
+44
*
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
12
-3
/
+42
*
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-11
5
-49
/
+39
*
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
1
-24
/
+11
*
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
1
-20
/
+30
*
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
1
-4
/
+4
*
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-11
1
-14
/
+25
[next]