summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* 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
* add parenthesis.Lauro Ramos Venancio2007-04-27
* Doh. ARM::LEApcrel is a single instruction MI.Evan Cheng2007-04-27
* In Thumb mode, the frame register must be R7.Lauro Ramos Venancio2007-04-27
* ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio2007-04-27
* Darwin runtime library does not have these.Evan Cheng2007-04-27
* Special handling of LEApcrel and tLEApcrel.Evan Cheng2007-04-27
* Back out previous check-in. Incorrect.Evan Cheng2007-04-27
* tLEApcrel is a AddrModeTs, i.e. pc relative.Evan Cheng2007-04-27
* Fix PR1339 and CodeGen/X86/dollar-name.llDan Gohman2007-04-26
* Have MMX registers clobbered in x86-64 too.Bill Wendling2007-04-26
* Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng2007-04-26
* Fix for PR1348. If stack inc / dec amount is > 32-bits, issue a series of add...Evan Cheng2007-04-26
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-25
* Add SSSE3 as a feature of Core2. Add MMX registers to the list of registersBill Wendling2007-04-25
* do the multiplication as signed, so that 2*-2 == -4 instead of 4294967292Chris Lattner2007-04-25
* remember to emit weak reference in one more case.Lauro Ramos Venancio2007-04-25
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-25
* support for >4G stack framesChris Lattner2007-04-25
* support >4G stack framesChris Lattner2007-04-25
* Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.llChris Lattner2007-04-24
* Update.Bill Wendling2007-04-24