1. 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 21 years ago
  2. 23f3a49 Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. by Chris Lattner · 21 years ago
  3. ad217a4 Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll by Chris Lattner · 21 years ago
  4. 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 21 years ago
  5. 652f032 Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll by Chris Lattner · 21 years ago
  6. cfd67c9 * Use alloca() to force GCC not to eliminate frame pointer by Misha Brukman · 21 years ago
  7. c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 21 years ago
  8. aeb54b8 Add support for the llvm.unwind intrinsic, which we codegen to just do an abort by Chris Lattner · 21 years ago
  9. fd04561 Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking by Chris Lattner · 21 years ago
  10. 3b6b6ba Removing README by Tanya Lattner · 21 years ago
  11. 4f839cc Putting my revised version of ModuloScheduling in cvs. This is not complete... by Tanya Lattner · 21 years ago
  12. 841e00b Fix bug where we considered function types equivalent even if they had differing numbers of arguments by Chris Lattner · 21 years ago
  13. 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 21 years ago
  14. d6d8633 Added/removed header file by Tanya Lattner · 21 years ago
  15. c50ee55 *** empty log message *** by Tanya Lattner · 21 years ago
  16. 99b28e6 Fix bug: SCCP/2003-08-26-InvokeHandling.ll by Chris Lattner · 21 years ago
  17. b6489f3 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 21 years ago
  18. bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 21 years ago
  19. f30862f Remove special casing by Chris Lattner · 21 years ago
  20. aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 21 years ago
  21. 5864da0 Simplify code by Chris Lattner · 21 years ago
  22. c879e8f Consult the target data, not the module, about how large the current pointer by Chris Lattner · 21 years ago
  23. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  24. bb144a8 Targets should configure themselves based on a Module, not some wierd flags by Chris Lattner · 21 years ago
  25. 77c5f73 Fix bug: Linker/2003-08-23-GlobalVarLinking.ll by Chris Lattner · 21 years ago
  26. 873c5e7 Implement: Linker/2003-08-24-InheritPtrSize.ll by Chris Lattner · 21 years ago
  27. 58c41fe Implement: Jello/test-constantexpr.ll by Chris Lattner · 21 years ago
  28. dc3602b Implement SimplifyCFG/InvokeEliminate.ll by Chris Lattner · 21 years ago
  29. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  30. 030574f Add support for 'any' pointer size and endianness by Chris Lattner · 21 years ago
  31. eb5d3a1 Support new 'any' support for pointer size and endianness by Chris Lattner · 21 years ago
  32. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 21 years ago
  33. e55497c Implement support for the unwind intrinsic in the CBE by Chris Lattner · 21 years ago
  34. 657fbe6 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  35. 101d400 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  36. e544533 Inline invoke instructions as well as call instructions by Chris Lattner · 21 years ago
  37. 80a38d2 *** Implement inlining of Invoke instructions! by Chris Lattner · 21 years ago
  38. 7f736c9 Fix copy-and-paste-o by Chris Lattner · 21 years ago
  39. 9dd7d1c Initial support for recognizing LLVM exception handling intrinsics by Chris Lattner · 21 years ago
  40. 6a67393 Big diff for a small change: delete inlined functions if all callees have by Chris Lattner · 21 years ago
  41. 7152c23 Implement: Inline/cfg_preserve_test.ll by Chris Lattner · 21 years ago
  42. 4bd4aa5 Allow specifying the name for the newly split basic block by Chris Lattner · 21 years ago
  43. 41822c7 Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll by Chris Lattner · 21 years ago
  44. 7d6c24c Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 by Chris Lattner · 21 years ago
  45. 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 21 years ago
  46. 131d19f Rename SwitchInst::dest_push_back -> addCase Add new removeCase method by Chris Lattner · 21 years ago
  47. 44bb541 Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll by Chris Lattner · 21 years ago
  48. f44c605 Do not consider any types that exist in the global symbol table! by Chris Lattner · 21 years ago
  49. e3092c9 Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll by Chris Lattner · 21 years ago
  50. fcd0234 Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc by Chris Lattner · 21 years ago
  51. 086cb00 Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll by Chris Lattner · 21 years ago
  52. a0f85e5 Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll by Chris Lattner · 21 years ago
  53. f7c4ace Initial checkin of ValueHolder helper by Chris Lattner · 21 years ago
  54. 9732be7 Fix typeo by Chris Lattner · 21 years ago
  55. 43f4ba8 The process of linking types can cause their addresses to become invalid. For this reason, we must use TypeHandles! by Chris Lattner · 21 years ago
  56. e76c57a Implement Linker/2003-08-20-OpaqueTypeResolve.ll by Chris Lattner · 21 years ago
  57. 6c23f57 Accept double quoted strings everwhere we accept a %ABC variable name. by Chris Lattner · 21 years ago
  58. 24b8a5d If an "LLVM name" has wierd characters in it, print it out in double quotes instead of prefixing it with % by Chris Lattner · 21 years ago
  59. ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 21 years ago
  60. e287cfd Fix spello by Chris Lattner · 21 years ago
  61. 05a1a30 Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and by Chris Lattner · 21 years ago
  62. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 21 years ago
  63. f3526e2 Change all #include'd files to be :: rules instead of : rules by Chris Lattner · 21 years ago
  64. b1c125e Reoptimizer has moved to reopt cvs module. by Brian Gaeke · 21 years ago
  65. 0425a87 Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx by Chris Lattner · 21 years ago
  66. b29170f Unless we CANNOT merge the arguments, do so by Chris Lattner · 21 years ago
  67. 4b517a4 Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llx by Chris Lattner · 21 years ago
  68. e6f7f61 Fix grammar, add comment by Chris Lattner · 21 years ago
  69. 24f83a1 Do not even attempt to compute dominator information for unreachable blocks by Chris Lattner · 21 years ago
  70. c88a4ea no really, implement it! by Chris Lattner · 21 years ago
  71. 74cf819 Add support for casting any pointer to any integer type by Chris Lattner · 21 years ago
  72. 8164d65 Fix linking bug in xboard by Chris Lattner · 21 years ago
  73. 72af6b8 Add support for the sig(set|long)jmp intrinsics by Chris Lattner · 21 years ago
  74. 8169cf8 Add intrinsics for the llvm.sig(set|long)jmp functions by Chris Lattner · 21 years ago
  75. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  76. 7540565 Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. by Chris Lattner · 21 years ago
  77. 169db9d Fix the bug that broke the nightly tester in McCat/18-imp last night. :( by Chris Lattner · 21 years ago
  78. 10b1f5a Implement folding of switch instructions. by Chris Lattner · 21 years ago
  79. 694e37f Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll by Chris Lattner · 21 years ago
  80. 342a9d1 The fixme is irrelevant: if that happens, the LLVM bytecode is malformed. by Chris Lattner · 21 years ago
  81. 128c2aa Fix bug: Jello/2003-08-15-AllocaAssertion.ll by Chris Lattner · 21 years ago
  82. 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 21 years ago
  83. 77d2f51 Rename -emitmaps to -enable-maps by Brian Gaeke · 21 years ago
  84. 53b99a0 Fix typo in comment by Brian Gaeke · 21 years ago
  85. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 21 years ago
  86. d2dfc96 Now that the JIT memory manager allocates as many bytes as necessary rather than by Misha Brukman · 21 years ago
  87. 15d1d57 Fix register and parameter numbers in saving double FP registers. by Misha Brukman · 21 years ago
  88. e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 21 years ago
  89. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  90. 79ba7c1 rename selection directory and library to SelectionDAG by Chris Lattner · 21 years ago
  91. 7dc97ff Add a bunch of new node types, etc by Chris Lattner · 21 years ago
  92. f3c274d Adjust to new API, add expandCall stub by Chris Lattner · 21 years ago
  93. 51970b2 Add support for unconditional branches and for emitting JE instructions by Chris Lattner · 21 years ago
  94. b6ef5c8 Add a bunch of new node types, including a new Void dummy register class by Chris Lattner · 21 years ago
  95. fad4929 * Must save FP registers when calling CompilationCallback(), because FP by Misha Brukman · 21 years ago
  96. 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
  97. 891bd82 Improvement to the previous fix: branch following a delay slot of by Vikram S. Adve · 21 years ago
  98. 2925592 Stop annoying warnings about mismatched types with the argument of a free by Chris Lattner · 21 years ago
  99. 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 21 years ago
  100. 640b928 Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need by Misha Brukman · 21 years ago