| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -2/+5 | |
| | | | | | | | | | | | be the first encoded as the first feature. It then uses the CPU name to look up features / scheduling itineray even though clients know full well the CPU name being used to query these properties. The fix is to just have the clients explictly pass the CPU name! llvm-svn: 134127 | |||||
| * | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | Module*. Also, dropped uses of TargetMachine where unnecessary. The only target which still takes a TargetMachine& is Mips, I would appreciate it if someone would normalize this to match other targets. llvm-svn: 77918 | |||||
| * | Implement 'large' PIC model | Anton Korobeynikov | 2009-07-16 | 1 | -0/+19 | |
| | | | | | llvm-svn: 76006 | |||||
| * | Add z9 and z10 target processors. Mark z10-only instructions as such. | Anton Korobeynikov | 2009-07-16 | 1 | -2/+3 | |
| | | | | | llvm-svn: 75977 | |||||
| * | Let's start another backend :) | Anton Korobeynikov | 2009-07-16 | 1 | -0/+27 | |
| llvm-svn: 75909 | ||||||

