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-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
2012-04-11
Benjamin Kramer
FoldingSet: Push the hash through FoldingSetTraits...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Benjamin Kramer
Compute hashes directly with hash_combine instead of...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Nadav Rotem
remove unused argument
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Duncan Sands
Add a C binding to the Target and TargetMachine classes...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Chandler Carruth
Add two statistics to help track how we are computing...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Nadav Rotem
Reapply 154397. Original message:
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Duncan Sands
Comment typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Evan Cheng
Add more fused mul+add/sub patterns. rdar://10139676
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Nadav Rotem
Reapply 154396 after fixing a test.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Evan Cheng
Clean up ARM fused multiply + add/sub support some...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Craig Topper
Fix an overly indented line. Remove an 'else' after...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Craig Topper
Inline implVisitAluOverflow by introducing a nested...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Andrew Trick
Tablegen'd regpressure: emit the weighted pressure...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Andrew Trick
Table-generated register pressure fixes.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Craig Topper
Optimize code a bit by calling push_back only once...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Evan Cheng
Match (fneg (fma) to vfnma. rdar://10139676
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Charles Davis
Add retw and lretw instructions. Also, fix Intel syntax...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Evan Cheng
Merge fma.ll into fusedMAC.ll
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Kevin Enderby
Fix ARM disassembly of VLD instructions with writebacks...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jim Grosbach
ARM add missing Thumb1 two-operand aliases for shift...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Evan Cheng
Fix a number of problems with ARM fused multiply add...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jakob Stoklund...
Tweak MachineLICM heuristics for cheap instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jakob Stoklund...
Only check for PHI uses inside the current loop.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-11
Jakob Stoklund...
Fix test to be register assignment invariant.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
TableGen/reginfo potential bug: typo from previous...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Owen Anderson
Move the constant-folding support for FP_ROUND in Selec...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Dylan Noblesmith
llvm-stress: stop abusing ConstantFP::get()
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Dylan Noblesmith
llvm-stress: don't make vectors of x86_mmx type
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Kostya Serebryany
[tsan] two more compile-time optimizations:
commit
|
commitdiff
|
tree
|
snapshot
next