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
*
Fix misleading comment for getOrEnforceKnownAlignment
Matt Arsenault
2016-09-13
1
-4
/
+0
*
[ConstantFold] Improve the bitcast folding logic for constant vectors.
Andrea Di Biagio
2016-09-13
1
-2
/
+13
*
[Hexagon] Clear the flow queue after visiting a single instruction
Krzysztof Parzyszek
2016-09-13
1
-0
/
+5
*
Apply Clang-format to MCAsmParser.cpp NFC.
Nirav Dave
2016-09-13
1
-1
/
+2
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-13
10
-352
/
+252
*
[LoopInterchange] Minor refactor. NFC.
Chad Rosier
2016-09-13
1
-12
/
+11
*
Don't use else if after return. Tidy comments. NFC.
Chad Rosier
2016-09-13
1
-5
/
+3
*
Typo. NFC.
Chad Rosier
2016-09-13
1
-3
/
+3
*
[LoopInterchange] Tidy up and remove unnecessary dyn_casts. NFC.
Chad Rosier
2016-09-13
1
-13
/
+12
*
Revert "[ARM] Promote small global constants to constant pools"
James Molloy
2016-09-13
4
-144
/
+1
*
[ARM] Add ".code 32" to functions in the ARM instruction set
Pablo Barrio
2016-09-13
1
-1
/
+2
*
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
James Molloy
2016-09-13
2
-5
/
+138
*
Enable simplify libcalls for ARM PCS
Sam Parker
2016-09-13
1
-3
/
+35
*
[ARM] Support ldr.w in pseudo instruction ldr rd,=immediate
Peter Smith
2016-09-13
2
-0
/
+7
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-13
4
-1
/
+144
*
Remove MVT:i1 xor instruction before SELECT. (Performance improvement).
Ayman Musa
2016-09-13
1
-0
/
+16
*
Revert of r281304 as it is causing build bot failures in hexagon
Sjoerd Meijer
2016-09-13
5
-52
/
+49
*
This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instruction
Sjoerd Meijer
2016-09-13
5
-49
/
+52
*
AVX-512: Fix for PR28175 - Scalar code optimization.
Elena Demikhovsky
2016-09-13
2
-7
/
+17
*
[AArch64] Support stackmap/patchpoint in getInstSizeInBytes
Diana Picus
2016-09-13
1
-4
/
+21
*
[X86] Remove masked shufpd/shufps intrinsics and autoupgrade to native vector...
Craig Topper
2016-09-13
2
-12
/
+26
*
Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"
Zachary Turner
2016-09-13
1
-11
/
+0
*
[Support][CommandLine] Add cl::getRegisteredSubcommands()
Dean Michael Berris
2016-09-13
1
-0
/
+11
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
18
-105
/
+153
*
[DAG] Refactor BUILD_VECTOR combine to make it easier to extend. NFCI.
Michael Kuperstein
2016-09-13
1
-123
/
+156
*
X86: Conditional tail calls should not have isBarrier = 1
Hans Wennborg
2016-09-13
1
-18
/
+31
*
Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...
Eric Christopher
2016-09-13
10
-251
/
+352
*
[LVI] Complete the abstract of the cache layer [NFCI]
Philip Reames
2016-09-12
1
-72
/
+94
*
[LVI] Sink a couple more cache manipulation routines into the cache itself [N...
Philip Reames
2016-09-12
1
-36
/
+45
*
[LVI] Abstract out the actual cache logic [NFCI]
Philip Reames
2016-09-12
1
-89
/
+97
*
Revert r281215, it caused PR30358.
Nico Weber
2016-09-12
2
-139
/
+5
*
Fix the bug introduced in r281252.
Dehao Chen
2016-09-12
1
-1
/
+1
*
Lower consecutive select instructions correctly.
Dehao Chen
2016-09-12
1
-23
/
+75
*
[MC] Defer asm errors to post-statement failure
Nirav Dave
2016-09-12
10
-352
/
+251
*
[MCJIT] Fix some inconsistent handling of name mangling inside MCJIT.
Lang Hames
2016-09-12
2
-12
/
+21
*
[InstCombine] use m_APInt to allow icmp X, C folds for splat constant vectors
Sanjay Patel
2016-09-12
1
-2
/
+3
*
AMDGPU: Do not clobber SCC in SIWholeQuadMode
Nicolai Haehnle
2016-09-12
2
-75
/
+210
*
[GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC.
Ahmed Bougacha
2016-09-12
1
-2
/
+2
*
Revert "[ARM] Promote small global constants to constant pools"
James Molloy
2016-09-12
4
-123
/
+1
*
[BranchFolding] Unique added live-ins after hoisting code.
Ahmed Bougacha
2016-09-12
1
-0
/
+7
*
[X86] Copy imp-uses when folding tailcall into conditional branch.
Ahmed Bougacha
2016-09-12
1
-1
/
+1
*
[FunctionAttrs] Don't try to infer returned if it is already on an argument
David Majnemer
2016-09-12
1
-0
/
+5
*
fix formatting; NFC
Sanjay Patel
2016-09-12
1
-14
/
+13
*
[InstCombine] add helper function for foldICmpUsingKnownBits; NFCI
Sanjay Patel
2016-09-12
2
-259
/
+279
*
[AMDGPU] Assembler: Move disabled SDWA and DPP instruction into Disable asm v...
Sam Kolton
2016-09-12
2
-0
/
+12
*
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
James Molloy
2016-09-12
2
-5
/
+139
*
fix formatting/typos; NFC
Sanjay Patel
2016-09-12
2
-12
/
+11
*
[ARM] Promote small global constants to constant pools
James Molloy
2016-09-12
4
-1
/
+123
*
[LoopInterchange] Improve debug output. NFC.
Chad Rosier
2016-09-12
1
-2
/
+2
*
Define a dummy zlib::uncompress when zlib is not available.
Rafael Espindola
2016-09-12
1
-0
/
+4
[next]