projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
IR: Remove implicit iterator conversions from lib/IR, NFC
[oota-llvm.git]
/
lib
/
2015-10-08
Duncan P. N. Exon...
IR: Remove implicit iterator conversions from lib/IR...
tree
|
commitdiff
2015-10-08
Sanjoy Das
[RS4GC] Refactoring to make a later change easier,...
tree
|
commitdiff
2015-10-08
Sanjoy Das
[IRBuilder] Change the `gc.statepoint` creation interface
tree
|
commitdiff
2015-10-08
Sanjoy Das
[PlaceSafeopints] Extract out `callsGCLeafFunction...
tree
|
commitdiff
2015-10-08
Sanjoy Das
[RS4GC] Don't copy ADT's unneccessarily, NFCI
tree
|
commitdiff
2015-10-08
Kevin Enderby
Fix a bug in llvm-objdump’s printing of Objective-C...
tree
|
commitdiff
2015-10-08
Duncan P. N. Exon...
Support: Stop relying on iterator auto-conversion, NFC
tree
|
commitdiff
2015-10-08
Duncan P. N. Exon...
AArch64: Stop using MachineInstr::getNextNode()
tree
|
commitdiff
2015-10-08
Duncan P. N. Exon...
MC: Stop using Fragment::getNextNode()
tree
|
commitdiff
2015-10-08
Duncan P. N. Exon...
PowerPC: Don't use getNextNode() for insertion point
tree
|
commitdiff
2015-10-08
Evgeniy Stepanov
New MSan mapping layout (llvm part).
tree
|
commitdiff
2015-10-08
Evgeniy Stepanov
Add Triple::isAndroid().
tree
|
commitdiff
2015-10-08
Eric Christopher
Move the MMX subtarget feature out of the SSE set of...
tree
|
commitdiff
2015-10-08
Diego Novillo
Re-apply r249644: Handle inline stacks in gcov-encoded...
tree
|
commitdiff
2015-10-08
Alexei Starovoitov
[bpf] Do not expand UNDEF SDNode during insn selection...
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Bring some methods up to coding style; NFC
tree
|
commitdiff
2015-10-08
Reid Kleckner
[WinEH] Relax assertion in the presence of stack realig...
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Remove comment repeated in cpp file; NFC
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Pick backedge values for phi nodes correctly
tree
|
commitdiff
2015-10-08
Rafael Espindola
Handle Archive::getNumberOfSymbols being called in...
tree
|
commitdiff
2015-10-08
Ulrich Weigand
[SystemZ] Fix another assertion failure in tryBuildVect...
tree
|
commitdiff
2015-10-08
Sanjay Patel
[InstCombine] transform masking off of an FP sign bit...
tree
|
commitdiff
2015-10-08
Sanjay Patel
[ValueTracking] teach computeKnownBits that a fabs...
tree
|
commitdiff
2015-10-08
George Rimar
Windows: Fixed sys::findProgramByName to work with...
tree
|
commitdiff
2015-10-08
Frederic Riss
[X86] Disable X86CallFrameOptimization on Darwin in...
tree
|
commitdiff
2015-10-08
Teresa Johnson
Fix combined function index abbrev (NFC)
tree
|
commitdiff
2015-10-08
Igor Breger
AVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation.
tree
|
commitdiff
2015-10-08
James Molloy
Compute demanded bits for icmp instructions
tree
|
commitdiff
2015-10-08
James Molloy
Treat Mul just like Add and Subtract
tree
|
commitdiff
2015-10-08
James Molloy
Make demanded bits lazy
tree
|
commitdiff
2015-10-08
Michael Kuperstein
[X86] Fix wrong treatment of multi-lane blends in BUILD...
tree
|
commitdiff
2015-10-08
Michael Kuperstein
Do not assert on first non-prologue instruction being...
tree
|
commitdiff
2015-10-08
Jonas Paulsson
[SystemZ] SystemZElimCompare pass improved.
tree
|
commitdiff
2015-10-08
Jonas Paulsson
[SystemZ] Bugfix: check CC reg liveness in SystemZShort...
tree
|
commitdiff
2015-10-08
Jonas Paulsson
[SystemZ] Use load-and-test for fp compare with 0...
tree
|
commitdiff
2015-10-08
Jonas Paulsson
[SystemZ] More minor fixing in SystemZElimCompare.cpp
tree
|
commitdiff
2015-10-08
Jonas Paulsson
[SystemZ] Minor fixes in SystemZElimCompare.cpp
tree
|
commitdiff
2015-10-08
Craig Topper
Use range-based for loops. NFC.
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Check `Pred` first in isKnownPredicateViaSplitting
tree
|
commitdiff
2015-10-08
Sanjoy Das
[SCEV] Use `auto *` instead of `auto`; NFCI
tree
|
commitdiff
2015-10-08
Diego Novillo
Revert "Handle inline stacks in gcov-encoded sample...
tree
|
commitdiff
2015-10-08
Kostya Serebryany
[libFuzzer] fix 32-bit build
tree
|
commitdiff
2015-10-08
Diego Novillo
Handle inline stacks in gcov-encoded sample profiles.
tree
|
commitdiff
2015-10-08
Justin Bogner
CodeGen: print and verify after TargetPassConfig::inser...
tree
|
commitdiff
2015-10-07
Reid Kleckner
[WinEH] Fix 32-bit funclet epilogues in the presence...
tree
|
commitdiff
2015-10-07
David Majnemer
[WinEH] Refer to filter funclets using their symbol...
tree
|
commitdiff
2015-10-07
Sanjoy Das
[RS4GC] Use AssertingVH for RematerializedValueMapTy...
tree
|
commitdiff
2015-10-07
Reid Kleckner
[WinEH] Undo the effect of r249578 for 32-bit
tree
|
commitdiff
2015-10-07
David Majnemer
[WinEH] Remove unreachable blocks before preparation
tree
|
commitdiff
2015-10-07
Rafael Espindola
git-clang-format r249548.
tree
|
commitdiff
2015-10-07
Vasileios Kalintiris
[mips][FastISel] Factor out common code from switch...
tree
|
commitdiff
2015-10-07
Duncan P. N. Exon...
IR: Create SymbolTableList wrapper around iplist, NFC
tree
|
commitdiff
2015-10-07
Sanjoy Das
[IRBuilder] Add gc.statepoint related methods to IRBuilder
tree
|
commitdiff
2015-10-07
Vasileios Kalintiris
[mips][FastISel] Use ternary operator to select opcode...
tree
|
commitdiff
2015-10-07
Joseph Tremoulet
[WinEH] Set NoModuleLevelChanges in clone flags
tree
|
commitdiff
2015-10-07
Rafael Espindola
Use SpecificBumpPtrAllocator to simplify the MCSeciton...
tree
|
commitdiff
2015-10-07
Mehdi Amini
Revert "Revert "This patch builds on top of D13378...
tree
|
commitdiff
2015-10-07
Vasileios Kalintiris
[mips][FastISel] Simple refactoring of MipsFastISel...
tree
|
commitdiff
2015-10-07
Chad Rosier
[AArch64] Fold a floating-point divide by power of...
tree
|
commitdiff
2015-10-07
Reid Kleckner
[WinEH] Fix two minor issues in __CxxFrameHandler3...
tree
|
commitdiff
2015-10-07
Matt Arsenault
AMDGPU: Fix missing implicit m0 uses on movrel instructions
tree
|
commitdiff
2015-10-07
Chad Rosier
[AArch64] Fold a floating-point multiply by power of...
tree
|
commitdiff
2015-10-07
Sanjoy Das
[IndVars] Preserve LCSSA in `eliminateIdentitySCEV`
tree
|
commitdiff
2015-10-07
Sanjoy Das
[SCEV] Use some C++11'ism, NFC
tree
|
commitdiff
2015-10-07
Chad Rosier
[ARM] Promote helper function to SelectionDAG.
tree
|
commitdiff
2015-10-07
Kevin B. Smith
Test commit access. Fixed comment to have correct input...
tree
|
commitdiff
2015-10-07
Joseph Tremoulet
[WinEH] Update CoreCLR EH for catchpad MBBs
tree
|
commitdiff
2015-10-07
Oliver Stannard
[ARM] Use correct half-precision functions in EABI...
tree
|
commitdiff
2015-10-07
Chad Rosier
[ARM] Prevent PerformVDIVCombine from combining a vcvt...
tree
|
commitdiff
2015-10-07
Artur Pilipenko
Teach computeKnownBits to use new align attribute/metadata
tree
|
commitdiff
2015-10-07
Jeroen Ketema
[ARM][AArch64] Only lower to interleaved load/store...
tree
|
commitdiff
2015-10-07
Rafael Espindola
Use non virtual destructors for sections.
tree
|
commitdiff
2015-10-07
Chad Rosier
[ARM] Push more complex check down to reduce compile...
tree
|
commitdiff
2015-10-07
Rafael Espindola
Don't repeat names in comments and don't indent in...
tree
|
commitdiff
2015-10-07
Scott Egerton
Revert: r249536 - Testing commit access with a trival...
tree
|
commitdiff
2015-10-07
Scott Egerton
Testing commit access with a trival whitespace change.
tree
|
commitdiff
2015-10-07
James Molloy
Revert "This patch builds on top of D13378 to handle...
tree
|
commitdiff
2015-10-07
Arnaud A. de Grand...
[EarlyCSE] Fix handling of target memory intrinsics...
tree
|
commitdiff
2015-10-07
Michael Kuperstein
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
tree
|
commitdiff
2015-10-07
Igor Breger
AVX512: Change encoding of vpshuflw and vpshufhw instru...
tree
|
commitdiff
2015-10-07
Sanjoy Das
[RS4GC] Remove an unnecessary assert & related variables
tree
|
commitdiff
2015-10-07
Sanjoy Das
[RS4GC] Cosmetic cleanup, NFC
tree
|
commitdiff
2015-10-07
Matt Arsenault
AMDGPU: Add comment for VOP2b operand class
tree
|
commitdiff
2015-10-07
Matt Arsenault
AMDGPU: Properly register passes
tree
|
commitdiff
2015-10-07
Matt Arsenault
AMDGPU: Use explicit register size indirect pseudos
tree
|
commitdiff
2015-10-07
Matt Arsenault
AMDGPU: Remove inferRegClassFromUses / inferRegClassFro...
tree
|
commitdiff
2015-10-07
Reid Kleckner
[SEH] Add llvm.eh.exceptioncode intrinsic
tree
|
commitdiff
2015-10-07
Hans Wennborg
InstCombine: Fold comparisons between unguessable alloc...
tree
|
commitdiff
2015-10-07
David Blaikie
DebugInfo: Include the decl_line/decl_file in subprogra...
tree
|
commitdiff
2015-10-06
David Majnemer
[WinEH] Create a separate MBB for funclet prologues
tree
|
commitdiff
2015-10-06
Hans Wennborg
Fix Clang-tidy modernize-use-nullptr warnings in source...
tree
|
commitdiff
2015-10-06
Lang Hames
[Orc] Teach the CompileOnDemand layer to clone aliases.
tree
|
commitdiff
2015-10-06
Duncan P. N. Exon...
IR: Use auto for iterators, NFC
tree
|
commitdiff
2015-10-06
Duncan P. N. Exon...
IR: Remove unnecessary TraitsClass typedef, NFC
tree
|
commitdiff
2015-10-06
Sanjoy Das
[IndVars] Don't break dominance in `eliminateIdentitySCEV`
tree
|
commitdiff
2015-10-06
Sanjoy Das
[IndVars] Extract out eliminateIdentitySCEV, NFC
tree
|
commitdiff
2015-10-06
Duncan P. N. Exon...
IR: Remove unnecessary specialization of getSymTab...
tree
|
commitdiff
2015-10-06
Tom Stellard
AMDGPU/SI: Remove calling convention assertion from...
tree
|
commitdiff
2015-10-06
Chad Rosier
[ARM] Minor refactoring. NFC.
tree
|
commitdiff
2015-10-06
Chad Rosier
[ARM] Minor refactoring. NFC.
tree
|
commitdiff
next