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
/
cc1as_main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Pass the relocation model to LLVM for assembler files.
Joerg Sonnenberger
2015-09-18
1
-2
/
+17
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-6
/
+5
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-5
/
+6
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-6
/
+5
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-5
/
+6
*
Fix the cc1as crash when it outputs assembly
Steven Wu
2015-07-24
1
-0
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-37
/
+37
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-3
/
+2
*
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...
Daniel Sanders
2015-06-16
1
-2
/
+2
*
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...
Daniel Sanders
2015-06-15
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
Daniel Sanders
2015-06-15
1
-2
/
+2
*
range-for'ify Args->filtered_begin(...) loops
Sean Silva
2015-06-09
1
-4
/
+2
*
Use raw_pwrite_stream in clang.
Rafael Espindola
2015-04-14
1
-3
/
+12
*
Propagate usage of std:unique_ptr a bit. NFC.
Rafael Espindola
2015-04-09
1
-5
/
+5
*
Update for LLVM api changes.
Rafael Espindola
2015-04-09
1
-10
/
+9
*
Update for llvm commit r233648.
Eric Christopher
2015-03-31
1
-3
/
+2
*
Update for llvm api change.
Rafael Espindola
2015-03-20
1
-1
/
+2
*
Update for llvm API change.
Rafael Espindola
2015-03-16
1
-2
/
+3
*
Update clang for llvm r231861.
Eric Christopher
2015-03-10
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-10-15
1
-3
/
+2
*
Convert MC command line flag for fatal assembler warnings into a proper
Joerg Sonnenberger
2014-08-26
1
-1
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-08-25
1
-7
/
+6
*
Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSo...
David Blaikie
2014-08-21
1
-1
/
+1
*
ArrayRef'ize
Sean Silva
2014-08-15
1
-9
/
+8
*
Remove dead code from r212620
Alp Toker
2014-07-09
1
-35
/
+3
*
cc1as: consolidate option flags with cc1 and eliminate duplication
Alp Toker
2014-07-09
1
-12
/
+48
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-5
/
+6
*
Refer to error_code with the std prefix.
Rafael Espindola
2014-06-12
1
-1
/
+2
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-4
/
+4
*
cc1as: invert return bool to indicate failure
Alp Toker
2014-05-31
1
-20
/
+13
*
cc1as: fix a potential leak and unremoved output file in error conditions
Alp Toker
2014-05-31
1
-13
/
+17
*
Pass -gdwarf-N options to integrated assembler
Oliver Stannard
2014-05-19
1
-0
/
+9
*
Update for llvm api change.
Rafael Espindola
2014-05-07
1
-1
/
+0
*
Update Target::createMCAsmParser calls for the LLVM interface change.
Evgeniy Stepanov
2014-04-23
1
-1
/
+5
*
Comment necessity of early initialization
David Blaikie
2014-03-31
1
-3
/
+5
*
DebugInfo compression: Enable compression before any sections are created.
David Blaikie
2014-03-31
1
-2
/
+4
*
Support for -Wa,-compress-debug-sections.
David Blaikie
2014-03-27
1
-0
/
+4
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-15
/
+16
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-05
1
-1
/
+0
*
Update for llvm api change.
Rafael Espindola
2014-01-26
1
-1
/
+1
*
Fix up fallout from r187156.
Bob Wilson
2013-09-26
1
-1
/
+1
*
Fix the MCTargetAsmParser API change.
Joey Gouly
2013-09-12
1
-1
/
+1
*
Update to the new API interface which requires the MCRegisterInfo object. <rd...
Bill Wendling
2013-09-09
1
-2
/
+3
*
Don't forward all assembler arguments untouched to -cc1as
David Blaikie
2013-07-25
1
-4
/
+2
[prev]
[next]