1. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  2. a539c03 tblgen uses EH by Chris Lattner · 18 years ago
  3. 3251973 Stacker uses EH. by Chris Lattner · 18 years ago
  4. 408a39b Fix an embarassing bug reid noticed by Chris Lattner · 18 years ago
  5. 8eaafde Fix PR819, llvm2cpp should read .bc files, not .ll files. by Chris Lattner · 18 years ago
  6. 148f440 Modify the SlowOperationInformer interface to not throw exceptions. by Chris Lattner · 18 years ago
  7. c6d945f Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. by Patrick Jenkins · 18 years ago
  8. 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 18 years ago
  9. fe030d7 The first commit of NewNightlyTest.pl which instead of generating a webpage submits the results of the test to a central server for storage and display. by Patrick Jenkins · 18 years ago
  10. 3fc2f4e Print LLVM version info like this: by Chris Lattner · 18 years ago
  11. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
  12. 1d662a6 Change the verifier to never throw an exception. Instead verifyModule can by Chris Lattner · 18 years ago
  13. 90ac1c0 Undisable ppc64 jit by Chris Lattner · 18 years ago
  14. 939ea65 Fixed a typo. by Evan Cheng · 18 years ago
  15. 152ed05 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 18 years ago
  16. 9e4692c The web site uses this by Chris Lattner · 18 years ago
  17. 60c07e1 Reorg. No functionality change. by Evan Cheng · 18 years ago
  18. d8122c3 Update test case. by Evan Cheng · 18 years ago
  19. 08dc0eb Adding Patrick Jenkins' information to CREDITS.TXT by Patrick Jenkins · 18 years ago
  20. 507b0aa Fix JIT on non MacOS X i386 systems. by Evan Cheng · 18 years ago
  21. ddb1304 Legalize does not handle this correctly by Andrew Lenharth · 18 years ago
  22. 441a570 These are already implemented by Andrew Lenharth · 18 years ago
  23. 78c252c 0 offsets for memory operands by Andrew Lenharth · 18 years ago
  24. 3d48e53 Split long comment lines. by Reid Spencer · 18 years ago
  25. 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 18 years ago
  26. 7dabf39 Allow specifying an explicit list of architectures to build for, e.g.: by Chris Lattner · 18 years ago
  27. 775ff18 Should just use xorps to clear XMM registers for all data types. pxor is also one byte longer. by Evan Cheng · 18 years ago
  28. 0a41add Describe my newest work. by Owen Anderson · 18 years ago
  29. be33dd9 Let X86CompilationCallback pass previous frame and return address to X86CompilationCallback2. Remove alloca hack. by Evan Cheng · 18 years ago
  30. 2a0f984 Added -disable-cbe to disable C backend testing. by Evan Cheng · 18 years ago
  31. 09c5457 Add shift and rotate by 1 instructions / patterns. by Evan Cheng · 18 years ago
  32. a8e83ec Always use xorps to clear XMM registers. by Evan Cheng · 18 years ago
  33. d3f6981 Move .literal4 and .literal8 support into AsmPrinter.cpp by Evan Cheng · 18 years ago
  34. 2d2cec1 Add support to print 4-, 8-, and 16- byte constant literals in special by Evan Cheng · 18 years ago
  35. 2c79de8 Hide x86 symbols by Chris Lattner · 18 years ago
  36. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 18 years ago
  37. 9ef7e06 Use hidden visibility to reduce codesize by Chris Lattner · 18 years ago
  38. f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 18 years ago
  39. f4b5461 Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 18 years ago
  40. 2a41a98 shrink libllvmgcc.dylib another 25K by Chris Lattner · 18 years ago
  41. 360e820 Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K by Chris Lattner · 18 years ago
  42. f190d38 Use hidden visibility to reduce the sizes of some .o files. This chops 60K off a release llvm-dis. by Chris Lattner · 18 years ago
  43. c521409 Add support for hidden visibility by Chris Lattner · 18 years ago
  44. b916ba1 not really XFailing these, as only incompleteness is wrong in the graph by Andrew Lenharth · 18 years ago
  45. e2339af change I flag on test by Andrew Lenharth · 18 years ago
  46. 883a52d Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll by Chris Lattner · 18 years ago
  47. 7aeeac7 Testcase that crashes the ppc backend. by Chris Lattner · 18 years ago
  48. 33c36f30 Doh. by Evan Cheng · 18 years ago
  49. 372994b Switch to a very conservative heuristic for determining when loop-unswitching by Owen Anderson · 18 years ago
  50. d228018 Fix Transforms/InstCombine/2006-06-28-infloop.ll by Chris Lattner · 18 years ago
  51. f363ce2 Infinite loop in instcombine that nate hit. by Chris Lattner · 18 years ago
  52. daa2bf9 Don't unswitch really large loops even if they are mostly filled with empty by Chris Lattner · 18 years ago
  53. ee12e8f Oops. Need to keep CP index. by Evan Cheng · 18 years ago
  54. 07103d3 Darwin puts float and double literal constants into literal4 and literal8 sections. by Evan Cheng · 18 years ago
  55. cc131c4 add some missing externals by Andrew Lenharth · 18 years ago
  56. b8e604c Catch more function pointer casting problems by Andrew Lenharth · 18 years ago
  57. c9094db Allow EmitConstantPool to be redefined by derived classes. by Evan Cheng · 18 years ago
  58. 356d8c2 Handle alias sets that have been unified, and thus can have other references by Chris Lattner · 18 years ago
  59. f299857 Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue by Chris Lattner · 18 years ago
  60. 4ba6bf7 New testcase, reduced by nate, which crashes DSE by Chris Lattner · 18 years ago
  61. 7794bd3 this case isn't handled by Andrew Lenharth · 18 years ago
  62. bef8508 Fix for 2006-06-27-DeadSwitchCase.ll by Owen Anderson · 18 years ago
  63. 2f62a9e Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case by Owen Anderson · 18 years ago
  64. 49e4415 handle the "mov reg1, reg2" case in isMoveInstr by Rafael Espindola · 18 years ago
  65. cccef1c Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :) by Chris Lattner · 18 years ago
  66. 92044ce Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not by Chris Lattner · 18 years ago
  67. a60af32 testcase that crashes dead arg elim. by Chris Lattner · 18 years ago
  68. 6b76b96 Fix ppc64 jump tables by Chris Lattner · 18 years ago
  69. 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 18 years ago
  70. 4df24f2 Remove dead code. by Evan Cheng · 18 years ago
  71. 14c299e Fix -extraflags by Evan Cheng · 18 years ago
  72. 9f029a6 Print stubs for external globals right. by Chris Lattner · 18 years ago
  73. f89437d Implement 64-bit select, bswap, etc. by Chris Lattner · 18 years ago
  74. e4172be Add a pattern for i64 sra. Print 8-byte units with a space between the .quad by Chris Lattner · 18 years ago
  75. 7ffa9ab Fix rewriting frame offsets with ixaddr instructions, which implicitly shift by Chris Lattner · 18 years ago
  76. 5f9faea PPC doesn't have bit converts to/from i64 by Chris Lattner · 18 years ago
  77. 2e6b77d Add 64-bit MTCTR so that indirect calls work. by Chris Lattner · 18 years ago
  78. 1fd8110 Fix an incorrect store pattern. This fixes em3d. by Chris Lattner · 18 years ago
  79. 563ecfb Implement 64-bit undef, sub, shl/shr, srem/urem by Chris Lattner · 18 years ago
  80. e2f8ad8 Fix cut-n-pasto in comments. by Devang Patel · 18 years ago
  81. 7b0c58c Use i32 for shift amounts instead of i64. This gets bisort working. by Chris Lattner · 18 years ago
  82. 00659b1 Add zextload from i32 -> i64, with this, perimeter works. by Chris Lattner · 18 years ago
  83. 9d5b532 For PR801: by Reid Spencer · 18 years ago
  84. f9b238e De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this by Owen Anderson · 18 years ago
  85. 7e097e4 Print darwin stub stuff correctly in 64-bit mode. With this, treeadd works in by Chris Lattner · 18 years ago
  86. 529c233 Fix variable shadowing issue by Chris Lattner · 18 years ago
  87. c08f902 Implement a bunch of 64-bit cleanliness work. With this, treeadd builds (but by Chris Lattner · 18 years ago
  88. 041e9d3 Rearrange compares, add ADDI8, add sext from 32-to-64 bit register by Chris Lattner · 18 years ago
  89. c91a475 Improve PPC64 calling convention support by Chris Lattner · 18 years ago
  90. 924c576 Remove two more definitions by Chris Lattner · 18 years ago
  91. 7b4e478 remove two unused instructions. by Chris Lattner · 18 years ago
  92. 959e321 Fix a stale pointer issue that caused 300.twolf to fail to build on zion by Chris Lattner · 18 years ago
  93. 69fd7a3 Add a new method. by Chris Lattner · 18 years ago
  94. 3c80a51 random code cleanups, no functionality change by Chris Lattner · 18 years ago
  95. 2b67f07 Make LoopUnswitch able to unswitch loops with live-out values by taking advantage by Owen Anderson · 18 years ago
  96. da08d2c Simplify X86CompilationCallback: always align to 16-byte boundary; don't save EAX/EDX if unnecessary. by Evan Cheng · 18 years ago
  97. 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 18 years ago
  98. 52b510b Added jump table address relocation. by Evan Cheng · 18 years ago
  99. 74cb064 Eliminate unneeded parameter. by Evan Cheng · 18 years ago
  100. 22f7131 variable_ops instructions such as call can have any number of operands. by Evan Cheng · 18 years ago