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
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ancient hack that was emulating move semantics with reference counting.
Benjamin Kramer
2014-09-15
1
-20
/
+13
*
Fix memory leak in error paths in YAMLTraits by using unique_ptr
David Blaikie
2014-09-15
1
-31
/
+21
*
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
2014-09-15
4
-22
/
+7
*
[CodeGenPrepare][AddressingModeMatcher] Fix a think-o for the sext(zext) -> z...
Quentin Colombet
2014-09-15
1
-7
/
+9
*
[X86] Fix a bug in X86's peephole optimization.
Akira Hatanaka
2014-09-15
1
-14
/
+24
*
Use dyn_cast<> instead of isa<> and cast<>
Matt Arsenault
2014-09-15
1
-1
/
+2
*
[MCJIT] Start Stringref-izing the ExecutionEngine interface.
Lang Hames
2014-09-15
3
-4
/
+3
*
R600/SI: Prefer selecting more e64 instruction forms.
Matt Arsenault
2014-09-15
1
-7
/
+7
*
Use IntrusiveRefCntPtr to manage the lifetime of BitCodeAbbrevs.
Benjamin Kramer
2014-09-15
1
-36
/
+3
*
R600/SI: Add preliminary support for flat address space
Matt Arsenault
2014-09-15
20
-11
/
+440
*
R600/SI: Fix promote alloca pass breaking addrspacecast
Matt Arsenault
2014-09-15
1
-0
/
+7
*
R600/SI: Enable named operand table for MTBUF
Matt Arsenault
2014-09-15
1
-0
/
+1
*
[mips] Use early exit in MipsAsmParser::matchCPURegisterName(). NFC.
Toma Tabacu
2014-09-15
1
-17
/
+18
*
[mips] Marked the DADDiu instruction aliases as MIPS III.
Toma Tabacu
2014-09-15
1
-4
/
+4
*
[x86] Begin emitting PBLENDW instructions for integer blend operations
Chandler Carruth
2014-09-15
1
-2
/
+36
*
[x86] Teach the x86 DAG combiner to form UNPCKLPS and UNPCKHPS
Chandler Carruth
2014-09-15
1
-0
/
+14
*
[x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUP
Chandler Carruth
2014-09-15
4
-30
/
+105
*
Fix a non-virtual destructor warning introduced in r217747.
Frederic Riss
2014-09-15
1
-0
/
+2
*
[x86] Undo a flawed transform I added to form UNPCK instructions when
Chandler Carruth
2014-09-15
1
-79
/
+79
*
[x86] Teach the new vector shuffle lowering to use 'punpcklwd' and
Chandler Carruth
2014-09-15
1
-2
/
+12
*
Fix ambiguous typedef introduced in r217747.
Frederic Riss
2014-09-15
1
-2
/
+2
*
InstSimplify: Simplify trivial and/or of icmps
David Majnemer
2014-09-15
1
-0
/
+114
*
Fix DebugInfo replaceAllUsesWith.
Frederic Riss
2014-09-15
1
-1
/
+1
*
Move replaceAllUsesWith() from DIType to DIDescriptor.
Frederic Riss
2014-09-15
1
-2
/
+2
*
Introduce the DWARFUnitSection abstraction.
Frederic Riss
2014-09-15
6
-44
/
+69
*
[x86] Teach the new vector shuffle lowering to use BLENDPS and BLENDPD.
Chandler Carruth
2014-09-14
1
-0
/
+35
*
[x86] Teach the vector combiner that picks a canonical shuffle from to
Chandler Carruth
2014-09-14
1
-9
/
+35
*
In DwarfEHPrepare, after all passes are run, RewindFunction may be a dangling
Yaron Keren
2014-09-14
1
-0
/
+5
*
[A57FPLoadBalancing] Modify r217689 - actually we do need to check defs
James Molloy
2014-09-14
1
-6
/
+6
*
[FastISel][AArch64] Add support for non-native types for logical ops.
Juergen Ributzka
2014-09-13
1
-36
/
+48
*
Add control of function merging to the PMBuilder.
Nick Lewycky
2014-09-13
1
-0
/
+10
*
Fix typo
Matt Arsenault
2014-09-13
1
-4
/
+4
*
Simplify code. No functionality change.
Benjamin Kramer
2014-09-13
1
-15
/
+3
*
[AArch64] Don't enable the post-RA MI scheduler at OptNone.
Chad Rosier
2014-09-12
1
-1
/
+2
*
Allow targets to custom legalize vector insertion and extraction.
Owen Anderson
2014-09-12
1
-0
/
+8
*
[llvm-objdump] support -rebase option for mach-o to dump rebasing info
Nick Kledzik
2014-09-12
1
-0
/
+172
*
llvm-profdata: Avoid undefined behaviour when reading raw profiles
Justin Bogner
2014-09-12
1
-0
/
+3
*
Remove an unnecessary restriction. MIsNeedChainEdge() should be checked even...
Owen Anderson
2014-09-12
1
-1
/
+1
*
The MCAssembler.h include isn't used.
Yaron Keren
2014-09-12
1
-1
/
+0
*
Add an overload of getLastArgNoClaim taking two OptSpecifiers.
Ehsan Akhgari
2014-09-12
1
-0
/
+9
*
Add support for le64.
JF Bastien
2014-09-12
1
-2
/
+9
*
[AArch64] Enable post-RA MI scheduler.
Chad Rosier
2014-09-12
2
-1
/
+6
*
[A57FPLoadBalancing] Remove support for vector types
James Molloy
2014-09-12
1
-5
/
+0
*
[A57FPLoadBalancing] Ignore <def>s when checking if a chain may be killed.
James Molloy
2014-09-12
1
-0
/
+4
*
[A57LoadBalancing] unique_ptr-ify.
James Molloy
2014-09-12
1
-25
/
+20
*
[mips][microMIPS] Implement JRADDIUSP instruction
Zoran Jovanovic
2014-09-12
4
-0
/
+52
*
Address comments on r217622
Bill Schmidt
2014-09-12
1
-4
/
+6
*
[mips][microMIPS] Implement BGEZALS and BLTZALS instructions
Zoran Jovanovic
2014-09-12
2
-0
/
+13
*
[mips][microMIPS] Implement JALS and JALRS instructions.
Zoran Jovanovic
2014-09-12
2
-4
/
+37
*
[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructions
Zoran Jovanovic
2014-09-12
3
-5
/
+19
[next]