aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-113-95/+183
* Remove incorrect comment.Jim Grosbach2012-04-111-1/+1
* Tidy up. Remove hard tab characters.Jim Grosbach2012-04-111-28/+28
* Tidy up. Whitespace.Jim Grosbach2012-04-112-5/+5
* Fix pasto.Benjamin Kramer2012-04-111-1/+1
* Typo.Chad Rosier2012-04-111-1/+1
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-114-28/+47
* ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-113-2/+7
* TableGen'd regpressure: register unit set pruning.Andrew Trick2012-04-111-18/+14
* ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-113-2/+7
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-115-5/+20
* Cache the hash value of the operands in the MDNode.Benjamin Kramer2012-04-113-0/+29
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-113-18/+18
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-112-11/+6
* remove unused argumentNadav Rotem2012-04-111-2/+2
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-113-0/+340
* Add two statistics to help track how we are computing the inline cost.Chandler Carruth2012-04-112-0/+11
* Reapply 154397. Original message:Nadav Rotem2012-04-111-11/+18
* Comment typo fix.Duncan Sands2012-04-111-1/+1
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-113-20/+104
* Reapply 154396 after fixing a test.Nadav Rotem2012-04-116-42/+93
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-118-61/+53
* Fix an overly indented line. Remove an 'else' after an 'if' that returns.Craig Topper2012-04-111-4/+3
* Inline implVisitAluOverflow by introducing a nested switch to convert the int...Craig Topper2012-04-112-20/+18
* Tablegen'd regpressure: emit the weighted pressure limit.Andrew Trick2012-04-111-1/+7
* Table-generated register pressure fixes.Andrew Trick2012-04-111-24/+47
* Optimize code a bit by calling push_back only once in some loops. Reduces com...Craig Topper2012-04-111-26/+24
* Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng2012-04-112-6/+33
* Add retw and lretw instructions. Also, fix Intel syntax parsing for allCharles Davis2012-04-115-5/+41
* Merge fma.ll into fusedMAC.llEvan Cheng2012-04-112-30/+28
* Fix ARM disassembly of VLD instructions with writebacks.  And add test a caseKevin Enderby2012-04-113-0/+376
* ARM add missing Thumb1 two-operand aliases for shift-by-immediate.Jim Grosbach2012-04-113-0/+57
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-1110-10/+160
* Tweak MachineLICM heuristics for cheap instructions.Jakob Stoklund Olesen2012-04-111-69/+89
* Only check for PHI uses inside the current loop.Jakob Stoklund Olesen2012-04-111-27/+51
* Fix test to be register assignment invariant.Jakob Stoklund Olesen2012-04-111-1/+2
* TableGen/reginfo potential bug: typo from previous checkin.Andrew Trick2012-04-101-1/+1
* Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...Owen Anderson2012-04-102-19/+12
* llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith2012-04-101-5/+29
* llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith2012-04-101-1/+7
* [tsan] two more compile-time optimizations:Kostya Serebryany2012-04-102-11/+103
* Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng2012-04-104-2/+50
* Add a comment noting that the fdiv -> fmul conversion won't generateDuncan Sands2012-04-102-3/+19
* The MDString class stored a StringRef to the string which was already in aBill Wendling2012-04-105-19/+22
* Whitespace.Chad Rosier2012-04-101-1/+0
* Revert r154396, which looks to be the real culprit behind the bot failures.Chad Rosier2012-04-101-0/+1
* Temporarily revert this patch to see if it brings the buildbots back.Eric Christopher2012-04-106-93/+42
* [tsan] compile-time instrumentation: do not instrument a read ifKostya Serebryany2012-04-102-5/+114
* To ensure that we have more accurate line information for a blockEric Christopher2012-04-102-3/+7
* Revert r154397, which was causing make check failures on the buildbots.Owen Anderson2012-04-101-13/+6