| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug 3202. | Rafael Espindola | 2008-12-19 | 1 | -1/+1 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -2/+0 |
* | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov | 2008-09-25 | 1 | -10/+22 |
* | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng | 2008-09-25 | 1 | -22/+10 |
* | Minor cleanup | Anton Korobeynikov | 2008-09-24 | 1 | -0/+3 |
* | Use crazy template-based inheritance instead of virtual one. | Anton Korobeynikov | 2008-09-24 | 1 | -10/+19 |
* | Reduce heap trashing due to std::string construction / concatenation via cach... | asl | 2008-08-16 | 1 | -1/+1 |
* | Remove dead forward decl | Anton Korobeynikov | 2008-08-07 | 1 | -1/+0 |
* | Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code | asl | 2008-07-19 | 1 | -20/+9 |
* | First sketch of special section objects | Anton Korobeynikov | 2008-07-09 | 1 | -12/+11 |
* | Add hacky way to distinguish named and named sections. This will be generaliz... | Anton Korobeynikov | 2008-07-09 | 1 | -0/+2 |
* | Drop dead member reference | Anton Korobeynikov | 2008-07-09 | 1 | -1/+0 |
* | Add funny darwin section selection logic | Anton Korobeynikov | 2008-07-09 | 1 | -0/+5 |
* | Handle ELF mergeable sections | Anton Korobeynikov | 2008-07-09 | 1 | -0/+5 |
* | Provide section selection for X86 ELF targets | Anton Korobeynikov | 2008-07-09 | 1 | -0/+2 |
* | Split PrintSectionFlags | Anton Korobeynikov | 2008-07-09 | 1 | -1/+2 |
* | Split UniqueSectionForGlobal() | Anton Korobeynikov | 2008-07-09 | 1 | -2/+4 |
* | Split PreferredEHDataFormat hook | Anton Korobeynikov | 2008-07-09 | 1 | -2/+6 |
* | Split X86TargetAsmInfo into 4 subtarget-specific classes | Anton Korobeynikov | 2008-07-09 | 1 | -1/+18 |
* | Move flag decoding stuff into special hook | Anton Korobeynikov | 2008-07-09 | 1 | -0/+1 |
* | Properly handle linkonce stuff | Anton Korobeynikov | 2008-07-09 | 1 | -0/+2 |
* | Provide skeletone code for calculation of section, where global should be emi... | Anton Korobeynikov | 2008-07-09 | 1 | -1/+2 |
* | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov | 2008-02-29 | 1 | -1/+2 |
* | Preparation step for some cleanup/generalization in EH information emission: | Anton Korobeynikov | 2008-02-27 | 1 | -0/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | More explicit keywords. | Dan Gohman | 2007-09-25 | 1 | -1/+1 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+33 |