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-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
2012-04-10
Evan Cheng
Handle llvm.fma.* intrinsics. rdar://10914096
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Duncan Sands
Add a comment noting that the fdiv -> fmul conversion...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Bill Wendling
The MDString class stored a StringRef to the string...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Chad Rosier
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Chad Rosier
Revert r154396, which looks to be the real culprit...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Eric Christopher
Temporarily revert this patch to see if it brings the...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Kostya Serebryany
[tsan] compile-time instrumentation: do not instrument...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Eric Christopher
To ensure that we have more accurate line information...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Owen Anderson
Revert r154397, which was causing make check failures...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Jim Grosbach
ARM fix cc_out operand handling for t2SUBrr instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
David Blaikie
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Nadav Rotem
Fix a dagcombine optimization which assumes that the...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Nadav Rotem
Modify the code that lowers shuffles to blends from...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Chandler Carruth
Make a somewhat subtle change in the logic of block...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Anton Korobeynikov
Transform div to mul with reciprocal only when fp imm...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
David Chisnall
Use the correct section types on Solaris for unwind...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Duncan Sands
Express the number of ULPs in fpaccuracy metadata as...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
Fix 12513: Loop unrolling breaks with indirect branches.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
Fix for register pressure tables.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Evan Cheng
Add proper checks.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Evan Cheng
Make the code slightly more palatable.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
Use std::includes instead of my own implementation.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
Added a TargetRegisterInfo interface for accessing...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
Added register unit sets to the target description.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
Added register unit weights to the target description.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Andrew Trick
Fix header comment
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Danil Malyshev
Add a constructor for DataRefImpl and remove excess...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Evan Cheng
Fix a long standing tail call optimization bug. When...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Rafael Espindola
Don't try to zExt just to check if an integer constant...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-10
Jim Grosbach
ARM LDR/LDRT has the same encoding collision as STR...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Lang Hames
Test case for PR12495.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Bill Wendling
Revert the 'EnableInitializing' flag. There is debate...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Bill Wendling
Apply the scope restrictions after parsing the command...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Akira Hatanaka
Have TargetLowering::getPICJumpTableRelocBase return...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Chad Rosier
When performing a truncating store, it's possible to...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Lang Hames
Patch r153892 for PR11861 apparently broke an external...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Chad Rosier
Update comments and remove unnecessary isVolatile(...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Eric Christopher
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
David Blaikie
Fix accidentally constant conditions found by uncommitt...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Rafael Espindola
Pattern match a setcc of boolean value with 0 as a...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Preston Gurd
This patch adds X86 instruction itineraries, which...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Duncan Sands
Clarify that fpaccuracy metadata is giving the compiler...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Nadav Rotem
Lower some x86 shuffle sequences to the vblend family...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Bill Wendling
s/lto_codegen_whole_program_optimization/lto_codegen_se...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-09
Nadav Rotem
Fix a bug in the lowering of broadcasts: ConstantPools...
commit
|
commitdiff
|
tree
|
snapshot
next