index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Fix for codegen of captured variables in inlined directives.
Alexey Bataev
2016-04-27
7
-21
/
+76
*
Updated doxygen comments for intrinsics.
Ekaterina Romanova
2016-04-27
1
-48
/
+33
*
Fixed sphinx warning from r267672
Adam Nemet
2016-04-27
1
-1
/
+1
*
[Compiler-rt][CFI] Enabling CFI for MIPS64
Mohit K. Bhakkad
2016-04-27
1
-1
/
+1
*
[ELF][MIPS] Remove getMipsGpAddr(). NFC
Simon Atanasyan
2016-04-27
3
-14
/
+1
*
[LoopDist] Add llvm.loop.distribute.enable loop metadata
Adam Nemet
2016-04-27
5
-13
/
+247
*
[Cloning] cloneLoopWithPreheader(): add assert to ensure no sub-loops
Vaivaswatha Nagaraj
2016-04-27
2
-0
/
+3
*
[Support][X86] Add a few more Intel model numbers to getHostCPUName for airmo...
Craig Topper
2016-04-27
1
-0
/
+4
*
[Support][X86] Change the case values in the Intel family 6 code to hex so it...
Craig Topper
2016-04-27
1
-68
/
+66
*
Revert "Support "preserving" the summary information when using setModule() A...
Mehdi Amini
2016-04-27
3
-46
/
+1
*
Committing patch from <Michael Woerister <michaelwoerister@posteo.net>
Jason Molenda
2016-04-27
1
-0
/
+2
*
[Support][X86] Add a couple more Broadwell CPU models numbers to getHostCPUName.
Craig Topper
2016-04-27
1
-0
/
+2
*
Support "preserving" the summary information when using setModule() API in LT...
Mehdi Amini
2016-04-27
3
-1
/
+46
*
Revert "Support "preserving" the summary information when using setModule() A...
Mehdi Amini
2016-04-27
3
-46
/
+1
*
Simplify. NFC.
Rui Ueyama
2016-04-27
1
-1
/
+1
*
The patch fixes PR27392.
Evgeny Stupachenko
2016-04-27
5
-27
/
+38
*
[LVI] Delete stale and misleading comment.
Philip Reames
2016-04-27
1
-5
/
+0
*
[ppc64] fix bug in prologue that mfocrf's cr operand should be explict state ...
Chuang-Yu Cheng
2016-04-27
2
-5
/
+11
*
Remove unnecessary trailing semicolons.
Rui Ueyama
2016-04-27
23
-24
/
+24
*
[X86] Set AddPristinesAndCSRs to FixupBW LivePhysRegs. NFC.
Ahmed Bougacha
2016-04-27
1
-1
/
+2
*
Fix the test from r267656: Support "preserving" the summary information when ...
Mehdi Amini
2016-04-27
1
-2
/
+0
*
Add a test for r267655: Support "preserving" the summary information when usi...
Mehdi Amini
2016-04-27
1
-0
/
+39
*
Support "preserving" the summary information when using setModule() API in LT...
Mehdi Amini
2016-04-27
2
-1
/
+9
*
Fix = that should have been == in test. Thanks to STL@microsoft for the catch
Marshall Clow
2016-04-27
1
-1
/
+1
*
Fix typo in comment; NFC
Sanjoy Das
2016-04-27
1
-1
/
+1
*
[X86] Don't assume that MMX extractelts are from index 0.
Ahmed Bougacha
2016-04-27
2
-1
/
+31
*
[X86] Re-enable MMX i32 extractelt combine.
Ahmed Bougacha
2016-04-27
2
-10
/
+18
*
Detects the SAD pattern on X86 so that much better code will be emitted once ...
Cong Hou
2016-04-27
3
-7
/
+1120
*
[LVI] Add a comment explaining a subtle piece of code
Philip Reames
2016-04-27
1
-15
/
+23
*
[Docs] Try to clarify the concept of domains for noalias scope
Adam Nemet
2016-04-27
1
-1
/
+9
*
ThinLTO: do not promote GlobalVariable that have a specific section.
Mehdi Amini
2016-04-27
5
-4
/
+117
*
SLSR: Use UnknownAddressSpace instead of 0 for pure arithmetic.
Matt Arsenault
2016-04-27
1
-1
/
+3
*
LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "MustPres...
Mehdi Amini
2016-04-27
2
-22
/
+53
*
[LoopDist] Split main class. NFC
Adam Nemet
2016-04-27
1
-86
/
+96
*
[LVI] Reduce compile time by lazily scanning blocks if needed
Philip Reames
2016-04-27
2
-26
/
+48
*
[MachineInstrBundle] Actually set the PartialDeadDef flag only when the register
Quentin Colombet
2016-04-27
1
-1
/
+1
*
ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
Peter Collingbourne
2016-04-27
5
-64
/
+45
*
ELF: Re-implement -u directly and remove CanKeepUndefined flag.
Peter Collingbourne
2016-04-27
7
-31
/
+29
*
[MachineInstrBundle] Update the comment for PhysRegInfo::DeadDef.
Quentin Colombet
2016-04-26
1
-2
/
+4
*
ELF: Move code to where it is used, and related cleanups. NFC.
Peter Collingbourne
2016-04-26
7
-97
/
+74
*
Add optimization bisect opt-in calls for SystemZ passes
Andrew Kaylor
2016-04-26
3
-0
/
+9
*
Add optimization bisect opt-in calls for NVPTX passes
Andrew Kaylor
2016-04-26
5
-1
/
+13
*
[X86] Make sure it is safe to clobber EFLAGS, if need be, when choosing
Quentin Colombet
2016-04-26
3
-0
/
+60
*
Module debugging: Add an assertion.
Adrian Prantl
2016-04-26
1
-1
/
+3
*
PR27513: When determining which declaration to put into an exported lookup
Richard Smith
2016-04-26
13
-2
/
+51
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
7
-141
/
+207
*
Module debugging: Also correctly handle typedef'd foward-declared members.
Adrian Prantl
2016-04-26
4
-12
/
+27
*
[X86] Replace -mcpu with -mattr in several tests
Mitch Bodart
2016-04-26
4
-5
/
+5
*
Reassociate: Convert another functor into a lambda. NFC
Justin Bogner
2016-04-26
1
-15
/
+13
*
[LVI] Cut short search if we know we can't return a useful result
Philip Reames
2016-04-26
1
-9
/
+44
[next]