1. 339ff0a This way it's easier to test: if the call to external exit(0) succeeded, by Misha Brukman · 22 years ago
  2. b1224f2 Fix encoding of CBW instruction by Chris Lattner · 22 years ago
  3. cea2245 Start allocating stack space at [ebp-4] to not overwrite the return address. by Misha Brukman · 22 years ago
  4. 07e376b Moves now select correct opcode based on the data size. by Misha Brukman · 22 years ago
  5. 95b12ba Remove extranous #include by Chris Lattner · 22 years ago
  6. a0f38c8 Rename MemArg* to Arg* by Chris Lattner · 22 years ago
  7. a6a382c Make mem size an assert Add mem size flags to all instructions using an imm by Chris Lattner · 22 years ago
  8. 5000e43 This is supposed to provide correct size for datatypes. Supposedly. by Misha Brukman · 22 years ago
  9. d1bedcc Take advantage of our knowledge of 2-address X86 instructions and by Misha Brukman · 22 years ago
  10. 9ada014 Define the 2-address flag used by X86 instructions (add,sub,and,or,xor) that by Misha Brukman · 22 years ago
  11. 9f32791 Added the flag to mark instructions which are really 2-address instructions in by Misha Brukman · 22 years ago
  12. 20244b7 by Brian Gaeke · 22 years ago
  13. f4445df 'graph' is spelled without a 'c'. by Misha Brukman · 22 years ago
  14. c279916 Make a release build compile. This field is not really an enum, it's really a bitfield by Chris Lattner · 22 years ago
  15. 6a4a4cd ipa.a only needs to be mentioned once, and spaces should be used instead of by Misha Brukman · 22 years ago
  16. 95c3d0e No need to specify the class if the method is within the class declaration. by Misha Brukman · 22 years ago
  17. 3fc4645 Remove #includes by Chris Lattner · 22 years ago
  18. 1f30a07 Include tablegen by Chris Lattner · 22 years ago
  19. 2a77df3 Fix header by Chris Lattner · 22 years ago
  20. d86deb6 External routines used to identify Cilk operations inserted by the by Vikram S. Adve · 22 years ago
  21. 83e3b65 This file implements the function DemoteRegToStack(), which takes a by Vikram S. Adve · 22 years ago
  22. 1690f1d This file provides the function DemoteRegToStack(), which takes a by Vikram S. Adve · 22 years ago
  23. e12c74c This file implements a pass that automatically parallelizes a program, by Vikram S. Adve · 22 years ago
  24. cd53170 The pass Parallelize automatically parallelizes a program using the by Vikram S. Adve · 22 years ago
  25. 3dbbaff Fix link errors due to new IPModRef pass. by Vikram S. Adve · 22 years ago
  26. 027b27e Repeat ipa.a. Since IPModRef is currently only used in analysis.o, by Vikram S. Adve · 22 years ago
  27. 0d4f766 Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, by Vikram S. Adve · 22 years ago
  28. 96b21c1 An explicit representation of dependence graphs, and a pass that by Vikram S. Adve · 22 years ago
  29. 138b0cd Namespacify more by Chris Lattner · 22 years ago
  30. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 22 years ago
  31. a1af8bd Add total instruction, bb, & function counts by Chris Lattner · 22 years ago
  32. ac8d4d9 Fix bug that was bugging bugpoint by Chris Lattner · 22 years ago
  33. 342d182 Remove dead code by Chris Lattner · 22 years ago
  34. 61eadb0 Check in an old testcase by Chris Lattner · 22 years ago
  35. 90c5fdb Give better error message if two passes of the same argument are registered by Chris Lattner · 22 years ago
  36. 44974dc Stronger assertion in getNodeId(): node id must exist in the map. by Vikram S. Adve · 22 years ago
  37. bac0622 Two bug fixes: by Vikram S. Adve · 22 years ago
  38. 2b7a92c Fix several related bugs in DSNode::mergeWith() caused by the by Vikram S. Adve · 22 years ago
  39. 10afe02 Added static helper method MergeNodes(). See DataStructure.cpp for more. by Vikram S. Adve · 22 years ago
  40. 1818275 Bug fix in operator==() and in method fini(). by Vikram S. Adve · 22 years ago
  41. d474e9c Implement a lot of cast functionality (no FP or 64) by Brian Gaeke · 22 years ago
  42. 196cee2 Make sure to print indirect node again by Chris Lattner · 22 years ago
  43. 28c2d40 Fix bug by Chris Lattner · 22 years ago
  44. 23ffa4a Allow printing partially constructed bitsets by Chris Lattner · 22 years ago
  45. cdbfa42 Don't delete values that may still be referenced! by Chris Lattner · 22 years ago
  46. ade0de9 Tighten up assertion checking by Chris Lattner · 22 years ago
  47. 698e9ce Only build jello when compiling on X86 by Chris Lattner · 22 years ago
  48. 5d7a579 Fix to make jello compile on Sparc even though it won't run. by Chris Lattner · 22 years ago
  49. c35679b Export a new ARCH variable indicating what platform is being compiled by Chris Lattner · 22 years ago
  50. c736d56 Fix bug: 2002-12-05-MissedConstProp.ll pointed out by Casey Carter by Chris Lattner · 22 years ago
  51. c41ab22 New testcase pointed out by Casey Carter by Chris Lattner · 22 years ago
  52. c102cb7 Cute bug fix: when moving links from N to this, some links could have by Vikram S. Adve · 22 years ago
  53. 86764d7 Target/X86/Printer.cpp: Add sizePtr function, and use it instead of by Brian Gaeke · 22 years ago
  54. e78dba8 Return 0 to make it into a fully-functioning "Hello, World!" test case. by Misha Brukman · 22 years ago
  55. dd46e2a Added code generation for function prologues and epilogues. by Misha Brukman · 22 years ago
  56. 2adb395 Implemented functions for emitting prologues and epilogues; by Misha Brukman · 22 years ago
  57. 1f283ef Added push and pop instructions. by Misha Brukman · 22 years ago
  58. 9da4d26 Added prototypes for emitting prologue and epilogue for function code by Misha Brukman · 22 years ago
  59. 4461f54 Fix testcase by Chris Lattner · 22 years ago
  60. 4fa1acc Fix handling of function calls that return void by Chris Lattner · 22 years ago
  61. a324364 Implement initial support for return values from call instructions by Chris Lattner · 22 years ago
  62. 06f8aec Fun arithmetic with iterators aimed at fixing a bug: inserting instructions by Misha Brukman · 22 years ago
  63. 0d2cf3a Adjust the stack pointer after a function call, proportional to the number of by Misha Brukman · 22 years ago
  64. a17a2ac Added instructions to add/subtract imm32 to/from a reg32. by Misha Brukman · 22 years ago
  65. 67c2639 New testcase by Chris Lattner · 22 years ago
  66. ac573f6 Fix bogus assertion failures by Chris Lattner · 22 years ago
  67. 6d66944 Avoid bad assertion by Chris Lattner · 22 years ago
  68. 9368911 Remove think-o assertion by Chris Lattner · 22 years ago
  69. d6c4cfa Avoid crashing on Arguments, just silently miscompile by Chris Lattner · 22 years ago
  70. 9f1bd80 Add main functions to benchmarks by Chris Lattner · 22 years ago
  71. a361c84 storeReg2RegOffset() and loadRegOffset2Reg() now take the iterator by value by Misha Brukman · 22 years ago
  72. ab6d293 On `make clean', kill the core files produced, which are of the form: by Misha Brukman · 22 years ago
  73. 00af117 New testcase by Chris Lattner · 22 years ago
  74. 0af0d5b Moved buildReg2RegClassMap() into from X86RegisterInfo to MRegisterInfo, since by Misha Brukman · 22 years ago
  75. 504c411 Add a "Lazy Function Resolution in Jello" section Remove some todo's by Chris Lattner · 22 years ago
  76. 33ced56 Fix a bug I introduced in a previous change by Chris Lattner · 22 years ago
  77. 42aa3ae Add support for global value references by Chris Lattner · 22 years ago
  78. dbf30f7 Add support for referencing global variables/functions by Chris Lattner · 22 years ago
  79. b72d221 Print out direct global references by Chris Lattner · 22 years ago
  80. 64ccc73 Add support for direct global references by Chris Lattner · 22 years ago
  81. 398b2f4 Initial checkin of global var support code by Chris Lattner · 22 years ago
  82. b3bbffe Implement simple global variable support by Chris Lattner · 22 years ago
  83. 75a213d Implement external function support by Chris Lattner · 22 years ago
  84. 08053e4 Expose target data through a method for uniformity by Chris Lattner · 22 years ago
  85. 41db76d Initial checkin of Unresolved function fault handler by Chris Lattner · 22 years ago
  86. d6c10ea Implement lazy resolution of function calls by Chris Lattner · 22 years ago
  87. dc2ec00 This should fix the bug seen with some registers not being allocated by Misha Brukman · 22 years ago
  88. 03c6faf Added support for callee- and caller-save registers. by Misha Brukman · 22 years ago
  89. 44662a7 RegisterInfo now supports handing out caller- and callee-save registers, as by Misha Brukman · 22 years ago
  90. e8e6743 Fix broken ret opcode, grr... by Chris Lattner · 22 years ago
  91. 6710121 Initial checkin of virtual machine implementation. by Chris Lattner · 22 years ago
  92. f815aeb Checkin debug implementation of MCE by Chris Lattner · 22 years ago
  93. ffc2d6f Add virtual dtor, expose a debug impl by Chris Lattner · 22 years ago
  94. d852c15 Fix instsel for calls by Chris Lattner · 22 years ago
  95. ac676be Testcase for call instruction by Chris Lattner · 22 years ago
  96. 92ae6c2 Standard hello-world test by Chris Lattner · 22 years ago
  97. 7b1d49b Add code that can be used for debugging by Chris Lattner · 22 years ago
  98. 9ec7368 Disable timing of bytecode loader by Chris Lattner · 22 years ago
  99. 149a520 Simplify code by Chris Lattner · 22 years ago
  100. b91b657 Fix big bug introduced with symbol table changes by Chris Lattner · 22 years ago