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
/
CodeGen
/
CodeGenAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+9
*
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-14
1
-4
/
+0
*
Add frontend flags to enable bitcode verifier pass.
Chad Rosier
2011-12-12
1
-0
/
+4
*
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-11-30
1
-1
/
+1
*
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
Argyrios Kyrtzidis
2011-11-18
1
-1
/
+3
*
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-10-30
1
-6
/
+53
*
Convert inline asm source ranges into clang SourceRanges and print them with ...
Benjamin Kramer
2011-10-16
1
-2
/
+11
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-4
/
+4
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()
Argyrios Kyrtzidis
2011-09-19
1
-1
/
+1
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-7
/
+7
*
Add the ObjC ARC optimization passes manually, now that they're not
Dan Gohman
2011-07-05
1
-3
/
+9
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
1
-12
/
+28
*
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-19
1
-28
/
+12
*
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-18
1
-12
/
+28
*
Add -add-plugin flag, which runs plugins in addition to codegen.
Nico Weber
2011-01-25
1
-9
/
+8
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-3
/
+2
*
adjust for llvm mainline, yay type safety
Chris Lattner
2010-11-17
1
-3
/
+3
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-0
/
+348