projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert r231630 - Run LICM pass after loop unrolling pass.
2015-03-07
David Majnemer
Fix the autoconf build
commit
|
commitdiff
|
tree
2015-03-07
David Majnemer
Fix unused variable/function warnings
commit
|
commitdiff
|
tree
2015-03-07
David Majnemer
ExecutionEngine: Preliminary support for dynamically...
commit
|
commitdiff
|
tree
2015-03-06
David Majnemer
X86: Form IMGREL relocations for LLVM Functions
commit
|
commitdiff
|
tree
2015-03-05
David Majnemer
X86: Optimize address mode matching for FRAME_ALLOC_RECOVER...
commit
|
commitdiff
|
tree
2015-03-03
David Majnemer
LangRef: Clarify select's semantics with vector arguments
commit
|
commitdiff
|
tree
2015-03-03
David Majnemer
InstCombine: Ensure select condition types are identical...
commit
|
commitdiff
|
tree
2015-02-27
David Majnemer
llvm-vtabledump: Update field with a better name
commit
|
commitdiff
|
tree
2015-02-27
David Majnemer
llvm-vtabledump: Dump catch/throw exception structures...
commit
|
commitdiff
|
tree
2015-02-26
David Majnemer
Replace a few instances of NULL with nullptr.
commit
|
commitdiff
|
tree
2015-02-25
David Majnemer
X86, Win64: Allow 'mov' to restore the stack pointer...
commit
|
commitdiff
|
tree
2015-02-24
David Majnemer
PrologEpilogInserter: Clean up math in calculateFrameObjectO...
commit
|
commitdiff
|
tree
2015-02-24
David Majnemer
X86: Only use 'lea' in Win64 epilogues if a frame pointer...
commit
|
commitdiff
|
tree
2015-02-23
David Majnemer
X86: Use a smaller 'mov' instruction for stack probe...
commit
|
commitdiff
|
tree
2015-02-23
David Majnemer
X86: Use 'mov' instead of 'lea' in Win64 SEH prologues...
commit
|
commitdiff
|
tree
2015-02-23
David Majnemer
X86: Explain why we cannot use a 'mov' in a Win64 epilogue
commit
|
commitdiff
|
tree
2015-02-23
David Majnemer
X86: Consistently use 'epilogue' instead of 'epilog'
commit
|
commitdiff
|
tree
2015-02-23
David Majnemer
AsmParser: Check ConstantExpr insertvalue operands...
commit
|
commitdiff
|
tree
2015-02-23
David Majnemer
AsmParser: Call instructions can't have an alignment
commit
|
commitdiff
|
tree
2015-02-22
David Majnemer
AsmParser: Check ConstantExpr GEP operands for validity
commit
|
commitdiff
|
tree
2015-02-22
David Majnemer
llvm-pdbdump: Fix gcc/clang build
commit
|
commitdiff
|
tree
2015-02-22
David Majnemer
COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF...
commit
|
commitdiff
|
tree
2015-02-22
David Majnemer
COFF: Consistently format the DWARF sections
commit
|
commitdiff
|
tree
2015-02-21
David Majnemer
X86: Call __main using the SelectionDAG
commit
|
commitdiff
|
tree
2015-02-21
David Majnemer
Win64: Stack alignment constraints aren't applied during...
commit
|
commitdiff
|
tree
2015-02-20
David Majnemer
Verifier: Unused comdats might not have a corresponding GV
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
ConstantFold: Properly fold GEP indices wider than i64
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
IR: SrcTy == DstTy doesn't imply that a cast is valid
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
AsmParser: extractvalue requires at least one index...
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
AsmParser: Make sure GlobalVariables have sane types
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
AsmParser: Reject alloca with function type
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
Verifier: Diagnose module flags which have null ID...
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
DebugInfo: Don't crash if 'Debug Info Version' has...
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
DataLayout: Validate that the pref alignment is at...
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
DataLayout: Report when the datalayout type alignment...
commit
|
commitdiff
|
tree
2015-02-16
David Majnemer
IR: Properly return nullptr when getAggregateElement...
commit
|
commitdiff
|
tree
2015-02-12
David Majnemer
X86: Don't crash if we can't decode the pshufb mask
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
Unbreak buildbots
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
MC, COFF: Align section contents to a four byte boundary
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
AsmParser: Validate alloca's type
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
DataLayout: Report when the preferred alignment is...
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
Verifier: Check for null operands in !llvm.module.flags
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
Verifier: Make sure !llvm.ident's operand isn't null
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
AsmParser: Don't crash when insertvalue has bad operands
commit
|
commitdiff
|
tree
2015-02-11
David Majnemer
AsmParser: Switch some vectors to maps
commit
|
commitdiff
|
tree
2015-02-10
David Majnemer
EarlyCSE: Add check lines for test added in r228760
commit
|
commitdiff
|
tree
2015-02-10
David Majnemer
EarlyCSE: It isn't safe to CSE across synchronization...
commit
|
commitdiff
|
tree
2015-02-10
David Majnemer
X86: @llvm.frameaddress should defer to SelectionDAG...
commit
|
commitdiff
|
tree
2015-02-10
David Majnemer
X86: Make @llvm.frameaddress work correctly with Windows...
commit
|
commitdiff
|
tree
2015-02-10
David Majnemer
X86: Emit Win64 SaveXMM opcodes at the right offset...
commit
|
commitdiff
|
tree
2015-02-10
David Majnemer
X86: Emit an ABI compliant prologue and epilogue for...
commit
|
commitdiff
|
tree
2015-02-09
David Majnemer
MC: Calculate intra-section symbol differences correctly...
commit
|
commitdiff
|
tree
2015-02-07
David Majnemer
MC: Emit COFF section flags in the "proper" order
commit
|
commitdiff
|
tree
2015-02-01
David Majnemer
ValueTracking: Make isSafeToSpeculativelyExecute a...
commit
|
commitdiff
|
tree
2015-01-28
David Majnemer
llvm-ar: Remove unimplemented -N option from -help
commit
|
commitdiff
|
tree
2015-01-27
David Majnemer
LoopRotate: Don't walk the uses of a Constant
commit
|
commitdiff
|
tree
2015-01-21
David Majnemer
InstCombine: Don't strip bitcasts off of callsites...
commit
|
commitdiff
|
tree
2015-01-20
David Majnemer
Bitcode: Don't create comdats when autoupgrading macho...
commit
|
commitdiff
|
tree
2015-01-15
David Majnemer
InductiveRangeCheckElimination: Remove extra ';'
commit
|
commitdiff
|
tree
2015-01-15
David Majnemer
SimplifyIndVar: Remove unused variable
commit
|
commitdiff
|
tree
2015-01-14
David Majnemer
InstCombine: Don't take A-B<0 into A<B if A-B has other...
commit
|
commitdiff
|
tree
2015-01-14
David Majnemer
Use the operand vector instead so inline assembly can...
commit
|
commitdiff
|
tree
2015-01-11
David Majnemer
Revert most of r225597
commit
|
commitdiff
|
tree
2015-01-11
David Majnemer
X86: Properly decode shuffle masks when the constant...
commit
|
commitdiff
|
tree
2015-01-07
David Majnemer
X86: Allow the stack probe size to be configurable...
commit
|
commitdiff
|
tree
2015-01-07
David Majnemer
Analysis: Reformulate WillNotOverflowUnsignedAdd for...
commit
|
commitdiff
|
tree
2015-01-07
David Majnemer
InstCombine: Just a small tidy-up
commit
|
commitdiff
|
tree
2015-01-06
David Majnemer
InstCombine: Bitcast call arguments from/to pointer...
commit
|
commitdiff
|
tree
2015-01-06
David Majnemer
X86: Don't make illegal GOTTPOFF relocations
commit
|
commitdiff
|
tree
2015-01-04
David Majnemer
InstCombine: match can find ConstantExprs, don't assume...
commit
|
commitdiff
|
tree
2015-01-04
David Majnemer
ValueTracking: ComputeNumSignBits should tolerate misshapen...
commit
|
commitdiff
|
tree
2015-01-03
David Majnemer
ValueTracking: Make computeKnownBits for Arguments...
commit
|
commitdiff
|
tree
2015-01-02
David Majnemer
InstCombine: Detect when llvm.umul.with.overflow always...
commit
|
commitdiff
|
tree
2015-01-02
David Majnemer
Analysis: Reformulate WillNotOverflowUnsignedMul for...
commit
|
commitdiff
|
tree
2014-12-31
David Majnemer
InstCombine: try to transform A-B < 0 into A < B
commit
|
commitdiff
|
tree
2014-12-27
David Majnemer
PowerPC: CTR shouldn't fire if a TLS call is in the...
commit
|
commitdiff
|
tree
2014-12-26
David Majnemer
InstCombine: Infer nuw for multiplies
commit
|
commitdiff
|
tree
2014-12-26
David Majnemer
ValueTracking: Small cleanup in ComputeNumSignBits
commit
|
commitdiff
|
tree
2014-12-26
David Majnemer
InstCombe: Infer nsw for multiplies
commit
|
commitdiff
|
tree
2014-12-25
David Majnemer
Silence GCC's -Wparentheses warning
commit
|
commitdiff
|
tree
2014-12-24
David Majnemer
CodeGen: Error on redefinitions instead of asserting
commit
|
commitdiff
|
tree
2014-12-24
David Majnemer
CodeGen: Allow aliases to be overridden by variables
commit
|
commitdiff
|
tree
2014-12-24
David Majnemer
MC: Label definitions are permitted after .set directives
commit
|
commitdiff
|
tree
2014-12-24
David Majnemer
MC: Don't emit .no_dead_strip on targets which don...
commit
|
commitdiff
|
tree
2014-12-20
David Majnemer
strnlen isn't available on some platforms, use StringRef...
commit
|
commitdiff
|
tree
2014-12-20
David Majnemer
This should have been part of r224676.
commit
|
commitdiff
|
tree
2014-12-20
David Majnemer
InstCombine: Squash an icmp+select into bitwise arithmetic
commit
|
commitdiff
|
tree
2014-12-20
David Majnemer
InstSimplify: Don't bother if getScalarSizeInBits returns...
commit
|
commitdiff
|
tree
2014-12-20
David Majnemer
Simplify the code
commit
|
commitdiff
|
tree
2014-12-20
David Majnemer
InstSimplify: Optimize away pointless comparisons
commit
|
commitdiff
|
tree
2014-12-18
David Majnemer
ConstantFold: Shifting undef by zero results in undef
commit
|
commitdiff
|
tree
2014-12-17
David Majnemer
InstSimplify: shl nsw/nuw undef, %V -> undef
commit
|
commitdiff
|
tree
2014-12-15
David Majnemer
ThreadLocal: Move Unix-specific code out of Support...
commit
|
commitdiff
|
tree
2014-12-15
David Majnemer
StringPool: Cleanup typos in unittest comments
commit
|
commitdiff
|
tree
2014-12-15
David Majnemer
ThreadLocal: Return a mutable pointer if templated...
commit
|
commitdiff
|
tree
2014-12-14
David Majnemer
APInt: udivrem should use machine instructions for...
commit
|
commitdiff
|
tree
2014-12-14
David Majnemer
ScalarEvolution: Remove SCEVUDivision, it's unused
commit
|
commitdiff
|
tree
2014-12-12
David Majnemer
ValueTracking: Don't recurse too deeply in computeKnownBitsF...
commit
|
commitdiff
|
tree
2014-12-11
David Majnemer
AsmParser: Don't crash on an ill-formed MDNodeVector
commit
|
commitdiff
|
tree
2014-12-11
David Majnemer
AsmParser: Don't crash on an ill-formed MDNodeVector
commit
|
commitdiff
|
tree
next