1. 42f75a9 Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. by Evan Cheng · 19 years ago
  2. 7cd580f Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll by Chris Lattner · 19 years ago
  3. e89121b Testcase for PR820 by Chris Lattner · 19 years ago
  4. a962bfa Add a 64-bit test case. by Evan Cheng · 19 years ago
  5. b14c342 no need to do a stat then an lstat. lstat will tell us if normal files don't exist. by Chris Lattner · 19 years ago
  6. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 19 years ago
  7. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  8. 215b48f Updated comments at top of file to reflect relevant command line options. by Patrick Jenkins · 19 years ago
  9. c67dc45 Move << method out of line. by Chris Lattner · 19 years ago
  10. ff74ac1 #include <iosfwd> not <ostream> by Chris Lattner · 19 years ago
  11. cb7938c New vector shuffle test case. by Evan Cheng · 19 years ago
  12. a78d327 Update by Evan Cheng · 19 years ago
  13. bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
  14. c1780d2 Change AllocateRWX/DeallocateRWX do not throw an exception. by Chris Lattner · 19 years ago
  15. a5c04d6 Added the -noremoveresults option which will not remove the $WebDir from the nightly test runs. by Patrick Jenkins · 19 years ago
  16. 61ae820 Fix this impl by Chris Lattner · 19 years ago
  17. 5c72a3a Adapt to new interface function materialization interface by Chris Lattner · 19 years ago
  18. 17aa9d3 LoadLibraryPermanently no longer throws an exception, so this code doesn't have by Chris Lattner · 19 years ago
  19. cc2fa54 Add a helper function by Chris Lattner · 19 years ago
  20. adcbce0 Change LoadLibraryPermanently to not throw an exception. by Chris Lattner · 19 years ago
  21. b26d39e Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information by Patrick Jenkins · 19 years ago
  22. bbf3439 This patch (written by Reid) changes compressor to never throw an exception. by Chris Lattner · 19 years ago
  23. e9c701f This uses EH info by Chris Lattner · 19 years ago
  24. 7c339b8 These libs use EH info by Chris Lattner · 19 years ago
  25. 206ee9d X86 target specific DAG combine: turn build_vector (load x), (load x+4), by Evan Cheng · 19 years ago
  26. 94aa7f3 Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. by Chris Lattner · 19 years ago
  27. 3c8c163 Xfail this by Chris Lattner · 19 years ago
  28. a98a81e This uses EH extensively by Chris Lattner · 19 years ago
  29. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 19 years ago
  30. a539c03 tblgen uses EH by Chris Lattner · 19 years ago
  31. 3251973 Stacker uses EH. by Chris Lattner · 19 years ago
  32. 408a39b Fix an embarassing bug reid noticed by Chris Lattner · 19 years ago
  33. 8eaafde Fix PR819, llvm2cpp should read .bc files, not .ll files. by Chris Lattner · 19 years ago
  34. 148f440 Modify the SlowOperationInformer interface to not throw exceptions. by Chris Lattner · 19 years ago
  35. c6d945f Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. by Patrick Jenkins · 19 years ago
  36. 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 19 years ago
  37. 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 · 19 years ago
  38. 3fc2f4e Print LLVM version info like this: by Chris Lattner · 19 years ago
  39. 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 · 19 years ago
  40. 1d662a6 Change the verifier to never throw an exception. Instead verifyModule can by Chris Lattner · 19 years ago
  41. 90ac1c0 Undisable ppc64 jit by Chris Lattner · 19 years ago
  42. 939ea65 Fixed a typo. by Evan Cheng · 19 years ago
  43. 152ed05 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 19 years ago
  44. 9e4692c The web site uses this by Chris Lattner · 19 years ago
  45. 60c07e1 Reorg. No functionality change. by Evan Cheng · 19 years ago
  46. d8122c3 Update test case. by Evan Cheng · 19 years ago
  47. 08dc0eb Adding Patrick Jenkins' information to CREDITS.TXT by Patrick Jenkins · 19 years ago
  48. 507b0aa Fix JIT on non MacOS X i386 systems. by Evan Cheng · 19 years ago
  49. ddb1304 Legalize does not handle this correctly by Andrew Lenharth · 19 years ago
  50. 441a570 These are already implemented by Andrew Lenharth · 19 years ago
  51. 78c252c 0 offsets for memory operands by Andrew Lenharth · 19 years ago
  52. 3d48e53 Split long comment lines. by Reid Spencer · 19 years ago
  53. 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 19 years ago
  54. 7dabf39 Allow specifying an explicit list of architectures to build for, e.g.: by Chris Lattner · 19 years ago
  55. 775ff18 Should just use xorps to clear XMM registers for all data types. pxor is also one byte longer. by Evan Cheng · 19 years ago
  56. 0a41add Describe my newest work. by Owen Anderson · 19 years ago
  57. be33dd9 Let X86CompilationCallback pass previous frame and return address to X86CompilationCallback2. Remove alloca hack. by Evan Cheng · 19 years ago
  58. 2a0f984 Added -disable-cbe to disable C backend testing. by Evan Cheng · 19 years ago
  59. 09c5457 Add shift and rotate by 1 instructions / patterns. by Evan Cheng · 19 years ago
  60. a8e83ec Always use xorps to clear XMM registers. by Evan Cheng · 19 years ago
  61. d3f6981 Move .literal4 and .literal8 support into AsmPrinter.cpp by Evan Cheng · 19 years ago
  62. 2d2cec1 Add support to print 4-, 8-, and 16- byte constant literals in special by Evan Cheng · 19 years ago
  63. 2c79de8 Hide x86 symbols by Chris Lattner · 19 years ago
  64. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 19 years ago
  65. 9ef7e06 Use hidden visibility to reduce codesize by Chris Lattner · 19 years ago
  66. f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
  67. f4b5461 Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 19 years ago
  68. 2a41a98 shrink libllvmgcc.dylib another 25K by Chris Lattner · 19 years ago
  69. 360e820 Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K by Chris Lattner · 19 years ago
  70. f190d38 Use hidden visibility to reduce the sizes of some .o files. This chops 60K off a release llvm-dis. by Chris Lattner · 19 years ago
  71. c521409 Add support for hidden visibility by Chris Lattner · 19 years ago
  72. b916ba1 not really XFailing these, as only incompleteness is wrong in the graph by Andrew Lenharth · 19 years ago
  73. e2339af change I flag on test by Andrew Lenharth · 19 years ago
  74. 883a52d Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll by Chris Lattner · 19 years ago
  75. 7aeeac7 Testcase that crashes the ppc backend. by Chris Lattner · 19 years ago
  76. 33c36f30 Doh. by Evan Cheng · 19 years ago
  77. 372994b Switch to a very conservative heuristic for determining when loop-unswitching by Owen Anderson · 19 years ago
  78. d228018 Fix Transforms/InstCombine/2006-06-28-infloop.ll by Chris Lattner · 19 years ago
  79. f363ce2 Infinite loop in instcombine that nate hit. by Chris Lattner · 19 years ago
  80. daa2bf9 Don't unswitch really large loops even if they are mostly filled with empty by Chris Lattner · 19 years ago
  81. ee12e8f Oops. Need to keep CP index. by Evan Cheng · 19 years ago
  82. 07103d3 Darwin puts float and double literal constants into literal4 and literal8 sections. by Evan Cheng · 19 years ago
  83. cc131c4 add some missing externals by Andrew Lenharth · 19 years ago
  84. b8e604c Catch more function pointer casting problems by Andrew Lenharth · 19 years ago
  85. c9094db Allow EmitConstantPool to be redefined by derived classes. by Evan Cheng · 19 years ago
  86. 356d8c2 Handle alias sets that have been unified, and thus can have other references by Chris Lattner · 19 years ago
  87. f299857 Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue by Chris Lattner · 19 years ago
  88. 4ba6bf7 New testcase, reduced by nate, which crashes DSE by Chris Lattner · 19 years ago
  89. 7794bd3 this case isn't handled by Andrew Lenharth · 19 years ago
  90. bef8508 Fix for 2006-06-27-DeadSwitchCase.ll by Owen Anderson · 19 years ago
  91. 2f62a9e Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case by Owen Anderson · 19 years ago
  92. 49e4415 handle the "mov reg1, reg2" case in isMoveInstr by Rafael Espindola · 19 years ago
  93. cccef1c Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :) by Chris Lattner · 19 years ago
  94. 92044ce Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not by Chris Lattner · 19 years ago
  95. a60af32 testcase that crashes dead arg elim. by Chris Lattner · 19 years ago
  96. 6b76b96 Fix ppc64 jump tables by Chris Lattner · 19 years ago
  97. 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 19 years ago
  98. 4df24f2 Remove dead code. by Evan Cheng · 19 years ago
  99. 14c299e Fix -extraflags by Evan Cheng · 19 years ago
  100. 9f029a6 Print stubs for external globals right. by Chris Lattner · 19 years ago