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