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
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
6
-69
/
+63
*
Change MachineVerifier to work on LiveRange + LiveInterval
Matthias Braun
2013-10-10
1
-92
/
+117
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
10
-117
/
+125
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
4
-217
/
+235
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
16
-369
/
+366
*
Rename parameter: defined regs are not incoming.
Matthias Braun
2013-10-10
2
-18
/
+17
*
test commit
Sriram Murali
2013-10-10
1
-2
/
+4
*
Use getPointerSizeInBits() rather than 8 * getPointerSize()
Matt Arsenault
2013-10-10
1
-2
/
+3
*
Fix grammar / missing words
Matt Arsenault
2013-10-10
1
-2
/
+3
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
8
-12
/
+56
*
Add comments to debug info testing case.
Manman Ren
2013-10-10
1
-0
/
+8
*
R600: Fix trunc i64 to i32 on SI
Matt Arsenault
2013-10-10
2
-0
/
+17
*
Provide msbuild integration for vs2013.
Hans Wennborg
2013-10-10
4
-1
/
+49
*
Fix msbuild integration install script.
Hans Wennborg
2013-10-10
1
-2
/
+5
*
R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*
Tom Stellard
2013-10-10
5
-4
/
+142
*
R600/SI: Use -verify-machineinstrs for most tests
Tom Stellard
2013-10-10
84
-86
/
+86
*
R600/SI: Define a separate MIMG instruction for each possible output value type
Tom Stellard
2013-10-10
5
-35
/
+90
*
R600/SI: Mark the EXEC register as reserved
Tom Stellard
2013-10-10
1
-0
/
+1
*
R600: Use StructurizeCFGPass for non SI targets
Tom Stellard
2013-10-10
6
-2
/
+18
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
15
-3
/
+2827
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
15
-2808
/
+3
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
15
-3
/
+2808
*
ARM: Put isV8EligibleForIT into the llvm namespace. While there make it inline.
Benjamin Kramer
2013-10-10
1
-2
/
+4
*
Disable function padding to get this test to pass on atom.
Benjamin Kramer
2013-10-10
1
-1
/
+1
*
ARM: correct liveness flags during ARMLoadStoreOpt
Tim Northover
2013-10-10
2
-0
/
+117
*
Allow non-AVX form of pmovmskb to take a GR64 operand.
Craig Topper
2013-10-10
2
-0
/
+6
*
Remove duplicate instructions.
Craig Topper
2013-10-10
1
-16
/
+0
*
Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.
Craig Topper
2013-10-10
1
-1
/
+1
*
[mips] Do not generate INS/EXT nodes if target does not have support for
Akira Hatanaka
2013-10-09
3
-17
/
+25
*
Revert "llvm-c: Make target initializer functions external functions in lib."
Rui Ueyama
2013-10-09
3
-55
/
+36
*
Debug Info: In DIBuilder, the context and type fields of template_type and
Manman Ren
2013-10-09
5
-54
/
+76
*
llvm-c: Make target initializer functions external functions in lib.
Anders Waldenborg
2013-10-09
3
-36
/
+55
*
Debug Info: In DIBuilder, the context field of a forward decl is updated
Manman Ren
2013-10-09
2
-35
/
+47
*
Add missing releases.
Bill Wendling
2013-10-09
1
-0
/
+2
*
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2013-10-09
2
-4
/
+4
*
Fix a bug in Dead Argument Elimination.
Shuxin Yang
2013-10-09
2
-0
/
+34
*
Add a GlobalAlias::isValidLinkage to reduce code duplication.
Rafael Espindola
2013-10-09
3
-6
/
+7
*
[Sparc] Disable tail call optimization for sparc64.
Venkatraman Govindaraju
2013-10-09
2
-0
/
+43
*
Test commit. Remove whitespace from otherwise empty lines.
Greg Bedwell
2013-10-09
1
-2
/
+2
*
AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.
Elena Demikhovsky
2013-10-09
5
-65
/
+192
*
AArch64: enable MISched by default.
Tim Northover
2013-10-09
12
-93
/
+101
*
AArch64: migrate ADRP relaxation test to be llvm-mc only.
Tim Northover
2013-10-09
2
-27
/
+18
*
More x86 disassembler filtering cleanup.
Craig Topper
2013-10-09
1
-4
/
+1
*
Add missing HasAVX512 predicate.
Andrew Trick
2013-10-09
1
-2
/
+2
*
Remove some old filters from the x86 disassembler table builder.
Craig Topper
2013-10-09
1
-6
/
+0
*
Replace a couple instructions with patterns referring to other instructions w...
Craig Topper
2013-10-09
1
-16
/
+11
*
Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefi...
Craig Topper
2013-10-09
1
-4
/
+4
*
Mark some instructions as CodeGenOnly since they aren't needed by the assembl...
Craig Topper
2013-10-09
1
-65
/
+73
*
Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi...
Craig Topper
2013-10-09
5
-11
/
+19
*
Add a paragraph about MCTargetStreamer.
Rafael Espindola
2013-10-09
1
-0
/
+7
[next]