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
/
clang
/
tools
/
driver
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Link to AggressiveInstCombine in a few places. Unbreaks build for me.
Roman Lebedev
2018-04-24
1
-0
/
+1
*
Use InitLLVM in clang as well.
Rui Ueyama
2018-04-13
1
-15
/
+4
*
Recommit r329442: Generate Libclang invocation reproducers using a new
Alex Lorenz
2018-04-07
3
-0
/
+201
*
Revert r329442 "Generate Libclang invocation reproducers using a new
Alex Lorenz
2018-04-06
3
-201
/
+0
*
Generate Libclang invocation reproducers using a new -cc1gen-reproducer
Alex Lorenz
2018-04-06
3
-0
/
+201
*
[Driver] Avoid invalidated iterator in insertTargetAndModeArgs
Serge Pavlov
2018-03-19
1
-4
/
+5
*
[Driver] Suggest valid integrated tools
Brian Gesiak
2018-01-15
1
-1
/
+2
*
[Driver] Add "did you mean?" suggestions to -cc1as
Brian Gesiak
2018-01-13
1
-1
/
+7
*
Update clang cc1as for createMCAsmBackend change in r321692
Alex Bradbury
2018-01-03
1
-3
/
+2
*
[clang] Use PRIVATE in target_link_libraries
Shoaib Meenai
2017-12-06
1
-1
/
+1
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-1
/
+3
*
Update cc1as_main for MCCodeEmitter ownership change in r315531.
Lang Hames
2017-10-11
1
-1
/
+1
*
Update cc1as_main for MCAsmBackend ownership change in r315410.
Lang Hames
2017-10-11
1
-2
/
+2
*
Put target deduced from executable name at the start of argument list
Serge Pavlov
2017-09-20
1
-2
/
+9
*
Use class to pass information about executable name
Serge Pavlov
2017-08-29
1
-18
/
+12
*
Update for llvm change.
Rafael Espindola
2017-08-02
1
-1
/
+1
*
Update after LLVM change r309087
George Rimar
2017-07-26
1
-1
/
+2
*
[Driver] Actually report errors during parsing instead of stopping when there...
Benjamin Kramer
2017-06-30
1
-1
/
+1
*
Revert "Revert r305164/5/7."
Saleem Abdulrasool
2017-06-23
1
-3
/
+16
*
[Driver] Do a PATH lookup if needed when using -no-canonical-prefixes
Petr Hosek
2017-06-16
1
-2
/
+9
*
Revert r305164/5/7.
Daniel Jasper
2017-06-12
1
-16
/
+3
*
Driver: add support for `-gz` and `-gz=`
Saleem Abdulrasool
2017-06-11
1
-3
/
+16
*
Represent debug information compression type fully
Saleem Abdulrasool
2017-06-09
1
-4
/
+6
*
Driver must return non-zero code on errors in command line
Serge Pavlov
2017-05-24
1
-27
/
+28
*
Reverted r302775
Serge Pavlov
2017-05-11
1
-28
/
+27
*
Driver must return non-zero code on errors in command line
Serge Pavlov
2017-05-11
1
-27
/
+28
*
Fix a leak in tools/driver/cc1as_main.cpp
Kostya Serebryany
2017-04-19
1
-2
/
+2
*
[Driver] Add compiler option to generate a reproducer
Bruno Cardoso Lopes
2017-04-12
1
-2
/
+3
*
Create msbuild only when using MSVC
Reid Kleckner
2017-03-16
1
-1
/
+1
*
Cleanup: use range-based for rather than separate calls to begin and end.
Richard Smith
2017-02-18
1
-6
/
+4
*
[clang] Enable using --section-ordering-file option of ld.gold
Alexander Shaposhnikov
2017-01-09
1
-8
/
+12
*
[clang] Fix D26214: Move error handling out of MC and to the callers.
Mandeep Singh Grang
2016-12-06
1
-4
/
+7
*
[clang] Implement support for -defsym assembler option
Mandeep Singh Grang
2016-12-01
1
-0
/
+12
*
[CMake] Fixing clang standalone build
Chris Bieneman
2016-11-19
1
-1
/
+5
*
[CMake] clang depends on intrinsics_gen
Chris Bieneman
2016-11-18
1
-0
/
+3
*
[CMake] Fixing variable names that were mistyped
Chris Bieneman
2016-11-18
1
-1
/
+1
*
Remove the unused POLLY_LINK_LIBS for linking polly into clang
Hongbin Zheng
2016-11-03
1
-5
/
+0
*
Disable a silly GCC diagnostic for combining a scanf length specifier with the
Richard Smith
2016-10-15
1
-0
/
+10
*
[linux] When pre-reserving stack pages to work around broken address space
Richard Smith
2016-10-14
1
-7
/
+35
*
[cmake] Install 'clang-cpp' symlink
Michal Gorny
2016-10-02
1
-1
/
+1
*
[clang-cl] Check that we are in clang cl mode before enabling support for the...
Pierre Gousseau
2016-09-06
1
-1
/
+1
*
driver: Support checking for rlimits via cmake (when bootstrapping)
Chris Bieneman
2016-08-23
1
-5
/
+3
*
[Driver] Remove unused #include of llvm/Support/config.h
Vedant Kumar
2016-08-19
1
-1
/
+0
*
Use __has_include rather than a configure-time macro to determine if
Richard Smith
2016-08-18
1
-2
/
+7
*
Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds"
Vedant Kumar
2016-08-18
1
-1
/
+1
*
[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds
Vedant Kumar
2016-08-18
1
-1
/
+1
*
Add missing close brace to fix Windows bots. Oops :(
Richard Smith
2016-08-17
1
-1
/
+1
*
If possible, set the stack rlimit to at least 8MiB on cc1 startup, and work
Richard Smith
2016-08-17
1
-0
/
+65
*
[CMake] Fixing typo in Info.plist generation
Chris Bieneman
2016-08-16
1
-1
/
+1
*
[Order Files] Don't use empty order files
Chris Bieneman
2016-08-11
1
-2
/
+9
[prev]
[next]