summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove a remaining reference to the obsolete C backend in configureJean-Daniel Dupas2012-04-12
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-12
* ARM 'adr' fixups don't need the interworking addend tweaking.Jim Grosbach2012-04-12
* Revert changes that were accidentally committed.Akira Hatanaka2012-04-11
* Fix string that is being checked.Akira Hatanaka2012-04-11
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-11
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-11
* Fixed a case of ARM disassembly getting an assert on a bad encodingKevin Enderby2012-04-11
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-11
* Remove incorrect comment.Jim Grosbach2012-04-11
* Tidy up. Remove hard tab characters.Jim Grosbach2012-04-11
* Tidy up. Whitespace.Jim Grosbach2012-04-11
* Fix pasto.Benjamin Kramer2012-04-11
* Typo.Chad Rosier2012-04-11
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-11
* ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-11
* TableGen'd regpressure: register unit set pruning.Andrew Trick2012-04-11
* ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-11
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* Cache the hash value of the operands in the MDNode.Benjamin Kramer2012-04-11
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-11
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-11
* remove unused argumentNadav Rotem2012-04-11
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-11
* Add two statistics to help track how we are computing the inline cost.Chandler Carruth2012-04-11
* Reapply 154397. Original message:Nadav Rotem2012-04-11
* Comment typo fix.Duncan Sands2012-04-11
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-11
* Reapply 154396 after fixing a test.Nadav Rotem2012-04-11
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-11
* Fix an overly indented line. Remove an 'else' after an 'if' that returns.Craig Topper2012-04-11
* Inline implVisitAluOverflow by introducing a nested switch to convert the int...Craig Topper2012-04-11
* Tablegen'd regpressure: emit the weighted pressure limit.Andrew Trick2012-04-11
* Table-generated register pressure fixes.Andrew Trick2012-04-11
* Optimize code a bit by calling push_back only once in some loops. Reduces com...Craig Topper2012-04-11
* Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng2012-04-11
* Add retw and lretw instructions. Also, fix Intel syntax parsing for allCharles Davis2012-04-11
* Merge fma.ll into fusedMAC.llEvan Cheng2012-04-11
* Fix ARM disassembly of VLD instructions with writebacks.  And add test a caseKevin Enderby2012-04-11
* ARM add missing Thumb1 two-operand aliases for shift-by-immediate.Jim Grosbach2012-04-11
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-11
* Tweak MachineLICM heuristics for cheap instructions.Jakob Stoklund Olesen2012-04-11
* Only check for PHI uses inside the current loop.Jakob Stoklund Olesen2012-04-11
* Fix test to be register assignment invariant.Jakob Stoklund Olesen2012-04-11
* TableGen/reginfo potential bug: typo from previous checkin.Andrew Trick2012-04-10
* Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...Owen Anderson2012-04-10
* llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith2012-04-10
* llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith2012-04-10
* [tsan] two more compile-time optimizations:Kostya Serebryany2012-04-10
* Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng2012-04-10