Skip to content
  1. Oct 06, 2009
  2. Oct 05, 2009
  3. Oct 04, 2009
  4. Oct 03, 2009
  5. Oct 02, 2009
    • Benjamin Kramer's avatar
      MingW build fixes · f01ee303
      Benjamin Kramer authored
      - MingW needs -lpsapi (in ${LIBS}) linked after -lLLVMSystem.
        Noticed by Ronald Pijnacker!
      
      - Some parts of the System library must be build with exceptions on windows.
        Based on a patch by Jay Foad!
      
      llvm-svn: 83251
      f01ee303
    • Benjamin Kramer's avatar
      Fix a use-after-free in post-ra-scheduling. · 3b008a3a
      Benjamin Kramer authored
      MI->addOperand invalidates references to it's operands, avoid touching
      the operand after a new one was added.
      
      llvm-svn: 83249
      3b008a3a
Loading