projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-04-16
Chandler Carruth
Remove an overly brittle test. This test will no longer...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Duncan Sands
Remove the methods for attaching metadata to instructio...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Chandler Carruth
Add a somewhat hacky heuristic to do something differen...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Duncan Sands
Add convenience methods to MDBuilder for attaching...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Hal Finkel
Fix style violation in BBVectorize (pointed out by...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Richard Barton
Add -disassemble support for -show-inst and -show-encod...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Rafael Espindola
Remove lto_codegen_set_whole_program_optimization....
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Chandler Carruth
Tweak the loop rotation logic to check whether the...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Benjamin Kramer
Reapply 'Add reverseColor to raw_ostream'.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Eli Bendersky
Documentation fixes to LLVMBuild.html [PR 11563]
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Argyrios Kyrtzidis
Revert r154800 which breaks windows builders.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Craig Topper
Replace vpermd/vpermps intrinic patterns with custom...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Argyrios Kyrtzidis
Add reverseColor to raw_ostream.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Craig Topper
Change type profile for vpermv back to using operand...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Craig Topper
Flip the arguments when converting vpermd/vpermps intri...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Bill Wendling
Add credit and release notes for r150307. By Kai Nacke.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Bill Wendling
Add a Fixme.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Sebastian Pop
add configure flag --with-default-sysroot
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Hal Finkel
Say something about -vectorize in the release notes.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Hal Finkel
Simplify checking for pointer types in BBVectorize...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Hal Finkel
Remove dead SD nodes after the combining pass. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Chandler Carruth
Rewrite how machine block placement handles loop rotation.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Craig Topper
Merge vpermps/vpermd and vpermpd/vpermq SD nodes.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-16
Craig Topper
Fix SDTypeProfile for vpermps. The mask operand should...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Craig Topper
Spacing fixes and 80 column fixes. Use 0 instead of...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Craig Topper
Remove AVX2 vpermq and vpermpd intrinsics. These can...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Craig Topper
Make member variables of AsmToken private. Remove unnec...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Jakub Staszak
Fix class name.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Nadav Rotem
Do not convert between fp128 <-> ppc_fp128 since there...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Jakub Staszak
Fix filename and register numbers.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Nadav Rotem
Fix PR12529. The Vxx family of instructions are only...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Duncan Sands
Add the MDBuilder helper class for conveniently creatin...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Benjamin Kramer
Wire up support for diagnostic ranges in the ARMAsmParser.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Nadav Rotem
When emulating vselect using OR/AND/XOR make sure to...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
Elena Demikhovsky
Added VPERM optimization for AVX2 shuffles
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
NAKAMURA Takumi
HexagonCopyToCombine.cpp: Silence two warnings, -Wunuse...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-15
NAKAMURA Takumi
Target/Hexagon: Tweak to fix msvc build.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Anshuman Dasgupta
Remove trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Anshuman Dasgupta
Add VLIW packetizer to ReleaseNotes.html and CREDITS...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Brendon Cahoon
Add the loop unrolling info to ReleaseNotes.html and...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Duncan Sands
There is no need for setIsExact to be public. Make...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Duncan Sands
Rename "fpaccuracy" metadata to the more generic "fpmat...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Benjamin Kramer
Make StringMap's copy ctor non-explicit.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Hal Finkel
Fix an error in BBVectorize important for vectorizing...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-14
Hal Finkel
Enhance BBVectorize to more-properly handle pointer...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Andrew Trick
misched: Added CanHandleTerminators.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Bob Wilson
Remove old code to strip out unwanted PPC slices for...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Richard Smith
Fix X86 codegen for 'atomicrmw nand' to generate *x...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Sirish Pande
Remove iostream from New Value Jump.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Hal Finkel
Add support to BBVectorize for vectorizing selects.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Sirish Pande
Add support for Hexagon Architectural feature, New...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Sirish Pande
Pass to replace tranfer/copy instructions into combine...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Benjamin Kramer
Reduce malloc traffic in DwarfAccelTable
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Tony Linthicum
Support for Hexagon backend.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Tony Linthicum
Support for Hexagon backend.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Evan Cheng
On Darwin targets, only use vfma etc. if the source...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Dan Gohman
Add some comments, and fix a few places that missed...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Kevin Enderby
For ARM disassembly only print 32 unsigned bits for...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Dan Gohman
Consider ObjC runtime calls objc_storeWeak and others...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Hal Finkel
By default, use Early-CSE instead of GVN for vectorizat...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Sylvestre Ledru
Catch the Python exception when subprocess.Popen is...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Benjamin Kramer
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Craig Topper
Silence various build warnings from Hexagon backend...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Craig Topper
Fix target specific intrinsic handling to adjust intrin...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Craig Topper
Remove getElfArchType from ELF.h. It's only used in...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Dan Gohman
Use the new Use-aware dominates method to apply the...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Bill Wendling
Code-gen may inject code into the IR before it emits...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Dan Gohman
Don't move objc_autorelease calls past autorelease...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-13
Dan Gohman
Def here is an Instruction, so !isa<Instruction>(Def...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Dan Gohman
Add forms of dominates and isReachableFromEntry that...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Kevin Enderby
Fix a few more places in the ARM disassembler so that...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Ted Kremenek
Update CMake build.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Evandro Menezes
Hexagon: fix CMake error.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Sirish Pande
Disable Hexagon test temporarily.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Sirish Pande
HexagonPacketizer patch.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Preston Gurd
This patch improves the MCJIT runtime dynamic loader...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Evan Cheng
Generalize r153635 to deal with TokenFactor chains...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Evandro Menezes
Hexagon: enable assembler output through the MC layer.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Anshuman Dasgupta
Add DFA generator for VLIW targets to ReleaseNotes...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Benjamin Kramer
Remove README entry obsoleted by register masks.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Jean-Daniel...
Remove a remaining reference to the obsolete C backend...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Craig Topper
Fix 128-bit ptest intrinsics to take v2i64 instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Jim Grosbach
ARM 'adr' fixups don't need the interworking addend...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Akira Hatanaka
Revert changes that were accidentally committed.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Akira Hatanaka
Fix string that is being checked.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Akira Hatanaka
Emit neg.s or neg.d only if -enable-no-nans-fp-math...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Akira Hatanaka
Emit abs.s or abs.d only if -enable-no-nans-fp-math...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Kevin Enderby
Fixed a case of ARM disassembly getting an assert on...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Akira Hatanaka
Fix bugs in lowering of FCOPYSIGN nodes.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jim Grosbach
Remove incorrect comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jim Grosbach
Tidy up. Remove hard tab characters.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jim Grosbach
Tidy up. Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Benjamin Kramer
Fix pasto.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Chad Rosier
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Andrew Trick
TableGen's regpressure: emit per-registerclass weight...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jim Grosbach
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Andrew Trick
TableGen'd regpressure: register unit set pruning.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jim Grosbach
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Sylvestre Ledru
Fix the build under Debian GNU/Hurd.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Benjamin Kramer
Cache the hash value of the operands in the MDNode.
commit
|
commitdiff
|
tree
|
snapshot
next