projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fundamentally change the MipsSubtarget replacement machinery:
[oota-llvm.git]
/
lib
/
2014-07-18
Eric Christopher
Fundamentally change the MipsSubtarget replacement...
tree
|
commitdiff
2014-07-18
Eric Christopher
FrameLowering depends only upon the Subtarget, so only...
tree
|
commitdiff
2014-07-18
Hal Finkel
[PowerPC] 32-bit ELF PIC support
tree
|
commitdiff
2014-07-18
Eric Christopher
In preparation for replacing the whole subtarget on...
tree
|
commitdiff
2014-07-18
Eric Christopher
Make InstrInfo depend only upon the Subtarget getting...
tree
|
commitdiff
2014-07-18
Eric Christopher
The subtarget in MipsTargetLowering isn't going to...
tree
|
commitdiff
2014-07-18
Eric Christopher
Avoid caching the relocation model on the subtarget...
tree
|
commitdiff
2014-07-18
Eric Christopher
Remove commented out code.
tree
|
commitdiff
2014-07-18
Eric Christopher
Clean up some style and formatting issues.
tree
|
commitdiff
2014-07-18
David Blaikie
DebugInfo: Assert that all abstract scopes are subprogr...
tree
|
commitdiff
2014-07-18
Mark Heffernan
Fix build breakage introduced with r213412.
tree
|
commitdiff
2014-07-18
Mark Heffernan
Remove unroll pragma metadata after it is used.
tree
|
commitdiff
2014-07-18
Eric Christopher
Fix a couple of formatting and style issues.
tree
|
commitdiff
2014-07-18
Lang Hames
[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_AD...
tree
|
commitdiff
2014-07-18
Eric Christopher
Make non-module passes unconditionally added in the...
tree
|
commitdiff
2014-07-18
Tyler Nowicki
Rename DiagnosticInfoOptimizationWarning to DiagnosticI...
tree
|
commitdiff
2014-07-18
Gerolf Hoflehner
MergedLoadStoreMotion pass
tree
|
commitdiff
2014-07-18
David Blaikie
Reapply "DebugInfo: Ensure that all debug location...
tree
|
commitdiff
2014-07-18
David Peixotto
Fix build failure on windows
tree
|
commitdiff
2014-07-18
David Peixotto
MC: support different sized constants in constant pools
tree
|
commitdiff
2014-07-18
Hal Finkel
Add a dereferenceable attribute
tree
|
commitdiff
2014-07-18
Daniel Sanders
Add MIPS Technologies to the vendors in llvm::Triple.
tree
|
commitdiff
2014-07-18
Tim Northover
AArch64: implement efficient f16 bitcasts
tree
|
commitdiff
2014-07-18
Tim Northover
NVPTX: support fpext/fptrunc to and from f16.
tree
|
commitdiff
2014-07-18
Tim Northover
R600: support fpext/fptrunc operations to and from...
tree
|
commitdiff
2014-07-18
Tim Northover
AArch64: support f16 extend/trunc operations.
tree
|
commitdiff
2014-07-18
Tim Northover
X86: support fpext/fptrunc operations to and from 16...
tree
|
commitdiff
2014-07-18
Tim Northover
ARM: support legalisation of "fptrunc ... to half"...
tree
|
commitdiff
2014-07-18
Tim Northover
CodeGen: soften f16 type by default instead of marking...
tree
|
commitdiff
2014-07-18
Renato Golin
Suppress 'not handled in switch' warning
tree
|
commitdiff
2014-07-18
Tilmann Scheller
[ARM] Add earlyclobber constraint to pre/post-indexed...
tree
|
commitdiff
2014-07-18
Renato Golin
Refactor ARM subarchitecture parsing
tree
|
commitdiff
2014-07-18
Artyom Skrobov
extracting swapStruct into include/llvm/Support/MachO...
tree
|
commitdiff
2014-07-18
Tim Northover
R600: support f16 -> f64 conversion intrinsic.
tree
|
commitdiff
2014-07-18
Tim Northover
NVPTX: support direct f16 <-> f64 conversions via intri...
tree
|
commitdiff
2014-07-18
Hal Finkel
Rename AlignAttribute to IntAttribute
tree
|
commitdiff
2014-07-18
Matt Arsenault
R600: Implement TTI:getPopcntSupport
tree
|
commitdiff
2014-07-18
Jim Grosbach
X86: Constant fold converting vector setcc results...
tree
|
commitdiff
2014-07-18
Jim Grosbach
AArch64: Constant fold converting vector setcc results...
tree
|
commitdiff
2014-07-18
Michael J. Spencer
Revert "[x86] Fold extract_vector_elt of a load into...
tree
|
commitdiff
2014-07-18
Eric Christopher
Reset the Subtarget in the AsmPrinter for each machine...
tree
|
commitdiff
2014-07-18
Eric Christopher
Avoid resetting the UseSoftFloat and FloatABIType on...
tree
|
commitdiff
2014-07-17
Lang Hames
[MCJIT] Fix the alignment requirements for ARM and...
tree
|
commitdiff
2014-07-17
Nico Weber
ms inline asm: Don't add x86 segment registers to the...
tree
|
commitdiff
2014-07-17
Alp Toker
Drop the udis86 wrapper from llvm::sys
tree
|
commitdiff
2014-07-17
Arnaud A. de Grand...
[AArch64] Cleanup AsmParser: no need to use dyn_cast...
tree
|
commitdiff
2014-07-17
Suyog Sarda
Rectify r213231. Use proper version of 'ComputeNumSignB...
tree
|
commitdiff
2014-07-17
Lang Hames
[MCJIT] Significantly refactor the RuntimeDyldMachO...
tree
|
commitdiff
2014-07-17
Alexey Samsonov
[ASan] Don't instrument load/stores with !nosanitize...
tree
|
commitdiff
2014-07-17
Hans Wennborg
Typo: exists -> exits
tree
|
commitdiff
2014-07-17
Justin Holewinski
[NVPTX] Improve handling of FP fusion
tree
|
commitdiff
2014-07-17
Matt Arsenault
Fix typos
tree
|
commitdiff
2014-07-17
Adam Nemet
[X86] AVX512: Add disassembler support for compressed...
tree
|
commitdiff
2014-07-17
Adam Nemet
[X86] AVX512: Rename EVEX_CD8V to CD8_Form
tree
|
commitdiff
2014-07-17
Adam Nemet
[X86] AVX512: Use the TD version of CD8_Scale in the...
tree
|
commitdiff
2014-07-17
Adam Nemet
[X86] AVX512: Move compressed displacement logic to TD
tree
|
commitdiff
2014-07-17
Adam Nemet
[TableGen] Allow shift operators to take bits<n>
tree
|
commitdiff
2014-07-17
Justin Holewinski
[NVPTX] Add missing .v4 qualifier on vector store instr...
tree
|
commitdiff
2014-07-17
Saleem Abdulrasool
MC: correct DWARF header for PE/COFF assembly input
tree
|
commitdiff
2014-07-17
Saleem Abdulrasool
MC: fix MCAsmInfo usage for windows-itanium
tree
|
commitdiff
2014-07-17
Saleem Abdulrasool
MC: collapse emission of producer
tree
|
commitdiff
2014-07-17
Justin Holewinski
[NVPTX] Flag surface/texture query instructions with...
tree
|
commitdiff
2014-07-17
Justin Holewinski
[NVPTX] Add more surface/texture intrinsics, including...
tree
|
commitdiff
2014-07-17
Tim Northover
ARM: support direct f16 <-> f64 conversions
tree
|
commitdiff
2014-07-17
Tim Northover
CodeGen: generate single libcall for fptrunc -> f16...
tree
|
commitdiff
2014-07-17
Tim Northover
X86: support double extension of f16 type.
tree
|
commitdiff
2014-07-17
Tim Northover
CodeGen: extend f16 conversions to permit types > float.
tree
|
commitdiff
2014-07-17
Yi Kong
Port memory barriers intrinsics to AArch64
tree
|
commitdiff
2014-07-17
Daniel Sanders
[mips] .reginfo is 8 byte aligned on N32.
tree
|
commitdiff
2014-07-17
Daniel Sanders
[mips] Correct ELF e_flags for the N32 ABI when using...
tree
|
commitdiff
2014-07-17
Daniel Sanders
[mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6
tree
|
commitdiff
2014-07-17
Daniel Sanders
[mips] Fix ELF e_flags related to -mabicalls and -mplt.
tree
|
commitdiff
2014-07-17
Yi Kong
Fix the prefix for arm64 triple
tree
|
commitdiff
2014-07-17
Evgeniy Stepanov
[msan] Avoid redundant origin stores.
tree
|
commitdiff
2014-07-17
Suyog Sarda
Move ashr optimization from InstCombineShift to InstSim...
tree
|
commitdiff
2014-07-17
Matt Arsenault
Use range for
tree
|
commitdiff
2014-07-17
Matt Arsenault
R600: Short circuit alloca check if address space isn...
tree
|
commitdiff
2014-07-17
Suyog Sarda
Fix Typo (first commit to test commit access)
tree
|
commitdiff
2014-07-17
Saleem Abdulrasool
MC: make WinEH opcode an opaque value
tree
|
commitdiff
2014-07-17
Hal Finkel
Improve BasicAA CS-CS queries (redux)
tree
|
commitdiff
2014-07-16
Jingyue Wu
Partially revert r210444 due to performance regression
tree
|
commitdiff
2014-07-16
Sanjay Patel
Fixed formatting, removed bug reference, renamed testcase
tree
|
commitdiff
2014-07-16
Juergen Ributzka
[FastISel] Local values shouldn't be alive across an...
tree
|
commitdiff
2014-07-16
Lang Hames
[MCJIT] Improve a RuntimeDyldChecker diagnostic.
tree
|
commitdiff
2014-07-16
Sanjay Patel
trivial fix for PR20314
tree
|
commitdiff
2014-07-16
Sanjay Patel
Remove Atom references in description.
tree
|
commitdiff
2014-07-16
Manuel Jacob
Utilize CastInst::CreatePointerBitCastOrAddrSpaceCast...
tree
|
commitdiff
2014-07-16
Chris Bieneman
[RegisterCoalescer] Moving the RegisterCoalescer subtar...
tree
|
commitdiff
2014-07-16
Justin Holewinski
[NVPTX] Honor alignment on vector loads/stores
tree
|
commitdiff
2014-07-16
David Blaikie
Remove unnecessary/redundant std::move
tree
|
commitdiff
2014-07-16
Chris Bieneman
Added documentation for SizeMultiplier in the ARM subta...
tree
|
commitdiff
2014-07-16
Justin Holewinski
[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
tree
|
commitdiff
2014-07-16
Tim Northover
CodeGen: don't form illegail EXTLOAD operations.
tree
|
commitdiff
2014-07-16
Daniel Sanders
[mips][fp64a] Temporarily disable odd-numbered double...
tree
|
commitdiff
2014-07-16
Andrea Di Biagio
[X86] Add a check for 'isMOVHLPSMask' within method...
tree
|
commitdiff
2014-07-16
Reid Kleckner
Roundtrip the inalloca bit on allocas through bitcode
tree
|
commitdiff
2014-07-16
Manuel Jacob
Fix comment in InstCombiner::visitAddrSpaceCast.
tree
|
commitdiff
2014-07-16
Hans Wennborg
Perform wildcard expansion in Process::GetArgumentVecto...
tree
|
commitdiff
2014-07-16
Tyler Nowicki
Emit warnings if vectorization is forced and fails.
tree
|
commitdiff
2014-07-16
Juergen Ributzka
Remove TLI from isInTailCallPosition's arguments. NFC.
tree
|
commitdiff
next