projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2014-09-15
Chandler Carruth
[x86] Undo a flawed transform I added to form UNPCK...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Chandler Carruth
[x86] Teach the new vector shuffle lowering to use...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Frederic Riss
Fix ambiguous typedef introduced in r217747.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
David Majnemer
InstSimplify: Simplify trivial and/or of icmps
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Frederic Riss
Fix DebugInfo replaceAllUsesWith.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Frederic Riss
Move replaceAllUsesWith() from DIType to DIDescriptor.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Frederic Riss
Introduce the DWARFUnitSection abstraction.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Justin Bogner
llvm-cov: Clean up some redundancy in the view API...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-15
Justin Bogner
llvm-cov: Simplify CounterMappingRegion, pushing logic...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
Chandler Carruth
[x86] Teach the new vector shuffle lowering to use...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
NAKAMURA Takumi
llvm/test/CodeGen/X86/vec_shuffle-38.ll: Add explicit...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
Chandler Carruth
[x86] Add an SSE41 mode to this test. Nothing interesti...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
Chandler Carruth
[x86] Switch this test to use an ALL prefix with specia...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
Chandler Carruth
[x86] Add some test cases where we should emit blendpd...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
Chandler Carruth
[x86] Teach the vector combiner that picks a canonical...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
Yaron Keren
In DwarfEHPrepare, after all passes are run, RewindFunc...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
Matt Arsenault
R600/SI: Fix broken check lines
commit
|
commitdiff
|
tree
|
snapshot
2014-09-14
James Molloy
[A57FPLoadBalancing] Modify r217689 - actually we do...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-13
Juergen Ributzka
[FastISel][AArch64] Add support for non-native types...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-13
Nick Lewycky
Add control of function merging to the PMBuilder.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-13
Matt Arsenault
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2014-09-13
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-13
Chad Rosier
[AArch64] Update test case to pass with post-RA MI...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-13
Nick Kledzik
[llvm-objdump] Use PRIX64 with format()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Nick Kledzik
Stop suppress error messages in test case to see why...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Chad Rosier
[AArch64] Don't enable the post-RA MI scheduler at...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Owen Anderson
Allow targets to custom legalize vector insertion and...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Nick Kledzik
[llvm-objdump] support -rebase option for mach-o to...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Justin Bogner
llvm-profdata: Avoid undefined behaviour when reading...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Owen Anderson
Remove an unnecessary restriction. MIsNeedChainEdge...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Yaron Keren
The MCAssembler.h include isn't used.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Ehsan Akhgari
Add an overload of getLastArgNoClaim taking two OptSpec...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Chad Rosier
FileCheckize. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
JF Bastien
Add support for le64.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Chad Rosier
[AArch64] Enable post-RA MI scheduler.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
James Molloy
[A57FPLoadBalancing] Remove support for vector types
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
James Molloy
[A57FPLoadBalancing] Ignore <def>s when checking if...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Jordan Rose
[lit] Parse all strings as UTF-8 rather than ASCII.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
NAKAMURA Takumi
Move sys::fs::AccessMode out of @brief in the function...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
NAKAMURA Takumi
sys::fs::access(): Fix @param [-Wdocumentation]
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
NAKAMURA Takumi
llvm/test/CodeGen/X86/vec_ctbits.ll: Add explicit ...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
James Molloy
[A57LoadBalancing] unique_ptr-ify.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Zoran Jovanovic
[mips][microMIPS] Implement JRADDIUSP instruction
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Bill Schmidt
Address comments on r217622
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Zoran Jovanovic
[mips][microMIPS] Implement BGEZALS and BLTZALS instruc...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Zoran Jovanovic
[mips][microMIPS] Implement JALS and JALRS instructions.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Zoran Jovanovic
[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
James Molloy
[ARM] Teach the cost model that cross-class copies...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Benjamin Kramer
Legalizer: Use the scalar bit width when promoting...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Patrik Hagglund
Fix gcc -Wpedantic.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Evgeniy Stepanov
Add CMake check for libatomic.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Benjamin Kramer
Fix an ODR violation consisting of two 'struct Query...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Joerg Sonnenberger
Add Tom Stellard's role as 3.5 release manager.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Justin Bogner
llvm-cov: Move FunctionCoverageMapping into CoverageMap...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-12
Craig Topper
Remove a temporary variable and just construct a unique...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
David Majnemer
Object: Small cleanup in COFFObjectFile::getSymbol
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Justin Bogner
Revert "llvm-cov: Remove an overly system specific...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Lang Hames
[MCJIT] Improve the "stub not found" diagnostic in...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Rui Ueyama
[Support][Endian] Overload += and -=
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Matt Arsenault
R600/SI: Fix off by 1 error in used register count
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Lang Hames
[MCJIT] Make sure we test ARM BR24 relocations with...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Rui Ueyama
Support: Use llvm::COFF::BigObjMagic
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Rui Ueyama
Support: Delete {aligned_,}{u,}{little,big}8_t
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Juergen Ributzka
[C API] Make the 'lower switch' pass available via...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Quentin Colombet
[CodeGenPrepare] Teach the addressing mode matcher...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
David Blaikie
Remove the unused string section symbol parameter from...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Rui Ueyama
Support: improve identify_magic to recognize COFF bigobj
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Rafael Espindola
Misc cleanups to the FileSytem api.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Bill Schmidt
Add missing colon to RUN line...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Bill Schmidt
[PATCH, PowerPC] Accept 'U' and 'X' constraints in...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Lang Hames
[MCJIT] Add support for ARM HALF_DIFF relocations to...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Rafael Espindola
Use simpler version of sys::fs::exists. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Rafael Espindola
Use the simpler sys::fs:;exists. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Matt Arsenault
Add triple to test to fix bots
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Brad Smith
Provide an implementation of getNoopForMachoTarget...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Matt Arsenault
Add DAG combine for shl + add of constants.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Lang Hames
[MCJIT] Take the relocation addend into account when...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Ismail Pazarbasi
Added missing LLVM_NOEXCEPT to the definition of _obj2y...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Adam Nemet
[AVX512] Fix miscompile for unpack
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Sanjay Patel
Add triple and remove hashes to account for buildbot...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Benjamin Kramer
Move constant-sized bitvector to the stack.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Sanjay Patel
Combine fmul vector FP constants when unsafe math is...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Sanjay Patel
typo
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Add cmpxchg instruction for evergreen
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Test local atomics for evergreen
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Add LDS_WRXCHG[_RET] instructions for Evergreen.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Add LDS_MIN_[U]INT[_RET] instructions for Evergreen
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Add LDS_XOR[_RET] instructions for Evergreen
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Add LDS_OR[_RET] instructions for Evergreen
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Add LDS_AND[_RET] instructions for Evergreen
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Aaron Watry
R600: Add LDS_MAX_[U]INT[_RET] instructions for Evergreen
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Daniel Sanders
[docs] Mention character array constants in docs/LangRe...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Tilmann Scheller
[ARM] Add Thumb-2 code size optimization regression...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Tilmann Scheller
[ARM] Add Thumb-2 code size optimization regression...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Arnaud A. de...
[AArch64] Reenable the PBQP test now that the leak...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Tilmann Scheller
[ARM] Add Thumb-2 code size optimization regression...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Tilmann Scheller
[ARM] Add Thumb2 code size optimization regression...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Chandler Carruth
[x86] Fixup r217565 which baked in an assumption about...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
Hal Finkel
[AlignmentFromAssumptions] Don't crash just because...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-11
David Xu
Build correct vector filled with undef nodes
commit
|
commitdiff
|
tree
|
snapshot
next