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
*
[PDB] Emit S_UDT records in LLD.
Zachary Turner
2018-12-04
1
-7
/
+32
*
[AVR] Silence fallthrough warning. NFC.
Nirav Dave
2018-12-04
1
-0
/
+1
*
[PowerPC] Make no-PIC default to match GCC - LLVM
Stefan Pintilie
2018-12-04
1
-3
/
+3
*
[CmpInstAnalysis] fix function signature for ICmp code to predicate; NFC
Sanjay Patel
2018-12-04
2
-19
/
+19
*
[SelectionDAG] Redefine isGAPlusOffset in terms of unwrapAddress. NFCI.
Nirav Dave
2018-12-04
3
-19
/
+4
*
AMDGPU: Add f32 vectors to SGPR register classes
Matt Arsenault
2018-12-04
1
-6
/
+6
*
MIR: Add method to stop after specific runs of passes
Matt Arsenault
2018-12-04
1
-8
/
+38
*
[InstCombine] rearrange foldICmpWithDominatingICmp; NFC
Sanjay Patel
2018-12-04
1
-33
/
+45
*
[X86][SSE] Add SimplifyDemandedBitsForTargetNode handling for MOVMSK
Simon Pilgrim
2018-12-04
1
-6
/
+39
*
Revert "Adapt gcov to changes in CFE."
Ilya Biryukov
2018-12-04
2
-46
/
+18
*
[InstCombine] add helper for icmp with dominator; NFC
Sanjay Patel
2018-12-04
2
-20
/
+24
*
[Hexagon] Remove unused checker functions from asm parser
Krzysztof Parzyszek
2018-12-04
1
-2
/
+0
*
[SimpleLoopUnswitch] Remove debug dump.
Alina Sbirlea
2018-12-04
1
-3
/
+1
*
Update MemorySSA in SimpleLoopUnswitch.
Alina Sbirlea
2018-12-04
1
-77
/
+235
*
Fix MSVC "unknown pragma" warning. NFCI.
Simon Pilgrim
2018-12-04
1
-0
/
+6
*
Fix -Wparentheses warning. NFCI.
Simon Pilgrim
2018-12-04
1
-3
/
+2
*
[X86] Remove unnecessary peekThroughEXTRACT_SUBVECTORs call.
Simon Pilgrim
2018-12-04
1
-2
/
+0
*
[TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion ...
Simon Pilgrim
2018-12-04
3
-11
/
+39
*
Revert rL348121 from llvm/trunk: [NFC][AArch64] Split out backend features
Simon Pilgrim
2018-12-04
6
-297
/
+72
*
Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sec...
George Rimar
2018-12-04
1
-14
/
+0
*
[TargetLowering] Add SimplifyDemandedVectorElts support to EXTEND opcodes
Simon Pilgrim
2018-12-04
2
-0
/
+23
*
[llvm-mc] - Do not crash when referencing undefined debug sections.
George Rimar
2018-12-04
1
-0
/
+14
*
[llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.
George Rimar
2018-12-04
1
-1
/
+2
*
[X86] Remove custom DAG combine for SIGN_EXTEND_VECTOR_INREG/ZERO_EXTEND_VECT...
Craig Topper
2018-12-04
1
-45
/
+0
*
Reverting r348215
Ranjeet Singh
2018-12-04
1
-3
/
+4
*
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
Lang Hames
2018-12-04
7
-61
/
+66
*
[ARM64][Windows] Fix local stack size for funclets
Sanjin Sijaric
2018-12-04
1
-3
/
+8
*
[asan] Reduce binary size by using unnamed private aliases
Vitaly Buka
2018-12-04
1
-3
/
+3
*
[MachineOutliner] Move stack instr check logic to getOutliningCandidateInfo
Jessica Paquette
2018-12-04
1
-96
/
+72
*
[MachineOutliner][AArch64][NFC] Add early exit to candidate discarding logic
Jessica Paquette
2018-12-04
1
-0
/
+6
*
[ThinLTO] Look through aliases when computing hash keys
George Burgess IV
2018-12-04
1
-2
/
+8
*
[IR] Don't assume all functions are 4 byte aligned
Ranjeet Singh
2018-12-04
1
-4
/
+3
*
[Hexagon] Switch to auto-generated intrinsic definitions and patterns
Krzysztof Parzyszek
2018-12-03
3
-1233
/
+3613
*
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...
Vedant Kumar
2018-12-03
1
-49
/
+90
*
Adapt gcov to changes in CFE.
Adrian Prantl
2018-12-03
1
-7
/
+15
*
[Hexagon] Extract operand decoders into a separate file, NFC
Krzysztof Parzyszek
2018-12-03
2
-56
/
+74
*
[DAGCombiner] narrow truncated vector binops when legal
Sanjay Patel
2018-12-03
2
-7
/
+13
*
[mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts
Simon Atanasyan
2018-12-03
5
-10
/
+30
*
[Hexagon] Remove unused encodings, NFC
Krzysztof Parzyszek
2018-12-03
1
-741
/
+114
*
[InstCombine] fix undef propagation bug with shuffle+binop
Sanjay Patel
2018-12-03
1
-0
/
+16
*
[WebAssembly] Enforce assembler emits to streamer in order.
Wouter van Oortmerssen
2018-12-03
1
-0
/
+47
*
[Hexagon] Update timing classes
Krzysztof Parzyszek
2018-12-03
5
-5770
/
+5651
*
[InstCombine] foldICmpWithLowBitMaskedVal(): disable 2 faulty folds.
Roman Lebedev
2018-12-03
1
-0
/
+4
*
[TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.
Martin Storsjo
2018-12-03
1
-1
/
+1
*
[COFF] Remove an outdated/incorrect comment. NFC.
Martin Storsjo
2018-12-03
1
-4
/
+0
*
[COFF] Don't mark mingw .eh_frame sections writable
Martin Storsjo
2018-12-03
1
-4
/
+4
*
[InstCombine] rearrange shuffle+binop fold; NFC
Sanjay Patel
2018-12-03
1
-8
/
+9
*
[Hexagon] Change instruction type field in TSFlags to 7 bits
Krzysztof Parzyszek
2018-12-03
5
-182
/
+177
*
[llvm-tapi] initial commit, supports ELF text stubs
Armando Montanez
2018-12-03
6
-0
/
+236
*
[MachineOutliner] Drop candidates that require fixups if it's beneficial
Jessica Paquette
2018-12-03
1
-5
/
+24
[next]