1. 2563ad2 cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabled by Tobias Grosser · 12 years ago
  2. 7e8921b Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a complex operand are called out explicitly in the asm string. by Owen Anderson · 12 years ago
  3. 67762d1 [CMake] Promote extension warnings to errors. by Michael J. Spencer · 12 years ago
  4. 9236362 X86: optimize generated code for integer ABS by Manman Ren · 12 years ago
  5. fa371ea [CMake] Order MSVC warnings numerically. by Michael J. Spencer · 12 years ago
  6. c3ab9ce [CMake] Adjust MSVC warnings. by Michael J. Spencer · 12 years ago
  7. bdcae38 Do not optimize the used bits of the x86 vselect condition operand, when the condition operand is a vector of 1-bit predicates. by Nadav Rotem · 12 years ago
  8. 2f6622c Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elements, which may disagree with the select condition type. by Nadav Rotem · 12 years ago
  9. 397f4e3 Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency. by Andrew Trick · 12 years ago
  10. 68b1654 ARM getOperandLatency rewrite. by Andrew Trick · 12 years ago
  11. f377071 ARM getOperandLatency should return -1 for unknown, consistent with API by Andrew Trick · 12 years ago
  12. ed7a51e Fix ARM getInstrLatency logic to work with the current API. by Andrew Trick · 12 years ago
  13. e6fc9d4 PR13046: we can't replace usage of SUB with CMP in the lowering phase. by Manman Ren · 12 years ago
  14. c07f5bb Use a base register instead of an index register with the local dynamic model. by Rafael Espindola · 12 years ago
  15. 83569cb Move terminator machine verification to check MachineBasicBlock::instr_iterator instead of MBB::iterator by Pete Cooper · 12 years ago
  16. 4efea94 Add internal read flags to MachineInstrBuilder and hook them into the MachineOperand flag of the same name by Pete Cooper · 12 years ago
  17. 13a53e6 Adding a missing -S to the opt invocation. by Meador Inge · 12 years ago
  18. 87253c2 X86: replace SUB with CMP if possible by Manman Ren · 12 years ago
  19. d66ec52 Spell optimization name correclty. by Bill Wendling · 12 years ago
  20. 2afde77 Revert r157755. by Manman Ren · 12 years ago
  21. aed04d1 Another testcase for r156548. <rdar://problem/10889741> by Bill Wendling · 12 years ago
  22. 4d61664 [llvm-nm] Update documentation to cover object file support and arguments. by Michael J. Spencer · 12 years ago
  23. 1f9c3ec Properly verify liveness with bundled machine instructions. by Jakob Stoklund Olesen · 12 years ago
  24. 8e5271d Add accessors for all private members of DisasmContext. by Benjamin Kramer · 12 years ago
  25. 1525260 Move RegisterClassInfo.h. by Andrew Trick · 12 years ago
  26. 955f938 Remove dead private member variables from gtest. by Benjamin Kramer · 12 years ago
  27. afc2657 Move RegisterPressure.h. by Andrew Trick · 12 years ago
  28. 95a9d93 Round 2 of dead private variable removal. by Benjamin Kramer · 12 years ago
  29. a7542d5 Remove unused private fields found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
  30. a97b180 Add support for dynamic stack realignment in the presence of dynamic allocas on by Chad Rosier · 12 years ago
  31. 8b421c8 Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't by Chad Rosier · 12 years ago
  32. 461e7ea Remove dead debug option -disable-rematerialization. by Jakob Stoklund Olesen · 12 years ago
  33. b933586 Grab-bag of reassociate tweaks. Unify handling of dead instructions and by Duncan Sands · 12 years ago
  34. d14e4e1 Stop leaking RegScavengers from TailDuplication. by Benjamin Kramer · 12 years ago
  35. c8f2fcc Correct decoder for T1 conditional B encoding by Richard Barton · 12 years ago
  36. 12e959c Add a new broken compiler. by Duncan Sands · 12 years ago
  37. 3949b83 Mark several instructions SSE2 instead of SSE3 as they should be. by Craig Topper · 12 years ago
  38. c82fd37 Fix gtest build issue on Visual Studio 2012 RC by Justin Holewinski · 12 years ago
  39. 4ddf887 Remove extraneous CHECK-NOTs from previous commit and add a new test case. by Chad Rosier · 12 years ago
  40. b169e2d FileCheckize this test. by Chad Rosier · 12 years ago
  41. 0e5a60b Move LiveUnionArray into LiveIntervalUnion.h by Jakob Stoklund Olesen · 12 years ago
  42. 2fd0923 Don't print register names in LiveIntervalUnion::print(). by Jakob Stoklund Olesen · 12 years ago
  43. 05b46f0 Suppress -Wunused-variable in -Asserts build by Matt Beaumont-Gay · 12 years ago
  44. b77ec7d Simplify LiveInterval::print(). by Jakob Stoklund Olesen · 12 years ago
  45. 34c6f98 Add experimental support for register unit liveness. by Jakob Stoklund Olesen · 12 years ago
  46. 4e53a40 Implement LiveRangeCalc::extendToUses() and createDeadDefs(). by Jakob Stoklund Olesen · 12 years ago
  47. d88d278 MachineInstr::eraseFromParent fix for removing bundled instrs. by Andrew Trick · 12 years ago
  48. b7e0289 misched: API for minimum vs. expected latency. by Andrew Trick · 12 years ago
  49. 1d72dad Add 3.0 and 3.1 tags to the getting started guide. by Benjamin Kramer · 12 years ago
  50. 5afba6f Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add by Lang Hames · 12 years ago
  51. 09b5df8 Fix header file include order in NVPTX backend NV_CONTRIB by Yuan Lin · 12 years ago
  52. 1247376 LoopUnroll: always check for NULL LoopPassManager by Andrew Trick · 12 years ago
  53. 9a314da Remove dead function. by Jakob Stoklund Olesen · 12 years ago
  54. 3e77af4 PPC32 uses R2 as the TLS register. Fix the copy and paste. by Roman Divacky · 12 years ago
  55. 5d59b0b IntegersSubsetMapping: added exclude operation, that allows to exclude subset of integers from current mapping. by Stepan Dyatkovskiy · 12 years ago
  56. 20cb491 IntegersSubsetMapping: by Stepan Dyatkovskiy · 12 years ago
  57. 1d98530 X86 itinerary properties. by Andrew Trick · 12 years ago
  58. f94f051 ARM itinerary properties. by Andrew Trick · 12 years ago
  59. fc99299 misched: Added MultiIssueItineraries. by Andrew Trick · 12 years ago
  60. 4eb4e5e sdsched: Use the right heuristics when -mcpu is not provided and we have no itinerary. by Andrew Trick · 12 years ago
  61. d327d3d misched: Allow disabling scoreboard hazard checking for subtargets with a by Andrew Trick · 12 years ago
  62. d05b461 whitespace by Andrew Trick · 12 years ago
  63. 76e9e83 misched: comments from code review. by Andrew Trick · 12 years ago
  64. afb32f7 Remove the last remat-related code from LiveIntervalAnalysis. by Jakob Stoklund Olesen · 12 years ago
  65. 3dfd59b Stop using LiveIntervals::isReMaterializable(). by Jakob Stoklund Olesen · 12 years ago
  66. e061053 Revert commit r157966 by Joel Jones · 12 years ago
  67. dd52bf2 This change handles a another case for generating the bic instruction by Joel Jones · 12 years ago
  68. 84423c8 Delete dead code. by Jakob Stoklund Olesen · 12 years ago
  69. 06c6791 When gvn decides to replace an instruction with another, we have to patch the by Rafael Espindola · 12 years ago
  70. 15f1d8c Switch LiveIntervals member variable to LLVM naming standards. by Jakob Stoklund Olesen · 12 years ago
  71. 631390e Pass context pointers to LiveRangeCalc::reset(). by Jakob Stoklund Olesen · 12 years ago
  72. f0378f4 Add a test case for mips64 unaligned load/store instructions. by Akira Hatanaka · 12 years ago
  73. 8c345b4 Rename test/CodeGen/Mips/load-shift-left-right.ll. by Akira Hatanaka · 12 years ago
  74. 94ccee2 Fix a bug in MipsTargetLowering::LowerLOAD. A shift-right-logical node is by Akira Hatanaka · 12 years ago
  75. fd42ed6 Implement local-exec TLS on PowerPC. by Roman Divacky · 12 years ago
  76. 70a07c7 MIPS TLS: use the model selected by TargetMachine::getTLSModel(). by Hans Wennborg · 12 years ago
  77. fcb2c3c Remove the "-promote-elements" flag. This flag is now enabled by default. by Nadav Rotem · 12 years ago
  78. d01d693 Better comments for TLS-related X86 MachineOperand flags. by Hans Wennborg · 12 years ago
  79. caea5e2 Add intrinsic forms for FMA instructions to opcode folding tables. by Craig Topper · 12 years ago
  80. a757a0d getAllOnesValue also works for vectors of integers. by Duncan Sands · 12 years ago
  81. fc5ab24 Add VFMADDSUB and VFMSUBADD FMA instructions to folding tables. Also add 213 forms of scalar FMA instructions. by Craig Topper · 12 years ago
  82. 77a9e0f Fix a copy-and-paste duplication error in the PPC 440 and A2 schedules (no functionality change). by Hal Finkel · 12 years ago
  83. 77838f9 Enable generating PPC pre-increment (r+imm) instructions by default. by Hal Finkel · 12 years ago
  84. 761cb06 Represent .rept as an anonymous macro. This removes the need for the ActiveRept by Rafael Espindola · 12 years ago
  85. 28c1f666 Add a typedef to simplify the code a bit. Not functionality change. by Rafael Espindola · 12 years ago
  86. a15f9d5 Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang. by Craig Topper · 12 years ago
  87. bb6e61c Simplify the fma4 renaming code. by Craig Topper · 12 years ago
  88. 13776d3 IntRange: Restore the copy constuctor explicitly to appase buildbot. by NAKAMURA Takumi · 12 years ago
  89. 7678de4 Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898. by Craig Topper · 12 years ago
  90. 529ce07 Rename fma4 intrinsics to just fma since they are now used for both FMA4 and FMA3. Autoupgrade support coming in a separate commit. by Craig Topper · 12 years ago
  91. c73ea91 Revert r157831 by Manman Ren · 12 years ago
  92. 57ae246 Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loads to match instruction behavior. by Craig Topper · 12 years ago
  93. 60dda38 Add neverHasSideEffects and mayLoad to FMA3 instructions. by Craig Topper · 12 years ago
  94. 1222c5c Use access(2) instead of stat(2) to check if a file exists. by Benjamin Kramer · 12 years ago
  95. 31219d2 Added unittests for IntegersSubset and IntegersSubsetMapping. by Stepan Dyatkovskiy · 12 years ago
  96. d9b0b02 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  97. 43eb31b PR1255: case ranges. by Stepan Dyatkovskiy · 12 years ago
  98. 0fa2b7b Add move semantics to APInt. by Benjamin Kramer · 12 years ago
  99. 4524dd7 Additional change for 157881. Forget to fix another IntegerSubset constructor. by Stepan Dyatkovskiy · 12 years ago
  100. e2c5318 Small fix due to buildbot failures on mingw32. Fixed call of parent constructor for case when parent is template. by Stepan Dyatkovskiy · 12 years ago