index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce Regex::isLiteralERE function.
Peter Collingbourne
2013-08-05
1
-0
/
+4
*
Expose that the unique file ID has a device and a file component.
Rafael Espindola
2013-08-01
1
-4
/
+10
*
Formatting.
Eric Christopher
2013-08-01
1
-2
/
+2
*
Make these just inline, not static inline.
Eric Christopher
2013-07-30
1
-4
/
+4
*
Make file_status::getUniqueID const.
Rafael Espindola
2013-07-29
1
-1
/
+1
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
1
-3
/
+14
*
Remove trailing whitespace.
Stephen Lin
2013-07-26
1
-2
/
+2
*
Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...
Stephen Lin
2013-07-26
1
-1
/
+8
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
2
-6
/
+0
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-29
/
+1
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-0
/
+2
*
Expand the comment on getOpenFileSlice a bit for more details and consistency
Eli Bendersky
2013-07-23
1
-2
/
+3
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-6
/
+10
*
Fix typo.
Eric Christopher
2013-07-22
1
-3
/
+3
*
Fix size_t -> uint warnings with MSVC 64-bit build
Matt Arsenault
2013-07-20
3
-12
/
+12
*
Clarify comment for extension().
Rui Ueyama
2013-07-19
1
-0
/
+1
*
Fix -Wdocumentation warning
Hans Wennborg
2013-07-18
1
-1
/
+1
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-0
/
+53
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-28
/
+0
*
Fix a regression I introduced back in r178147.
Rafael Espindola
2013-07-18
1
-13
/
+14
*
Add simpler version of is_directory. It will be used in clang.
Rafael Espindola
2013-07-17
1
-0
/
+7
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
3
-18
/
+34
*
[Support] Add a Unicode conversion wrapper from UTF16 to UTF8
Reid Kleckner
2013-07-16
1
-2
/
+22
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
1
-0
/
+3
*
COFF: Add constants for optional data directory.
Rui Ueyama
2013-07-16
1
-0
/
+18
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
1
-19
/
+34
*
Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...
NAKAMURA Takumi
2013-07-16
1
-2
/
+3
*
Add DW_AT_GNU_odr_signature to the set of dwarf attributes.
Eric Christopher
2013-07-14
1
-0
/
+2
*
Use move semantics if possible to construct ConstantRanges.
Benjamin Kramer
2013-07-11
1
-2
/
+10
*
Update doxygen comment to match renamed parameters.
Benjamin Kramer
2013-07-10
1
-2
/
+2
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
1
-1
/
+13
*
Revert r185852.
Manman Ren
2013-07-08
1
-1
/
+9
*
StringRef: add DenseMapInfo for StringRef.
Manman Ren
2013-07-08
1
-9
/
+1
*
Reland "Use Clang's __has_* macros in Compiler.h ..." with fixes
Reid Kleckner
2013-07-08
1
-16
/
+40
*
Revert: "Use Clang's __has_* macros in Compiler.h to test for features"
Quentin Colombet
2013-07-08
1
-38
/
+16
*
clang-format this enum.
Rafael Espindola
2013-07-08
1
-21
/
+20
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
1
-12
/
+1
*
Attempt to fix Compiler.h for some self-hosting bots
Reid Kleckner
2013-07-08
1
-1
/
+1
*
Use Clang's __has_* macros in Compiler.h to test for features
Reid Kleckner
2013-07-08
1
-16
/
+38
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-0
/
+9
*
Remove unique_file now that it is unused.
Rafael Espindola
2013-07-05
1
-30
/
+0
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-0
/
+29
*
Add a higher level createTemporaryFile function.
Rafael Espindola
2013-07-05
1
-0
/
+16
*
Changing long to int for consistency.
Aaron Ballman
2013-07-04
1
-1
/
+1
*
Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...
Aaron Ballman
2013-07-04
2
-2
/
+11
*
Fix typo in comment
Tobias Grosser
2013-07-02
1
-1
/
+1
*
[PowerPC] Add support for TLS data relocations
Ulrich Weigand
2013-07-01
1
-0
/
+6
*
Remove floating point computations form SpillPlacement.cpp.
Jakob Stoklund Olesen
2013-07-01
1
-0
/
+3
*
[PowerPC] Fix 32-bit PowerPC TLS relocs
Ulrich Weigand
2013-07-01
1
-4
/
+7
*
Add a division operator to BlockFrequency.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+8
[next]