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
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
5
-8
/
+45
*
AArch64: fix overzealous NEXTing for Windows testing.
Tim Northover
2013-06-23
1
-3
/
+3
*
Add MI-Sched support for x86 macro fusion.
Andrew Trick
2013-06-23
3
-0
/
+272
*
SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.
Nadav Rotem
2013-06-23
2
-24
/
+130
*
SLP Vectorizer: Implement multi-block slp-vectorization.
Nadav Rotem
2013-06-22
7
-1360
/
+1220
*
Replace with a shorter test case produced by Doug Gillmore.
Reed Kotler
2013-06-22
1
-6392
/
+28
*
DebugInfo: Support (using GNU extensions) for template template parameters an...
David Blaikie
2013-06-22
5
-33
/
+133
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
26
-28
/
+28
*
Revert "FunctionAttrs: Merge attributes once instead of doing it for every ar...
Benjamin Kramer
2013-06-22
1
-46
/
+32
*
FunctionAttrs: Merge attributes once instead of doing it for every argument.
Benjamin Kramer
2013-06-22
1
-32
/
+46
*
RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.
Benjamin Kramer
2013-06-22
1
-0
/
+6
*
Create the file with the right permissions instead of setting it afterwards.
Rafael Espindola
2013-06-22
1
-9
/
+1
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
5
-43
/
+40
*
[yaml2obj][ELF] Narrow parameter.
Sean Silva
2013-06-22
1
-6
/
+6
*
[yaml2obj][ELF] Don't special case writing these.
Sean Silva
2013-06-22
1
-2
/
+2
*
[yaml2obj][ELF] Make this "type switch" actually readable.
Sean Silva
2013-06-22
1
-7
/
+20
*
[yaml2obj][ELF] Align section contents in the output.
Sean Silva
2013-06-22
1
-8
/
+17
*
Prevent LiveRangeEdit from deleting bundled instructions.
Andrew Trick
2013-06-22
1
-0
/
+4
*
Reapply documentation changes from r184584.
Benjamin Kramer
2013-06-21
1
-0
/
+7
*
This was a nifty test, but remove it.
Sean Silva
2013-06-21
1
-6
/
+0
*
Revert "Put r184469 disassembler test back on X86"
Sean Silva
2013-06-21
2
-46
/
+15
*
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
David Blaikie
2013-06-21
5
-11
/
+76
*
Put r184469 disassembler test back on X86
Renato Golin
2013-06-21
2
-15
/
+46
*
Convert some uses of PathV1.h in ArchiveWriter.cpp.
Rafael Espindola
2013-06-21
2
-28
/
+29
*
[yaml2obj][ELF] Don't do disassembly in this test.
Sean Silva
2013-06-21
1
-1
/
+2
*
[objc-arc-opts] Make IsTrackingImpreciseReleases a const method.
Michael Gottesman
2013-06-21
1
-1
/
+1
*
Improve the time it takes to generating dwarf for assembly source files
Kevin Enderby
2013-06-21
1
-1
/
+19
*
Add '-mcpu=' to prevent breaking on ATOM due to different code schedule
Michael Liao
2013-06-21
1
-1
/
+1
*
Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...
Benjamin Kramer
2013-06-21
4
-95
/
+3
*
[objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...
Michael Gottesman
2013-06-21
1
-5
/
+7
*
[objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...
Michael Gottesman
2013-06-21
1
-12
/
+28
*
BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...
Benjamin Kramer
2013-06-21
4
-3
/
+95
*
[objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...
Michael Gottesman
2013-06-21
1
-4
/
+5
*
[objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrStat...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
2013-06-21
9
-22
/
+29
*
Add missing REQUIRES: asserts in crash.ll.
Andrew Trick
2013-06-21
1
-0
/
+1
*
Fix PR16360
Michael Liao
2013-06-21
2
-3
/
+21
*
Update physreg live intervals during remat.
Andrew Trick
2013-06-21
2
-4
/
+32
*
Added -precompute-phys-liveness for testing LiveIntervals updates.
Andrew Trick
2013-06-21
1
-0
/
+14
*
Handle more cases in LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
2013-06-21
2
-4
/
+13
*
Refactor LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
2013-06-21
2
-95
/
+102
*
whitespace
Andrew Trick
2013-06-21
1
-2
/
+2
*
Fix a -join-globalcopies bug; handle undef operands.
Andrew Trick
2013-06-21
1
-0
/
+3
*
Modify the -join-globalcopies option (off by default).
Andrew Trick
2013-06-21
1
-2
/
+2
*
Make rematerialization in the coalescer less sensitive to LRG order.
Andrew Trick
2013-06-21
1
-4
/
+15
*
Fix IMULX machine model. Multiple def operands require multiple SchedWrites.
Andrew Trick
2013-06-21
4
-4
/
+7
*
MI-Sched: cleanup DEBUG output.
Andrew Trick
2013-06-21
1
-5
/
+6
*
MI-Sched: Adjust regpressure limits for reserved regs.
Andrew Trick
2013-06-21
4
-7
/
+53
*
[PowerPC] Support R_PPC_REL16 family of relocations
Ulrich Weigand
2013-06-21
4
-2
/
+61
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
7
-1
/
+414
[next]