summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* CellSPU: Update the READMEScott Michel2009-01-061-7/+18
* CellSPU:Scott Michel2009-01-066-57/+213
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-052-4/+0
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-0520-27/+13
* squash warnings.Devang Patel2009-01-055-1/+6
* Atom and Core i7 do not have same model number after all.Evan Cheng2009-01-051-4/+3
* CellSPU:Scott Michel2009-01-051-1/+111
* CellSPU:Scott Michel2009-01-053-35/+82
* Add Intel processors core i7 and atom.Evan Cheng2009-01-032-1/+4
* Fix PR3210: Detect more Intel processors. Patch by Torok Edwin.Evan Cheng2009-01-031-2/+15
* CellSPU:Scott Michel2009-01-033-109/+122
* - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes findingScott Michel2009-01-021-38/+50
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-024-29/+51
* Fix x86 CPU id detection to identify Penryn (and future processors).Evan Cheng2009-01-021-2/+11
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-021-0/+8
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-0112-14/+14
* add a noteChris Lattner2008-12-311-0/+9
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-3010-614/+608
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-292-0/+2
* Fixed spelling, removed trailing whitespace.Misha Brukman2008-12-291-2/+2
* - Various '#if 0' cleanups.Scott Michel2008-12-293-156/+174
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-2712-628/+1148
* Add a simple pattern for matching 'bt'.Chris Lattner2008-12-251-10/+46
* Fix some JIT encodings.Chris Lattner2008-12-252-10/+10
* BT memory operands load from their address operand.Chris Lattner2008-12-252-3/+3
* translateX86CC can never fail. Simplify it based on this.Chris Lattner2008-12-241-42/+30
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-242-0/+2
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-242-0/+2
* Fix a compiler-abort on a testcase where the stack-pointer is added toDan Gohman2008-12-241-6/+13
* indentationChris Lattner2008-12-241-9/+8
* simplify some control flow and reduce indentation, no functionality change.Chris Lattner2008-12-231-63/+46
* Add instruction patterns and encodings for the x86 bt instructions.Dan Gohman2008-12-234-0/+42
* Silence unused variable warnings.Devang Patel2008-12-232-0/+7
* Clean up the atomic opcodes in SelectionDAG.Dan Gohman2008-12-231-38/+27
* add some notes for simplifylibcalls optimizationsChris Lattner2008-12-231-0/+25
* Fixed code generation for v8i16 and v16i8 splats on X86.Mon P Wang2008-12-231-3/+33
* Make the fuse-failed debug output human-readable.Dan Gohman2008-12-231-1/+1
* Fix fast-isel to not emit invalid assembly when presented with aDan Gohman2008-12-201-1/+1
* Move the patterns which have i8 immediates before the patternsDan Gohman2008-12-191-99/+99
* Fix some release-assert warningsChris Lattner2008-12-191-6/+6
* Fix bug 3202.Rafael Espindola2008-12-195-2/+25
* When emitting instructions that define EFLAGS and the EFLAGS value isn'tDan Gohman2008-12-181-7/+23
* When setting up the frame pointer, add it as a live-in register to allDan Gohman2008-12-181-0/+5
* Fixed x86 code generation of multiple for v2i64. It was incorrect for SSE4.1.Mon P Wang2008-12-184-6/+49
* Mark the x86 fp stack registers as "reserved". This tells LiveVariablesDan Gohman2008-12-181-0/+14
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-162-0/+17
* add some more notes.Chris Lattner2008-12-151-2/+53
* Add a testcase for GCC PR 23455, which lpre handles now. Add someChris Lattner2008-12-151-4/+10
* gvn now hoists this load out of the hot non-call path.Chris Lattner2008-12-151-29/+0
* silence warning when asserts disabled.Chris Lattner2008-12-141-2/+2
OpenPOWER on IntegriCloud