aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2007-05-18Merge from mainlineTanya Lattner
2007-05-18Merge from mainlineTanya Lattner
2007-05-18Merging from mainline.Tanya Lattner
2007-05-15Merge from mainlineTanya Lattner
2007-05-08Merging from mainline. PR1399 fix.Tanya Lattner
2007-05-07Fix PR1390 in a better way.Lauro Ramos Venancio
2007-05-07This is no longer needed after enabling the DAG combiner xform.Evan Cheng
2007-05-06add this backChris Lattner
2007-05-06Update MSIL BE. This patch fixes most weird glitches outlined inAnton Korobeynikov
2007-05-063DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.Bill Wendling
2007-05-06Reference correct headerNate Begeman
2007-05-05Fix PR1390.Lauro Ramos Venancio
2007-05-05add a noteChris Lattner
2007-05-05the mason example is implemented. Move some examples out of llvm/test,Chris Lattner
2007-05-05implement anyextend from i1 -> i64Chris Lattner
2007-05-05move CodeGen/X86/overlap-add.ll here.Chris Lattner
2007-05-05Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov
2007-05-04Add a processor.Lauro Ramos Venancio
2007-05-04Add an "implies" field to features. This indicates that, if the currentBill Wendling
2007-05-04On Mac OS X, GV requires an extra load only when relocation-model is non-static.Evan Cheng
2007-05-03Should never see an indexed load / store with zero offset.Evan Cheng
2007-05-03Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen
2007-05-03Debug support for arm-linux.Lauro Ramos Venancio
2007-05-03Indent the .text, .data, and .bss directives in assembly output, so thatDan Gohman
2007-05-03Fix two classes of bugs:Chris Lattner
2007-05-03add support for printing offset from globalChris Lattner
2007-05-03revert accidental commitChris Lattner
2007-05-03add support for printing offset of globalChris Lattner
2007-05-03Sets the section names for fixed-size constants and use the mergeableDan Gohman
2007-05-03revert reid's patch to fix these failures:Chris Lattner
2007-05-03Typo. It's checking if V is multiple of 4, not multiple of 3. :-)Evan Cheng
2007-05-03Drop 'const'Devang Patel
2007-05-03match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner
2007-05-03expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner
2007-05-03Add a new option.Chris Lattner
2007-05-02Non-algorithmic change. Moved definitions around into separate sectionsBill Wendling
2007-05-02Update.Bill Wendling
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-02Fix build error.Lauro Ramos Venancio
2007-05-02Emit correct register move information in eh frames for X86. This allows Shoo...Anton Korobeynikov
2007-05-02Emit correct DWARF reg # for RA (return address) registerAnton Korobeynikov
2007-05-02Make sign extension work correctly for unusual bit widths.Reid Spencer
2007-05-02Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-05-01Doh. PC displacement is between the constantpool and the add instruction.Evan Cheng
2007-05-01Use correct PC symbolAnton Korobeynikov
2007-05-01Adjust correct EH-related sectionsAnton Korobeynikov
2007-05-01eliminateFrameIndex() change.Evan Cheng
2007-05-01llvm bug #1350, parts 1, 2, and 3.Nate Begeman