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
...
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-2
/
+2
*
Don't use PathV1.h in cc1as_main.cpp.
Rafael Espindola
2013-06-26
1
-2
/
+2
*
Update to pass in pointers intead of references.
Bill Wendling
2013-06-18
1
-1
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-6
/
+8
*
Don't depend on the transitive inclusion of PathV1.h.
Rafael Espindola
2013-06-13
1
-0
/
+1
*
Use the sys::RemoveFileOnSignal that takes a StringRef.
Rafael Espindola
2013-06-13
1
-1
/
+1
*
Update for LLVM interface change in r181680.
Rafael Espindola
2013-05-13
1
-3
/
+3
*
Update the error handing static functions for r178161.
Chad Rosier
2013-03-27
1
-1
/
+2
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-17
1
-0
/
+4
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Add support for passing the main file name down to the assembler
Eric Christopher
2012-12-18
1
-0
/
+4
*
Fix PR14625 by teaching the driver to detect PWD for assembly files.
Chandler Carruth
2012-12-17
1
-0
/
+4
*
Sort #include lines for tools/...
Chandler Carruth
2012-12-04
1
-9
/
+9
*
Remove first argument from Arg::getValue; it's been unused since r105760.
Richard Smith
2012-11-01
1
-2
/
+2
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-3
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Follow up on llvm r164132.
Roman Divacky
2012-09-18
1
-2
/
+2
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
1
-2
/
+2
*
Fix build by passing in the needed variable after r153860.
Bill Wendling
2012-04-02
1
-1
/
+2
*
Add MCRegisterInfo to the MCInstPrinter factory function interface.
Jim Grosbach
2012-03-05
1
-1
/
+1
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2012-02-13
1
-1
/
+1
*
Have the driver pass CPU and target feature information to cc1as.
Jim Grosbach
2012-02-10
1
-4
/
+25
*
Make use of const-correct ParseCommandLineOptions
David Blaikie
2012-02-07
1
-1
/
+1
*
Pass the SourceMgr to the MCContext for cc1as.
Jim Grosbach
2012-02-02
1
-1
/
+1
*
driver: fix unused variable warning
Dylan Noblesmith
2011-12-26
1
-1
/
+1
*
Let CompilerInvocation initialization indicate failure
Dylan Noblesmith
2011-12-23
1
-8
/
+20
*
Last part of support for generating dwarf for assembly source files. This gets
Kevin Enderby
2011-12-22
1
-0
/
+8
*
rename getHostTriple into getDefaultTargetTriple in clang
Sebastian Pop
2011-11-01
1
-2
/
+2
*
Wire up support for the controlling the extended dwarf .file directive. With
Nick Lewycky
2011-10-17
1
-1
/
+3
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-6
/
+7
*
Fix up MCInstPrinter creation to take the new SubtargetInfo parameter (see LL...
James Molloy
2011-09-07
1
-1
/
+1
*
Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.
Evan Cheng
2011-08-24
1
-4
/
+4
*
Update createMCAsmParser() to match r137735.
Jim Grosbach
2011-08-16
1
-1
/
+1
*
Assembler really doesn't need to create TargetMachine anymore.
Evan Cheng
2011-07-26
1
-24
/
+6
*
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...
Evan Cheng
2011-07-26
1
-6
/
+6
*
Rename createAsmParser to createMCAsmParser.
Evan Cheng
2011-07-26
1
-3
/
+4
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-7
/
+6
*
Assembler doesn't need to initialize TargetMachine's anymore.
Evan Cheng
2011-07-25
1
-2
/
+0
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-2
/
+2
*
Match LLVM API change.
Evan Cheng
2011-07-22
1
-5
/
+1
*
Match MCContext change.
Evan Cheng
2011-07-20
1
-4
/
+3
*
Match LLVM API change.
Evan Cheng
2011-07-20
1
-1
/
+7
*
Match createTargetMachine API change.
Evan Cheng
2011-07-19
1
-0
/
+1
*
MCContext now takes MCRegisterInfo.
Evan Cheng
2011-07-18
1
-1
/
+6
*
Match llvm API change.
Evan Cheng
2011-07-14
1
-1
/
+2
*
Match createCodeEmitter change.
Evan Cheng
2011-07-11
1
-7
/
+11
*
Unbreak -cc1as mode after MC subtarget changes
Joerg Sonnenberger
2011-07-10
1
-0
/
+1
*
createAsmParser API change.
Evan Cheng
2011-07-09
1
-3
/
+6
*
Update the creation of the TargetAsmParser based on API change in r134678.
Chandler Carruth
2011-07-08
1
-1
/
+3
[prev]
[next]