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-28
Alex Lorenz
Add a test case for r242191 ([MMX] Use the appropriate...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Lang Hames
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Chih-Hung Hsieh
Move unit tests to target specific directories.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Alex Lorenz
MIR Serialization: Serialize the block address machine...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
JF Bastien
WebAssembly: MCAsmInfo only has one syntax variant...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjay Patel
add tests to show broken current behavior of minsize...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Alex Lorenz
MIR Parser: Extract the method 'parseGlobalValue'....
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Alex Lorenz
MIR Parser: Move the function 'lexName'. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Alex Lorenz
MIR Printer: Remove an outdated TODO comment and assert...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Alex Lorenz
MIR Parser: Remove redundant parameters. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Chih-Hung Hsieh
Implement target independent TLS compatible with glibc...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Martell Malone
Summary:
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Bruno Cardoso...
[LVI] Cleanup whitespaces. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjay Patel
fix formatting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Geoff Berry
[AArch64] Match float round and convert to int instruct...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Douglas Katzman
Use a specified list of languages in cmake project...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Silviu Baranga
[LAA] Add clarifying comments for the checking pointer...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Adhemerval...
Implement __builtin_thread_pointer
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Martell Malone
docs: update arcanist links
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Chandler Carruth
[GMR] Teach GlobalsModRef to distinguish an important...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Renato Golin
Improving lli documentation
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Michael Kuperstein
[X86] Remove mergeSPUpdatesUp()
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Simon Pilgrim
[X86][SSE] Use bitmasks instead of shuffles where possible.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Igor Breger
AVX512: Add encoding tests to vptestnm instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Igor Breger
AVX512: Implemented encoding and intrinsics for VGETEXP...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Puyan Lotfi
Changes for MachineBasicBlock to use SortedVector for...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Mehdi Amini
Move the Target way of overriding DAG Scheduler to...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Puyan Lotfi
Adding ADT SortedVector; client patch will follow.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Chandler Carruth
[GMR] Fix a long-standing bug in GlobalsModRef where...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Adam Nemet
[LDist][LVer] Explicitly pass the set of memchecks...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Craig Topper
Remove unnecessary const_casts. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Bob Wilson
Reserve some constant values for the Swift calling...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjoy Das
FileCheck'ify some wc/grep based tests; NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Kostya Serebryany
[libFuzzer] ensure that the dfsan tracing hooks actuall...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Kostya Serebryany
[libFuzzer] when using cmp traces, first check that...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjay Patel
fix invalid load folding with SSE/AVX FP logical instru...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
Sanjoy Das
[LSR] Move X86 specific test case to X86/
commit
|
commitdiff
|
tree
|
snapshot
2015-07-28
David Blaikie
[opaque pointer type] Avoid using pointee types to...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Adam Nemet
[LAA] Split out a helper to print a collection of memchecks
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjay Patel
fix typo; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
David Blaikie
[opaque pointers] Avoid the use of pointee types when...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjoy Das
[LSR] Generate and use zero extends
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjoy Das
[TargetTransformInfo][NFCI] Add TargetTransformInfo...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
JF Bastien
WebAssembly: add a generic CPU
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
NAKAMURA Takumi
Tweak llvm/test/CodeGen/X86/virtual-registers-cleared...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alex Lorenz
MIR Serialization: Serialize the unnamed basic block...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
JF Bastien
WebAssembly: more MCAsmInfo nits.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Colin LeMahieu
[llvm-mc] Add --no-warn flag with -W alias to disable...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Reid Kleckner
Fix -Wmicrosoft-enum warning
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alex Lorenz
IR: Expose the method 'getLocalSlot' in the module...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alexandros...
- Added support for parsing HWDiv features using Target...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Colin LeMahieu
[llvm-mc] Pushing plumbing through for --fatal-warnings...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjoy Das
[IndVars] Make loop varying predicates loop invariant.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjay Patel
remove unnecessary forward declaration; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjay Patel
don't repeat function names in comments; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
JF Bastien
WebAssembly: minor MCAsmInfo fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Simon Pilgrim
[X86][SSE] Added shuffle tests to demonstrate missed...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alex Lorenz
MIR Serialization: Serialize the '.cfi_def_cfa_register...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alex Lorenz
MIR Parser: Rename the standalone parsing methods....
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Bruno Cardoso...
Revert "[PeepholeOptimizer] Look through PHIs to find...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Adam Nemet
[LAA] Upper-case variable names, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Adam Nemet
[LAA] Split out a helper from addRuntimeCheck to genera...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Akira Hatanaka
[AArch64] Remove check for Darwin that was needed to...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Simon Pilgrim
Fixed signed/unsigned comparison warning.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Juergen Ributzka
[AArch64][FastISel] Add more truncation tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Simon Pilgrim
[InstCombine][X86][SSE] Replace sign/zero extension...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Pete Cooper
Revert "Remove unnecessary null check. NFC."
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Matt Arsenault
Fix assert when inlining a constantexpr addrspacecast
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Diego Novillo
Fix ODR violation. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
JF Bastien
Fix `llvm-config` to emit the linker flag for the combi...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Marek Olsak
AMDGPU: don't match vgpr loads for constant loads
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjay Patel
move combineRepeatedFPDivisors logic into a helper...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alex Lorenz
Reset the virtual registers in liveins when clearing...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alex Lorenz
MIR Serialization: Serialize the machine function's...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sanjay Patel
fix typo and spacing; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Davide Italiano
[TableGen] Emit the correct error message.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Pete Cooper
Revert "Add const to a bunch of Type* in DataLayout...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Pete Cooper
Revert "Add const to some Type* parameters which didn...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Silviu Baranga
The tests added in r243270 require asserts to be enabled
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Silviu Baranga
Fix the tests added in r243270. Use 2>&1 instead of |&
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Bruno Cardoso...
[PeepholeOptimizer] Look through PHIs to find additiona...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Silviu Baranga
[ARM/AArch64] Fix cost model for interleaved accesses
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Simon Pilgrim
[X86] Reordered lowerVectorShuffleAsBitMask before...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Marek Olsak
AMDGPU/SI: Fix the V_FRACT_F64 SI bug workaround
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
NAKAMURA Takumi
LoopAccessAnalysis.cpp: Tweak r243239 to avoid side...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sean Silva
Avoid using uncommon acronym "MSROM".
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Jingyue Wu
Roll forward r243250
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Jingyue Wu
Revert r243250
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Jingyue Wu
[TTI/CostModel] improve TTI::getGEPCost and use it...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Simon Pilgrim
[X86][SSE] Refreshed vector bit count tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Simon Pilgrim
[X86][AVX2] Refreshed avx2 conversion tests
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Tobias Grosser
bugpoint: make the number of trim iterations a compile...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Igor Breger
Implemented encoding and intrinsics of the following...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Tobias Grosser
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Davide Italiano
[llvm-dwarfump] Don't rely on global state, part 3.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Adam Nemet
[LAA] Begin moving the logic of generating checks out...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Pilgrim
[InstCombine][SSE4A] Standardized references to Length...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Pilgrim
[InstCombine] Split off SSE4a tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Pilgrim
[X86][SSE] Added additional vector sign/zero load exten...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Pilgrim
[X86][SSE] Added additional vector sign/zero extension...
commit
|
commitdiff
|
tree
|
snapshot
next