summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* 3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.Bill Wendling2007-05-06
* Reference correct headerNate Begeman2007-05-06
* Fix PR1390.Lauro Ramos Venancio2007-05-05
* add a noteChris Lattner2007-05-05
* the mason example is implemented. Move some examples out of llvm/test,Chris Lattner2007-05-05
* implement anyextend from i1 -> i64Chris Lattner2007-05-05
* move CodeGen/X86/overlap-add.ll here.Chris Lattner2007-05-05
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-05
* Add a processor.Lauro Ramos Venancio2007-05-04
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-04
* On Mac OS X, GV requires an extra load only when relocation-model is non-static.Evan Cheng2007-05-04
* Should never see an indexed load / store with zero offset.Evan Cheng2007-05-03
* Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen2007-05-03
* Debug support for arm-linux.Lauro Ramos Venancio2007-05-03
* Indent the .text, .data, and .bss directives in assembly output, so thatDan Gohman2007-05-03
* Fix two classes of bugs:Chris Lattner2007-05-03
* add support for printing offset from globalChris Lattner2007-05-03
* revert accidental commitChris Lattner2007-05-03
* add support for printing offset of globalChris Lattner2007-05-03
* Sets the section names for fixed-size constants and use the mergeableDan Gohman2007-05-03
* revert reid's patch to fix these failures:Chris Lattner2007-05-03
* Typo. It's checking if V is multiple of 4, not multiple of 3. :-)Evan Cheng2007-05-03
* Drop 'const'Devang Patel2007-05-03
* match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner2007-05-03
* expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner2007-05-03
* Add a new option.Chris Lattner2007-05-03
* Non-algorithmic change. Moved definitions around into separate sectionsBill Wendling2007-05-02
* Update.Bill Wendling2007-05-02
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Emit correct register move information in eh frames for X86. This allows Shoo...Anton Korobeynikov2007-05-02
* Emit correct DWARF reg # for RA (return address) registerAnton Korobeynikov2007-05-02
* Make sign extension work correctly for unusual bit widths.Reid Spencer2007-05-02
* Add some support for (Darwin) code-generating directives in getInlineAsmLength.Dale Johannesen2007-05-02
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-01
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Doh. PC displacement is between the constantpool and the add instruction.Evan Cheng2007-05-01
* Use correct PC symbolAnton Korobeynikov2007-05-01
* Adjust correct EH-related sectionsAnton Korobeynikov2007-05-01
* eliminateFrameIndex() change.Evan Cheng2007-05-01
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-01
* Under normal circumstances, when a frame pointer is not required, we reserveEvan Cheng2007-05-01
* Remove item: thumb padding in constant islandsDale Johannesen2007-04-30
* remove unused variableDale Johannesen2007-04-30
* Enable protected visibility on ARM.Lauro Ramos Venancio2007-04-30
* Rewrite of Thumb constant islands handling (exact allowance for paddingDale Johannesen2007-04-29
* Make ARM-specific version of getInlineAsmLengthDale Johannesen2007-04-29
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-29
* change per reviewDale Johannesen2007-04-28
* Prevent Thumb code from generating ARM instructionsDale Johannesen2007-04-27