Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
tools
/
driver
/
cc1as_main.cpp
098742f
[Driver] Add support for -fembed-bitcode for assembly file
by Steven Wu
· 7 years ago
d002823
[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."
by Fangrui Song
· 7 years ago
9b292b4
Support -fdebug-prefix-map for assembler source (pass to cc1as). This
by Paul Robinson
· 7 years ago
91d0284
Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in clang."
by Peter Collingbourne
· 7 years ago
f528bcc
Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."
by Amara Emerson
· 7 years ago
47bc017
CodeGen, Driver: Start using direct split dwarf emission in clang.
by Peter Collingbourne
· 7 years ago
f7b81db
MC: Change the streamer ctors to take an object writer instead of a stream. NFCI.
by Peter Collingbourne
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
6c0665e
[MC] Change AsmParser to leverage Assembler during evaluation
by Nirav Dave
· 7 years ago
6b01b88
[MC] Undo spurious commit added into r331052.
by Nirav Dave
· 7 years ago
38b4b54
[MC] Provide default value for IsResolved.
by Nirav Dave
· 7 years ago
1b5533c
[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.
by Nirav Dave
· 7 years ago
ceb987f
[Driver] Add "did you mean?" suggestions to -cc1as
by Brian Gesiak
· 8 years ago
a85e8bb
Update clang cc1as for createMCAsmBackend change in r321692
by Alex Bradbury
· 8 years ago
95d1004
Update cc1as_main for MCCodeEmitter ownership change in r315531.
by Lang Hames
· 8 years ago
492cf98
Update cc1as_main for MCAsmBackend ownership change in r315410.
by Lang Hames
· 8 years ago
2e8a7d3
Update for llvm change.
by Rafael Espindola
· 8 years ago
5dbfa4e
Update after LLVM change r309087
by George Rimar
· 8 years ago
d064e91
Revert "Revert r305164/5/7."
by Saleem Abdulrasool
· 8 years ago
cdc4408
Revert r305164/5/7.
by Daniel Jasper
· 8 years ago
7289ba9
Driver: add support for `-gz` and `-gz=`
by Saleem Abdulrasool
· 8 years ago
5444890
Represent debug information compression type fully
by Saleem Abdulrasool
· 8 years ago
5af4515
Fix a leak in tools/driver/cc1as_main.cpp
by Kostya Serebryany
· 8 years ago
0aef305
Cleanup: use range-based for rather than separate calls to begin and end.
by Richard Smith
· 9 years ago
6d1d36c
[clang] Fix D26214: Move error handling out of MC and to the callers.
by Mandeep Singh Grang
· 9 years ago
358faec
[clang] Implement support for -defsym assembler option
by Mandeep Singh Grang
· 9 years ago
b89eb65
[cc1as] Add MCTargetOptions argument to createAsmBackend
by Joel Jones
· 9 years ago
dfed58a
Update to match LLVM r272232.
by Richard Smith
· 9 years ago
f8f01c3
Handle -Wa,--mrelax-relocations=[no|yes].
by Rafael Espindola
· 9 years ago
0976dc1
Update for following LLVM commit.
by George Rimar
· 9 years ago
e64e230
Update for llvm change.
by Rafael Espindola
· 9 years ago
ae39ccc
cc1as: Don't crash when CIE is requested and no DWARF version is specified.
by Adrian Prantl
· 9 years ago
5e45630
Update for LLVM change.
by Benjamin Kramer
· 10 years ago
2b9349d
[clang-cl] Add support for /Brepro
by David Majnemer
· 10 years ago
722bcb0
Always pass a -dwarf-version argument to integrated as.
by Douglas Katzman
· 10 years ago
3459ce2
Stop messing with the 'g' group of options in CompilerInvocation.
by Douglas Katzman
· 10 years ago
924f6ad
Pass the relocation model to LLVM for assembler files.
by Joerg Sonnenberger
· 10 years ago
50f1723
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
153010c
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
c40de48
Revert r247684 - Replace Triple with a new TargetTuple ...
by Daniel Sanders
· 10 years ago
18d4b0d
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
ae480ec
Fix the cc1as crash when it outputs assembly
by Steven Wu
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
69a1d8c
Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs
by David Blaikie
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
6d492ad
ArrayRef-ify ParseArgs
by David Blaikie
· 10 years ago
8d8b13d
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
fa555dc
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
d6d12a1
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
14facf3
range-for'ify Args->filtered_begin(...) loops
by Sean Silva
· 10 years ago
2f16bc1
Use raw_pwrite_stream in clang.
by Rafael Espindola
· 10 years ago
7e556ad
Propagate usage of std:unique_ptr a bit. NFC.
by Rafael Espindola
· 10 years ago
4dedcd7
Update for LLVM api changes.
by Rafael Espindola
· 10 years ago
7e0fadf
Update for llvm commit r233648.
by Eric Christopher
· 10 years ago
e9ad54b
Update for llvm api change.
by Rafael Espindola
· 11 years ago
55cfaa2
Update for llvm API change.
by Rafael Espindola
· 11 years ago
e0646e6
Update clang for llvm r231861.
by Eric Christopher
· 11 years ago
d465be8
Update for llvm api change.
by Rafael Espindola
· 11 years ago
a43604a
Convert MC command line flag for fatal assembler warnings into a proper flag.
by Joerg Sonnenberger
· 11 years ago
dae941a
Update for llvm api change.
by Rafael Espindola
· 11 years ago
9e095d9
Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSourceBuffer
by David Blaikie
· 11 years ago
070cd2d
ArrayRef'ize
by Sean Silva
· 11 years ago
532e5b9
Remove dead code from r212620
by Alp Toker
· 11 years ago
61dad75
cc1as: consolidate option flags with cc1 and eliminate duplication
by Alp Toker
· 11 years ago
2d2b420
Update for llvm api change.
by Rafael Espindola
· 11 years ago
8e650d7
Refer to error_code with the std prefix.
by Rafael Espindola
· 11 years ago
8a8e554
Include system_error directly.
by Rafael Espindola
· 11 years ago
69186e7
[C++11] Use 'nullptr'. Tools edition.
by Craig Topper
· 11 years ago
4429314
cc1as: invert return bool to indicate failure
by Alp Toker
· 11 years ago
e98ea7c
cc1as: fix a potential leak and unremoved output file in error conditions
by Alp Toker
· 11 years ago
9b2a7d4
Pass -gdwarf-N options to integrated assembler
by Oliver Stannard
· 11 years ago
9b74ec4
Update for llvm api change.
by Rafael Espindola
· 11 years ago
eeb820f
Update Target::createMCAsmParser calls for the LLVM interface change.
by Evgeniy Stepanov
· 11 years ago
b31e1d1
Comment necessity of early initialization
by David Blaikie
· 11 years ago
07b8d4e
DebugInfo compression: Enable compression before any sections are created.
by David Blaikie
· 11 years ago
7e2fd94
Support for -Wa,-compress-debug-sections.
by David Blaikie
· 12 years ago
dfca6f9
[C++11] Replace OwningPtr include with <memory>.
by Ahmed Charles
· 12 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
9a16beb
Change OwningPtr::take() to OwningPtr::release().
by Ahmed Charles
· 12 years ago
4fbd373
Update for llvm api change.
by Rafael Espindola
· 12 years ago
c32818a
Update for llvm api change.
by Rafael Espindola
· 12 years ago
d51906e
Update for llvm api change.
by Rafael Espindola
· 12 years ago
a1b4206
Fix up fallout from r187156.
by Bob Wilson
· 12 years ago
92dfcfa
Fix the MCTargetAsmParser API change.
by Joey Gouly
· 12 years ago
5257538
Update to the new API interface which requires the MCRegisterInfo object. <rdar://problem/13623355>
by Bill Wendling
· 12 years ago
9260ed6
Don't forward all assembler arguments untouched to -cc1as
by David Blaikie
· 12 years ago
16125fb
Update for llvm API change.
by Rafael Espindola
· 12 years ago
ccc6ea6
Don't use PathV1.h in cc1as_main.cpp.
by Rafael Espindola
· 12 years ago
da1e3e7
Update to pass in pointers intead of references.
by Bill Wendling
· 12 years ago
898229a
[Driver] Refactor clang driver to use LLVM's Option library
by Reid Kleckner
· 12 years ago
dcf73d2
Don't depend on the transitive inclusion of PathV1.h.
by Rafael Espindola
· 12 years ago
18556de
Use the sys::RemoveFileOnSignal that takes a StringRef.
by Rafael Espindola
· 12 years ago
7705623
Update for LLVM interface change in r181680.
by Rafael Espindola
· 12 years ago
05c71aa
Update the error handing static functions for r178161. Part of rdar://13296693
by Chad Rosier
· 13 years ago
ae2ec47
We want the dwarf AT_producer for assembly source files to match clang's
by Kevin Enderby
· 13 years ago
ffd5551
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
by Chandler Carruth
· 13 years ago
45f2e71
Add support for passing the main file name down to the assembler
by Eric Christopher
· 13 years ago
4d5e1a9
Fix PR14625 by teaching the driver to detect PWD for assembly files.
by Chandler Carruth
· 13 years ago
cc0694c
Sort #include lines for tools/...
by Chandler Carruth
· 13 years ago
bd55daf
Remove first argument from Arg::getValue; it's been unused since r105760.
by Richard Smith
· 13 years ago
Next »