projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Thumb2 assembly parsing and encoding for UQASX/UQSAX.
2011-09-19
Eli Friedman
Some additional tests for Thumb atomic load and store...
commit
|
commitdiff
|
tree
2011-09-19
Eli Friedman
Fix an infinite loop where a transform in InstCombiner...
commit
|
commitdiff
|
tree
2011-09-19
Eli Friedman
Fix a typo in the bitcode reader in the handling of...
commit
|
commitdiff
|
tree
2011-09-16
Eli Friedman
Fix a minor bug in fs::create_directories. Patch by...
commit
|
commitdiff
|
tree
2011-09-15
Eli Friedman
Minor cleanup.
commit
|
commitdiff
|
tree
2011-09-15
Eli Friedman
Use a more efficient lowering for Unordered/Monotonic...
commit
|
commitdiff
|
tree
2011-09-15
Eli Friedman
Some legalization fixes for atomic load and store.
commit
|
commitdiff
|
tree
2011-09-15
Eli Friedman
Make demanded-elt simplification for shufflevector...
commit
|
commitdiff
|
tree
2011-09-14
Eli Friedman
Fix the code creating VZEXT_LOAD so that it creates...
commit
|
commitdiff
|
tree
2011-09-13
Eli Friedman
Fix check for unaligned load/store so it doesn't catch...
commit
|
commitdiff
|
tree
2011-09-13
Eli Friedman
Error out on CodeGen of unaligned load/store. Fix...
commit
|
commitdiff
|
tree
2011-09-13
Eli Friedman
Zap some junk from the ARM instruction descriptions.
commit
|
commitdiff
|
tree
2011-09-13
Eli Friedman
Add comment to clarify the behavior of a helper in...
commit
|
commitdiff
|
tree
2011-09-13
Eli Friedman
Correct grammar.
commit
|
commitdiff
|
tree
2011-09-13
Eli Friedman
Fix the assembler strings for a couple of atomic instruction...
commit
|
commitdiff
|
tree
2011-09-12
Eli Friedman
Change a bunch of isVolatile() checks to check for...
commit
|
commitdiff
|
tree
2011-09-12
Eli Friedman
Fix mistake in test runline.
commit
|
commitdiff
|
tree
2011-09-10
Eli Friedman
Really un-XFAIL the testcase, like I said I would in...
commit
|
commitdiff
|
tree
2011-09-10
Eli Friedman
r139454 activates an assert in a case where we were...
commit
|
commitdiff
|
tree
2011-09-09
Eli Friedman
Make the SelectionDAG verify that all the operands...
commit
|
commitdiff
|
tree
2011-09-08
Eli Friedman
Make sure to handle the case where emitPredicateMatch...
commit
|
commitdiff
|
tree
2011-09-08
Eli Friedman
A couple minor corrections to r139276.
commit
|
commitdiff
|
tree
2011-09-08
Eli Friedman
Fix the logic in BasicAliasAnalysis::aliasGEP for comparing...
commit
|
commitdiff
|
tree
2011-09-07
Eli Friedman
Fix atomic load and store on x86 to pass -verify-machineinst...
commit
|
commitdiff
|
tree
2011-09-07
Eli Friedman
Relax the MemOperands on atomics a bit. Fixes -verify...
commit
|
commitdiff
|
tree
2011-09-06
Eli Friedman
Add mayLoad/mayStore markings to ARM 64-bit atomic...
commit
|
commitdiff
|
tree
2011-09-02
Eli Friedman
Don't fast-isel for atomic load/store; some cases require...
commit
|
commitdiff
|
tree
2011-09-01
Eli Friedman
Null-initialize to shut up -Wuninitialized warnings.
commit
|
commitdiff
|
tree
2011-09-01
Eli Friedman
Fix test; sorry for any inconvenience.
commit
|
commitdiff
|
tree
2011-09-01
Eli Friedman
Fix an issue with the IR sink pass found by inspection...
commit
|
commitdiff
|
tree
2011-09-01
Eli Friedman
Add missing newline.
commit
|
commitdiff
|
tree
2011-09-01
Eli Friedman
Make isSafeToSpeculativelyExecute() return the right...
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Disable this test until Bill fixes it properly.
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Add tests for the transformations SCCP can do on atomic...
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Misc cleanup; addresses Duncan's comments on r138877.
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Fill in type legalization for MERGE_VALUES in all the...
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Generic expansion for atomic load/store into cmpxchg...
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
64-bit atomic cmpxchg for ARM.
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Make sure we don't crash when -miphoneos-version-min...
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Some minor cleanups for r138845.
commit
|
commitdiff
|
tree
2011-08-31
Eli Friedman
Some 64-bit atomic operations on ARM. 64-bit cmpxchg...
commit
|
commitdiff
|
tree
2011-08-29
Eli Friedman
Explicitly zero out parts of a vector which are required...
commit
|
commitdiff
|
tree
2011-08-29
Eli Friedman
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures...
commit
|
commitdiff
|
tree
2011-08-26
Eli Friedman
Add support for generating CMPXCHG16B on x86-64 for...
commit
|
commitdiff
|
tree
2011-08-26
Eli Friedman
Atomic load/store on ARM/Thumb.
commit
|
commitdiff
|
tree
2011-08-25
Eli Friedman
Remove empty directories.
commit
|
commitdiff
|
tree
2011-08-24
Eli Friedman
Hook up 64-bit atomic load/store on x86-32. I plan...
commit
|
commitdiff
|
tree
2011-08-24
Eli Friedman
Fix whitespace.
commit
|
commitdiff
|
tree
2011-08-24
Eli Friedman
Basic tests for atomic load and store on x86.
commit
|
commitdiff
|
tree
2011-08-24
Eli Friedman
Basic x86 code generation for atomic load and store...
commit
|
commitdiff
|
tree
2011-08-24
Eli Friedman
Some minor updates to atomic acquire/release docs in...
commit
|
commitdiff
|
tree
2011-08-22
Eli Friedman
Some minor wording updates and cross-linking for atomic...
commit
|
commitdiff
|
tree
2011-08-17
Eli Friedman
Atomic load/store handling for the passes using memdep...
commit
|
commitdiff
|
tree
2011-08-17
Eli Friedman
Revert r137781; I agree with Duncan's comment that...
commit
|
commitdiff
|
tree
2011-08-17
Eli Friedman
Silly mistake from r137777; restore significant isStructTy...
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
An additional atomic test; related to r137662.
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
Extend the undef ^ undef idiom once more. No testcase...
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn...
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
Minor bug in SCCP found by inspection. (I don't think...
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
Fix test.
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
Revert a bit of r137667; the logic in question can...
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
After talking with Bill, it seems like the LandingPad...
commit
|
commitdiff
|
tree
2011-08-16
Eli Friedman
Minor comment fixes.
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Update SimplifyCFG for atomic operations.
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Add comments and test for atomic load/store and mem2reg.
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Update inter-procedural optimizations for atomic load...
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Update instcombine for atomic load/store.
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Add some comments here because the lack of a check...
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Fix llvm::CloneModule to correctly clone globals. ...
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Fix predicates methods on Instruction to handle atomic...
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Misc analysis passes that need to be aware of atomic...
commit
|
commitdiff
|
tree
2011-08-15
Eli Friedman
Atomic load/store support in LICM.
commit
|
commitdiff
|
tree
2011-08-13
Eli Friedman
Fix test.
commit
|
commitdiff
|
tree
2011-08-12
Eli Friedman
Fix the getelementptr description so it is extremely...
commit
|
commitdiff
|
tree
2011-08-12
Eli Friedman
Move "atomic" and "volatile" designations on instructions...
commit
|
commitdiff
|
tree
2011-08-12
Eli Friedman
Some reorganization of atomic docs. Added explicit...
commit
|
commitdiff
|
tree
2011-08-12
Eli Friedman
Misc atomic doc tweaks; reordering operations across...
commit
|
commitdiff
|
tree
2011-08-12
Eli Friedman
Fix up this paragraph (including a nasty typo).
commit
|
commitdiff
|
tree
2011-08-11
Eli Friedman
Fix mismatched tag.
commit
|
commitdiff
|
tree
2011-08-11
Eli Friedman
Revision to Atomics guide, per Chris's comments.
commit
|
commitdiff
|
tree
2011-08-11
Eli Friedman
Fix X86TargetLowering::LowerExternalSymbol so that...
commit
|
commitdiff
|
tree
2011-08-10
Eli Friedman
Changes per Jeffrey's comments.
commit
|
commitdiff
|
tree
2011-08-10
Eli Friedman
Whitespace.
commit
|
commitdiff
|
tree
2011-08-09
Eli Friedman
Fix minor typo.
commit
|
commitdiff
|
tree
2011-08-09
Eli Friedman
Representation of 'atomic load' and 'atomic store'...
commit
|
commitdiff
|
tree
2011-08-09
Eli Friedman
Fix a couple ridiculous copy-paste errors. rdar:/...
commit
|
commitdiff
|
tree
2011-08-09
Eli Friedman
First draft of the practical guide to atomics.
commit
|
commitdiff
|
tree
2011-08-08
Eli Friedman
Fix up the patterns for SXTB, SXTH, UXTB, and UXTH...
commit
|
commitdiff
|
tree
2011-08-03
Eli Friedman
New approach to r136737: insert the necessary fences...
commit
|
commitdiff
|
tree
2011-08-02
Eli Friedman
ARM backend support for atomicrmw and cmpxchg with...
commit
|
commitdiff
|
tree
2011-08-02
Eli Friedman
Add new atomic instructions to SCCP. No functional...
commit
|
commitdiff
|
tree
2011-08-02
Eli Friedman
Don't create a ridiculous EXTRACT_ELEMENT. PR10563.
commit
|
commitdiff
|
tree
2011-08-02
Eli Friedman
Minor wording tweak for memory model.
commit
|
commitdiff
|
tree
2011-08-02
Eli Friedman
Fix a couple silly typos in IRBuilder in the new atomic...
commit
|
commitdiff
|
tree
2011-07-29
Eli Friedman
Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw...
commit
|
commitdiff
|
tree
2011-07-29
Eli Friedman
Make sure to correctly clear the exact/nuw/nsw flags...
commit
|
commitdiff
|
tree
2011-07-28
Eli Friedman
LangRef and basic memory-representation/reading/writing...
commit
|
commitdiff
|
tree
2011-07-27
Eli Friedman
Code generation for 'fence' instruction.
commit
|
commitdiff
|
tree
2011-07-27
Eli Friedman
X86ISD::MEMBARRIER does not require SSE2; it doesn...
commit
|
commitdiff
|
tree
2011-07-27
Eli Friedman
The numbering of LLVMOpcode is supposed to be stable...
commit
|
commitdiff
|
tree
next