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-08-18
Simon Pilgrim
[X86] Refreshed sign extension tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Hans Wennborg
Release script: correctly symlink clang-tools-extra...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Simon Pilgrim
[X86][AVX] Added shuffle concatenation tests
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Matthias Braun
DAGCombiner: Improve DAGCombiner select normalization
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Matthias Braun
DAGCombiner: Optimize SELECTs first before turning...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Simon Pilgrim
Updated constants to give more useful min/max constant...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Chandler Carruth
[PM/AA] Add using declarations to avoid hiding virtual...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
David Majnemer
[WinEH] Calculate state numbers for the new EH represen...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Matthias Braun
MachineRegisterInfo: Introduce isPhysRegUsed()
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Chandler Carruth
[LPM] Cleanup some loops to be range based for loops...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Chandler Carruth
[LPM] Group the addPreserved template with the non...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Lang Hames
[Kaleidoscope] Start C++11'ifying the kaleidoscope...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Chandler Carruth
[PM/AA] Remove the last relics of the separate IPA...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Alex Lorenz
MIR Parser: Implicit register verifier should accept...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Bruno Cardoso...
[LVI] Use a SmallDenseMap instead of std::map for Value...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Sanjay Patel
use minSize wrapper; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Bruno Cardoso...
[LVI] Improve LazyValueInfo compile time performance
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Chad Rosier
[AArch64] Simplify the logic for computing in bounds...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Daniel Sanders
[mips] Expand JAL instructions when PIC is enabled.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Davide Italiano
[MC] Convert another bunch of tests from macho-dump...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Zoran Jovanovic
[mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Zoran Jovanovic
[mips][microMIPS] Implement SW and SWE instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Daniel Sanders
[mips] Make the MipsAsmParser capable of knowing whethe...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Michael Kruse
[Support] On Windows, generate PDF files for graphs...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Michael Kruse
[Support] Always wait for GraphViz before opening the...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Daniel Sanders
[mips] Correct -Woverflow warning in r245208 without...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Simon Pilgrim
Fixed max/min typo in test names
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Simon Pilgrim
[X86][SSE} Added constant SMAX/SMIN/UMAX/UMIN tests
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Simon Pilgrim
[X86][SSE] Added extra vector truncation tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Yaron Keren
Add unit test for isLayoutIdentical(empty, empty).
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Justin Bogner
Revert "Constant propagation after hiting llvm.assume"
commit
|
commitdiff
|
tree
|
snapshot
2015-08-18
Piotr Padlewski
Constant propagation after hiting llvm.assume
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Hans Wennborg
Doxygen: add build option to use svg instead of png...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Eric Christopher
Add an exposed variable for which c++ compiler we're...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Dan Gohman
[WebAssembly] Don't default to ELF in the triple.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Guozhi Wei
Align SP adjustment in function getSPAdjust
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Dan Gohman
[WebAssembly] Make getArchTypePrefix return "wasm".
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Alex Lorenz
MIR Serialization: Serialize the local offsets for...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Alex Lorenz
MIR Serialization: Serialize the memory operand's range...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Alex Lorenz
MIR Serialization: Serialize the memory operand's noali...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Alex Lorenz
MIR Serialization: Serialize the memory operand's alias...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Alex Lorenz
MIR Serialization: Serialize the memory operand's TBAA...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
David Majnemer
[WinEHPrepare] Replace unreasonable funclet terminators...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Douglas Katzman
[SPARC]: recognize '.' as the start of an assembler...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
James Molloy
[ARM] Fix crash when targetting CPU without NEON
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Igor Laevsky
[ScalarEvolutionExpander] Reuse findExistingExpansion...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Silviu Baranga
[CostModel][AArch64] Increase cost of vector insert...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Silviu Baranga
[CostModel][ARM] Increase cost of insert/extract operations
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Igor Laevsky
[BasicAliasAnalysis] Do not check ModRef table for...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Artur Pilipenko
Take alignment into account in isSafeToSpeculativelyExe...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Benjamin Kramer
Extend MCAsmLexer so that it can peek forward several...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Aaron Ballman
Correcting a -Woverflow warning where 0xFFFF was overfl...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Joseph Tremoulet
[WinEHPrepare] Fix catchret successor phi demotion
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Tobias Grosser
Revert "Disable targetdatalayoutcheck"
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Tobias Grosser
Disable targetdatalayoutcheck
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Daniel Sanders
[mips] [IAS] Add support for the DLA pseudo-instruction...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Michael Kuperstein
[GMR] isNonEscapingGlobalNoAlias() should look through...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
James Molloy
Remove hand-rolled matching for fmin and fmax.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
James Molloy
Rip out hand-rolled matching code for VMIN, VMAX, VMINN...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
James Molloy
Generate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Karthik Bhat
Fix PR24469 resulting from r245025 and re-enable dead...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
David Majnemer
Revert "[InstCombinePHI] Partial simplification of...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Chandler Carruth
[PM] Port ScalarEvolution to the new pass manager.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Chandler Carruth
[ADT] Teach FoldingSet to be movable.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Craig Topper
[TableGen] Use range-based for loop.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Craig Topper
[TableGen] Move the ConversionRow vector into the Conve...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Benjamin Kramer
[SimplifyLibCalls] Drop default template args. No funct...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Benjamin Kramer
[IR] Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Sanjay Patel
transform fmin/fmax calls when possible (PR24314)
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Sanjoy Das
[LSR][NFC] Don’t duplicate entity name at the beginning...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Sanjoy Das
[LSR][NFC] Use camelCase for method names in Formula...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Sanjay Patel
use SDValue bool operator; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Yaron Keren
Add missing include guard.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
David Majnemer
Revert "Add support for cross block dse. This patch...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
David Majnemer
[InstCombine] Replace an and+icmp with a trunc+icmp
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Chandler Carruth
Revert r244127: [PM] Remove a failed attempt to port...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
David Majnemer
[X86] Widen the 'AND' mask if doing so shrinks the...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
NAKAMURA Takumi
MergeFunc: Quick fix for r245140, Ignore second, aka...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Yaron Keren
Try to appease VS 2015 warnings from reviews.llvm.org...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Sanjay Patel
[x86] enable machine combiner reassociations for scalar...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Simon Pilgrim
Updated broadcast stack folding test to avoid use of...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Sanjay Patel
fix typos; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Sanjay Patel
add test case to show current codegen
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Yaron Keren
Silence VS2015 warning.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Simon Pilgrim
[DAGCombiner] Attempt to mask vectors before zero exten...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Chandler Carruth
[PM/AA] Delete the LibCallAliasAnalysis and all the...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
David Majnemer
[IR] Update CreateCatchRet to take a return value
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Matt Arsenault
AMDGPU/SI: Only look at live out SGPR defs
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
David Majnemer
[IR] Give catchret an optional 'return value' operand
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
James Y Knight
Remove redundant TargetFrameLowering::getFrameIndexOffs...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
JF Bastien
[WebAssembly] Add Relooper
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
JF Bastien
Accelerate MergeFunctions with hashing
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Alex Lorenz
MIRLangRef: Describe the syntax that is used to represe...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Matt Arsenault
LoopStrengthReduce: Try to pass address space to isLega...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Matt Arsenault
AMDGPU/SI: Fix printing useless info with amdhsa
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Matt Arsenault
AMDGPU/SI: Update LiveVariables
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Matt Arsenault
AMDGPU/SI: Update LiveIntervals during SIFixSGPRLiveRanges
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Matt Arsenault
AMDGPU: Remove unnecessary assert
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Matt Arsenault
AMDGPU/SI: Make comments more precise.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-14
Sanjay Patel
make current codegen visible in the checks, so we can...
commit
|
commitdiff
|
tree
|
snapshot
next