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
*
MIR Parser: Simplify the handling of quoted tokens. NFC.
Alex Lorenz
2015-08-05
3
-77
/
+42
*
[AArch64] Register AArch64DeadRegisterDefinition pass with LLVM pass manager.
Chad Rosier
2015-08-05
1
-2
/
+14
*
[Sparc] Fix disassembly of popc instruction.
James Y Knight
2015-08-05
1
-2
/
+2
*
AMDGPU/SI: Remove EXECReg
Matt Arsenault
2015-08-05
5
-21
/
+9
*
AMDGPU: Remove SCCReg.
Matt Arsenault
2015-08-05
5
-36
/
+22
*
[AArch64] Register (existing) AArch64BranchRelaxation pass with LLVM pass man...
Chad Rosier
2015-08-05
1
-2
/
+13
*
Force the MachO generated for Darwin to have VERSION_MIN load command
Steven Wu
2015-08-05
1
-0
/
+10
*
[AArch64] Make the naming of the Address Type Promotion pass consistent.
Chad Rosier
2015-08-05
1
-3
/
+5
*
[AArch64] Register (existing) AArch64AdvSIMDScalar pass with LLVM pass manager.
Chad Rosier
2015-08-05
1
-2
/
+13
*
revert r243687: enable fast-math-flag propagation to DAG nodes
Sanjay Patel
2015-08-05
1
-1
/
+1
*
Make this less error prone by using a #define. NFC.
Chad Rosier
2015-08-05
1
-5
/
+5
*
[AArch64] Register (existing) AArch64ExpandPseudo pass with LLVM pass manager.
Chad Rosier
2015-08-05
1
-2
/
+13
*
[AA] Use CallSite cast idiom. No functionality change.
Benjamin Kramer
2015-08-05
1
-3
/
+2
*
[YAMLTraits] Use StringRef::copy. No functionality change.
Benjamin Kramer
2015-08-05
1
-12
/
+4
*
[IR] Simplify code with ArrayRef::copy. No functionality change.
Benjamin Kramer
2015-08-05
1
-7
/
+3
*
[AArch64] Register (existing) AArch64LoadStoreOpt pass with LLVM pass manager.
Chad Rosier
2015-08-05
1
-2
/
+13
*
Update comment. NFC.
Chad Rosier
2015-08-05
1
-2
/
+2
*
ARMISelDAGToDAG.cpp had this self-contradictory code:
Artyom Skrobov
2015-08-05
1
-5
/
+5
*
Fixed line endings.
Simon Pilgrim
2015-08-05
1
-72
/
+72
*
[MachineCombiner] Don't use the opcode-only form of computeInstrLatency
Hal Finkel
2015-08-05
1
-1
/
+1
*
Windows/COM.inc: Fix emacs mode in the first line.
NAKAMURA Takumi
2015-08-05
1
-1
/
+1
*
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
2015-08-05
5
-5
/
+5
*
Avoid passing nullptr to std::equal.
Yaron Keren
2015-08-04
1
-1
/
+2
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
26
-50
/
+43
*
[RuntimeDyld] Adapt PPC64 relocations to PPC32
Hal Finkel
2015-08-04
2
-0
/
+26
*
[x86] machine combiner reassociation: mark EFLAGS operand as 'dead'
Sanjay Patel
2015-08-04
1
-4
/
+43
*
[mips][FastISel] Disable code generation for unsupported targets through Fast...
Vasileios Kalintiris
2015-08-04
1
-0
/
+12
*
Revert r229675 - [mips] Avoid redundant sign extension of the result of binar...
Vasileios Kalintiris
2015-08-04
1
-8
/
+0
*
Fix 80-column
Duncan P. N. Exon Smith
2015-08-04
1
-1
/
+2
*
Linker: Fix ASan failure from r243961
Duncan P. N. Exon Smith
2015-08-04
1
-9
/
+11
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
9
-22
/
+27
*
[InstCombine] Moved SSE vector shift constant folding into its own helper fun...
Simon Pilgrim
2015-08-04
1
-80
/
+72
*
Linker: Fix references to uniqued nodes after r243883
Duncan P. N. Exon Smith
2015-08-04
1
-1
/
+3
*
Remove the configure and cmake checks for sys/wait.h
Justin Bogner
2015-08-04
2
-19
/
+1
*
[SDAG] Fix a result chain in ExpandUnalignedLoad
Hal Finkel
2015-08-04
1
-1
/
+1
*
[LAA] Remove unused pointer partition argument from addRuntimeCheck, NFC
Adam Nemet
2015-08-04
1
-2
/
+2
*
Introduce enum value for previously defined metadata -- make.implicit
Chen Li
2015-08-04
2
-1
/
+8
*
ARM: support windows division routines
Saleem Abdulrasool
2015-08-04
1
-0
/
+5
*
ARM: make Darwin libcall registration table driven (NFC)
Saleem Abdulrasool
2015-08-04
1
-71
/
+65
*
[UB] Don't allocate space for contained types and then try to copy the
Chandler Carruth
2015-08-04
1
-0
/
+6
*
Revert "[LSR] Generate and use zero extends"
Sanjoy Das
2015-08-04
1
-139
/
+21
*
[AArch64] Rename FP formats to be more consistent. NFC.
Ahmed Bougacha
2015-08-04
2
-40
/
+40
*
[AArch64] Add isel support for f16 indexed LD/ST.
Ahmed Bougacha
2015-08-04
2
-0
/
+4
*
[UB] Fix yet another use of memcpy with a null pointer argument. I think
Chandler Carruth
2015-08-04
1
-1
/
+2
*
[AArch64][v8.1a] The "pan" sysreg isn't MSR-specific. NFCI.
Ahmed Bougacha
2015-08-04
1
-3
/
+0
*
[AArch64] Remove unnecessary "break". NFC.
Ahmed Bougacha
2015-08-04
1
-1
/
+0
*
[AArch64] Use SDValue bool operator. NFC.
Ahmed Bougacha
2015-08-04
1
-6
/
+3
*
[AArch64] Vector FCOPYSIGN supports Custom-lowering: mark it as such.
Ahmed Bougacha
2015-08-04
1
-1
/
+4
*
[CodeGen] Fix FCOPYSIGN legalization to account for mismatched types.
Ahmed Bougacha
2015-08-04
2
-2
/
+53
*
MIR Serialization: Serialize the 'volatile' machine memory operand flag.
Alex Lorenz
2015-08-04
4
-2
/
+26
[next]