projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2015-07-27
Simon Pilgrim
[X86] Add missing _m_prefetch intrinsic
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
Enrico Granata
Add a more tweakable way for ValueObjectPrinter to...
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
Daniel Sanders
[libcxxabi] Add -funwind-tables to the test compilation...
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
Aaron Ballman
Correcting a typo in a comment; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Tobias Grosser
Simplify code in BlockGenerator::generateScalarLoads...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alex Lorenz
Reset the virtual registers in liveins when clearing...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Samuel Antao
[OpenMP] Fix copyin codegen test regression in order...
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
Samuel Antao
[OpenMP] Fix copyin clause codegen regression caused...
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
Dawn Perchik
[lldb-mi] Fix breakpoints on functions when C++ namespa...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Samuel Antao
[OpenMP] Add TLS requirement for the copyin clause...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Douglas Katzman
Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Samuel Antao
[OpenMP] Add capture for threadprivate variables used...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Jonathan Peyton
Update Build_With_CMake.txt to reflect changes in CMake...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Jonathan Roelofs
Analysis: Fix example usage comment in CFG.cpp. NFC
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
Alexander Kornienko
[clang-tidy] Set current main file name in tests.
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
Aaron Ballman
Trying again to a failing test the bots found with...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Aaron Ballman
Fixing a failing test the bots found with r243266.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Daniel Jasper
misc-unused-parameters: Don't warn on ParmVarDecls...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Aaron Ballman
Updating the documentation for clang-tidy. Removes...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Alexander Kornienko
[clang-tidy] Don't duplicate the leading slash.
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
Renato Golin
Setting ARM dynamic linker name from commandline
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
David Majnemer
[clang-cl] Handle -O correctly
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Yaron Keren
Rename highly-confusing isWhitespace that returns false...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Richard Smith
[modules] Add an assert for redeclarations that we...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
NAKAMURA Takumi
LoopAccessAnalysis.cpp: Tweak r243239 to avoid side...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Oleksiy Vyalov
Fix jSignalsInfo packet handling.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-27
Sean Silva
Avoid using uncommon acronym "MSROM".
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
David Majnemer
[Targets] Define _M_AMD64 and _M_X64 to a more appropri...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Tobias Grosser
Simplify some isl expression we use
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Jingyue Wu
Roll forward r243250
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
David Majnemer
[AST] It should be impossible to get Int128 or UInt128...
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
Johannes Doerfert
Remove explicit heap allocation to fix and prevent...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Tobias Grosser
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
David Majnemer
[MS Extensions] Remove support for the i128 integer...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
David Majnemer
[Sema] Refactor AddAlignedAttr to reduce indentation
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Dmitry Vyukov
tsan: fix shift overflow
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-26
Yaron Keren
This test failed on ninja-x64-msvc-RA-centos6.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Yaron Keren
Revert three tests enabled on r243236, they fail on...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Yaron Keren
Enable passing clang tests on Windows/MSYS.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Yaron Keren
Fix test running under mingw.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
David Majnemer
Try to make the buildbots happy
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
David Majnemer
[Sema] The alignment of an object has an upper bound...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Rui Ueyama
ELF2: Avoid calling std::sort to make output deterministic.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-26
Rui Ueyama
ELF2: Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Chaoren Lin
XFAIL TestExprOptions on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Rui Ueyama
COFF: Use short identifiers. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Rui Ueyama
COFF: Fix image base address for 32-bit.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
[libclang] Use lambdas instead of explicit structs...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Pilgrim
[InstCombine][SSE4A] Standardized references to Length...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
David Majnemer
[AST] Rename RecordLayoutBuilder to ItaniumRecordLayout...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Yaron Keren
Enable clang tests requiring "clang-driver" on mingw.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Pilgrim
[InstCombine] Split off SSE4a tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
[VTableBuilder] Use range-based for loops. No functiona...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
[VTableBuilder] Turn functors into lambdas
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
Add missing namespace specifiers.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
Upgrade for Clang API change.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
Capture 'this' so GCC 4.7 can find a static members.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
[AST] Turn the callbacks of lookupInBases and forallBas...
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
Tobias Grosser
Fix formatting of recent alias-analysis commit
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Tobias Grosser
Prevectorize the schedule of the band (or the point...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Benjamin Kramer
[Modules] Wrap the main ModuleManager visitor in a...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Pilgrim
[X86][SSE] Added additional vector sign/zero extension...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Atanasyan
[Mips] Define _DYNAMIC_LINKING symbol if output is...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Atanasyan
[Mips] Remove redundant separate functions to calculate...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Atanasyan
[Mips] Remove duplicated code by joining the same functions
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Simon Atanasyan
[Mips] Do not sign-extend addends read from RELA reloca...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
David Majnemer
[clang-cl] Add fallback support for /Zl
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
David Majnemer
[CodeGen] Don't UBSan-ize the argument to __builtin_fra...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Rui Ueyama
COFF: ARM: Support import functions.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Rui Ueyama
COFF: ARM: Implement BLX23T relocation.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Chen Li
[LoopUnswitch] Improve loop unswitch pass to find trivi...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-25
Rui Ueyama
COFF: ARM: Implement BRANCH24T relocation.
commit
|
commitdiff
|
tree
|
snapshot
next