1. d44b7c1 Fix typo, fix PR 2865. by Devang Patel · 16 years ago
  2. 2df5eec Be more precise about which conversions of NaNs by Dale Johannesen · 16 years ago
  3. e93f5db Set UNIVERSAL_ARCH value. Fixes build failure when target is i386. by Devang Patel · 16 years ago
  4. 882cdfd Fix PR2850 and PR2863. Only generate movddup for 128-bit SSE vector shuffles. by Evan Cheng · 16 years ago
  5. 65609f2 Temporarily revert functionality change from my previous patch; by Dale Johannesen · 16 years ago
  6. 617fddf Remove interfaces implemented by dead pass from the list of available passes. by Devang Patel · 16 years ago
  7. a3668af Cosmetic. by Evan Cheng · 16 years ago
  8. f642f47 Update function attributes docs. by Devang Patel · 16 years ago
  9. 9d0edb0 This is an objective-c test, not an objective-c++ one. by Evan Cheng · 16 years ago
  10. d3d8ce3 Mark shortening NaN conversions as Inexact. PR 2856. by Dale Johannesen · 16 years ago
  11. e76225a It is possible that all functions in one module are not being by Devang Patel · 16 years ago
  12. 4daa907 Don't dereference the end() iterator. Thanks to by Dan Gohman · 16 years ago
  13. e4d4b8c Remove unncessary isDeclaration() checks. by Devang Patel · 16 years ago
  14. 5fac55f Allow scalarrepl to treat an all-zero GEP just as bitcast. by Matthijs Kooijman · 16 years ago
  15. 96f9452 Actually run Obj-C++ tests if llvm-gcc supports. by Duncan Sands · 16 years ago
  16. edb05df Clarify the relationship between byval and readonly/ by Duncan Sands · 16 years ago
  17. d20a00d reorder #include order, patch by Kenneth Boyd! by Chris Lattner · 16 years ago
  18. 7812944 Add #include to get alloca, patch by Kenneth Boyd! by Chris Lattner · 16 years ago
  19. 1cfa077 Fix shift overflow bug that would occur when a field was a full 32-bits by Chris Lattner · 16 years ago
  20. 834eb40 fix an incorrect and extremely confusing error message by Chris Lattner · 16 years ago
  21. 9a6cb15 make the autoupgrade code for ret attributes dramatically simpler by Chris Lattner · 16 years ago
  22. 94b5f7d A word got optimized out, thanks to Duncan for pointing this out by Chris Lattner · 16 years ago
  23. 8a88a37 regenerate by Nuno Lopes · 16 years ago
  24. d0ad677 clean ArgTypeListI production: free the PATypeHolder by Nuno Lopes · 16 years ago
  25. ff4ca2e Emit type-correct constant null. Also fix a typo. by Anton Korobeynikov · 16 years ago
  26. 6381a13 Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mingw) by Anton Korobeynikov · 16 years ago
  27. b1ac769 this case is matched now. by Chris Lattner · 16 years ago
  28. 8c34cd2 rewrite bswap matching to be more general, allowing arbitrary by Chris Lattner · 16 years ago
  29. 8256d75 Update VC++ project file by Steve Naroff · 16 years ago
  30. 2f63ca3 fix a bug where the bswap matcher could match a case involving by Chris Lattner · 16 years ago
  31. 31d7161 wrap some long lines and expand i32 mul's to libcalls, inspired by a by Chris Lattner · 16 years ago
  32. 8053304 CMake: Reflected changes on source file structure. New plugin support by Oscar Fuentes · 16 years ago
  33. b1e6b96 Update the documentation for first-class aggregates changes, by Dan Gohman · 16 years ago
  34. 4f99335 add a note about inline asm by Chris Lattner · 16 years ago
  35. 66d922c improve description of param/ret attrs by Chris Lattner · 16 years ago
  36. 88d4b59 improve descriptions of function attrs by Chris Lattner · 16 years ago
  37. 0c46a7d notes are gone. by Chris Lattner · 16 years ago
  38. e940f3e comment cleanups by Chris Lattner · 16 years ago
  39. 8d59af3 Make GenLibDeps.pl more robust in the face of broken piping problems. by Chris Lattner · 16 years ago
  40. c82b6a1 Ignore loads from and stores to local memory (i.e. allocas) by Duncan Sands · 16 years ago
  41. 26e4b21 Allow the construction of SCEVs with SCEVCouldNotCompute operands, by by Nick Lewycky · 16 years ago
  42. c4e8bec Revert r56675 - it breaks unwinding runtime everywhere. by Anton Korobeynikov · 16 years ago
  43. c8a0773 Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on Win32 platform. by Argyrios Kyrtzidis · 16 years ago
  44. 0304b87 Fix compilation error on MSVC. by Argyrios Kyrtzidis · 16 years ago
  45. 241f464 Fix fast-isel's handling of atomic instructions. They may by Dan Gohman · 16 years ago
  46. 022b21f Fix a bug in the local allocator's liveness computation where it by Dan Gohman · 16 years ago
  47. 880ae36 Make atomic Swap work, 64-bit on x86-32. Make it all work in non-pic mode. by Dale Johannesen · 16 years ago
  48. 792e1e9 Clean up some multiple-return-value code that is no longer applicable. by Dan Gohman · 16 years ago
  49. 58c2ac0 Change PointerType::get -> getUnqual by Daniel Dunbar · 16 years ago
  50. 3945b7c Rename llvmc2/core to llvmc2/driver. by Mikhail Glushenkov · 16 years ago
  51. ebb9f9b Another dependency fix, prevent ObjDir from having trailing slash. by Daniel Dunbar · 16 years ago
  52. 3afba0a Fix function attribute verification check. Thanks Duncan! by Devang Patel · 16 years ago
  53. 1b54c7f Pass MemOperand through for 64-bit atomics on 32-bit, by Dale Johannesen · 16 years ago
  54. 94e98af Add IS_CLEANING_TARGET Makefile variable. by Daniel Dunbar · 16 years ago
  55. 20da1f0 Nick Lewycky's patch. While hosting instruction check PHI node. by Devang Patel · 16 years ago
  56. 2d2649a update svn:ignore by Nuno Lopes · 16 years ago
  57. 90523c7 New test case. by Evan Cheng · 16 years ago
  58. ca0a5d9 Use -1ULL instead of uint64_t(-1), at Anton's suggestion. by Dan Gohman · 16 years ago
  59. 6d1b8a5 Verify function attributes. by Devang Patel · 16 years ago
  60. 17a82ea Fix typos pointed out by Duncan. Also untabify these files. by Evan Cheng · 16 years ago
  61. 489032a Unbreak build. by Daniel Dunbar · 16 years ago
  62. da8ac5f Avoid creating two TargetLowering objects for each target. by Dan Gohman · 16 years ago
  63. 38217fe Remove an unused field. by Dan Gohman · 16 years ago
  64. cce6c29 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 16 years ago
  65. 48b828f Indexing off by one resulted in errant encoding of source register for by Jim Grosbach · 16 years ago
  66. 016d34c by Jim Grosbach · 16 years ago
  67. 191dfb9 regenerate by Nuno Lopes · 16 years ago
  68. aa1aee3 fix more memleaks in ResolveTypeTo() and ParseGlobalVariable() by Nuno Lopes · 16 years ago
  69. 9e9631d regenerate with bison 2.3 by Nuno Lopes · 16 years ago
  70. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 16 years ago
  71. 06a6288 fix memleak in FunctionHeaderH by Nuno Lopes · 16 years ago
  72. b6cc085 Rename llvmc2/src to llvmc2/core. by Mikhail Glushenkov · 16 years ago
  73. c32dece Fix build breakage when objdir!=srcdir (proper fix). by Mikhail Glushenkov · 16 years ago
  74. 9d1b696 Fix build breakage (again) when srcdir != objdir, other small fixes. by Mikhail Glushenkov · 16 years ago
  75. e47561c The result of getSetCCResultType (eg: i32) may be larger by Duncan Sands · 16 years ago
  76. a2582da Teach internalize to preserve the callgraph. Why? Because it was there! by Duncan Sands · 16 years ago
  77. dcb31e1 Acquire the lock only when necessary. More precisely, do not acquire by Nicolas Geoffray · 16 years ago
  78. a90793b SplitBlock should only attempt to update LoopInfo if it is actually being used. by Owen Anderson · 16 years ago
  79. 91b6f97 Implement fast-isel support for zero-extending from i1. by Dan Gohman · 16 years ago
  80. 4e6ed5e Fix X86FastISel to handle dynamic allocas that have avoided by Dan Gohman · 16 years ago
  81. a079e2b Unbreak the build. by Bill Wendling · 16 years ago
  82. 24585cb Fix a typo. by Dan Gohman · 16 years ago
  83. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  84. 597f3f8 Fix build breakage. by Mikhail Glushenkov · 16 years ago
  85. d98d620 Optimize conditional branches in X86FastISel. This replaces by Dan Gohman · 16 years ago
  86. 6ade6f5 Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 16 years ago
  87. e4a5ea3 Build system tweaks to make it more convenient for the plugin authors. by Mikhail Glushenkov · 16 years ago
  88. 88ab90b fix build gcc 4.3 by Andrew Lenharth · 16 years ago
  89. 8481ee7 Use a multimap rather than a map for holding the list of copies to insert, so we don't lose copies when two of them have by Owen Anderson · 16 years ago
  90. 48c1bc2 Handle some 64-bit atomics on x86-32, some of the time. by Dale Johannesen · 16 years ago
  91. 46f7a5e Avoid name shadowing with E variable defined in for(). This was giving VC++ by Bill Wendling · 16 years ago
  92. 8cedb8a Remove redundant check. by Devang Patel · 16 years ago
  93. b1290a6 A Partitioned Boolean Quadratic Programming (PBQP) based register allocator. by Evan Cheng · 16 years ago
  94. 208ca6a CMake: Added Host.cpp to lib/System/CMakeLists.txt. by Oscar Fuentes · 16 years ago
  95. 76dba94 Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback. by Daniel Dunbar · 16 years ago
  96. d790a5c Fix a think-o in isSafeToMove. This fixes it from thinking that by Dan Gohman · 16 years ago
  97. 5bbee4b Work around an interaction between fast-isel and regalloc=local. The by Dan Gohman · 16 years ago
  98. 5e249b4 "The original bug was a complaint that _mm_srli_si128 mis-compiled when passed by Bill Wendling · 16 years ago
  99. bb14672 Add llvm::sys::{osName,osVersion} for retrieving operating system name by Daniel Dunbar · 16 years ago
  100. 0b3baaa Disable fast-isel for this test, as it doesn't emit the same by Dan Gohman · 16 years ago