1. b2164e5 For PR540: by Reid Spencer · 19 years ago
  2. 22177fe For PR540: by Reid Spencer · 19 years ago
  3. 9e4f701 In support of PR418: by Reid Spencer · 19 years ago
  4. 46c5305 Add support for 64-bit elf files by Chris Lattner · 19 years ago
  5. 3942961 Add support for emitting 64-bit integers by Chris Lattner · 19 years ago
  6. f5d507e Add some apparently undocumented ELF section header flags by Chris Lattner · 19 years ago
  7. fec0e40 Fix povray and minor cleanups by Andrew Lenharth · 19 years ago
  8. 8d2623d Clean up and add comments to the newly implemented subtarget code. by Nate Begeman · 19 years ago
  9. d73e460 Add new files to Visual Studio projects. by Jeff Cohen · 19 years ago
  10. 74fa8d6 I don't know how this ever compiled with gcc, but VC++ correctly rejects it. by Jeff Cohen · 19 years ago
  11. 44213c9 VC++ demands that the function returns a value by Jeff Cohen · 19 years ago
  12. 0e219eb Clean up the TargetSubtarget class a bit, removing an unnecessary argument by Nate Begeman · 19 years ago
  13. b151aca Minor changes to improve comments and fix the build on _WIN32 systems. by Chris Lattner · 19 years ago
  14. 3249bfc Add a note by Chris Lattner · 19 years ago
  15. fb5792f Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 19 years ago
  16. 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 19 years ago
  17. a3efca1 Fix PR576. by Chris Lattner · 19 years ago
  18. 9b988be add a note so I can remember the common t-t's by Chris Lattner · 19 years ago
  19. df3623e fix a warning by Chris Lattner · 19 years ago
  20. d3513e0 Remove glibc specific functions, and mark a couple as C99 by Andrew Lenharth · 19 years ago
  21. d9793e6 because on alpha: # define errno (*__errno_location ()) by Andrew Lenharth · 19 years ago
  22. 0e18050 Clean up code, no functionality changes. by Chris Lattner · 19 years ago
  23. c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 19 years ago
  24. b12c9fa Fix crazy indentation by Chris Lattner · 19 years ago
  25. a698871 convert dos newlines to unix. No other changes. by Chris Lattner · 19 years ago
  26. 5fe7b6e Emit a symbol table entry for each function we output to the ELF file. This by Chris Lattner · 19 years ago
  27. f0cf1b7 The symbol table just needs a const GlobalValue*, not a non-const one. by Chris Lattner · 19 years ago
  28. 81b6ed7 Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter by Chris Lattner · 19 years ago
  29. aa507db add code to emit the .text section to the section header. by Chris Lattner · 19 years ago
  30. 6871aed expose a new code emitter object by Chris Lattner · 19 years ago
  31. 1ed38fb add a helper method by Chris Lattner · 19 years ago
  32. efb4bf0 Remove prototype for non-existant function by Chris Lattner · 19 years ago
  33. 5acd120 Use a name mangler object to uniquify names and remove nonstandard by Chris Lattner · 19 years ago
  34. 75bbdff add a name mangler object by Chris Lattner · 19 years ago
  35. 6e63088 fix long lines by Chris Lattner · 19 years ago
  36. bce81ae Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 19 years ago
  37. 5f056bf Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 19 years ago
  38. 9fadb4c Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode by Chris Lattner · 19 years ago
  39. f7db8c6 Move TRUNCSTORE to using a VTSDNode operand instead of being a MVTSDNode. by Chris Lattner · 19 years ago
  40. 15e4b01 Introduce a new VTSDNode class with the ultimate goal of eliminating the by Chris Lattner · 19 years ago
  41. 966fa41 Fix bugs also fixed in Unix version, plus other general cleanup. by Jeff Cohen · 19 years ago
  42. 73f3667 1. Fix bug in getBaseName where it mishandles suffixes by Jeff Cohen · 19 years ago
  43. 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 19 years ago
  44. 8f1ac1c Make sure we don't error out if an invalid path is used, just simply by Reid Spencer · 19 years ago
  45. 6371ccb Two changes: by Reid Spencer · 19 years ago
  46. 4c47e3a Add support for emitting a .data section and .bss section. by Chris Lattner · 19 years ago
  47. 85c716f Stamp out tabs by Jeff Cohen · 19 years ago
  48. 8f0e8f2 Make Win32 implementation conform to new paradigm by Jeff Cohen · 19 years ago
  49. 563a17f Fix eraseSuffix() by Jeff Cohen · 19 years ago
  50. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  51. edb9d6b Fix VC++ breakage by Jeff Cohen · 19 years ago
  52. 4607b54 fix typo by Jeff Cohen · 19 years ago
  53. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 19 years ago
  54. 1cf2d04 Changes to mimic those in Unix/Path.inc in support of PR495. This hasn't by Reid Spencer · 19 years ago
  55. dd04df0 For PR495: by Reid Spencer · 19 years ago
  56. b3d5970 Fix a problem that instcombine would hit when dealing with unreachable code. by Chris Lattner · 19 years ago
  57. 78e1a3c New testcase distilled from a large chunk of code Misha sent me. by Chris Lattner · 19 years ago
  58. a48f3ce clean up prolouge and epilouge by Andrew Lenharth · 19 years ago
  59. c7f0832 For PR495: by Reid Spencer · 19 years ago
  60. 8d4b9ed Restore some code that was accidentally removed by Nate's patch yesterday. by Chris Lattner · 19 years ago
  61. 80ed8fa Add support for emitting the symbol table (and its string table) of the by Chris Lattner · 19 years ago
  62. e578ab9 Add support for building/representing the symbol table, add some enum constants by Chris Lattner · 19 years ago
  63. b8aa3ac Fix a typo in my checkin today that caused regressions. Oops! by Nate Begeman · 19 years ago
  64. f63be7d First round of support for doing scalar FP using the SSE2 ISA extension and by Nate Begeman · 19 years ago
  65. e0fe225 Make several cleanups to Andrews varargs change: by Chris Lattner · 19 years ago
  66. e64e72b Make several cleanups to Andrews varargs change: by Chris Lattner · 19 years ago
  67. f2eb139 2 fixes: by Andrew Lenharth · 19 years ago
  68. 08568cf Fit to 80 columns by Chris Lattner · 19 years ago
  69. f84a2ac Fix PowerPC varargs by Chris Lattner · 19 years ago
  70. 3027321 oops by Andrew Lenharth · 19 years ago
  71. c2640d0 updates by Andrew Lenharth · 19 years ago
  72. 619fb52 check the correct VT by Andrew Lenharth · 19 years ago
  73. 2f5bca5 fix loading address of fp symbols by Andrew Lenharth · 19 years ago
  74. 6a709a4 Percolate the call up to the right superclass by Chris Lattner · 19 years ago
  75. c6bead2 I really didn't think this was necessary. But, Legalize wasn't running again by Andrew Lenharth · 19 years ago
  76. 3711372 Adding new files to Visual Studio projects. by Jeff Cohen · 19 years ago
  77. 4eb74ba The statistic needs to be in the correct namespace. by Nate Begeman · 19 years ago
  78. c1671e2 Varargs is apparently currently broken on PPC. This hacks it so that it by Chris Lattner · 19 years ago
  79. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 19 years ago
  80. 5d5b17b simplify call code, remove pseudo ops for div and rem, track more loads and stores by Andrew Lenharth · 19 years ago
  81. cf8bf38 simplify call code, remove pseudo ops for div and rem, track more loads and stores by Andrew Lenharth · 19 years ago
  82. 5de8b9d remove some debugging code by Chris Lattner · 19 years ago
  83. 3155908 oops by Andrew Lenharth · 19 years ago
  84. 9d416f7 FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTEND by Andrew Lenharth · 19 years ago
  85. 6cfd1eb Fix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll. by Chris Lattner · 19 years ago
  86. e04f865 new testcase for PR590 by Chris Lattner · 19 years ago
  87. 9d19eb4 Make the x86 asm printer darwin-aware. This mostly entails doing the same by Nate Begeman · 19 years ago
  88. 06ef884 restore old srcValueNode behavior and try to to work around it by Andrew Lenharth · 19 years ago
  89. 50f5490 Don't crash on a query where the block is not in any loop. Thanks to by Chris Lattner · 19 years ago
  90. e531ec5 Bug fixed. by John Criswell · 19 years ago
  91. 46b8db2 Doh! Forgot to LLVMify the style. by John Criswell · 19 years ago
  92. 782ad62 tracking the instructions causing loads and stores provides more information than just the pointer being loaded or stored by Andrew Lenharth · 19 years ago
  93. 1d231ec Basic fix for PR#591; don't convert an fprintf() to an fwrite() if there by John Criswell · 19 years ago
  94. 0cab375 thinko by Andrew Lenharth · 19 years ago
  95. f4da945 unify SelectExpr and SelectFP by Andrew Lenharth · 19 years ago
  96. ba5dc44 fix most regressions by Andrew Lenharth · 19 years ago
  97. fce587e support more relocations for stores also by Andrew Lenharth · 19 years ago
  98. c7989ce Get rid of all symbolic loads. I now do gernate all relocations sequences by Andrew Lenharth · 19 years ago
  99. 373f9e7 Add ElfWriter stuff to Visual Studio by Jeff Cohen · 19 years ago
  100. e014f89 some call work by Andrew Lenharth · 19 years ago