1. 82aea64 Remove the Attribute::hasAttributes() function. by Bill Wendling · 12 years ago
  2. f573588 Fixed a mistake in my previous commit where I changed the wording slightly and forgot to undo the change after changing my mind and deciding to only commit the style changes. by Michael Gottesman · 12 years ago
  3. 3480487 Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref by Michael Gottesman · 12 years ago
  4. eddab15 Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private." by NAKAMURA Takumi · 12 years ago
  5. 3e3de56 Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer by Dan Gohman · 12 years ago
  6. 819f9d6 Add a comment. by Dan Gohman · 12 years ago
  7. de0eb19 Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since by Dan Gohman · 12 years ago
  8. 85238aa Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. by Bill Wendling · 12 years ago
  9. a070d2a Change GetPointerBaseWithConstantOffset's DataLayout argument from a by Dan Gohman · 12 years ago
  10. 8ed701d Make the AttrBuilder creation method of Attribute private so that people won't use it. by Bill Wendling · 12 years ago
  11. 11486ff build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@ by Saleem Abdulrasool · 12 years ago
  12. 4789609 [lit] Move unittest adaptor code into discovery module. by Daniel Dunbar · 12 years ago
  13. c9fd0a5 [lit] Run the ShUtil tests as part of the test suite. by Daniel Dunbar · 12 years ago
  14. 84d3c61 [lit] Set parallel mode for coverage tests. by Daniel Dunbar · 12 years ago
  15. 3d4a973 [lit] Move discovery code into its own module. by Daniel Dunbar · 12 years ago
  16. b96129d Revert for now: by Bill Wendling · 12 years ago
  17. 67dad63 Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit with current llvm style for test names. by Michael Gottesman · 12 years ago
  18. c6077ef Remove the AttrBuilder version of the Attribute::get function. by Bill Wendling · 12 years ago
  19. e187e25 Whitespace. by Eric Christopher · 12 years ago
  20. a9bd4b4 Check and allow floating point registers to select the size of the by Eric Christopher · 12 years ago
  21. 946317d LangRef: Add a Rationale for volatile rules. by Andrew Trick · 12 years ago
  22. 2acfb17 Replace some more greps with FileChecks in tests by Eli Bendersky · 12 years ago
  23. 5f1686f Minor code simplification. by Dan Gohman · 12 years ago
  24. 73dee18 Make sure that the Attribute object represents one attribute only. by Bill Wendling · 12 years ago
  25. 3f8195e [lit] Add a MANIFEST file and a script for sanity checking the source dist. by Daniel Dunbar · 12 years ago
  26. ada2de9 [lit] Add a basic discovery test. by Daniel Dunbar · 12 years ago
  27. 412d805 [lit] Add a script for checking test coverage. by Daniel Dunbar · 12 years ago
  28. 356dcac [lit] Add a test suite for lit itself. by Daniel Dunbar · 12 years ago
  29. f2335dc stripAndComputeConstantOffsets is only called on pointers; check this by Dan Gohman · 12 years ago
  30. ee1841c Rewrite this test properly with a FileCheck instead of greps by Eli Bendersky · 12 years ago
  31. d363ae5 Fix ConstantFold's folding of icmp instructions to recognize that, by Dan Gohman · 12 years ago
  32. 69f60e7 Added a unit test for r173983 that verifies that Target.isiOS() works correctly. by Michael Gottesman · 12 years ago
  33. 9a79b32 PPC QPX requires a 32-byte aligned stack by Hal Finkel · 12 years ago
  34. ac72eb2 Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. by Bill Wendling · 12 years ago
  35. e743654 Convert typeIncompatible to return an AttributeSet. by Bill Wendling · 12 years ago
  36. b25a645 Forgot the test case before. by Evan Cheng · 12 years ago
  37. a66f40a Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy and less critical. by Evan Cheng · 12 years ago
  38. bc977ba Doxygenified some comments in IRBuilder.h. by Michael Gottesman · 12 years ago
  39. f84d4c1 Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vector convert patch. by Michael Gottesman · 12 years ago
  40. f9cd773 Initialize hasQPX in PPCSubtarget by Hal Finkel · 12 years ago
  41. e502bba Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS by Michael Gottesman · 12 years ago
  42. 383da6b Remove redundant code. by Bill Wendling · 12 years ago
  43. 9a6dd02 ...in light of recent activity related to llvm.memcpy flags. I want to by Andrew Trick · 12 years ago
  44. 5bb16fd Add definitions for the PPC a2q core marked as having QPX available by Hal Finkel · 12 years ago
  45. 2f89e81 Remove a mention of TargetInstrDescriptor, which no longer exists in the code by Eli Bendersky · 12 years ago
  46. e70de1f [docs] Guide prospective TableGen backend writers. by Sean Silva · 12 years ago
  47. aa57893 Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that the AttributeSet is empty. by Bill Wendling · 12 years ago
  48. f578c89 Clean up whitespace and indentation a bit by Eli Bendersky · 12 years ago
  49. 1229c0c Linker: correctly link in dbg.declare by Manman Ren · 12 years ago
  50. 0f156af Add a special ARM trap encoding for NaCl. by Eli Bendersky · 12 years ago
  51. 620d5bd Add missing header and test cases for r173939. by Logan Chien · 12 years ago
  52. 52b1b3b Override virtual function for ARM EH directives. by Logan Chien · 12 years ago
  53. f121b79 LLDB uses ConvertUTF16toUTF8, remove #ifdef by Dmitri Gribenko · 12 years ago
  54. 328027b Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 12 years ago
  55. 3b5f0b0 Documentation: Updating the data layout default specifications to by Patrik Hagglund · 12 years ago
  56. f68cd75 [lit] Make GoogleTest test runner correctly discover tests in the source root by Alexey Samsonov · 12 years ago
  57. 254aed5 Attempt to fix dragonegg. Use the number of slots to determine if the AttributeSet has attributes or not. by Bill Wendling · 12 years ago
  58. cc687fa InstCombine: canonicalize sext-and --> select by Nadav Rotem · 12 years ago
  59. 581126e build: regenerate configure by Saleem Abdulrasool · 12 years ago
  60. 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 12 years ago
  61. d7800df Removing initializer for the field removed in r173887 by David Blaikie · 12 years ago
  62. 84fb963 Remove unused variable (introduced in r173884) to clear clang -Werror build by David Blaikie · 12 years ago
  63. cbaf2ac Forgot to add new file to CMakeLists by Jack Carter · 12 years ago
  64. 97130e2 This patch implements runtime ARM specific setting of ELF header e_flags. by Jack Carter · 12 years ago
  65. dba1430 This patch implements runtime Mips specific setting of ELF header e_flags. by Jack Carter · 12 years ago
  66. 9a7bf43 This patch reworks how llvm targets set and update ELF header e_flags. by Jack Carter · 12 years ago
  67. d749382 [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. by NAKAMURA Takumi · 12 years ago
  68. a4afeef [autoconf] Fix m4 quoting for newer autotools by NAKAMURA Takumi · 12 years ago
  69. fd6fbec [autoconf] Fix 80+ and quoting. by NAKAMURA Takumi · 12 years ago
  70. 25832e2 [mips] Test case for r173862. by Akira Hatanaka · 12 years ago
  71. 544cc21 [mips] Lower EH_RETURN. by Akira Hatanaka · 12 years ago
  72. 1d13b1b [lit] Add some TODO notes to myself. by Daniel Dunbar · 12 years ago
  73. 0261cea Adding simple cast cost to ARM by Renato Golin · 12 years ago
  74. 76122f9 Remove unused variable (unused since r173839) by Dmitri Gribenko · 12 years ago
  75. d8acb28 Documentation: add empty lines so that lists are properly recognized by Dmitri Gribenko · 12 years ago
  76. 5500943 Made certain small functions in PtrState inlined. by Michael Gottesman · 12 years ago
  77. 0933134 [MC][COFF] Delay handling symbol aliases when writing by Michael J. Spencer · 12 years ago
  78. d855049 LoopVectorize: convert TinyTripCountVectorThreshold constant by Pekka Jaaskelainen · 12 years ago
  79. 485da64 Removed trailing comma in last element of enum declaration. by Michael Gottesman · 12 years ago
  80. b82d200 Moved S_Stop back to its previous position in the sequence order. by Michael Gottesman · 12 years ago
  81. f662a59 Add a special handling case for untyped CopyFromReg node in GetCostForDef() of ScheduleDAGRRList by Weiming Zhao · 12 years ago
  82. 02c953e Fixed a few debug messages and some 80+ violations. by Michael Gottesman · 12 years ago
  83. a519c97 Added some periods to some comments and added an overload for operator<< for type Sequence so I can print out Sequences in debug statements. by Michael Gottesman · 12 years ago
  84. 82b8301 Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to perform escape analysis of other retainable object pointers in other locations. by Michael Gottesman · 12 years ago
  85. 6dc3781 Add a couple of accessor methods to get the kind and values of an attribute. by Bill Wendling · 12 years ago
  86. 9f175f8 s/Data/Kind/g. No functionality change. by Bill Wendling · 12 years ago
  87. aaf2e63 Support artificial parameters in function types. by David Blaikie · 12 years ago
  88. 9c3846c Use multiclass for post-increment store instructions. by Jyotsna Verma · 12 years ago
  89. 30c3bbe Add constant extender support for MInst type instructions. by Jyotsna Verma · 12 years ago
  90. 9b5a14d Remove dead code. by Evan Cheng · 12 years ago
  91. f1af1fe Fixing warnings revealed by gcc release build by Edwin Vane · 12 years ago
  92. 8c3a411 LoopVectorize: Clean up ValueMap a bit and avoid double lookups. by Benjamin Kramer · 12 years ago
  93. 86651e4 R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11. by NAKAMURA Takumi · 12 years ago
  94. 3ba51ce AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior, though. by NAKAMURA Takumi · 12 years ago
  95. 7c1ac76 Fix typo in X86BaseInfo.h that I introduced in r157818. by Hans Wennborg · 12 years ago
  96. 09840da Hopefully fix the Windows build failure introduced in r173769 by Timur Iskhodzhanov · 12 years ago
  97. 0adfded Fix 64-bit atomic operations in Thumb mode. by Tim Northover · 12 years ago
  98. e6482fa Merge SSE and AVX shuffle instructions in the comment printer. by Craig Topper · 12 years ago
  99. 4c6a2ba MIsched: cleanup code. Use isBoundaryNode(). by Andrew Trick · 12 years ago
  100. 9d46ef6 Fixed 2 more header comments... by Michael Gottesman · 12 years ago