| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prune some includes and forward declarations. | Craig Topper | 2012-03-26 | 1 | -0/+1 |
| | | | | | llvm-svn: 153429 | ||||
| * | Reorder includes in Target backends to following coding standards. Remove ↵ | Craig Topper | 2012-03-17 | 1 | -1/+1 |
| | | | | | | | some superfluous forward declarations. llvm-svn: 152997 | ||||
| * | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -4/+3 |
| | | | | | llvm-svn: 149961 | ||||
| * | Tidy up. 80 columns. | Jim Grosbach | 2012-01-18 | 1 | -13/+13 |
| | | | | | llvm-svn: 148401 | ||||
| * | Tidy up. MCAsmBackend naming conventions. | Jim Grosbach | 2012-01-18 | 1 | -7/+7 |
| | | | | | llvm-svn: 148400 | ||||
| * | Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for ↵ | Rafael Espindola | 2011-12-22 | 1 | -13/+1 |
| | | | | | | | | | reporting it. It does need some some tests... llvm-svn: 147154 | ||||
| * | Reduce the exposure of Triple::OSType in the ELF object writer. This will | Rafael Espindola | 2011-12-21 | 1 | -7/+8 |
| | | | | | | | | avoid including ADT/Triple.h in many places when the target specific bits are moved. llvm-svn: 147059 | ||||
| * | MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc. | NAKAMURA Takumi | 2011-12-06 | 1 | -0/+1 |
| | | | | | llvm-svn: 145894 | ||||
| * | Move target-specific logic out of generic MCAssembler. | Jim Grosbach | 2011-12-06 | 1 | -0/+9 |
| | | | | | | | | | Whether a fixup needs relaxation for the associated instruction is a target-specific function, as the FIXME indicated. Create a hook for that and use it. llvm-svn: 145881 | ||||
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
| | | | | | | | These are strictly utilities for registering targets and components. llvm-svn: 138450 | ||||
| * | Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as | Roman Divacky | 2011-08-02 | 1 | -1/+70 |
| | | | | | | | to compile a working hello world on FreeBSD/PPC32. llvm-svn: 136689 | ||||
| * | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to ↵ | Evan Cheng | 2011-07-25 | 1 | -6/+5 |
| | | | | | | | createMCAsmBackend. llvm-svn: 136010 | ||||
| * | Refactor PPC target to separate MC routines from Target routines. | Evan Cheng | 2011-07-25 | 1 | -0/+123 |
| llvm-svn: 135942 | |||||

