index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
5
-10
/
+10
*
Prefix generic_category with std::.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
5
-30
/
+30
*
Used mapWindowsError. I missed these in the initial transition.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
Try to fix the mingw build.
Rafael Espindola
2014-06-12
1
-30
/
+6
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
3
-79
/
+10
*
Remove unused has_magic.
Rafael Espindola
2014-06-11
1
-18
/
+0
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
13
-326
/
+145
*
Convert StringMapEntry::Create to use StringRef instead of start/end pointers...
Craig Topper
2014-06-11
1
-1
/
+1
*
Uses generic_category instead of system_category.
Rafael Espindola
2014-06-11
2
-25
/
+25
*
Remove windows_error.
Rafael Espindola
2014-06-11
2
-30
/
+40
*
There is no posix_category in std, use generic_category.
Rafael Espindola
2014-06-11
2
-12
/
+3
*
Revert "Remove support for runtime multi-threading."
Zachary Turner
2014-06-10
4
-14
/
+44
*
Remove support for runtime multi-threading.
Zachary Turner
2014-06-10
4
-44
/
+14
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
1
-2
/
+2
*
Test commit, wraps some lines to fit in 80 columns.
Zachary Turner
2014-06-10
1
-2
/
+4
*
APFloat: x - NaN needs to flip the signbit of NaN when x is a number.
Stephen Canon
2014-06-08
1
-1
/
+3
*
GraphWriter: try gv before xdg-open
Alp Toker
2014-06-04
1
-2
/
+2
*
GraphWriter: support the XDG open utility
Alp Toker
2014-06-04
1
-2
/
+8
*
Process::GetRandomNumber(): fix insecure RNG
Alp Toker
2014-06-03
1
-2
/
+3
*
Silence -Wreturn-type warning
Alp Toker
2014-06-02
1
-0
/
+1
*
GraphWriter: tweak the program fallback order
Alp Toker
2014-06-02
1
-1
/
+1
*
GraphWriter: detect graph viewer programs at runtime
Alp Toker
2014-06-02
1
-119
/
+129
*
Support: add Windows ARM EH data structures
Saleem Abdulrasool
2014-06-02
2
-0
/
+39
*
Fix typos
Alp Toker
2014-05-31
1
-1
/
+1
*
[yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
2014-05-31
1
-2
/
+2
*
Fix windows build.
Rafael Espindola
2014-05-31
2
-3
/
+2
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
2
-3
/
+3
*
Turn errc and windows_error into enum classes.
Rafael Espindola
2014-05-31
2
-7
/
+7
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
10
-78
/
+78
*
Fix the behavior of ExecuteAndWait with a non-zero timeout.
Peter Collingbourne
2014-05-31
1
-1
/
+2
*
delete dead code.
Rafael Espindola
2014-05-31
2
-40
/
+0
*
Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...
Bradley Smith
2014-05-23
1
-9
/
+9
*
Extend sys::getHostCPUFeatures to work on AArch64 platforms
Bradley Smith
2014-05-22
1
-1
/
+37
*
Clean up language and grammar.
Eric Christopher
2014-05-20
2
-2
/
+2
*
MemoryBuffer: Use GetNativeSystemInfo()
Alp Toker
2014-05-19
2
-17
/
+6
*
Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...
Craig Topper
2014-05-18
2
-63
/
+0
*
Fix hardcoded slash to native path seperator which was exposed from llvm::sys...
Yaron Keren
2014-05-16
2
-1
/
+8
*
MemoryBuffer: don't force mmap when stat fails
Alp Toker
2014-05-09
1
-3
/
+2
*
MemoryBuffer: remove unusued definitions
Alp Toker
2014-05-09
1
-8
/
+0
*
[Support/MemoryBuffer] Remove the assertion that the file size did not shrink.
Argyrios Kyrtzidis
2014-05-06
1
-3
/
+0
*
Re-commit r208025, reverted in r208030, with a fix for a conformance issue
Richard Smith
2014-05-06
1
-7
/
+6
*
Revert r208025, which made buildbots unhappy for unknown reasons.
Richard Smith
2014-05-06
1
-6
/
+7
*
[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...
Argyrios Kyrtzidis
2014-05-06
1
-22
/
+23
*
Add llvm::function_ref (and a couple of uses of it), representing a type-eras...
Richard Smith
2014-05-06
1
-7
/
+6
*
Include intrin.h before windows.h as a workaround for the x64 self-host
Reid Kleckner
2014-05-06
1
-0
/
+1
*
[Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...
Argyrios Kyrtzidis
2014-05-06
1
-7
/
+13
*
[Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...
Argyrios Kyrtzidis
2014-05-05
1
-18
/
+32
*
Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.
Kaelyn Takata
2014-05-05
1
-1
/
+2
*
Add a description for AMD's bdver4 (aka Excavator).
Benjamin Kramer
2014-05-02
1
-0
/
+2
[next]