1. 8c2e77f Add support for attribute groups in the value enumerator. by Bill Wendling · 12 years ago
  2. a311c526 Test Commit - Remove some trailing whitespace in R600Instructions.td by Vincent Lejeune · 12 years ago
  3. 09ed910 Handle string attributes in the AttrBuilder. by Bill Wendling · 12 years ago
  4. 0f74220 Use a 'continue' here to stop from double lexing. by Bill Wendling · 12 years ago
  5. 87de71c Add 'empty' query methods to the builder and use them in the verifier. by Bill Wendling · 12 years ago
  6. b7cfac3 Add support for updating LiveIntervals to PHIElimination. If LiveIntervals are by Cameron Zwarich · 12 years ago
  7. d7c7a68 Fix a typo. by Cameron Zwarich · 12 years ago
  8. 02513c0 Remove ancient references to 'atomic' phis in PHIElimination that don't really by Cameron Zwarich · 12 years ago
  9. fe0fd35 Make LiveVariables an instance variable of PHIElimination. by Cameron Zwarich · 12 years ago
  10. e9288fb ok, ok, stop fighting type punning warnings by just using a union. by Chris Lattner · 12 years ago
  11. 10b043e hopefully "really" fix a type punning warning by defining the buffer as by Chris Lattner · 12 years ago
  12. bf8f4cb attempt to defeat a gcc warning that is breaking a -Werror buildbot. by Chris Lattner · 12 years ago
  13. 85b3fbe Add accessor for the LLVMContext. by Bill Wendling · 12 years ago
  14. 7dcb23a Remove unneeded "TargetMachine.h" #includes. by Jakub Staszak · 12 years ago
  15. 0b77866 TEMPORARY SYNTAX CHANGE! by Bill Wendling · 12 years ago
  16. 1627425 Add a DenseMapInfo class for the AttributeSet. by Bill Wendling · 12 years ago
  17. 00d9da1 [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_fatal_error) by Justin Holewinski · 12 years ago
  18. 5c2a079 Simplify code. by Jakub Staszak · 12 years ago
  19. 96a82d1 Remove unneeded #includes. by Jakub Staszak · 12 years ago
  20. db5e50d This is the correct version of r174802. by Chris Lattner · 12 years ago
  21. a32bd68 Fix a nasty off-by one error that only manifests with 64-bit word size (which is by Chris Lattner · 12 years ago
  22. b24f5b7 Fix the underlying problem that was causing read(0) to be called: sometimes the by Chris Lattner · 12 years ago
  23. e001f27 recommit r173072 (preparing bitstream reader to read a machine word at a time, by Chris Lattner · 12 years ago
  24. 882b927 Remove trailing spaces. by Jakub Staszak · 12 years ago
  25. 29521a0 Remove unneeded #includes. by Jakub Staszak · 12 years ago
  26. 6050edf LSR IVChain improvement. by Andrew Trick · 12 years ago
  27. 4fa5793 Remove #includes from the commonly used LoopInfo.h. by Jakub Staszak · 12 years ago
  28. f2d89ff Dwarf: do not use line_table_start in at_stmt_list since we do not always emit by Manman Ren · 12 years ago
  29. ec7b25d Remove the old liveness algorithm. by Jakob Stoklund Olesen · 12 years ago
  30. 68b2faf Enable *BasicBlockPass::createPrinterPass() by Sergei Larin · 12 years ago
  31. ea87152 Turn on -new-live-intervals by default. by Jakob Stoklund Olesen · 12 years ago
  32. dbdebe2 CMake: Use check_symbol_exists instead of check_cxx_symbol_exists. by Jordan Rose · 12 years ago
  33. d31bd24 configure: when performing a compiler feature test for a -Wno-foo flag, attempt by Richard Smith · 12 years ago
  34. 1c66a18 ReleaseNotes: Add section for R600 backend by Tom Stellard · 12 years ago
  35. d66bd70 R600: Dump the function name when TargetLowering::LowerCall() fails by Tom Stellard · 12 years ago
  36. f4e471a R600: rework flow creation in the structurizer v2 by Tom Stellard · 12 years ago
  37. 27f5d06 R600: fix loop analyses in the structurizer by Tom Stellard · 12 years ago
  38. 13cf6cb R600: fix PHI value adding in the structurizer by Tom Stellard · 12 years ago
  39. d3da6d5 Minor cleanup. by Dan Gohman · 12 years ago
  40. cb64462 [docs] Tweaks for clarity, readability, and correctness. by Sean Silva · 12 years ago
  41. 5844691 Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" by Bob Wilson · 12 years ago
  42. b2d1275 Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the by Reed Kotler · 12 years ago
  43. 089a5f8 DAGCombiner: Constant folding around pre-increment loads/stores by Hal Finkel · 12 years ago
  44. 0cf5d39 BBVectorize: Use TTI->getAddressComputationCost by Hal Finkel · 12 years ago
  45. 63c61e5 More modifications to PowerPC doc links by Bill Schmidt · 12 years ago
  46. 8f637ad Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects. by Bob Wilson · 12 years ago
  47. b1301e4 Update PowerPC links in CompilerWriterInfo.rst by Hal Finkel · 12 years ago
  48. 0f58dba Refine fix to bug 15041. by Bill Schmidt · 12 years ago
  49. 33daeab [SimplifyLibCalls] Library call simplification doen't work if the call site by Chad Rosier · 12 years ago
  50. 9de31bd Typos. by Jakob Stoklund Olesen · 12 years ago
  51. 0b821ef The patch to fix some issues in r174543 fixed the lines failing the test, but missed a couple by David Tweed · 12 years ago
  52. fb55a8f ARM cost model: Address computation in vector mem ops not free by Arnold Schwaighofer · 12 years ago
  53. f64edf8 Update tests for DWARF parser: store sources next to pre-built object files and provide build instructions by Alexey Samsonov · 12 years ago
  54. bcf60de Test Commit by Michael Kuperstein · 12 years ago
  55. baad55c Parse the attribute group reference on a function. by Bill Wendling · 12 years ago
  56. 61b97b8 When Mips16 frames grow large, the immediate field may exceed the maximum by Reed Kotler · 12 years ago
  57. d2bcda7 Revert "Have InstCombine call SipmlifyCall when handling calls. Test case included." by Andrew Trick · 12 years ago
  58. dc0f8a3 [readobj] Fix memory leak. by Michael J. Spencer · 12 years ago
  59. ea007fa Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs by Bill Wendling · 12 years ago
  60. d1824f2 [Object][ELF] Add a way to get the dynamic symbol table section. by Michael J. Spencer · 12 years ago
  61. 2e0742f [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate over dynamic symbols. by Michael J. Spencer · 12 years ago
  62. 3854a5d Have InstCombine call SipmlifyCall when handling calls. Test case included. by Michael Ilseman · 12 years ago
  63. 4fae15e fix 80-col violation and fix the docs. by Nadav Rotem · 12 years ago
  64. 83a4cb5 [lit] Add a display function for lit.Test.TestResult. by Daniel Dunbar · 12 years ago
  65. 5dd41c9 [mips] Make Filler a class and reduce indentation. by Akira Hatanaka · 12 years ago
  66. e0501e8 Formatting. by Eric Christopher · 12 years ago
  67. 7a0103c "Clean up" line section symbol emission by emitting the section by Eric Christopher · 12 years ago
  68. df5b330 [patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp by Will Schmidt · 12 years ago
  69. 8f7dc82 Constrain PowerPC autovectorization to fix bug 15041. by Bill Schmidt · 12 years ago
  70. 0c66403 [mips] Add definition of JALR instruction which has two register operands. Change the by Akira Hatanaka · 12 years ago
  71. 184f5c1 R600/SI: cleanup VGPR encoding by Tom Stellard · 12 years ago
  72. 60fc582 R600/SI: Handle VGPR64 destination in copyPhysReg(). by Tom Stellard · 12 years ago
  73. e7384db R600/SI: Add pattern for mul. by Tom Stellard · 12 years ago
  74. fc207d8 R600/SI: simplify and fix SMRD encoding by Tom Stellard · 12 years ago
  75. 75ddd4c R600/SI: add proper 64bit immediate support v2 by Tom Stellard · 12 years ago
  76. b0b1a7f R600: Add an explicit default processor by Tom Stellard · 12 years ago
  77. f89de81 Identify and simplify idempotent intrinsics. Test case included. by Michael Ilseman · 12 years ago
  78. 96a6555 Loop Vectorizer: Refactor Memory Cost Computation by Arnold Schwaighofer · 12 years ago
  79. 35b1423 ADT: Correct APInt::getActiveWords for zero values by Meador Inge · 12 years ago
  80. def0c1f [Object][ELF] Fix crash on no dynamic section. by Michael J. Spencer · 12 years ago
  81. 64dca86 R600/SI: Use proper instructions for array/shadow samplers. by Tom Stellard · 12 years ago
  82. 914e47b R600/SI: Make sample intrinsic address parameter type overloaded. by Tom Stellard · 12 years ago
  83. 36ba909 R600/SI: Add basic support for more integer vector types. by Tom Stellard · 12 years ago
  84. 66f535a ARM cost model: Add costs for vector selects by Arnold Schwaighofer · 12 years ago
  85. 7db31f1 R600/SI: Add pattern for flog2 by Michel Danzer · 12 years ago
  86. d9a8d43 FDE::dumpHeader(): Forgot to fix one more formatting, ... take two! by NAKAMURA Takumi · 12 years ago
  87. 07b59ba R600: Consolidate sub register indices. by Tom Stellard · 12 years ago
  88. 1234c9b R600: Add support for SET*_DX10 instructions by Tom Stellard · 12 years ago
  89. 2a77cf7 R600: Add tests for unsupported condition codes. by Tom Stellard · 12 years ago
  90. b440961 R600: Fix assembly name for SETGT_INT by Tom Stellard · 12 years ago
  91. 8ff0631 FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian hosts. by NAKAMURA Takumi · 12 years ago
  92. 55f067d Remove this testcase until I can figure out how to properly conditionalize it. by Owen Anderson · 12 years ago
  93. 54b8fa3 Another attempt at getting the XFAIL line right for this test. by Owen Anderson · 12 years ago
  94. a79535c [ReleaseNotes] tidy up organization and formatting by Sean Silva · 12 years ago
  95. 2119cf0 Update Release notes regarding TTI. by Nadav Rotem · 12 years ago
  96. 87c6157 Document the loop vectorizer changes. by Nadav Rotem · 12 years ago
  97. 24b339d Make sure we call externals from libraries properly when -static. by Reed Kotler · 12 years ago
  98. a170f52 tblgen: Diagnose duplicate includes. by Sean Silva · 12 years ago
  99. 65c46b0 Moved some comments due to the recent refactoring of ObjCARC. by Michael Gottesman · 12 years ago
  100. 6e3443e Enable jumps when in -static mode. by Reed Kotler · 12 years ago