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-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
2012-04-10
llvm-stress: stop abusing ConstantFP::get()
Dylan Noblesmith
2012-04-10
llvm-stress: don't make vectors of x86_mmx type
Dylan Noblesmith
2012-04-10
[tsan] two more compile-time optimizations:
Kostya Serebryany
2012-04-10
Handle llvm.fma.* intrinsics. rdar://10914096
Evan Cheng
2012-04-10
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
The MDString class stored a StringRef to the string which was already in a
Bill Wendling
2012-04-10
Whitespace.
Chad Rosier
2012-04-10
Revert r154396, which looks to be the real culprit behind the bot failures.
Chad Rosier
2012-04-10
Temporarily revert this patch to see if it brings the buildbots back.
Eric Christopher
2012-04-10
[tsan] compile-time instrumentation: do not instrument a read if
Kostya Serebryany
2012-04-10
To ensure that we have more accurate line information for a block
Eric Christopher
2012-04-10
Revert r154397, which was causing make check failures on the buildbots.
Owen Anderson
2012-04-10
ARM fix cc_out operand handling for t2SUBrr instructions.
Jim Grosbach
2012-04-10
Remove unused variable.
David Blaikie
2012-04-10
Fix a dagcombine optimization which assumes that the vsetcc result type is al...
Nadav Rotem
2012-04-10
Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.
Nadav Rotem
2012-04-10
Make a somewhat subtle change in the logic of block placement. Sometimes
Chandler Carruth
2012-04-10
Transform div to mul with reciprocal only when fp imm is legal.
Anton Korobeynikov
2012-04-10
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
David Chisnall
2012-04-10
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
whitespace
Andrew Trick
2012-04-10
Fix for register pressure tables.
Andrew Trick
2012-04-10
Add proper checks.
Evan Cheng
2012-04-10
Make the code slightly more palatable.
Evan Cheng
2012-04-10
Use std::includes instead of my own implementation.
Andrew Trick
2012-04-10
Added a TargetRegisterInfo interface for accessing register pressure sets.
Andrew Trick
2012-04-10
Added register unit sets to the target description.
Andrew Trick
2012-04-10
Added register unit weights to the target description.
Andrew Trick
2012-04-10
Fix header comment
Andrew Trick
2012-04-10
Add a constructor for DataRefImpl and remove excess initialization.
Danil Malyshev
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
Don't try to zExt just to check if an integer constant is zero, it might
Rafael Espindola
2012-04-10
ARM LDR/LDRT has the same encoding collision as STR/STRT.
Jim Grosbach
2012-04-09
Test case for PR12495.
Lang Hames
2012-04-09
Revert the 'EnableInitializing' flag. There is debate on whether we should ru...
Bill Wendling
2012-04-09
Apply the scope restrictions after parsing the command line options. There ma...
Bill Wendling
2012-04-09
Have TargetLowering::getPICJumpTableRelocBase return a node that points to the
Akira Hatanaka
2012-04-09
When performing a truncating store, it's possible to rearrange the data
Chad Rosier
2012-04-09
Patch r153892 for PR11861 apparently broke an external project (see PR12493).
Lang Hames
[next]