OSDN Git Service

Update LLVM for 3.5 rebase (r209712).
[android-x86/external-llvm.git] / lib / Support / MemoryBuffer.cpp
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-10 Matt ArsenaultFix typo
2013-09-04 NAKAMURA TakumiMemoryBuffer.cpp: Don't peek the next page if file...
2013-09-04 NAKAMURA TakumiWhitespace.
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-22 NAKAMURA TakumiMemoryBuffer.cpp: Consider if PageSize were not 4096...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-18 Rafael EspindolaConvert two uses if fstat with sys::fs::status.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-15 Rafael EspindolaRemove an extra is_directory call.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-03-30 Benjamin KramerPut private class into an anonmyous namespace.
2013-03-20 The Android Automergermerge in jb-mr2-release history after reset to jb-mr2-dev
2013-03-20 Stephen Hinesam 3dd51ae3: am 2d4629c5: Merge branch \'upstream\...
2013-03-20 Stephen Hinesam 2d4629c5: Merge branch \'upstream\' into merge_2013_...
2013-03-19 Stephen HinesMerge branch 'upstream' into merge_2013_03_18
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-03-12 Michael J. Spencer[Support][MemoryBuffer] Use sys::fs::mapped_file_region...
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-03-01 Argyrios KyrtzidisIn llvm::MemoryBuffer::getFile() remove an unnecessary...
2013-02-19 Dan GohmanUpdate a portability kludge to keep it in sync with...
2013-02-19 Dan GohmanWhitelist files and block devices instead of blacklisti...
2013-02-19 Dan GohmanDon't trust st_size of a character device. This fixes...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-06 Daniel DunbarMemoryBuffer: Windows doesn't define S_IFIFO.
2012-11-05 Daniel DunbarMemoryBuffer: Support reading named pipes in getFile().
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-07-11 Argyrios KyrtzidisIn MemoryBuffer::getOpenFile() don't verify that the...
2012-06-20 Kaelyn UhrainRemove an "else" that snuck in after a "return" ;)
2012-06-20 Kaelyn UhrainCheck that a file is not a directory before reading...
2012-05-07 Andrew HsiehMerge "Add libLLVMObject to read executable file."
2012-04-25 The Android Automergermerge in jb-release history after reset to jb-dev
2012-04-24 Shih-wei LiaoMerge with LLVM upstream r155090.
2012-04-05 Argyrios KyrtzidisIn MemoryBuffer::getOpenFile() make sure that the buffe...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-26 The Android Automergermerge in jb-release history after reset to master
2012-03-24 Shih-wei LiaoMerge branch 'upstream' into sliao_d
2012-03-13 Argyrios KyrtzidisAdd a sanity check in MemoryBuffer::getOpenFile() to...
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2011-11-25 Logan ChienMerge with LLVM upstream r145126 (Nov 25th 2011)
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-22 Benjamin KramerTurn error recovery into an assert.
2011-11-14 David MeyerRemove unused include of sys/uio.h in MemoryBuffer...
2011-10-20 David MeyerRemove unused include of sys/uio.h in MemoryBuffer...
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-05-22 Chris Lattnerrandom comment cleanups.
2011-04-28 Ted KremenekAdd MemoryBuffer::getBufferKind() to report whether...
2011-04-09 Jush LuMerge upstream r129128
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-18 Rafael EspindolaCheck RequiresNullTerminator first, or we might read...
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-10 Rafael EspindolaDon't compute the file size if we don't need to.
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-03-09 Jush LuMerge upstream r127116
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-06-25 Benjamin KramerRewrite MemoryBuffer::getSTDIN to use read(2) and a...
2010-06-25 Benjamin KramerRewrite MemoryBuffer::getSTDIN to use read(2) and a...
2010-06-25 Benjamin KramerBring back the empty vector workaround I removed in...
2010-06-25 Benjamin KramerBring back the empty vector workaround I removed in...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-22 Dan GohmanAdd an explicit keyword.
2010-06-22 Dan GohmanAdd an explicit keyword.
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-04-28 Shih-wei LiaoSync upstream to r102410.
next