| Commit message (Expand) | Author | Age | Files | Lines |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 1 | -1/+1 |
* | CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt. | Oscar Fuentes | 2008-11-19 | 1 | -1/+0 |
* | Forgot to add this in the previous commit. | Sanjiv Gupta | 2008-11-19 | 1 | -0/+62 |
* | Fixed build warnings. | Sanjiv Gupta | 2008-11-19 | 2 | -4/+6 |
* | Added a more function PIC16 backend. However to get this working a patch in | Sanjiv Gupta | 2008-11-19 | 23 | -2307/+1579 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 2 | -4/+6 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+8 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -2/+3 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -1/+1 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 2 | -6/+0 |
* | mark some targets as experimental. Andrew, if you think that Alpha is | Chris Lattner | 2008-10-16 | 1 | -1/+1 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -3/+3 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -1/+1 |
* | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands | 2008-10-08 | 1 | -0/+1 |
* | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 1 | -6/+2 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 3 | -10/+10 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+23 |
* | Remove dead code for PIC16 (preparation to switch to new section handling stuff) | Anton Korobeynikov | 2008-09-24 | 1 | -11/+1 |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 3 | -9/+12 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 2 | -14/+14 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -1/+1 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 2 | -2/+3 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -3/+3 |
* | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman | 2008-08-21 | 1 | -1/+1 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 4 | -6/+8 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 2 | -2/+2 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 3 | -92/+92 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
* | Trim unnecessary #includes. | Dan Gohman | 2008-07-11 | 2 | -1/+2 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -1/+2 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -1/+1 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -6/+3 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -2/+2 |
* | Unneeded include's. | Evan Cheng | 2008-06-19 | 1 | -1/+0 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -3/+6 |
* | Silence warnings. | Evan Cheng | 2008-05-14 | 1 | -2/+2 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Detabification. Fixed indentation and spacing. | Sanjiv Gupta | 2008-05-14 | 16 | -606/+525 |
* | Fixed the file description header at the top to remove the developer name. | Sanjiv Gupta | 2008-05-14 | 1 | -2/+2 |
* | Change target-specific classes to use more precise static types. | Dan Gohman | 2008-05-14 | 2 | -2/+2 |
* | Adding files for Microchip's PIC16 target. | Sanjiv Gupta | 2008-05-13 | 23 | -0/+3323 |