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
...
*
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
*
clang -cc1as: Add -help, -version, and -mllvm support.
Daniel Dunbar
2010-05-20
1
-1
/
+39
*
Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...
Daniel Dunbar
2010-05-20
1
-0
/
+335
[prev]