aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-102-0/+20
* Calculate the number of VLDM/VSTM registers by subtracting the number ofBob Wilson2010-09-101-2/+2
* Lower the unrolling theshold to 150. Empirical tests indicate that this is a...Owen Anderson2010-09-101-1/+1
* Mark the sse_load_f32 and sse_load_f64 load patterns as having memoperands soBill Wendling2010-09-101-2/+2
* Reword since this may not be a bug but intended behavior.Bill Wendling2010-09-101-10/+6
* Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson2010-09-101-1/+2
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-1022-72/+114
* Fix build error.Eric Christopher2010-09-101-1/+1
* Update comments, reorganize some code, rename variables to beEric Christopher2010-09-101-43/+40
* 64-bit fp loads can come straight out of the constant pool, not asEric Christopher2010-09-091-10/+18
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-092-15/+45
* llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar2010-09-091-0/+30
* llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar2010-09-091-8/+10
* SIToFP and FPToSI conversions work only on fp-reg to fp-reg. MoveEric Christopher2010-09-091-7/+33
* MDNodes are not Constants.Dan Gohman2010-09-091-5/+0
* Print invalid metadata references as <badref>, for consistency withDan Gohman2010-09-091-2/+10
* New "move to fp reg" routine. Use it.Eric Christopher2010-09-091-5/+12
* "Strike that, reverse it." -- Mr. Wonka.Eric Christopher2010-09-091-2/+2
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-092-5/+11
* Add FPTrunc, fix some bugs where I forgot to update the value map.Eric Christopher2010-09-091-2/+28
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-091-4/+2
* r113526 introduced an unintended change to the loop unrolling threshold. Rev...Owen Anderson2010-09-091-1/+1
* Fix typo in code to cap the loop code size reduction calculation.Owen Anderson2010-09-091-2/+2
* Use code-size reduction metrics to estimate the amount of savings we'll get w...Owen Anderson2010-09-091-1/+24
* Basic FP->Int, Int->FP conversions.Eric Christopher2010-09-091-0/+55
* Add one more pattern to fallback movddupBruno Cardoso Lopes2010-09-091-0/+2
* Extend the getDependence query with support for PHI translation.Dan Gohman2010-09-092-13/+57
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-096-8/+97
* MCELF: Write relocation fragments in the right endian.Benjamin Kramer2010-09-091-5/+26
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-092-13/+25
* Move remaining MMX instructions from SSE to MMX.Dale Johannesen2010-09-092-107/+44
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-091-92/+90
* MC: Give a (lame) hard error if a .org directive would create an unreasonablyDaniel Dunbar2010-09-091-1/+1
* lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments.NAKAMURA Takumi2010-09-091-16/+16
* Silence compiler warning.Kalle Raiskila2010-09-091-1/+1
* Fix NEON VLD pseudo instruction itineraries that were incorrectly copied fromBob Wilson2010-09-091-5/+5
* Nuke whitespace and fix some indenting.Eric Christopher2010-09-091-60/+60
* Move most MMX instructions (defined as anything thatDale Johannesen2010-09-092-121/+136
* Handle 64-bit floating point binops as well.Eric Christopher2010-09-091-10/+12
* Basic 32-bit FP operations.Eric Christopher2010-09-091-0/+45
* For double-spaced VLD3/VLD4 instructions, copy the explicit super-register useBob Wilson2010-09-091-5/+9
* Handle float->double extension.Eric Christopher2010-09-091-0/+23
* Rewrite TargetMaterializeConstant splitting it out into two functionsEric Christopher2010-09-091-21/+45
* Simplify copying over operands from pseudo NEON load/store instructions.Bob Wilson2010-09-091-30/+19
* Clean up a comment.Bob Wilson2010-09-081-2/+2
* Very basic compare support.Eric Christopher2010-09-081-0/+48
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-081-2/+4
* Delete dead code.Eric Christopher2010-09-081-1/+0
* Fix LDM_RET schedule itinery.Evan Cheng2010-09-085-2/+19
* fix rdar://8407548, I missed the commuted form of xchg/test without a suffix.Chris Lattner2010-09-081-2/+4