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
*
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
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-1
/
+1
*
createTargetMachine now takes a CPU string.
Evan Cheng
2011-06-30
1
-1
/
+2
*
Support -fatal-warnings for the assembler frontend
Joerg Sonnenberger
2011-05-19
1
-0
/
+2
*
Update API.
Rafael Espindola
2011-04-30
1
-1
/
+2
*
Frontend/cc1as: Add support for -L.
Daniel Dunbar
2011-03-28
1
-0
/
+4
*
Pass in the TargetMachine parameter to the inst printer.
Bill Wendling
2011-03-21
1
-1
/
+1
*
Add support for the --noexecstack option. Fixes PR8762.
Rafael Espindola
2011-01-23
1
-2
/
+6
*
MemoryBuffer API update.
Michael J. Spencer
2010-12-16
1
-3
/
+3
*
Update for LLVM API change.
Daniel Dunbar
2010-12-16
1
-2
/
+5
*
Fixed version of 121435.
Rafael Espindola
2010-12-10
1
-3
/
+14
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-14
/
+3
*
Update clang for the API changes in the cfi patch.
Rafael Espindola
2010-12-09
1
-3
/
+14
*
Use error_code instead of std::string* for MemoryBuffer.
Michael J. Spencer
2010-12-09
1
-1
/
+4
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-3
/
+3
*
getNumErrors() -> hasErrorOccurred()
Argyrios Kyrtzidis
2010-11-19
1
-1
/
+1
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-1
/
+2
*
Call InitSections when assembling. This makes clang's output match that of
Rafael Espindola
2010-10-13
1
-0
/
+1
*
Straighten out target triples provided on the command line
Duncan Sands
2010-08-30
1
-1
/
+2
*
Simplify the ownership model for DiagnosticClients, which was really
Douglas Gregor
2010-08-18
1
-3
/
+4
*
Call llvm::remove_fatal_error_handler before deallocating objects
Dan Gohman
2010-08-18
1
-2
/
+2
*
Prepare for upcoming ownership change.
Benjamin Kramer
2010-07-29
1
-8
/
+7
*
Update for LLVM API change.
Daniel Dunbar
2010-07-19
1
-1
/
+1
*
clang -cc1as: Switch to using AsmParser constructor function.
Daniel Dunbar
2010-07-17
1
-5
/
+7
*
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
1
-1
/
+1
*
Driver: Fix arg_iterator typing to reflect that it is really an iterator over...
Daniel Dunbar
2010-06-11
1
-3
/
+4
[next]