Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b9bbe49f513080b3307e88bdee0d383f4b8c1d4e
/
Driver
/
Backend.cpp
2012604
move debug info generation flag into CompileOptions.
by Chris Lattner
· 16 years ago
14f234e
capitalize for consistency, a crash in regalloc now looks like this:
by Chris Lattner
· 16 years ago
49f28ca
rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.
by Chris Lattner
· 16 years ago
e1bd4e6
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
by Daniel Dunbar
· 16 years ago
e8e2600
Add -emit-llvm-only option (generate LLVM IR & run passes, but discard
by Daniel Dunbar
· 16 years ago
8b76c0d
don't print codegen time unless -ftime-report was passed.
by Chris Lattner
· 16 years ago
6f114eb
teach -ftime-report to time the code generator and -emit-llvm times.
by Chris Lattner
· 16 years ago
4450266
move llvm backend specific #includes into Backend.cpp instead of Clang.cpp
by Chris Lattner
· 16 years ago
a034ba8
Backend: Accept -mcpu and -mattr for use by TargetMachine.
by Daniel Dunbar
· 16 years ago
05e7c6d
for now, disable all debug info generation at -O1 and above. This mirrors
by Chris Lattner
· 16 years ago
5c5a7ee
Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525.
by Bill Wendling
· 16 years ago
447e4c1
Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary.
by Dan Gohman
· 16 years ago
59db760
Disable -loop-index-split for now.
by Devang Patel
· 16 years ago
855ed15
Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around).
by Ted Kremenek
· 16 years ago
b087ae9
Obey the FIXMES!
by Daniel Dunbar
· 16 years ago
26fb272
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
by Daniel Dunbar
· 16 years ago
d68ba0e
Move backend output out of destructor.
by Daniel Dunbar
· 16 years ago
90f4130
Workaround an LLVM bug where inlining functions with debug info breaks
by Daniel Dunbar
· 16 years ago
d8e3098
Access pass manager consistently. - No functionality change.
by Daniel Dunbar
· 16 years ago
d611bac
Don't double free module when IRgen fails.
by Daniel Dunbar
· 16 years ago
7d43a31
2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module
by Nuno Lopes
· 16 years ago
dd49267
fix leaking of the module provider
by Nuno Lopes
· 16 years ago
4c877cc
Hook "fast" code generation to -O0.
by Daniel Dunbar
· 16 years ago
70f9243
Add -O[0-3s] support (following llvm-gcc).
by Daniel Dunbar
· 16 years ago
8b7650e
Only create the target machine when emitting assembly.
by Daniel Dunbar
· 16 years ago
ed2cb28
[LLVM up] Get rid of std::ostream usage from Backend.cpp
by Daniel Dunbar
· 16 years ago
11292b0
Update to use raw_ostream for PrintModulePass.
by Daniel Dunbar
· 16 years ago
d69bacc
[LLVM up] Add basic -S option to clang.
by Daniel Dunbar
· 16 years ago