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
/
lib
/
Frontend
/
Backend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backend: Switch to using TargetOptions or TargetMachine to set some options i...
Daniel Dunbar
2009-12-12
1
-20
/
+40
*
Increase inlining threshold at -O3, to match llvm-gcc.
Daniel Dunbar
2009-12-08
1
-2
/
+8
*
PR5684: Fix refacto, the backend consumer was copying the Diagnostic object,
Daniel Dunbar
2009-12-04
1
-3
/
+2
*
Fix BackendConsumer to use proper diagnostics.
Daniel Dunbar
2009-12-03
1
-15
/
+13
*
Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...
Daniel Dunbar
2009-11-30
1
-0
/
+6
*
Eliminate CodeGenOptions::TimePasses.
Daniel Dunbar
2009-11-30
1
-13
/
+14
*
Eliminate CodeGenOptions::SimplifyLibCalls.
Daniel Dunbar
2009-11-30
1
-4
/
+6
*
Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...
Daniel Dunbar
2009-11-29
1
-0
/
+33
*
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
Benjamin Kramer
2009-11-28
1
-4
/
+1
*
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-15
1
-10
/
+14
*
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-12
1
-33
/
+33
*
Localize -disable-llvm-optzns handling to BackendConsumer::CreatePasses.
Daniel Dunbar
2009-11-10
1
-8
/
+15
*
Pass the formatted_raw_ostream to createPrintModulePass and
Dan Gohman
2009-09-26
1
-2
/
+2
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-29
/
+29
*
use errs() instead of cerr.
Chris Lattner
2009-08-23
1
-1
/
+1
*
Update for LLVM API change
Daniel Dunbar
2009-08-04
1
-2
/
+1
*
Update for LLVM API change.
Daniel Dunbar
2009-08-03
1
-2
/
+1
*
Update for LLVM API change.
Daniel Dunbar
2009-08-03
1
-1
/
+2
*
Don't use a formatted ostream when writing .ll either.
Daniel Dunbar
2009-07-29
1
-1
/
+1
*
Don't use a formatted ostream when writing .bc files. I don't really understand
Daniel Dunbar
2009-07-29
1
-1
/
+1
*
Update for API change.
Daniel Dunbar
2009-07-26
1
-1
/
+1
*
Lookup targets by Triple instead of Module.
Daniel Dunbar
2009-07-26
1
-1
/
+2
*
Reapply r75764: [llvm up] Switch to using the new TargetRegistry
Daniel Dunbar
2009-07-15
1
-5
/
+5
*
Revert r75764 "[llvm up] Switch to using the new TargetRegistry" to fix build.
Argyrios Kyrtzidis
2009-07-15
1
-5
/
+5
*
[llvm up] Switch to using the new TargetRegistry.
Daniel Dunbar
2009-07-15
1
-5
/
+5
*
fix fallout of the LLVM codegen switching to formatted_raw_ostream.
Chris Lattner
2009-07-14
1
-6
/
+11
*
Update for changes in LLVM. Hopefully this is the last one for a while.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference instead of by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Update for LLVMContext+Module change.
Owen Anderson
2009-07-01
1
-4
/
+7
*
PR4371: Reduce the inlining threshold outside of -O3. This makes
Eli Friedman
2009-06-11
1
-2
/
+6
*
(llvm up) Switch to using StandardPasses.h
Daniel Dunbar
2009-06-03
1
-92
/
+22
*
Add clang-cc support for -disable-llvm-optzns.
Daniel Dunbar
2009-06-02
1
-3
/
+18
*
Unbreak the clang build by applying the same temporary
Duncan Sands
2009-05-31
1
-1
/
+2
*
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-18
1
-0
/
+414