index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-04-12
Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...
Evan Cheng
2012-04-12
Hexagon: enable assembler output through the MC layer.
Evandro Menezes
2012-04-12
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
Anshuman Dasgupta
2012-04-12
Remove README entry obsoleted by register masks.
Benjamin Kramer
2012-04-12
Remove a remaining reference to the obsolete C backend in configure
Jean-Daniel Dupas
2012-04-12
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2012-04-12
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-04-11
Revert changes that were accidentally committed.
Akira Hatanaka
2012-04-11
Fix string that is being checked.
Akira Hatanaka
2012-04-11
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
Fixed a case of ARM disassembly getting an assert on a bad encoding
Kevin Enderby
2012-04-11
Fix bugs in lowering of FCOPYSIGN nodes.
Akira Hatanaka
2012-04-11
Remove incorrect comment.
Jim Grosbach
2012-04-11
Tidy up. Remove hard tab characters.
Jim Grosbach
2012-04-11
Tidy up. Whitespace.
Jim Grosbach
2012-04-11
Fix pasto.
Benjamin Kramer
2012-04-11
Typo.
Chad Rosier
2012-04-11
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
TableGen'd regpressure: register unit set pruning.
Andrew Trick
2012-04-11
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-04-11
Cache the hash value of the operands in the MDNode.
Benjamin Kramer
2012-04-11
FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...
Benjamin Kramer
2012-04-11
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-04-11
remove unused argument
Nadav Rotem
2012-04-11
Add a C binding to the Target and TargetMachine classes to allow for emitting
Duncan Sands
2012-04-11
Add two statistics to help track how we are computing the inline cost.
Chandler Carruth
2012-04-11
Reapply 154397. Original message:
Nadav Rotem
2012-04-11
Comment typo fix.
Duncan Sands
2012-04-11
Add more fused mul+add/sub patterns. rdar://10139676
Evan Cheng
2012-04-11
Reapply 154396 after fixing a test.
Nadav Rotem
2012-04-11
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-11
Fix an overly indented line. Remove an 'else' after an 'if' that returns.
Craig Topper
2012-04-11
Inline implVisitAluOverflow by introducing a nested switch to convert the int...
Craig Topper
2012-04-11
Tablegen'd regpressure: emit the weighted pressure limit.
Andrew Trick
2012-04-11
Table-generated register pressure fixes.
Andrew Trick
2012-04-11
Optimize code a bit by calling push_back only once in some loops. Reduces com...
Craig Topper
2012-04-11
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
Add retw and lretw instructions. Also, fix Intel syntax parsing for all
Charles Davis
2012-04-11
Merge fma.ll into fusedMAC.ll
Evan Cheng
2012-04-11
Fix ARM disassembly of VLD instructions with writebacks. And add test a case
Kevin Enderby
2012-04-11
ARM add missing Thumb1 two-operand aliases for shift-by-immediate.
Jim Grosbach
2012-04-11
Fix a number of problems with ARM fused multiply add/subtract instructions.
Evan Cheng
2012-04-11
Tweak MachineLICM heuristics for cheap instructions.
Jakob Stoklund Olesen
2012-04-11
Only check for PHI uses inside the current loop.
Jakob Stoklund Olesen
2012-04-11
Fix test to be register assignment invariant.
Jakob Stoklund Olesen
2012-04-10
TableGen/reginfo potential bug: typo from previous checkin.
Andrew Trick
2012-04-10
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
[next]