1. a0f5bf3 For: memory operations -> stores by Reid Spencer · 20 years ago
  2. a307978 remove some sparc-v9-specific information by Chris Lattner · 20 years ago
  3. 627cd00 Provide descriptions for the TargetInstrInfo and TargetFrameInfo classes. by Reid Spencer · 20 years ago
  4. 7911f03 When transforming &A[i] < &A[j] -> i < j, make sure to perform the comparison by Chris Lattner · 20 years ago
  5. f4d3272 The assertion was wrong: the code only worked for i64. While we're at it, by Chris Lattner · 20 years ago
  6. 72f71e1 Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name by Reid Spencer · 20 years ago
  7. a5e2607 Add two new checks for use in LLVM configuration files: by Reid Spencer · 20 years ago
  8. 0589523 Only get the .bss and .data sections when needed instead of unconditionally. by Chris Lattner · 20 years ago
  9. 56c3261 Add two helper methods, adjust a prototype by Chris Lattner · 20 years ago
  10. 0003395 Refactor getSection() method to make it easier to use. by Chris Lattner · 20 years ago
  11. 5f9cb59 Add ability to set TYPE and FLAGS field for section trivially by Chris Lattner · 20 years ago
  12. 5f48ff7 Major refactor of the ELFWriter code. Instead of building up one big by Chris Lattner · 20 years ago
  13. 5a8441e Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that by Nate Begeman · 20 years ago
  14. 11cefd9 Teach the register allocator that movaps is also a move instruction by Nate Begeman · 20 years ago
  15. 9035b99 A couple more darwinisms by Nate Begeman · 20 years ago
  16. a28381c Remove all knowledge of UINT_TO_FP from the X86 backend, relying on the by Chris Lattner · 20 years ago
  17. cad063f Break the code for expanding UINT_TO_FP operations out into its own by Chris Lattner · 20 years ago
  18. 6e741f8 You can't use config options without config.h by Chris Lattner · 20 years ago
  19. 3e3def9 Fix PR595: These error messages should not be looking at CGI.Name, they by Chris Lattner · 20 years ago
  20. 2382ff7 Fixed some punctuation. by John Criswell · 20 years ago
  21. 16b04f3 Get closer to fully working scalar FP in SSE regs. This gets singlesource by Nate Begeman · 20 years ago
  22. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 20 years ago
  23. afc5456 Add support for a TODO; instructions in .td files can now have arguments by Nate Begeman · 20 years ago
  24. 8bf0f64 Regression test for PR#596: Make sure that negation of a minus doesn't by John Criswell · 20 years ago
  25. ce4e1e4 Fixed PR#596: by John Criswell · 20 years ago
  26. c5f44ad Make this use the new autoconf support for finding the executables for by Chris Lattner · 20 years ago
  27. be13028 * Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED so by Reid Spencer · 20 years ago
  28. e388b5e As discussed on IRC, this stuff is just for debugging. by Chris Lattner · 20 years ago
  29. c232a65 Put the path to the Graphviz program in the #defines so it can be used. by Reid Spencer · 20 years ago
  30. f1a2f15 If the Graphviz program is available, use it to visualize dot graphs. by Chris Lattner · 20 years ago
  31. 6fb0d73 Get rid of warnings on Alpha by Reid Spencer · 20 years ago
  32. 8a2246f Implement a test for the Graphviz program for Chris Lattner. The symbol by Reid Spencer · 20 years ago
  33. 2499841 Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation by Reid Spencer · 20 years ago
  34. 2497251 Note to self: don't introduce memory leaks. by Jeff Cohen · 20 years ago
  35. b639f14 Eliminate tabs by Jeff Cohen · 20 years ago
  36. 6d23522 Win32 support for Mutex class. by Jeff Cohen · 20 years ago
  37. c087a43 Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593. by Chris Lattner · 20 years ago
  38. 0c8781d new testcase for PR593 by Chris Lattner · 20 years ago
  39. 6814f15 Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll by Chris Lattner · 20 years ago
  40. 92b5376 new testcase that crashes llc on x86/ppc. Not generated by C/C++ or LLVM by Chris Lattner · 20 years ago
  41. 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 20 years ago
  42. 6a60d18 Correct the file title. by Reid Spencer · 20 years ago
  43. e8cdc8b For PR418: by Reid Spencer · 20 years ago
  44. d3a490a Check in the last of the darwin-specific code necessary to get shootout by Nate Begeman · 20 years ago
  45. 63b3f9a Remove some code that moved to the generic asm printer a long time ago. by Nate Begeman · 20 years ago
  46. fce2ddc Update release notes regarding thread-safe JIT. by Reid Spencer · 20 years ago
  47. ee44863 For PR540: by Reid Spencer · 20 years ago
  48. b2164e5 For PR540: by Reid Spencer · 20 years ago
  49. 22177fe For PR540: by Reid Spencer · 20 years ago
  50. 9e4f701 In support of PR418: by Reid Spencer · 20 years ago
  51. 46c5305 Add support for 64-bit elf files by Chris Lattner · 20 years ago
  52. 3942961 Add support for emitting 64-bit integers by Chris Lattner · 20 years ago
  53. f5d507e Add some apparently undocumented ELF section header flags by Chris Lattner · 20 years ago
  54. fec0e40 Fix povray and minor cleanups by Andrew Lenharth · 20 years ago
  55. 8d2623d Clean up and add comments to the newly implemented subtarget code. by Nate Begeman · 20 years ago
  56. d73e460 Add new files to Visual Studio projects. by Jeff Cohen · 20 years ago
  57. 74fa8d6 I don't know how this ever compiled with gcc, but VC++ correctly rejects it. by Jeff Cohen · 20 years ago
  58. 44213c9 VC++ demands that the function returns a value by Jeff Cohen · 20 years ago
  59. 0e219eb Clean up the TargetSubtarget class a bit, removing an unnecessary argument by Nate Begeman · 20 years ago
  60. b151aca Minor changes to improve comments and fix the build on _WIN32 systems. by Chris Lattner · 20 years ago
  61. 3249bfc Add a note by Chris Lattner · 20 years ago
  62. fb5792f Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 20 years ago
  63. 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 20 years ago
  64. a3efca1 Fix PR576. by Chris Lattner · 20 years ago
  65. 9b988be add a note so I can remember the common t-t's by Chris Lattner · 20 years ago
  66. df3623e fix a warning by Chris Lattner · 20 years ago
  67. d3513e0 Remove glibc specific functions, and mark a couple as C99 by Andrew Lenharth · 20 years ago
  68. d9793e6 because on alpha: # define errno (*__errno_location ()) by Andrew Lenharth · 20 years ago
  69. 0e18050 Clean up code, no functionality changes. by Chris Lattner · 20 years ago
  70. c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 20 years ago
  71. b12c9fa Fix crazy indentation by Chris Lattner · 20 years ago
  72. a698871 convert dos newlines to unix. No other changes. by Chris Lattner · 20 years ago
  73. 5fe7b6e Emit a symbol table entry for each function we output to the ELF file. This by Chris Lattner · 20 years ago
  74. f0cf1b7 The symbol table just needs a const GlobalValue*, not a non-const one. by Chris Lattner · 20 years ago
  75. 81b6ed7 Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter by Chris Lattner · 20 years ago
  76. aa507db add code to emit the .text section to the section header. by Chris Lattner · 20 years ago
  77. 6871aed expose a new code emitter object by Chris Lattner · 20 years ago
  78. 1ed38fb add a helper method by Chris Lattner · 20 years ago
  79. efb4bf0 Remove prototype for non-existant function by Chris Lattner · 20 years ago
  80. 5acd120 Use a name mangler object to uniquify names and remove nonstandard by Chris Lattner · 20 years ago
  81. 75bbdff add a name mangler object by Chris Lattner · 20 years ago
  82. 6e63088 fix long lines by Chris Lattner · 20 years ago
  83. bce81ae Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
  84. 5f056bf Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
  85. 9fadb4c Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode by Chris Lattner · 20 years ago
  86. f7db8c6 Move TRUNCSTORE to using a VTSDNode operand instead of being a MVTSDNode. by Chris Lattner · 20 years ago
  87. 15e4b01 Introduce a new VTSDNode class with the ultimate goal of eliminating the by Chris Lattner · 20 years ago
  88. 966fa41 Fix bugs also fixed in Unix version, plus other general cleanup. by Jeff Cohen · 20 years ago
  89. 73f3667 1. Fix bug in getBaseName where it mishandles suffixes by Jeff Cohen · 20 years ago
  90. 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 20 years ago
  91. 8f1ac1c Make sure we don't error out if an invalid path is used, just simply by Reid Spencer · 20 years ago
  92. 6371ccb Two changes: by Reid Spencer · 20 years ago
  93. 4c47e3a Add support for emitting a .data section and .bss section. by Chris Lattner · 20 years ago
  94. 85c716f Stamp out tabs by Jeff Cohen · 20 years ago
  95. 8f0e8f2 Make Win32 implementation conform to new paradigm by Jeff Cohen · 20 years ago
  96. 563a17f Fix eraseSuffix() by Jeff Cohen · 20 years ago
  97. a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
  98. edb9d6b Fix VC++ breakage by Jeff Cohen · 20 years ago
  99. 4607b54 fix typo by Jeff Cohen · 20 years ago
  100. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago