1. a7c44e6 Sink a function that refers to the SelectionDAG into that library in the by Chandler Carruth · 13 years ago
  2. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  3. 3d7b0b8 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
  4. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  5. 50d2784 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. by Bill Wendling · 13 years ago
  6. a05b043 Remove the bitwise XOR operator from the Attributes class. Replace it with the equivalent from the builder class. by Bill Wendling · 13 years ago
  7. bbcdf4e Remove the final bits of Attributes being declared in the Attribute by Bill Wendling · 13 years ago
  8. c9b22d7 Create enums for the different attributes. by Bill Wendling · 13 years ago
  9. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  10. 3bef2dd Convert some attribute existence queries over to use the predicate methods. by Bill Wendling · 13 years ago
  11. cc84e6d quick fix for PR13006, will check in testcase later. by Chris Lattner · 13 years ago
  12. 466076b enhance the logic for looking through tailcalls to look through transparent casts by Chris Lattner · 13 years ago
  13. 182fe3e enhance getNoopInput to know about vector<->vector bitcasts of legal by Chris Lattner · 13 years ago
  14. 4f3615d rearrange some logic, no functionality change. by Chris Lattner · 13 years ago
  15. f8bad08 Fix a long standing tail call optimization bug. When a libcall is emitted by Evan Cheng · 13 years ago
  16. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  17. a5054ad Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
  18. 75d7d5e Move Instruction::isSafeToSpeculativelyExecute out of VMCore and by Dan Gohman · 14 years ago
  19. 50f02cb Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
  20. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  21. b1f3b49 Minor code re-structuring. by Evan Cheng · 15 years ago
  22. d4b0873 Enable sibling call optimization of libcalls which are expanded during by Evan Cheng · 15 years ago
  23. e8360b7 Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support. by John Thompson · 15 years ago
  24. aadc559 ComputeLinearIndex doesn't need its TLI argument. by Dan Gohman · 15 years ago
  25. fa60b0e Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value. by Bill Wendling · 15 years ago
  26. 55f0c6b Split -enable-finite-only-fp-math to two options: by Evan Cheng · 15 years ago
  27. 450aa64 Move several SelectionDAG-independent utility functions out of the by Dan Gohman · 15 years ago