1. bd9ef18 Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16. by Dale Johannesen · 17 years ago
  2. d1c321a Move debug loc info along when the spiller creates new instructions. by Bill Wendling · 17 years ago
  3. 2cc7531 Function temporaries can not overlap with retval or args.See the comment in source code to know the reason. Anything having .auto. in its name is local to a function in nature irrespective of the linkage specified. print static local variables in module level IDATA section. by Sanjiv Gupta · 17 years ago
  4. 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
  5. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  6. e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
  7. de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
  8. a2d8b06 Print globl directive for variables with external linkage (global variables). by Sanjiv Gupta · 17 years ago
  9. ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
  10. 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
  11. 4be0bdf Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. by Dale Johannesen · 17 years ago
  12. 8ad9b43 Remove a few non-DebugLoc versions of node creation functions. by Dale Johannesen · 17 years ago
  13. 3b020fe Made the common case of default address space directive as non-virtual for performance reasons. Provide a single virtual interface for directives of all sizes in non-default address spaces. by Sanjiv Gupta · 17 years ago
  14. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  15. 5af3ee2 Fixed the comment. No functionality change. by Sanjiv Gupta · 17 years ago
  16. e0ffc92 Use sublw for comparison with literals instead of subwf. by Sanjiv Gupta · 17 years ago
  17. c8d7bc8 Enable emitting of constant values in non-default address space as well. The APIs emitting constants now take an additional parameter signifying the address space in which to emit. The APIs like getData8BitsDirective() etc are made virtual enabling targets to be able to define appropirate directivers for various sizes and address spaces. by Sanjiv Gupta · 17 years ago
  18. 2530566 Fixed build warnings. Restoring changes done in 62600, they were lost in 62655. by Sanjiv Gupta · 17 years ago
  19. 9fbc7e2 Cleanup whitespace and comments, and tweak some by Duncan Sands · 17 years ago
  20. 08b9b05 Implement LowerOperationWrapper for legalizer. by Sanjiv Gupta · 17 years ago
  21. 04ee5a1 Change TargetInstrInfo::isMoveInstr to return source and destination sub-register indices as well. by Evan Cheng · 17 years ago
  22. 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  23. 1b04694 Checking in conditionals, function call, arrays and libcalls implementation. by Sanjiv Gupta · 17 years ago
  24. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  25. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
  26. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  27. 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
  28. c6dbe7f Add include files needed when building with gcc 4.4 (due to use of sprintf). by Duncan Sands · 17 years ago
  29. dc52cf4 Eliminate a compile time warning. by Evan Cheng · 17 years ago
  30. 07213cb Cosmetic. by Evan Cheng · 17 years ago
  31. 8f78fa8 Emit declaration for globals and externs. by Sanjiv Gupta · 17 years ago
  32. 027fdbe Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files. by Evan Cheng · 17 years ago
  33. 57cbd99 CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt. by Oscar Fuentes · 17 years ago
  34. 928df6c Forgot to add this in the previous commit. by Sanjiv Gupta · 17 years ago
  35. 863d3e9 Fixed build warnings. by Sanjiv Gupta · 17 years ago
  36. b1b5ffd Added a more function PIC16 backend. However to get this working a patch in by Sanjiv Gupta · 17 years ago
  37. cbad42c Add more const qualifiers. This fixes build breakage from r59540. by Dan Gohman · 17 years ago
  38. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  39. 8f09225 Refactor various TargetAsmInfo subclasses' TargetMachine members away by Dan Gohman · 17 years ago
  40. 8ad4c00 by David Greene · 17 years ago
  41. f522068 Trim #includes. by Dan Gohman · 17 years ago
  42. 0d5d05b mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
  43. 0329466 Rename LoadX to LoadExt. by Evan Cheng · 17 years ago
  44. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  45. 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  46. da8ac5f Avoid creating two TargetLowering objects for each target. by Dan Gohman · 17 years ago
  47. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  48. e1ad087 CMake: Builds all targets. by Oscar Fuentes · 17 years ago
  49. 6ec7cf0 Remove dead code for PIC16 (preparation to switch to new section handling stuff) by Anton Korobeynikov · 17 years ago
  50. 0ba2bcf Fix these enums' starting values to reflect the way that by Dan Gohman · 17 years ago
  51. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 17 years ago
  52. ba36cb5 erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics by Gabor Greif · 17 years ago
  53. 99a6cb9 disallow direct access to SDValue::ResNo, provide a getter instead by Gabor Greif · 17 years ago
  54. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  55. f350b27 Move the point at which FastISel taps into the SelectionDAGISel by Dan Gohman · 17 years ago
  56. ad3460c Simplify SelectRoot's interface, and factor out some common code by Dan Gohman · 17 years ago
  57. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  58. 44eb65c Convert uses of std::vector in TargetInstrInfo to SmallVector. This change had to be propoagated down into all the targets and up into all clients of this API. by Owen Anderson · 17 years ago
  59. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  60. e8be6c6 Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk by Dan Gohman · 17 years ago
  61. dc2fbdd Trim unnecessary #includes. by Dan Gohman · 17 years ago
  62. 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  63. 1002c02 Add explicit keywords. by Dan Gohman · 17 years ago
  64. 4406604 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 17 years ago
  65. 7f46020 Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its by Dan Gohman · 17 years ago
  66. db8d56b Split scheduling from instruction selection. by Evan Cheng · 17 years ago
  67. f951620 Revert the SelectionDAG optimization that makes by Duncan Sands · 17 years ago
  68. 082e7c1 Unneeded include's. by Evan Cheng · 17 years ago
  69. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  70. bb60674 Silence warnings. by Evan Cheng · 17 years ago
  71. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  72. 2010b3e Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 17 years ago
  73. 2d4e7f7 Fixed the file description header at the top to remove the developer name. by Sanjiv Gupta · 17 years ago
  74. c9f5f3f Change target-specific classes to use more precise static types. by Dan Gohman · 17 years ago
  75. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago