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
/
CodeGenAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a FIXME that is unlikely to be fixed (streaming code generation).
Daniel Dunbar
2010-04-29
1
-20
/
+16
*
Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule,
Daniel Dunbar
2010-04-29
1
-9
/
+1
*
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
1
-1
/
+1
*
add frontend support for -fdata-sections and -ffunction-sections,
Chris Lattner
2010-04-13
1
-0
/
+3
*
refactor out a function.
Chris Lattner
2010-04-08
1
-24
/
+29
*
teach clang to install the inline asm diagnostic handler,
Chris Lattner
2010-04-06
1
-2
/
+74
*
reduce indentation, tidy.
Chris Lattner
2010-04-06
1
-114
/
+121
*
Revert changes r97693, r97700, and r97718.
John McCall
2010-03-04
1
-72
/
+54
*
Create a TargetMachine whenever we create a CodeGenAction. The codegen of
John McCall
2010-03-04
1
-54
/
+72
*
Opt into the Verifier now that it's an opt-in feature of
Dan Gohman
2010-02-28
1
-1
/
+10
*
Move ~CodeGenAction out-of-line.
Daniel Dunbar
2010-02-25
1
-0
/
+2
*
Frontend: Add CodeGenAction::takeModule().
Daniel Dunbar
2010-02-25
1
-8
/
+26
*
Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.
Daniel Dunbar
2010-02-25
1
-0
/
+474