projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2010-11-30
Eric Christopher
Noticed this on inspection, fix and update some comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
enhance isRemovable to refuse to delete volatile mem...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jim Grosbach
The VLDMQ/VSTMQ instructions are reprented as true...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jim Grosbach
Pseudo-ize ARM MOVPCRX
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jim Grosbach
Delete a few no longer needed references to pseudos.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Cameron Zwarich
Change the basic block map in LoopInfo from a std:...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Owen Anderson
Provide encodings for a few more load/store variants.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jim Grosbach
Pseudo-ize BX_CALL and friends. Remove dead instruction...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Owen Anderson
Add tests for more forms of Thumb2 loads and stores.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
add TLI support indicating that jumps are more expensiv...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Che-Liang Chiou
ptx: add command-line options for gpu target and ptx...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Eric Christopher
Not all platforms use _<func>. Duh.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Eric Christopher
Fix some grammar in comments I noticed.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Eric Christopher
This defaults to GenericDomain.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jay Foad
PR5207: Make APInt::set(), APInt::clear() and APInt...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Eric Christopher
Implement a PseudoI class and transfer the sse instruct...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Eric Christopher
Fix insertion point in pcmp expander.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Eric Christopher
Fix some cleanups from my last patch.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bill Wendling
Add parsing for the Thumb t_addrmode_s4 addressing...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Che-Liang Chiou
ptx: add ld instruction
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
Rewrite the main DSE loop to be written in terms of...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
death to extraneous \n's.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Eric Christopher
Rewrite mwait and monitor support and custom lower...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Anders Carlsson
Add a puts optimization that converts puts() to putchar...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Anders Carlsson
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Anders Carlsson
Rename this test to FPuts.ll since it actually tests...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
rename a function and reduce some indentation, no funct...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Nick Lewycky
Make @llvm.invariant.start not be readonly, so that...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jakob Stoklund...
Stub out a new LiveDebugVariables pass.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
remove a use of llvm-dis
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
remove the pointless check of MemoryUseIntrinsic from
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
strength reduce this.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
getLocationForDest should work for memset as well.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
rename doesClobberMemory -> hasMemoryWrite to be more...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
clean up handling of 'free', detangling it from everyth...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
merge one more away
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
I already merged partial-overwrite.ll -> PartialStore.ll
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
clean up DSE tests, removing some poorly reduced and...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bill Wendling
Minor cleanups. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bill Wendling
s/ARM::BRIND/ARM::BX/g to coincide with r120366.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
enhance basicaa to return "Mod" for a memcpy call when the
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bill Wendling
Add correct encoding for "bl __aeabi_read_tp". However...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
Teach basicaa that memset's modref set is at worst...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jim Grosbach
Rename BX/BRIND/etc patterns to clarify which is actual...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bill Wendling
Add some encoding for the adr instruction. Labels still...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Owen Anderson
Correct Thumb2 encodings for a much wider range of...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
my previous patch would cause us to start deleting...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Jim Grosbach
Make a few more ARM pseudo instructions actually use...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bill Wendling
Predicate encoding should be withing {}s. And general...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bill Wendling
Predicate encoding should be withing {}s.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Chris Lattner
two changes to DSE that shouldn't affect anything:
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bob Wilson
Fix the encoding of VLD4-dup alignment.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bob Wilson
Rename VLDnDUP instructions with double-spaced registers
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
Bob Wilson
Add support for NEON VLD3-dup instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Simplify definitions of the ARM eh.sjlj.*jmp pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Parameterize ARMPseudoInst size property.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Add a few missing initializers.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Support/PathV2: Fix 80 col.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Support/PathV2: Update comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Chris Lattner
prune an llvmcontext include and simplify some code.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Chris Lattner
Generalize the darwin wrapper hack to work with generic...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Nuke trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Nuke a FIXME. No need to be fancier here, as ARM handle...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Chris Lattner
convert llvm-ar and llvm-ranlib to raw_ostream from...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Owen Anderson
Provide Thumb2 encodings for basic loads and stores.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Evan Cheng
Mark Darwin call instructions as using "r7" to prevent...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Nuke dead isCodeGenOnly annotation and extraneous comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Benjamin Kramer
Add missing colon.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Bill Wendling
Thumb encodings for conditional moves.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Pseudo-ize Thumb2 jump tables with explicit MC lowering...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Benjamin Kramer
Fix some broken CHECK lines.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
unittests: Merge SystemTests back into SupportTests.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Support: Add PathV2 implementation.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
system_error: Remove Windows headers.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Support/PathV2: Just about every function call requires...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Bill Wendling
Refactor some of the "disassembly-only" instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Chris Lattner
fix PR8677, patch by Jakub Staszak!
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Eric Christopher
Update fastisel for the changes in r120272.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Frits van Bommel
Transform (extractvalue (load P), ...) to (load (gep...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Rename t2 TBB and TBH instructions to reference that...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Frits van Bommel
Update this test to keep testing the -instcombine trans...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Owen Anderson
Improving the factoring of several instruction encodings.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Frits van Bommel
Teach ConstantFoldInstruction() how to fold insertvalue...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Charles Davis
Now to chant the magical incantation that will exorcise...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Benjamin Kramer
Remove empty directories.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Bob Wilson
Add support for NEON VLD3-dup instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Bob Wilson
Fix copy-and-paste errors in VLD2-dup scheduling itiner...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
ARM Pseudo-ize tBR_JTr.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Owen Anderson
Thumb2 encodings for MSR and MRS.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Update library dependencies changed in the System ...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Owen Anderson
Thumb2 encodings for system instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Owen Anderson
Thumb2 encodings for branches and IT blocks.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
The ARM BR_JT* pseudos don't need to use the printer...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
I swear I did a make clean and make before committing...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Jim Grosbach
Switch ARM BR_JTm and BR_JTr instructions to be MC...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Missed another one.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Missed a spot.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Michael J....
Merge System into Support.
commit
|
commitdiff
|
tree
|
snapshot
next