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
/
Driver
/
Backend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-24
1
-436
/
+0
*
move debug info generation flag into CompileOptions.
Chris Lattner
2009-03-09
1
-9
/
+5
*
capitalize for consistency, a crash in regalloc now looks like this:
Chris Lattner
2009-03-06
1
-4
/
+4
*
rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.
Chris Lattner
2009-03-05
1
-11
/
+26
*
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-03-02
1
-1
/
+1
*
Add -emit-llvm-only option (generate LLVM IR & run passes, but discard
Daniel Dunbar
2009-02-26
1
-0
/
+3
*
don't print codegen time unless -ftime-report was passed.
Chris Lattner
2009-02-18
1
-1
/
+3
*
teach -ftime-report to time the code generator and -emit-llvm times.
Chris Lattner
2009-02-18
1
-1
/
+31
*
move llvm backend specific #includes into Backend.cpp instead of Clang.cpp
Chris Lattner
2009-02-18
1
-3
/
+4
*
Backend: Accept -mcpu and -mattr for use by TargetMachine.
Daniel Dunbar
2009-02-17
1
-10
/
+18
*
for now, disable all debug info generation at -O1 and above. This mirrors
Chris Lattner
2009-02-12
1
-0
/
+7
*
Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525.
Bill Wendling
2008-12-31
1
-1
/
+1
*
Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary.
Dan Gohman
2008-12-08
1
-1
/
+0
*
Disable -loop-index-split for now.
Devang Patel
2008-11-26
1
-1
/
+1
*
Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around).
Ted Kremenek
2008-11-20
1
-1
/
+1
*
Obey the FIXMES!
Daniel Dunbar
2008-11-13
1
-5
/
+1
*
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
Daniel Dunbar
2008-11-13
1
-2
/
+1
*
Move backend output out of destructor.
Daniel Dunbar
2008-11-11
1
-3
/
+5
*
Workaround an LLVM bug where inlining functions with debug info breaks
Daniel Dunbar
2008-10-29
1
-2
/
+8
*
Access pass manager consistently.
Daniel Dunbar
2008-10-28
1
-1
/
+1
*
Don't double free module when IRgen fails.
Daniel Dunbar
2008-10-27
1
-2
/
+5
*
2nd try to fix leakage of the module provider. note that moduleprovider takes...
Nuno Lopes
2008-10-24
1
-4
/
+2
*
fix leaking of the module provider
Nuno Lopes
2008-10-24
1
-3
/
+5
*
Hook "fast" code generation to -O0.
Daniel Dunbar
2008-10-23
1
-8
/
+5
*
Add -O[0-3s] support (following llvm-gcc).
Daniel Dunbar
2008-10-23
1
-4
/
+93
*
Only create the target machine when emitting assembly.
Daniel Dunbar
2008-10-22
1
-17
/
+17
*
[LLVM up] Get rid of std::ostream usage from Backend.cpp
Daniel Dunbar
2008-10-22
1
-18
/
+4
*
Update to use raw_ostream for PrintModulePass.
Daniel Dunbar
2008-10-22
1
-6
/
+6
*
[LLVM up] Add basic -S option to clang.
Daniel Dunbar
2008-10-21
1
-0
/
+297