projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2015-07-02
Sanjoy Das
[Statepoints][NFC] Add Statepoint::getGCResult.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-02
Sanjoy Das
[LazyCallGraph] Port test case from r240039 to LCG.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-02
Eric Christopher
Make an X86 specific directory and put the recent X86...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-02
Eric Christopher
Implement TargetTransformInfo::hasCompatibleFunctionAtt...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-02
Eric Christopher
Add a routine to TargetTransformInfo that will allow...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
JF Bastien
WebAssembly: start instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Quentin Colombet
[TwoAddressInstructionPass] Try 3 Addr Conversion After...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Pawel Bylica
Change APInt comparison with uint64_t.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Matthias Braun
Test for specific output in lit test
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Alexey Samsonov
[LoopVectorize] Use ReplaceInstWithInst() helper where...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Pete Cooper
Pack MCSymbol::Flags in to the bitfield with other...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Dan Gohman
[WebAssembly] Define separate Target instances for...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Jingyue Wu
[NVPTX] expand extload/truncstore for vectors of floats
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Pete Cooper
Encode MCSymbol alignment as log2(align).
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Reid Kleckner
[WinEH] Use llvm.x86.seh.recoverfp in WinEHPrepare
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Jingyue Wu
[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Bill Schmidt
[PPC64LE] Enable missing lxvdsx optimization, and relat...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Sanjay Patel
add a cl::opt override for TargetLoweringBase's JumpIsE...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Jonathan Roelofs
Disallow in-source builds (as we already do for the...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
David Blaikie
Revert "[DWARF] Fix debug info generation for function...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Sanjay Patel
fix formatting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Sanjay Patel
fix typos in comment; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Matthias Braun
LivePhysRegs: Add support to add pristine registers...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Reid Kleckner
[SEH] Don't assert if the parent function lacks a perso...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Benjamin Kramer
[AsmPrinter] Hide implementation details
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Arnaud A. de...
[AArch64] Implement add/adds/sub/subs/cmp/cmn with...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Benjamin Kramer
[SDAG] Give InstrEmitter hidden visibility
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Benjamin Kramer
[CodeGen] Reduce visibility of implementation details
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
James Y Knight
[Sparc] Rearrange SparcInstrInfo, no change.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Michael Kuperstein
Test committed in r241153 is more target-specific than...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Scott Douglass
Expand Phabricator docs slightly
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Igor Breger
AVX-512: Implemented missing encoding for FMA scalar...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Michael Kuperstein
Fix non-target-specific test not to use the x86 triple.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Rafael Espindola
Return ErrorOr from getSection.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Michael Kuperstein
[DWARF] Fix debug info generation for function static...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Michael Kuperstein
[X86] Avoid over-relaxation of 8-bit immediates in...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
NAKAMURA Takumi
Revert part of r241149, "Fix PR23872: Integrated assemb...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Zoran Jovanovic
[mips][microMIPS] Implement SLL and NOP instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Gabor Ballabas
Fix PR23872: Integrated assembler error message when...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
David Majnemer
[LoopUnroll] Use undef for phis with no value live
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
David Majnemer
[SCCP] Turn loads of null into undef instead of zero...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Jingyue Wu
[NaryReassociate] enhances nsw by leveraging @llvm...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
JF Bastien
Getting started docs: https, and check signature
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alexey Samsonov
[SanitizerCoverage] Don't add instrumentation to unreac...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Mark Heffernan
Fix several typos in LangRef.rst related to loop unroll...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Reid Kleckner
[SEH] Add new intrinsics for recovering and restoring...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alexey Samsonov
[IRBuilder] Delete unused constructor and SetInsertPoin...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alexey Samsonov
Fix memory leak in unittest added in r241101.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
David Majnemer
[Cloning] Teach CloneModule about personality functions
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Jingyue Wu
[NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Sanjoy Das
[FaultMaps] Let the frontend pre-select implicit null...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Pete Cooper
Pack MCSymbol::HasName in to a spare bit in the section...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Use ErrorOr in getRelocationAdress.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Implement containsSymbol with other lower level methods.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Nemanja Ivanovic
Modified a comment about the reason for the patch ...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Remove Elf_Shdr_Iter. Diagnose files with invalid secti...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Nemanja Ivanovic
Fixes a bug with __builtin_vsx_lxvdw4x on Little Endian...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Use range loops. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Use range loop.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Peter Collingbourne
COFF: Do not assign linker-weak symbols to selectany...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alexey Samsonov
[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Use range loop.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Jingyue Wu
[NVPTX] Fix issue introduced in D10321
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Adrian Prantl
Fix a fixme and make DICompileUnit a distinct node...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alex Lorenz
Fix compilation failure introduced in r241093.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Add a test of an elf file with an invalid section index.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alex Lorenz
MIR Serialization: Serialize MBB successors.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alex Lorenz
MIR Printer: extract the code that prints MBB reference...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alex Lorenz
MIR Parser: refactor error reporting for machine instru...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alex Lorenz
MIR Parser: make the machine instruction parsing interf...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Samuel Antao
Force relocation mode to be default, regardless of...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Dan Liew
[CMake] Make the CMake files (LLVMConfig.cmake and...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Alex Lorenz
MIR Parser: adopt the 'maybeLex...' pattern. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Sanjay Patel
use range-based for loops; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Fix the name of the iterator functions to match the...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Report an error on invalid sh_entsize.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Michael Kuperstein
[X86] Fix a bug in WIN_FTOL_32/64 handling.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Toma Tabacu
[mips] [IAS] Add support for the .module softfloat...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Toma Tabacu
[mips] [IAS] Make .module directives change AssemblerOp...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Ranjeet Singh
Reverting r241058 because it's causing buildbot failures.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Ranjeet Singh
There are a few places where subtarget features are...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
David Majnemer
Correct a typo for a LoopVectorize test
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Toma Tabacu
[mips] [IAS] Add support for the .set oddspreg/nooddspr...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Michael Kuperstein
[X86] Add FXSR intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
NAKAMURA Takumi
ELF.h: Prune obsolete comments removed in r240996....
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Don't return error_code from a function that doesn...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Dan Gohman
Drop the OS from the WebAssembly target triple for...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Move function to the only file that uses it.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Don't return error_code from a function that doesn...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Adrian Prantl
Debug info: Add dwarf backend support for DIModule.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Don't return error_code from a function that doesn...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Dan Gohman
Fix LastArchType to point to the new last arch.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rafael Espindola
Cleanup getRelocationAddend.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Matthias Braun
RegisterCoalescer: Cleanup empty subranges after shrink...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Adrian Prantl
llvm-bcanalyzer: Add a field that was missed in r241016.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Rui Ueyama
Object/COFF: Define coff_symbol_generic.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Rafael Espindola
Use asserts for checks that should never fail.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Dan Gohman
[WebAssembly] Initial WebAssembly backend
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Rafael Espindola
Don't return error_code from function that never fails.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Peter Collingbourne
lto: Clean up C libLTO interfaces pertaining to linker...
commit
|
commitdiff
|
tree
|
snapshot
next