1. 6818863 Update CMakeLists. by Benjamin Kramer · 16 years ago
  2. 62353a8 Preparation for Optimal Edge Profiling: by Andreas Neustifter · 16 years ago
  3. e885af9 Preparation for Optimal Edge Profiling: by Andreas Neustifter · 16 years ago
  4. e7ddcfd Preparation for Optimal Edge Profiling: by Andreas Neustifter · 16 years ago
  5. 9535b31 testcase for PR3601 by Chris Lattner · 16 years ago
  6. a541b0f Change CallGraphNode to maintain it's Function as an AssertingVH by Chris Lattner · 16 years ago
  7. e5b1454 Add virtual destructor. by Devang Patel · 16 years ago
  8. c011005 Add test for vld{234}_lane instructions. by Bob Wilson · 16 years ago
  9. 243fcc5 Generate code for vld{234}_lane intrinsics. by Bob Wilson · 16 years ago
  10. 71124f6 Fix pr4843: When an instruction has multiple destination registers that are by Bob Wilson · 16 years ago
  11. efbb533 llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). by Daniel Dunbar · 16 years ago
  12. 46e0faa SJLJ is arm/darwin only for now. force the triple for the test by Jim Grosbach · 16 years ago
  13. 27830e3 Fix compiler warnings by Jim Grosbach · 16 years ago
  14. 3fb2b1e Clean up LSDA name generation and use for SJLJ exception handling. This by Jim Grosbach · 16 years ago
  15. f98d8fe Introduce DILocation. by Devang Patel · 16 years ago
  16. 58e7a2d Add getDirectory() and getFilename() interface to DIScope. by Devang Patel · 16 years ago
  17. 82dfc0c Subprogram is a scope. Derive DISubprogram from DIScope. by Devang Patel · 16 years ago
  18. 5e005d8 Rename DIBlock as DILexicalBlock. by Devang Patel · 16 years ago
  19. a5505cb Don't use an iterator which is potentially invalidated. by Dan Gohman · 16 years ago
  20. 4344979 Use early exit and reduce indentation. by Bob Wilson · 16 years ago
  21. d4034b2 If the tied registers are already the same, there is no need to change by Bob Wilson · 16 years ago
  22. 768f1dd Add triple parsing support for XCore. by Richard Osborne · 16 years ago
  23. c9f322d Derive DICompileUnit from DIScope. by Devang Patel · 16 years ago
  24. dc8f604 Add flag to mark structs for Apple Block "byref" variables; also add code to by Caroline Tice · 16 years ago
  25. 4221489 Extend the ValuesAtScope cache to cover all expressions, not just by Dan Gohman · 16 years ago
  26. b97cb9c restore semantics of operator* (removing a FIXME I had to introduce in r80224) by Gabor Greif · 16 years ago
  27. a3251db Don't mark a register live at an undef use. by David Goodwin · 16 years ago
  28. 43d98b3 Introduce DIScope. by Devang Patel · 16 years ago
  29. 5a68509 Oops. Fix inverted logic in assertion check. by Devang Patel · 16 years ago
  30. 029599b Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed. by Evan Cheng · 16 years ago
  31. ec2e467 X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand. by Daniel Dunbar · 16 years ago
  32. d2a0b27 Stop printing old asm printing code inline with -experimental-asm-printer (this allows diffing and assembling the .s) by Daniel Dunbar · 16 years ago
  33. 64926be Avoid unnecessary +0 in experimental-asm-printer. by Daniel Dunbar · 16 years ago
  34. 6ceea33 Simplify isDerivedType() and other predicate interface. by Devang Patel · 16 years ago
  35. 049e98d Output a hex value, because all of the others are hex. by Bill Wendling · 16 years ago
  36. a5fd5b8 Fix some misspellings of XTARGET. by Dale Johannesen · 16 years ago
  37. 249c93e Mark test as passing on all x86, which it should, by Dale Johannesen · 16 years ago
  38. 2038cf3 cleanups pointed out by duncan by Chris Lattner · 16 years ago
  39. c69d74a Revert commit 80428. It completely broke exception handling on x86-32 linux. by Duncan Sands · 16 years ago
  40. 2cd5155 Free the constants that have no uses in ~LLVMContext. by Torok Edwin · 16 years ago
  41. 72ddf7b Fix ExplicitSymbols leak. by Torok Edwin · 16 years ago
  42. b4f770b Normalize makefile comments and sort cmake file lists. by Benjamin Kramer · 16 years ago
  43. 821e333 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 16 years ago
  44. e2ace50 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 16 years ago
  45. 883f920 llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression. by Daniel Dunbar · 16 years ago
  46. 8c2eebe llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 16 years ago
  47. c18274ba llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr. by Daniel Dunbar · 16 years ago
  48. cb579b3 llvm-mc: Make MCSymbolData symbol member const. by Daniel Dunbar · 16 years ago
  49. a03a368 llvm-mc: Add MCContext to MCAssembler. by Daniel Dunbar · 16 years ago
  50. 6ce004d llvm-mc: Add MCAsmParser::getContext. by Daniel Dunbar · 16 years ago
  51. 87392fd llvm-mc: Add MCExpr::{dump,print}. by Daniel Dunbar · 16 years ago
  52. 9643ac5 llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs). by Daniel Dunbar · 16 years ago
  53. 869a5e7 llvm-mc: Add some doxyment markers. by Daniel Dunbar · 16 years ago
  54. 28c251b llvm-mc: Move AsmExpr into MC lib (as MCExpr). by Daniel Dunbar · 16 years ago
  55. be57765 Step #1 to giving Callgraph some sane invariants. The problems with callgraph by Chris Lattner · 16 years ago
  56. b0b822c fix some cases where instcombine would change hte IR but not return true by Chris Lattner · 16 years ago
  57. f3a1c15 cleanups, factor some code out to a helper function by Chris Lattner · 16 years ago
  58. 46ca76f fix a crash building SPASS by tolerating a callsite that doesn't exist by Chris Lattner · 16 years ago
  59. d43d5e8 comment and simplify some code. by Chris Lattner · 16 years ago
  60. a3512bd add -debug output by Chris Lattner · 16 years ago
  61. 931f8f3 improve -debug output, so that -debug is more likely to print when by Chris Lattner · 16 years ago
  62. 95afdfe fix a bug I introduced with my 'instcombine builder' refactoring by Chris Lattner · 16 years ago
  63. 98a27ce simplify some code by making the SCCNodes set contain Function*'s by Chris Lattner · 16 years ago
  64. 3061108 only print the override triple if it exists! by Chris Lattner · 16 years ago
  65. b374b90 Fix PR4834, a tricky case where the inliner would resolve an by Chris Lattner · 16 years ago
  66. 2adb830 use an accessor instead of poking internals of a node. by Chris Lattner · 16 years ago
  67. b0fc781 CMake: updated library dependencies. by Oscar Fuentes · 16 years ago
  68. 0bb61c5 PR4747 by Jim Grosbach · 16 years ago
  69. 5e794d4 update unit test for previous change. by Chris Lattner · 16 years ago
  70. 5095e3d Fix some nasty callgraph dangling pointer problems in by Chris Lattner · 16 years ago
  71. 52248ff Fix header comment for bindings/ocaml/llvm/Makefile. by Erick Tryzelaar · 16 years ago
  72. bf4a68e Make sure we specify no arguments for context functions. by Erick Tryzelaar · 16 years ago
  73. 23603a6 add a dump() method on callgraph. by Chris Lattner · 16 years ago
  74. 0665552 rename test by Chris Lattner · 16 years ago
  75. 409255e merge all sinking tests into one and convert them to filecheck. by Chris Lattner · 16 years ago
  76. 7025264 convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromote.ll into it. by Chris Lattner · 16 years ago
  77. 251829e eliminate some uses of prcontext. Any help here would be appreciated :) by Chris Lattner · 16 years ago
  78. b2e673c rename test so that name reflects what it is testing for. by Chris Lattner · 16 years ago
  79. aaf6159 convert to filecheck format. by Chris Lattner · 16 years ago
  80. 4007241 suck a bunch more gep tests into getelementptr.ll and filecheckize them all. by Chris Lattner · 16 years ago
  81. 4a1fada Tweak comment. by Daniel Dunbar · 16 years ago
  82. 12420d3 Fix some possible-use-of-uninitialized warnings. by Daniel Dunbar · 16 years ago
  83. ad5b153 consolodate various GEP tests into getelementptr.ll using filecheck. by Chris Lattner · 16 years ago
  84. d0585ff another huge testcase, this time from 'gs' in llvm-test. by Chris Lattner · 16 years ago
  85. f966e53 remove another poorly-reduced testcase which came from ldecod in llvm-test. by Chris Lattner · 16 years ago
  86. 650e821 this testcase is 500 lines long and is distilled from bzip2, just remove it. by Chris Lattner · 16 years ago
  87. e30f0b7 convert to filecheck by Chris Lattner · 16 years ago
  88. 2de2319 Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x by Chris Lattner · 16 years ago
  89. 963f4ba misc cleanup by Chris Lattner · 16 years ago
  90. 8a67ac5 add getPointerAddressSpace() to GEP instruction, use the method by Chris Lattner · 16 years ago
  91. 2345d1d eliminate InsertCastBefore, use the builder instead. by Chris Lattner · 16 years ago
  92. 08142f2 eliminate InsertBitCastBefore, just use the builder instead. by Chris Lattner · 16 years ago
  93. a07ae6b add a "getPointerAddressSpace" helper method to LoadInst and StoreInst. by Chris Lattner · 16 years ago
  94. d91aafd Add missed pattern by Anton Korobeynikov · 16 years ago
  95. f925cbd convert a bunch more calls to InsertNewInstBefore to use by Chris Lattner · 16 years ago
  96. 75551f7 fix typo by Chris Lattner · 16 years ago
  97. 77bc60e hopefully unbreak the build by making this-> explicit for dependent by Chris Lattner · 16 years ago
  98. b00c03b EXTRACT_VECTOR_ELEMENT can have result type different from element type. by Anton Korobeynikov · 16 years ago
  99. ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 16 years ago
  100. 7438106 give instcombine a custom IRBuilder that adds new instructions to the by Chris Lattner · 16 years ago