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-10-26
Lang Hames
[Orc] Add license header to OrcTargetSupport.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Lang Hames
[Orc] In the CompileOnDemand layer, wrap module ownersh...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Majnemer
Update test to take into account for r251271.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Majnemer
[MC] Add support for GNU as-compatible binary operator...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Majnemer
[MC] Don't crash when .word is given bogus values
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Tobias Grosser
RegionInfo: Correctly expand regions
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Benjamin Kramer
Convert assert(false) into llvm_unreachable where it...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86][AVX] Regenerate tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Saleem Abdulrasool
docs: document `x` mangling in LangRef
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Davide Italiano
[ScalarEvolution] Throw away dead code.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Davide Italiano
[ScalarEvolution] Get rid of NDEBUG in header (correctl...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Sanjoy Das
[LCSSA] Unbreak build, don't reuse L; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Davide Italiano
[ScalarEvolution] Get rid of NDEBUG in header.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Sanjoy Das
[LCSSA] Use range for loops; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86][SSE4A] Fix for EXTRQI shuffle lowering.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86][SSE] Refreshed tests (missing AVX512 patterns)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Elena Demikhovsky
Scalarizer for masked.gather and masked.scatter intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86][SSE] Added tests for shuffling through bitcasts.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86][SSE] vector sext/zext tests - remove unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86][SSE] shift/rotate tests - remove unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86] PMOV*X* tests - remove unnecessary mcpu arguments...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Simon Pilgrim
[X86] Stack folding tests - just use mtriple - no need...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Michael Kuperstein
[X86] Use correct calling convention for MCU psABI...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Michael Kuperstein
[X86] Add support for elfiamcu triple
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Craig Topper
Remove two unnecessary conversions from MVT to EVT...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-25
Craig Topper
Use MVT::SimpleValueType instead of MVT in template...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Rafael Espindola
Simplify boolean conditional return statements in tools...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Rafael Espindola
Simplify boolean expressions in tools/llvm-objdump.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Rafael Espindola
Refactor: Simplify boolean conditional return statement...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Simon Pilgrim
[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Davide Italiano
[Support] Add comment to explain why we can't drop...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Davide Italiano
[CodeGen] Get rid of NDEBUG to ensure structure stability.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Simon Pilgrim
[X86][SSE] lowerVectorShuffleWithUNPCK - use equivalent...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Michael Zolotukhin
Refactor: Simplify boolean conditional return statement...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Simon Pilgrim
Removed old FIXME - we do generate movddup for SSE3...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Simon Pilgrim
[DAGCombiner] Tidy up ConstantFP commutation. NFCI
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Benjamin Kramer
Use all_of to simplify control flow. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Yaron Keren
Add libuuid to required system libraries list for mingw.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Benjamin Kramer
Use find_if to simplify control flow. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Simon Pilgrim
[DAGCombiner] Generalize masking of constant rotates.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Craig Topper
Call the version of ConvertCostTableLookup that takes...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Hans Wennborg
X86ISelLowering: Support tail calls to/from callee...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Simon Pilgrim
Fix unused variable warning. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Simon Pilgrim
[X86][XOP] Add support for lowering vector rotations
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Benjamin Kramer
[TblGen] ArrayRefize CodeGenSchedule. No functionality...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Benjamin Kramer
[TblGen] ArrayRefize TGParser. No functional change...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Benjamin Kramer
[BasicAliasAnalysis] Simplify expression, no functional...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
NAKAMURA Takumi
ScalarReplAggregates.cpp: Try to appease clash of anony...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Sanjoy Das
Extract out getConstantRangeFromMetadata; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Sanjoy Das
Fix whitespace issues in two places; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
NAKAMURA Takumi
llvm/Transforms/Utils/LoopVersioning.h requires llvm...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Kostya Serebryany
[libFuzzer] add -merge flag to merge corpora
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
NAKAMURA Takumi
Fix ADT/UniqueVector.h to resolve implicit dependency.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
NAKAMURA Takumi
llvm/module.modulemap: AVR.def should be textual header.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-24
Matt Arsenault
AMDGPU: Print modifiers when dumping AMDGPUOperand
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Igor Laevsky
[RS4GC] Rename stripDereferenceabilityInfo into stripNo...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Rafael Espindola
Add a RAW mode to StringTableBuilder.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Chen Li
Revert rL251061 [SimplifyCFG] Extend SimplifyResume...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Hal Finkel
Handle non-constant shifts in computeKnownBits, and...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Tim Northover
GVN: don't try to replace instruction with itself.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Rafael Espindola
Fix the variable names to match the LLVM style.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Sanjoy Das
[SCEV] Fix stylistic issue in MatchBinaryAddToConst...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Sanjoy Das
[Inliner] Don't inline through callsites with operand...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Chris Bieneman
[CMake] Fixing dependency issue with parallel make...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Reid Kleckner
[X86] Clean up the tail call eligibility logic
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Lang Hames
[RuntimeDyld][COFF] Fix a think-o in the handling of...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Kostya Serebryany
[libFuzzer] remove some old code; also make __sanitizer...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Matt Arsenault
AMDGPU: Fix parsing of 32-bit literals with sign bit set
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Jonathan Roelofs
Fix another reference to in-source builds
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Artyom Skrobov
[ARM] Renaming +t2dsp feature into +dsp, as discussed...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Oleg Ranevskyy
[ARM CodeGen] @llvm.debugtrap call may be removed when...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Oleg Ranevskyy
Test commit: fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Davide Italiano
[llvm-readobj] Don't cast qualifiers away. Now gcc...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Joseph Tremoulet
[CodeGen] Mark setjmp/catchret MBBs address-taken
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
James Molloy
[BasicAA] Bugfix for r251016
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
James Molloy
Revert "[AArch64]Merge halfword loads into a 32-bit...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Sanjoy Das
[SCEV] Get rid of an unnecessary lambda; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Zlatko Buljan
[mips][microMIPS] Implement SHLL.PH, SHLL_S.PH, SHLL...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Sanjoy Das
[SCEV] Fix a latent bug in `getPreStartForExtend`
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Dylan McKay
[AVR] Add ELF constants to headers
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Saleem Abdulrasool
Support, IR: silence -Wunused-parameter
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Xinliang David Li
Add more intrumentation/runtime helper interfaces ...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Sanjoy Das
[LangRef] Fix the doc for operand bundles
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Mehdi Amini
SLPVectorizer: AllSameOpcode* starts "true" only for...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Mehdi Amini
SLPVectorizer: refactor reorderInputsAccordingToOpcode...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Davide Italiano
[CodeGen] Remove usage of NDEBUG in header.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Kostya Serebryany
[libFuzzer] use the indirect caller-callee counter...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Kostya Serebryany
[libFuzzer] more refactoring the code that checks the...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Kostya Serebryany
[libFuzzer] refactoring the code that checks the covera...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Xinliang David Li
Minor bug fix in Profile Name Prefix interface
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Kostya Serebryany
[libFuzzer] remove the deprecated 'tokens' feature
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Justin Bogner
LoopPass: Remove redoLoop, it isn't used. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Justin Bogner
LoopPass: Simplify the API for adding a new loop. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Chen Li
[SimplifyCFG] Extend SimplifyResume to handle phi of...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Xinliang David Li
Add helper functions and remove hard coded references...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
David Majnemer
[Sink] Don't check BB.empty()
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Alexey Samsonov
[ASan] Enable instrumentation of dynamic allocas by...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Sanjoy Das
[SCEV] Remove a test case added in r249168
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Sanjoy Das
[SCEV] Commute zero extends through <nuw> additions
commit
|
commitdiff
|
tree
|
snapshot
2015-10-22
Sanjoy Das
[SCEV] Opportunistically interpret unsigned constraints...
commit
|
commitdiff
|
tree
|
snapshot
next