Age | Commit message (Expand) | Author |
2007-02-23 | 80 col. violation. | Evan Cheng |
2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
2007-02-08 | Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the | Bill Wendling |
2007-01-22 | Double and long preferred alignment is 8 byte. | Evan Cheng |
2007-01-20 | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner |
2007-01-18 | - Target PIC style is no longer affected by relocation model. | Evan Cheng |
2007-01-17 | Revert patch. | Bill Wendling |
2007-01-17 | Create the specified TargetObjInfo and use it. | Bill Wendling |
2007-01-12 | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov |
2007-01-03 | Really big cleanup. | Anton Korobeynikov |
2006-12-22 | Refactored JIT codegen for mingw32. Now we're using standart relocation | Anton Korobeynikov |
2006-12-20 | Fixed dllimported symbols support during JIT'ing. JIT on mingw32 | Anton Korobeynikov |
2006-12-19 | The x86-64 target machine should be used for amd64-* target triples. | Chris Lattner |
2006-12-05 | - Switch X86-64 JIT to large code size model. | Evan Cheng |
2006-12-04 | Non-darwin gcc should default to static relocation to match gcc. | Evan Cheng |
2006-11-17 | Removed even more std::cerr and #include <iostream> things. | Bill Wendling |
2006-09-08 | Committing X86-64 support. | Evan Cheng |
2006-09-07 | 1. Remove condition on delete. | Jim Laskey |
2006-09-04 | Fix some X86 JIT failures. This should really come from TargetJITInfo. | Chris Lattner |
2006-09-04 | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner |
2006-09-03 | Simplify target construction. | Chris Lattner |
2006-08-29 | - Enable x86 isel preprocessing by default unless -fast is specified. | Evan Cheng |
2006-08-23 | Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it | Nate Begeman |
2006-08-02 | Disable LSR at -fast | Nate Begeman |
2006-07-26 | Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. | Chris Lattner |
2006-07-25 | - Refactor the code that resolve basic block references to a TargetJITInfo | Evan Cheng |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
2006-05-30 | Fix a build breaker. | Evan Cheng |
2006-05-20 | Make TargetData strings less redundant. | Owen Anderson |
2006-05-20 | Make all of the TargetMachine subclasses use the new string TargetData methods. | Owen Anderson |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-04-08 | Disable switch lowering for targets based on the selection dag isel, | Nate Begeman |
2006-03-27 | SelectionDAGISel can now natively handle Switch instructions, in the same | Nate Begeman |
2006-03-23 | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner |
2006-03-19 | Turning on LSR by default | Evan Cheng |
2006-03-16 | Added a way for TargetLowering to specify what values can be used as the | Evan Cheng |
2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
2006-03-09 | Add option -enable-x86-lsr to enable x86 loop strength reduction pass. | Evan Cheng |
2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
2006-02-18 | Disable PIC for JIT. | Evan Cheng |
2006-02-17 | Kill the x86 pattern isel. boom. | Nate Begeman |
2006-02-03 | remove an old comment | Chris Lattner |
2006-02-03 | Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is now | Chris Lattner |
2006-01-27 | Bye bye Pattern ISel, hello DAG ISel. | Evan Cheng |
2006-01-27 | x86 CPU detection and proper subtarget support | Evan Cheng |
2006-01-26 | Added preliminary x86 subtarget support. | Evan Cheng |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-20 | Stop doing that accidental commit. | Evan Cheng |
2006-01-20 | A few more SH{L|R}D peepholes. | Evan Cheng |
2006-01-19 | Didn't mean to commit the last one. | Evan Cheng |