1. 84bd98a finish pushing MachinePointerInfo through selectiondags. At this point, by Chris Lattner · 15 years ago
  2. fc448ff convert a couple more places to use the new getStore() by Chris Lattner · 15 years ago
  3. 6229d0a update a bunch of code to use the MachinePointerInfo version of getStore. by Chris Lattner · 15 years ago
  4. c004eec When adding the carry bit to another value on X86, exploit the fact that the carry-materialization by Owen Anderson · 15 years ago
  5. 89bfef0 Don't pollute the global namespace. by Jakob Stoklund Olesen · 15 years ago
  6. 2de0e80 MSVC9 does not support upper_bound with an asymmetric comparator. by Jakob Stoklund Olesen · 15 years ago
  7. 65ffec4 Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON load by Bob Wilson · 15 years ago
  8. 8026a9d eliminate some uses of the getStore overload. by Chris Lattner · 15 years ago
  9. da2d8e1 eliminate an old SelectionDAG::getTruncStore method, propagating by Chris Lattner · 15 years ago
  10. 5cd9391 eliminate last SelectionDAG::getLoad old entrypoint, on to stores. by Chris Lattner · 15 years ago
  11. d0e139f fix the code that infers SV info to be correct when dealing by Chris Lattner · 15 years ago
  12. f568b27 Add LiveInterval::find and use it for most LiveRange searching operations by Jakob Stoklund Olesen · 15 years ago
  13. 0635ead Remove dead method. by Jakob Stoklund Olesen · 15 years ago
  14. 3d6ccfb propagate MachinePointerInfo through various uses of the old by Chris Lattner · 15 years ago
  15. 532baa5 Fix errant printing of [v]ldm instructions that aren't a pop by Jim Grosbach · 15 years ago
  16. a53557e Simplify code. by Benjamin Kramer · 15 years ago
  17. ecf42c4 continue MachinePointerInfo'izing, eliminating use of one of the old by Chris Lattner · 15 years ago
  18. fa45901 convert dagcombine off the old form of getLoad. This fixes several bugs by Chris Lattner · 15 years ago
  19. 28b4afc Make CreateComplexVariable independent of SmallVector. by Benjamin Kramer · 15 years ago
  20. f165806 simplify DAGCombiner::SimplifySelectOps step #2/2. by Chris Lattner · 15 years ago
  21. 1806161 substantially reduce indentation and simplify DAGCombiner::SimplifySelectOps. by Chris Lattner · 15 years ago
  22. 46aa524 llvmc: Allow multiple output languages. by Mikhail Glushenkov · 15 years ago
  23. 0898291 Fixed ambiguous call. by Lang Hames · 15 years ago
  24. 8ff9bb1 Fix buglet when the TST instruction directly uses the AND result. by Gabor Greif · 15 years ago
  25. e9c9356 Added an additional PBQP problem builder which adds coalescing costs (both between pairs of virtuals, and between virtuals and physicals). by Lang Hames · 15 years ago
  26. 04ac81d Move the search for the appropriate AND instruction by Gabor Greif · 15 years ago
  27. 85ca106 a few more trivial updates. This fixes PerformInsertVectorEltInMemory to not by Chris Lattner · 15 years ago
  28. d1c24ed convert the targets off the non-MachinePointerInfo of getLoad. by Chris Lattner · 15 years ago
  29. 1daa6f4 add some accessors by Chris Lattner · 15 years ago
  30. e863903 it's more elegant to put the "getConstantPool" and by Chris Lattner · 15 years ago
  31. 51abfe4 update the X86 backend to use the MachinePointerInfo version of one by Chris Lattner · 15 years ago
  32. e54b482 Fix a bug where the x86 backend would lower memcpy/memset of segment relative operations by Chris Lattner · 15 years ago
  33. e72f202 reimplement memcpy/memmove/memset lowering to use MachinePointerInfo by Chris Lattner · 15 years ago
  34. 40a858f add some helpful accessors. by Chris Lattner · 15 years ago
  35. 5c5cb2a add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a by Chris Lattner · 15 years ago
  36. e9ba5dd simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a MachinePointerInfo by Chris Lattner · 15 years ago
  37. 60bddc8 chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, by Chris Lattner · 15 years ago
  38. 0531356 don't implicitly drop the offset of a machinememoperand when legalizing atomics. by Chris Lattner · 15 years ago
  39. 93a95ae force clients of MachineFunction::getMachineMemOperand to provide a by Chris Lattner · 15 years ago
  40. 59db549 convert targets to the new MF.getMachineMemOperand interface. by Chris Lattner · 15 years ago
  41. da39c39 start pushing MachinePointerInfo out through the MachineMemOperand interface by Chris Lattner · 15 years ago
  42. e8e2e80 refactor the Value*/offset pair from MachineMemOperand out to a new by Chris Lattner · 15 years ago
  43. 08bad54 fix rdar://8453210, a crash handling a call through a GS relative load. by Chris Lattner · 15 years ago
  44. aa359bd Revert unrelated change that was accidentally included in the previous commit. by Rafael Espindola · 15 years ago
  45. f7c10a3 Implement support for .local and its "interesting" interactions with .comm. by Rafael Espindola · 15 years ago
  46. 44be1a8 Enable machine sinking critical edge splitting. e.g. by Evan Cheng · 15 years ago
  47. 4a9f150 When TCO is turned on, it is possible to end up with aliasing FrameIndex's. Therefore, by Owen Anderson · 15 years ago
  48. 1dc335a Simplify ARM callee-saved register handling by removing the distinction by Jim Grosbach · 15 years ago
  49. 43779dc Produce a R_X86_64_32 when the value is >=0. by Rafael Espindola · 15 years ago
  50. 7af6dc4 Avoid splitting critical edge twice for a set of PHI uses. by Evan Cheng · 15 years ago
  51. 345adbe Fix the "unable to rename temporary" lit test failing on Windows. rename is now copy + delete on Windows. Problem to be revisited for a permanent and clean solution. by Francois Pichet · 15 years ago
  52. 0dcc814 Revert r114312 while I sort out some issues. by Owen Anderson · 15 years ago
  53. d910fb2 Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know, by Owen Anderson · 15 years ago
  54. 71c6095 Add one more Core i7 model number. by Jakob Stoklund Olesen · 15 years ago
  55. 313a94c idiom recognition should catch this. by Chris Lattner · 15 years ago
  56. 702917d add a readme. by Chris Lattner · 15 years ago
  57. 222920d add corei7, the laptop version. by Chris Lattner · 15 years ago
  58. cd458be X86Subtarget.h: Fix Cygwin's TD. by NAKAMURA Takumi · 15 years ago
  59. 50880d0 Add the exit instruction to the PTX target. by Eric Christopher · 15 years ago
  60. 895dda6 Fix build. by Michael J. Spencer · 15 years ago
  61. ad49cf5 Make sure the STT_FILE symbol is the first one in the symbol table. by Rafael Espindola · 15 years ago
  62. 9e8d1f9 Unbreak msvc build. by Benjamin Kramer · 15 years ago
  63. f097b59 do not rely on the implicit-dereference semantics of dyn_cast_or_null by Gabor Greif · 15 years ago
  64. ea4894a do not rely on the implicit-dereference semantics of dyn_cast_or_null by Gabor Greif · 15 years ago
  65. 481630d Fixed non-const iterator error. by Lang Hames · 15 years ago
  66. eb6c8f5 Added a separate class (PBQPBuilder) for PBQP Problem construction. This class can be extended to support custom constraints. by Lang Hames · 15 years ago
  67. 2399786 Fix code that break critical edges for PHI uses. Watch out for multiple PHIs in different blocks. by Evan Cheng · 15 years ago
  68. 14ac1dd Invert the logic of reachesChainWithoutSideEffects(). What we want to check is that there is by Owen Anderson · 15 years ago
  69. c109556 Thumb opcodes for thumb calls. by Eric Christopher · 15 years ago
  70. 6dab137 Add addrmode5 fp load support. Swap float/thumb operand adding to handle by Eric Christopher · 15 years ago
  71. b74558a Floating point stores have a 3rd addressing mode type. by Eric Christopher · 15 years ago
  72. 988ce09 factor out a simple helper function to create a label for PC-relative by Jim Grosbach · 15 years ago
  73. d30cfde PC-relative pseudo instructions are lowered and printed directly. Any encounter by Jim Grosbach · 15 years ago
  74. 92aa1f7 Fix vmov.f64 disassembly on targets where sizeof(long) != 8. by Benjamin Kramer · 15 years ago
  75. fbd1873 Add MC-inst handling for tPICADD by Jim Grosbach · 15 years ago
  76. 75f0288 Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64 by Bob Wilson · 15 years ago
  77. e6be85e Teach the (non-MC) instruction printer to use the cannonical names for push/pop, by Jim Grosbach · 15 years ago
  78. 0007489 Avoid relocations in a common case. by Rafael Espindola · 15 years ago
  79. 6edb0ea Teach machine sink to by Evan Cheng · 15 years ago
  80. a5b1e68 Rework arm fast isel branch and compare code. by Eric Christopher · 15 years ago
  81. c2b768f Machine CSE was forgetting to clear some data structures. by Evan Cheng · 15 years ago
  82. f437f73 Fix a potential bug that can cause miscomparison with and without debug info. by Evan Cheng · 15 years ago
  83. 38cb1cd Don't include <fenv.h> now that we have llvm/System/FEnv.h. by Jakob Stoklund Olesen · 15 years ago
  84. 74d7e6c Hook up verbose asm comment printing for SOImm operands in MC printer by Jim Grosbach · 15 years ago
  85. 196b48b trailing whitespace by Jim Grosbach · 15 years ago
  86. d8c0a51 Avoid emitting a PIC base register if no PIC addresses are needed. by Dan Gohman · 15 years ago
  87. 3f2f21e Attempt to support platforms which don't have fenv.h. by Dan Gohman · 15 years ago
  88. 568eeed Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim! by Jim Grosbach · 15 years ago
  89. c686e33 handle the upper16/lower16 target operand flags on symbol references for MC by Jim Grosbach · 15 years ago
  90. 40cc3f8 fix rdar://8444631 - encoder crash on 'enter' What a weird instruction. by Chris Lattner · 15 years ago
  91. f3f95c9 Fix an MSVC warning. by Daniel Dunbar · 15 years ago
  92. a28abbe expand PICLDR MC lowering to handle other PICLDR and PICSTR versions. by Jim Grosbach · 15 years ago
  93. 23bea41 MC/Mach-O/i386: Fix a crash in relocation handling. by Daniel Dunbar · 15 years ago
  94. 4cec6e2 Move the declaration SetInformationJobObject() outside of namespace. by NAKAMURA Takumi · 15 years ago
  95. cdd7fb7 AlphaSchedule.td: 7bit-ize. by NAKAMURA Takumi · 15 years ago
  96. 7ca6e73 System: Don't reexport ___eprintf when building with Clang; this symbol isn't by Daniel Dunbar · 15 years ago
  97. cceba83 MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the by Daniel Dunbar · 15 years ago
  98. 8ee731f Fix the folding of floating-point math library calls, like sin(infinity), by Dan Gohman · 15 years ago
  99. 8945db7 Add an #include of raw_ostream.h. Previously, this only compiled by Dan Gohman · 15 years ago
  100. f56ba2b Allow the PassRegistry mutex to be lazily initialized, and clean up the global namespace at the same time. by Owen Anderson · 15 years ago