1. f86aaa8 Merged in tools/lli/JIT/SparcEmitter.cpp, coupled with the JITResolver taken by Misha Brukman · 22 years ago
  2. 53a7ba8 Remove spurious assert() by Misha Brukman · 22 years ago
  3. cd60313 Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the by Misha Brukman · 22 years ago
  4. 906f5fa * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp by Misha Brukman · 22 years ago
  5. cf135cb Fix bug: CBackend/2003-06-01-NullPointerType.ll by Chris Lattner · 22 years ago
  6. 71799cd Testcase distilled from 255.vortex by Chris Lattner · 22 years ago
  7. c3eaa89 Deal with %lo/%lm/%hm/%hh flags in getMachineOpValue(). by Brian Gaeke · 22 years ago
  8. d50cbf0 Old testcase by Chris Lattner · 22 years ago
  9. 24a26e5 The flag modifications weren't picking up the old values of the by Brian Gaeke · 22 years ago
  10. d5af63f Remove obsolete code by Chris Lattner · 22 years ago
  11. bba1b6d Move target specific code to target files. The new MachineCodeEmitter by Chris Lattner · 22 years ago
  12. 04b0b30 Move X86 specific code out of the JIT into the X86 backend by Chris Lattner · 22 years ago
  13. efc84a4 Changes to be compatible with MachineCodeEmitter.h by Chris Lattner · 22 years ago
  14. f2e364a Hack up MachineCodeEmitter to actually be target independent. by Chris Lattner · 22 years ago
  15. 63b99f9 Fix induction variable name clash in for loops, in finishFunction(). by Brian Gaeke · 22 years ago
  16. 76e3dc7 Make the .inc file depend on $(TBLGEN), so that changes to TableGen followed by Brian Gaeke · 22 years ago
  17. 26c6915 Don't print out unique identifier for opaque types by Chris Lattner · 22 years ago
  18. 2077254 * Implement cast (long|ulong) to bool by Chris Lattner · 22 years ago
  19. 6c8125f Add RR forms of test instruction by Chris Lattner · 22 years ago
  20. af2f438 Add tests for cast of long to bool by Chris Lattner · 22 years ago
  21. d13bd22 Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastToBool.c by Chris Lattner · 22 years ago
  22. 074d84c Implement xform: (X != 0) -> (bool)X by Chris Lattner · 22 years ago
  23. 4d6404f New testcases by Chris Lattner · 22 years ago
  24. 55afc33 Add map info for arguments to call (copies) by Anand Shukla · 22 years ago
  25. 619754f Added the #(internal functions) to output by Anand Shukla · 22 years ago
  26. e4a0133 Add tests for 64 bit shifts by Chris Lattner · 22 years ago
  27. 9171ef5 Add support for shl and shr for 64 bit integer types by Chris Lattner · 22 years ago
  28. 3f7905b Add definitions for TEST instructions by Chris Lattner · 22 years ago
  29. 8d8e0c6 Add new cmovne32 instruction by Chris Lattner · 22 years ago
  30. a92dc19 Fix bug: CBackend/2003-05-31-MissingStructName.ll by Chris Lattner · 22 years ago
  31. 8afdc7d New testcase by Chris Lattner · 22 years ago
  32. c16e631 Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll by Chris Lattner · 22 years ago
  33. 3ce0ea8 Add support for: -o - by Chris Lattner · 22 years ago
  34. eea9383 New testcase by Chris Lattner · 22 years ago
  35. 8a143e8 New testcase for behavior we depend on. by Chris Lattner · 22 years ago
  36. 12ce59d Fix bug: FuncResolve/2003-05-31-InternalDecl.ll Count resolutions correctly. by Chris Lattner · 22 years ago
  37. cfea29f New testcase by Chris Lattner · 22 years ago
  38. 40c4959 Simplify funcresolve a bit more by Chris Lattner · 22 years ago
  39. 567ccee Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll by Chris Lattner · 22 years ago
  40. 87a09562 Add another testcase by Chris Lattner · 22 years ago
  41. c036cfa New testcase by Chris Lattner · 22 years ago
  42. 658c5bc Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. by Tanya Lattner · 22 years ago
  43. 39698a5 * Correct title * Give credit to John for making the page by Chris Lattner · 22 years ago
  44. 0a0d0dc *** empty log message *** by John Criswell · 22 years ago
  45. 3fd7bf4 Made a single common InvalidRegNum = -1. by Vikram S. Adve · 22 years ago
  46. 2263df0 Renamed a variable. by Vikram S. Adve · 22 years ago
  47. 9f495b5 Support for annul/pred and other future flags on op codes. by Vikram S. Adve · 22 years ago
  48. 5cdb12f Minor changes. by Vikram S. Adve · 22 years ago
  49. f3d3ca1 Added MachineCodeForInstruction object as an argument to by Vikram S. Adve · 22 years ago
  50. 3497782 Allow explicit physical registers for implicit operands. by Vikram S. Adve · 22 years ago
  51. 7952d60 Changes to allow explicit physical register arguments that have been by Vikram S. Adve · 22 years ago
  52. 9635867 Several bug fixes: globals in call operands were not being pulled out; by Vikram S. Adve · 22 years ago
  53. d0d06ad Extensive changes to the way code generation occurs for function by Vikram S. Adve · 22 years ago
  54. af9fd51 Reverting previous beautification changes. by Vikram S. Adve · 22 years ago
  55. f86d635 Fixed rewriting of branches -- they now work forward and backward. by Misha Brukman · 22 years ago
  56. dcbe712 Removed useless code -- the byte order of output code is correct as is. by Misha Brukman · 22 years ago
  57. 33cc123 The 'rd' register is consistently mentioned last in instruction definitions. by Misha Brukman · 22 years ago
  58. 2869039 * Put back into action SLL/SRL/SRA{r,i}6 instructions by Misha Brukman · 22 years ago
  59. b3fabe0 Code beautification, no functional changes. by Misha Brukman · 22 years ago
  60. 1624215 3 more bugs from the SPEC codes and from richards_benchmark.c by Vikram S. Adve · 22 years ago
  61. b17343d Enabling some of these passes causes lli to break by Misha Brukman · 22 years ago
  62. c89d256 The actual order of parameters in a 2-reg-immediate assembly instructions is by Misha Brukman · 22 years ago
  63. e236eca New testcase by Chris Lattner · 22 years ago
  64. 417a7c0 Since malloc is no longer used, no need to free() memory. by Misha Brukman · 22 years ago
  65. 88ba254 When converting virtual registers to immediate constants, change the opcode. by Misha Brukman · 22 years ago
  66. da3a8b1 Added saveBBreferences() for BasicBlock resolution. by Misha Brukman · 22 years ago
  67. e7800b5 getValueOp() now takes a MachineInstr as well as a MachineOperand. by Misha Brukman · 22 years ago
  68. a9f7f6e Added: by Misha Brukman · 22 years ago
  69. f3453d1 Fixed the namespace to match SparcInternals.h; added notes on some missing by Misha Brukman · 22 years ago
  70. d3d97be The register types need to be visible outside of the class to be useful. by Misha Brukman · 22 years ago
  71. 7b64794 Moved and expanded convertOpcodeFromRegToImm() to conver more opcodes. by Misha Brukman · 22 years ago
  72. d1ef7a8 Make LLI behave just like LLC with regard to the compile passes it uses. by Misha Brukman · 22 years ago
  73. 42ed21b Add SRoA pass to gccas by Chris Lattner · 22 years ago
  74. 4dc3535 Move indvars pass after mem2reg pass where it is more likely to be useful by Chris Lattner · 22 years ago
  75. b37923f Okay totally give up on trying to optimize aggregates that cannot be completely by Chris Lattner · 22 years ago
  76. ed36fd8 Made the register and immediate versions of instructions consecutive. by Misha Brukman · 22 years ago
  77. 26d2ca1 add a check that allows the SRoA pass to avoid breaking programs, even if their by Chris Lattner · 22 years ago
  78. 9b03633 Because the format of the shift instructions is `shift r, shcnt, r', the by Misha Brukman · 22 years ago
  79. 7cf322f Sorry, correcting small typo. by Tanya Lattner · 22 years ago
  80. 794fcd2 Added configurable options for the Linker and Archiver. by John Criswell · 22 years ago
  81. 6074d2f Added the CloneTrace function which clones traces. It takes a vector of basic blocks, removes by Tanya Lattner · 22 years ago
  82. 2c49fc0 Added support for cloning a trace. by Tanya Lattner · 22 years ago
  83. 9604416 Makefile: Make SparcV9CodeEmitter.inc depend on SparcV9_F*.td as well. by Brian Gaeke · 22 years ago
  84. 261d686 Fix bug: ScalarRepl/2003-05-30-MultiLevel.ll by Chris Lattner · 22 years ago
  85. fa4c20d New testcase by Chris Lattner · 22 years ago
  86. 5e062a1 Fix bug: ScalarRepl/2003-05-29-ArrayFail.ll by Chris Lattner · 22 years ago
  87. 6607fbe Fix call to mmap, so that it can be used on sparc. by Brian Gaeke · 22 years ago
  88. 139f0c2 so far everything compiles by Guochun Shi · 22 years ago
  89. 87a991e Implementation of Equivalence Classes by Sumant Kowshik · 22 years ago
  90. 5e587d7 Changes to support function pointers by Sumant Kowshik · 22 years ago
  91. a78220f Added support for function pointers by Sumant Kowshik · 22 years ago
  92. d57f3ef Prevent lines from wrapping. by Misha Brukman · 22 years ago
  93. 584dd18 Added documentation for the project options by Dinakar Dhurjati · 22 years ago
  94. aa8ca2d New testcase by Chris Lattner · 22 years ago
  95. f977143 Get rid of extraneous ""s by Chris Lattner · 22 years ago
  96. faf4cc2 Add comment by Chris Lattner · 22 years ago
  97. 96191ab Initial checkin by Chris Lattner · 22 years ago
  98. 2cc36e6 New testcases by Chris Lattner · 22 years ago
  99. 6cf7f6d Since there is now another derived .inc file, ignore them all. by Misha Brukman · 22 years ago
  100. 6567975 Use an absolute path to TableGen because not everyone (e.g. automatic tester) by Misha Brukman · 22 years ago