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
*
[WebAssembly] Add Emscripten OS definition + small_printf
Alon Zakai
2019-04-03
1
-0
/
+2
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
2
-0
/
+185
*
[Support] Implement is_local_impl with AIX mntctl
Hubert Tong
2019-03-29
1
-3
/
+45
*
[MC] Fix floating-point literal lexing.
Eli Friedman
2019-03-28
1
-1
/
+4
*
New methods to check for under-/overflow in the SMT API
Mikhail R. Gadelha
2019-03-27
1
-0
/
+70
*
[Support] MemoryBlock size should reflect the requested size
Andrew Ng
2019-03-27
1
-3
/
+4
*
Moved body of methods dump to .cpp file to fix compilation when modules
Mikhail R. Gadelha
2019-03-26
1
-0
/
+4
*
Moved everything SMT-related to LLVM and updated the cmake scripts.
Mikhail R. Gadelha
2019-03-25
2
-1
/
+842
*
[Legacy][TimePasses] allow -time-passes reporting into a custom stream
Fedor Sergeev
2019-03-22
1
-6
/
+11
*
[X86] Add CMPXCHG8B feature flag. Set it for all CPUs except i386/i486 includ...
Craig Topper
2019-03-20
1
-0
/
+1
*
[AMDGPU] Factored PAL metadata handling out into its own class
Tim Renouf
2019-03-20
1
-14
/
+0
*
[llvm-objcopy] Make .build-id linking atomic
Jake Ehrlich
2019-03-18
1
-26
/
+27
*
AMDGPU: Partially fix default device for HSA
Matt Arsenault
2019-03-17
1
-4
/
+6
*
Handle consecutive-double-quotes in Windows argument parsing
Sunil Srivastava
2019-03-14
1
-0
/
+7
*
[Support] Treat truncation of fullpath as error
Jonas Hahnfeld
2019-03-13
1
-1
/
+5
*
Use AIX version detection at LLVM run-time
Hubert Tong
2019-03-13
1
-0
/
+17
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+6
*
[FileCheck]Remove assertions that prevent matching an empty string at file st...
James Henderson
2019-03-12
1
-12
/
+0
*
[llvm] [Support] Revert "Reimplement getMainExecutable() using sysctl on NetBSD"
Michal Gorny
2019-03-04
1
-18
/
+2
*
[llvm] [Support] Reimplement getMainExecutable() using sysctl on NetBSD
Michal Gorny
2019-03-03
1
-2
/
+18
*
[CommandLine] Allow grouping options which can have values.
Igor Kudrin
2019-03-01
1
-21
/
+24
*
[CommandLine] Do not crash if an option has both ValueRequired and Grouping.
Igor Kudrin
2019-03-01
1
-4
/
+7
*
Fix SupportTests.exe/AllocationTests/MappedMemoryTest.AllocAndReleaseHuge whe...
Alexandre Ganea
2019-02-28
1
-3
/
+3
*
Fix non-Windows platforms build break introduced by r355065. Fixes:
Alexandre Ganea
2019-02-28
1
-0
/
+1
*
[Memory] Add basic support for large/huge memory pages
Alexandre Ganea
2019-02-28
2
-19
/
+56
*
Support: enable backtraces on Windows
Saleem Abdulrasool
2019-02-27
1
-9
/
+8
*
[X86] AMD znver2 enablement
Ganesh Gopalasubramanian
2019-02-26
1
-1
/
+8
*
VFS: Avoid some unnecessary std::string copies
Duncan P. N. Exon Smith
2019-02-23
1
-12
/
+12
*
Annotate timeline in Instruments with passes and other timed regions.
Daniel Sanders
2019-02-19
3
-0
/
+126
*
[LLVMSupport]: Remove a severely outdated README.
Kristina Brooks
2019-02-17
1
-43
/
+0
*
Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs.
Sam McCall
2019-02-14
1
-30
/
+73
*
[Support] Fix TempFile::discard to not leave behind temporary files
Andrew Ng
2019-02-14
1
-13
/
+14
*
[X86] Add 'mpx' to getHostCPUFeatures.
Craig Topper
2019-02-13
1
-0
/
+1
*
[X86] Add 'fxsr' to the getHostCPUFeatures detection code.
Craig Topper
2019-02-13
1
-0
/
+1
*
This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.
Mikhail R. Gadelha
2019-02-09
2
-848
/
+1
*
Move SMTSolver dump() methods out-of-line.
Adrian Prantl
2019-02-07
1
-0
/
+6
*
[BPF] add code-gen support for JMP32 instructions
Jiong Wang
2019-02-07
1
-3
/
+28
*
Move the SMT API to LLVM
Mikhail R. Gadelha
2019-02-07
2
-1
/
+842
*
Add OpenBSD support to be able to get the thread name
Brad Smith
2019-02-07
1
-0
/
+6
*
build: Remove the cmake check for malloc.h.
Peter Collingbourne
2019-02-06
1
-4
/
+1
*
Recommit: Add support for prefix-only CLI options
Thomas Preud'homme
2019-02-05
1
-5
/
+14
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-16
/
+63
*
Revert r353048.
James Henderson
2019-02-04
1
-63
/
+16
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-16
/
+63
*
Revert r352750.
James Henderson
2019-02-01
1
-27
/
+5
*
[CommandLine] Improve help text for cl::values style options
James Henderson
2019-01-31
1
-5
/
+27
*
Revert "Add support for prefix-only CLI options"
Thomas Preud'homme
2019-01-27
1
-14
/
+5
*
[JSON] Work around excess-precision issue when comparing T_Integer numbers.
Sam McCall
2019-01-25
1
-0
/
+6
*
MemoryBlock: Do not automatically extend a given size to a multiple of page s...
Rui Ueyama
2019-01-23
1
-6
/
+4
*
FileOutputBuffer: handle mmap(2) failure
Rui Ueyama
2019-01-22
1
-2
/
+6
[next]