Age | Commit message (Expand) | Author |
2007-05-03 | expose HonorSignDependentRoundingFPMathOption to .td files | Chris Lattner |
2007-05-03 | Add a new option. | Chris Lattner |
2007-04-19 | Fix a message, patch by Christopher Lamb. | Chris Lattner |
2007-01-29 | rename flag | Jim Laskey |
2007-01-29 | Flag to control exception handling. | Jim Laskey |
2007-01-17 | * Fix one more bug in PIC codegen: extra load is needed for *all* | Anton Korobeynikov |
2007-01-17 | Revert patch. | Bill Wendling |
2007-01-17 | Create/store/and delete the TargetObjInfo object. | Bill Wendling |
2006-12-09 | Added option -soft-float to generate SW fp library calls instead of fp instru... | Evan Cheng |
2006-09-07 | 1. Remove condition on delete. | Jim Laskey |
2006-09-07 | Make target asm info a property of the target machine. | Jim Laskey |
2006-09-04 | remove #include | Chris Lattner |
2006-09-03 | Simplify target construction. | Chris Lattner |
2006-08-29 | Tidy up options. | Jim Laskey |
2006-07-26 | Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. | Chris Lattner |
2006-07-06 | Added option -code-model to set code model (only used in 64-bit) mode. Valid | Evan Cheng |
2006-05-24 | For PR786: | Reid Spencer |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
2006-05-23 | -enable-unsafe-fp-math implies -enable-finite-only-fp-math | Evan Cheng |
2006-05-23 | Added option -enable-finite-only-fp-math. When on, the codegen can assume that | Evan Cheng |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-03-23 | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner |
2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
2005-08-18 | Remove the X86 and PowerPC Simple instruction selectors; their time has | Nate Begeman |
2005-07-06 | First round of support for doing scalar FP using the SSE2 ISA extension and | Nate Begeman |
2005-05-13 | capitalize | Chris Lattner |
2005-04-30 | Expose an option allowing unsafe math optimizations. Patch contributed by | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-15 | Make pattern isel default for ppc | Nate Begeman |
2005-01-15 | Add a new target-independent code generator flag. | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-10 | Implement new constructor. | Misha Brukman |
2004-07-23 | * Add BoolAlignment to TargetData, default is 1 byte, size 1 byte | Misha Brukman |
2004-06-21 | Direct declaration of namespace-ified globals does not work, must enclose | Misha Brukman |
2004-06-21 | Specify variables' namespace directly instead of using an enclosing namespace. | Misha Brukman |
2004-06-21 | Move implemented interface header up to the top. | Misha Brukman |
2004-06-21 | Spell out `NoFramePointerElim' for readability. | Misha Brukman |
2004-06-21 | Implement `NoFPElim' in a target-agnostic fashion so it can be shared. | Misha Brukman |
2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
2004-06-02 | Method has been inlined into all callers | Chris Lattner |
2004-03-04 | make -print-machineinstrs work for both SparcV9 and X86 | Brian Gaeke |
2004-03-03 | Add a new constructor | Chris Lattner |
2004-03-01 | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke |
2003-12-28 | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-04-26 | The promotion rules are the same for all targets, they are set by the C stand... | Chris Lattner |
2002-12-29 | Rename MachineOptInfo to TargetoptInfo | Chris Lattner |
2002-10-29 | Implement findOptimalStorageSize a bit more generally | Chris Lattner |
2002-10-28 | Seperate code out of TargetMachine into MachineInstrInfo | Chris Lattner |