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
*
[ConstantRange] Use ternary operator instead of 'if' to avoid copying an APIn...
Craig Topper
2017-04-29
1
-10
/
+4
*
[ConstantRange] Add std::move to a bunch of places that pass local APInts to ...
Craig Topper
2017-04-29
1
-24
/
+25
*
[ConstantRange] Remove a temporary APInt I meant to delete in r300621. NFC
Craig Topper
2017-04-29
1
-1
/
+0
*
[ConstantRange] Improve the efficiency of one of the ConstantRange constructors.
Craig Topper
2017-04-29
1
-6
/
+3
*
AMDGPU: Fix copies from physical registers in SIFixSGPRCopies
Matt Arsenault
2017-04-29
1
-4
/
+9
*
[llvm-pdbdump] Abstract some of the YAML/Raw printing code.
Zachary Turner
2017-04-29
6
-9
/
+14
*
[ObjCARC] Do not move a release between a call and a
Akira Hatanaka
2017-04-29
2
-16
/
+33
*
[LoopUnswitch] Make DEBUG output more readable (part 2).
Davide Italiano
2017-04-29
1
-1
/
+1
*
[LoopUnswitch] Don't remove instructions with side effects.
Davide Italiano
2017-04-29
1
-1
/
+2
*
Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windows
Duncan P. N. Exon Smith
2017-04-28
1
-0
/
+2
*
[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.
Zachary Turner
2017-04-28
1
-3
/
+0
*
Remove set but unused variable in BitcodeReader.cpp. NFC.
Hans Wennborg
2017-04-28
1
-4
/
+0
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
8
-36
/
+61
*
InferAddressSpaces: Search constant expressions for addrspacecasts
Matt Arsenault
2017-04-28
1
-12
/
+48
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
9
-37
/
+29
*
InferAddressSpaces: Avoid looking up deleted values
Matt Arsenault
2017-04-28
1
-3
/
+10
*
InferAddressSpaces: Infer from just addrspacecasts
Matt Arsenault
2017-04-28
1
-0
/
+12
*
[SCEV] Use early exit in createAddRecFromPHI. NFC.
Michael Zolotukhin
2017-04-28
1
-109
/
+110
*
LoopRotate: Fix use after scope bug
Daniel Berlin
2017-04-28
1
-3
/
+4
*
[RDF] Correctly calculate lane masks for defs
Krzysztof Parzyszek
2017-04-28
1
-2
/
+7
*
Properly handle PHIs with subregisters in UnreachableBlockElim
Krzysztof Parzyszek
2017-04-28
1
-8
/
+21
*
[Hexagon] Do not move a block if it is on a fall-through path
Krzysztof Parzyszek
2017-04-28
1
-3
/
+10
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
8
-61
/
+36
*
[ConstantRange] Use APInt::isNullValue rather than APInt::isMinValue where it...
Craig Topper
2017-04-28
1
-2
/
+2
*
[ConstantRange] Use const references to prevent a couple APInt copies. NFC
Craig Topper
2017-04-28
1
-2
/
+2
*
[LoopUnswitch] Make DEBUG output more readable.
Davide Italiano
2017-04-28
1
-1
/
+1
*
[WebAssembly] Add size of section header to data relocation offsets.
Sam Clegg
2017-04-28
1
-9
/
+12
*
[ValueTracking] Teach isSafeToSpeculativelyExecute() about the speculatable a...
Matt Arsenault
2017-04-28
1
-0
/
+6
*
[WebAssembly] Write initial memory in pages not bytes
Sam Clegg
2017-04-28
1
-2
/
+4
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
11
-19
/
+21
*
GlobalISel: Followup for r301679
Matthias Braun
2017-04-28
1
-1
/
+2
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
7
-11
/
+31
*
TargetLowering: Add finalizeLowering() function; NFC
Matthias Braun
2017-04-28
5
-18
/
+21
*
AMDGPU: Add new amdgcn.init.exec intrinsics
Marek Olsak
2017-04-28
5
-0
/
+101
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
20
-71
/
+81
*
[IPO/MergeFunctions] This function is used only under DEBUG().
Davide Italiano
2017-04-28
1
-0
/
+4
*
[RS4GC] Simplify attribute handling code NFC
Reid Kleckner
2017-04-28
1
-47
/
+25
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
13
-137
/
+97
*
Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC)
Adrian Prantl
2017-04-28
2
-12
/
+4
*
[IR] Delete unused Argument::removeAttr overload
Reid Kleckner
2017-04-28
1
-9
/
+0
*
Clean up DIExpression::prependDIExpr a little. (NFC)
Adrian Prantl
2017-04-28
4
-21
/
+15
*
Bitcode: Do not remove empty summary entries when reading a per-module summary.
Peter Collingbourne
2017-04-28
2
-22
/
+0
*
[APInt] Add clearSignBit method. Use it and setSignBit in a few places. NFCI
Craig Topper
2017-04-28
4
-6
/
+6
*
[LazyValueInfo] Fix typo in comment. NFC
Craig Topper
2017-04-28
1
-1
/
+1
*
[ValueTracking] Use APInt::isSubsetOf and APInt::intersects. NFC
Craig Topper
2017-04-28
1
-2
/
+2
*
[bpf] add bigendian support to disassembler
Alexei Starovoitov
2017-04-28
1
-7
/
+19
*
[InlineCost] Improve the cost heuristic for Switch
Jun Bum Lim
2017-04-28
5
-115
/
+137
*
Move variable local to where ita used. NFCI.
Simon Pilgrim
2017-04-28
1
-1
/
+1
*
Memory intrinsic value profile optimization: Avoid divide by 0
Teresa Johnson
2017-04-28
1
-0
/
+4
*
[DAGCombiner] Add ComputeNumSignBits vector demanded elements support to ASHR...
Simon Pilgrim
2017-04-28
1
-1
/
+39
[next]