aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* add some notesChris Lattner2007-05-101-0/+28
* Switch BCC, MOVCCr, etc. to PredicateOperand.Evan Cheng2007-05-084-17/+22
* PredicateOperand can be used as a normal operand for isel.Evan Cheng2007-05-082-2/+2
* R0 is a sub-register of X0, etc.Evan Cheng2007-05-081-3/+3
* Fix PR1390 in a better way.Lauro Ramos Venancio2007-05-071-12/+41
* This is no longer needed after enabling the DAG combiner xform.Evan Cheng2007-05-071-5/+0
* add this backChris Lattner2007-05-061-0/+1
* Update MSIL BE. This patch fixes most weird glitches outlined inAnton Korobeynikov2007-05-063-145/+446
* 3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.Bill Wendling2007-05-061-3/+5
* Reference correct headerNate Begeman2007-05-061-1/+1
* Fix PR1390.Lauro Ramos Venancio2007-05-051-38/+10
* add a noteChris Lattner2007-05-051-0/+25
* the mason example is implemented. Move some examples out of llvm/test,Chris Lattner2007-05-051-36/+51
* implement anyextend from i1 -> i64Chris Lattner2007-05-051-0/+2
* move CodeGen/X86/overlap-add.ll here.Chris Lattner2007-05-051-0/+27
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-054-34/+21
* Add a processor.Lauro Ramos Venancio2007-05-041-0/+1
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-043-20/+77
* On Mac OS X, GV requires an extra load only when relocation-model is non-static.Evan Cheng2007-05-041-5/+6
* Should never see an indexed load / store with zero offset.Evan Cheng2007-05-031-5/+7
* Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen2007-05-031-0/+5
* Debug support for arm-linux.Lauro Ramos Venancio2007-05-034-18/+32
* Indent the .text, .data, and .bss directives in assembly output, so thatDan Gohman2007-05-031-3/+3
* Fix two classes of bugs:Chris Lattner2007-05-031-8/+32
* add support for printing offset from globalChris Lattner2007-05-031-0/+6
* revert accidental commitChris Lattner2007-05-031-1/+3
* add support for printing offset of globalChris Lattner2007-05-032-3/+6
* Sets the section names for fixed-size constants and use the mergeableDan Gohman2007-05-031-0/+5
* revert reid's patch to fix these failures:Chris Lattner2007-05-031-100/+28
* Typo. It's checking if V is multiple of 4, not multiple of 3. :-)Evan Cheng2007-05-031-1/+1
* Drop 'const'Devang Patel2007-05-0316-33/+33
* match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner2007-05-032-2/+9
* expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner2007-05-032-0/+6
* Add a new option.Chris Lattner2007-05-031-4/+17
* Non-algorithmic change. Moved definitions around into separate sectionsBill Wendling2007-05-021-1004/+1251
* Update.Bill Wendling2007-05-021-0/+27
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-0216-33/+33
* Fix build error.Lauro Ramos Venancio2007-05-021-1/+1
* Emit correct register move information in eh frames for X86. This allows Shoo...Anton Korobeynikov2007-05-022-8/+56
* Emit correct DWARF reg # for RA (return address) registerAnton Korobeynikov2007-05-022-1/+7
* Make sign extension work correctly for unusual bit widths.Reid Spencer2007-05-021-28/+100
* Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen2007-05-022-18/+115
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-012-3/+6
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-0116-16/+70
* Doh. PC displacement is between the constantpool and the add instruction.Evan Cheng2007-05-011-1/+1
* Use correct PC symbolAnton Korobeynikov2007-05-011-0/+2
* Adjust correct EH-related sectionsAnton Korobeynikov2007-05-011-0/+4
* eliminateFrameIndex() change.Evan Cheng2007-05-0112-14/+25
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-012-8/+59
* Under normal circumstances, when a frame pointer is not required, we reserveEvan Cheng2007-05-012-3/+29