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
*
[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
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
10
-3
/
+107
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
6
-0
/
+14
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
8
-3
/
+41
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
13
-158
/
+158
*
add Function::removeFnAttr()
Kostya Serebryany
2013-06-21
1
-0
/
+7
*
Fix an ordering problem in the test.
Manuel Klimek
2013-06-21
1
-1
/
+1
*
[objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...
Michael Gottesman
2013-06-21
1
-6
/
+15
*
[objcarcopts] Some more minor code cleanups/comment additions.
Michael Gottesman
2013-06-21
1
-1
/
+5
*
[objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...
Michael Gottesman
2013-06-21
1
-17
/
+28
*
SLP Vectorizer: do not search for store-chains that are wider than the vector...
Nadav Rotem
2013-06-21
1
-2
/
+4
*
[APFloat] Added missing doxygen module closing statement.
Michael Gottesman
2013-06-21
1
-0
/
+2
*
DebugInfo: When asm printing include a '[def]' tag for tag decls that are def...
David Blaikie
2013-06-21
1
-1
/
+6
[next]