Commit History

Author SHA1 Message Date
  Lang Hames 766312c7e0 [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningMemoryBlock. 6 years ago
  Lang Hames 90dd07f5c5 [Support] Add error handling to sys::Process::getPageSize(). 6 years ago
  Alexandre Ganea 0a24ac1326 [Memory] Add basic support for large/huge memory pages 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Michal Gorny 49ad95c63a [unittest] Skip W+X MappedMemoryTests when MPROTECT is enabled 6 years ago
  NAKAMURA Takumi d8ff2f49ce Untabify. 7 years ago
  Galina Kistanova 4572d38118 Fixed warning: must specify at least one argument for '...' parameter. 8 years ago
  Rafael Espindola 3f598f77bd Remove dead code. NFC. 10 years ago
  Rafael Espindola 250305156a Remove the last uses of 'using std::error_code' 11 years ago
  Rafael Espindola 5c792faa0e Don't use 'using std::error_code' in include/llvm. 11 years ago
  Craig Topper b177041dfa [C++11] Use 'nullptr'. 11 years ago
  Rafael Espindola 1bab2d5399 Use error_code() instead of error_code::succes() 11 years ago
  Chandler Carruth f5867ab717 Go ahead and get rid of the old page size interface and convert all the 12 years ago
  Akira Hatanaka c4c14a7b4a Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both 12 years ago
  Chandler Carruth 5a88dda4be Sort the #include lines for unittest/... 12 years ago
  Jakub Staszak de7c8530c8 Remove DOS line endings. 12 years ago
  Andrew Kaylor bbf628b6ce This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. 13 years ago