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
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LinkageSpecDecl is c++ specific, move it to DeclCXX
Chris Lattner
2008-11-04
1
-0
/
+1
*
Don't run the verifier as part of IRgen, this is now down (per module)
Daniel Dunbar
2008-10-28
1
-6
/
+0
*
Add attribute always_inline support.
Daniel Dunbar
2008-10-28
1
-0
/
+3
*
Add option argument to GetAddrOfConstantString to use for name of
Daniel Dunbar
2008-10-17
1
-7
/
+12
*
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-17
1
-2
/
+1
*
Add simple interface for protecting runtime functions from name
Daniel Dunbar
2008-10-01
1
-0
/
+43
*
Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...).
Daniel Dunbar
2008-09-27
1
-1
/
+1
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
1
-1
/
+1
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-9
/
+9
*
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
1
-7
/
+8
*
Tweak CGCall functions again:
Daniel Dunbar
2008-09-10
1
-5
/
+5
*
Tweak CGCall functions:
Daniel Dunbar
2008-09-10
1
-1
/
+4
*
Fix a number of issues w.r.t. emission of global for functions and
Daniel Dunbar
2008-09-08
1
-63
/
+109
*
Refactor parameter attribute handling:
Daniel Dunbar
2008-09-08
1
-77
/
+27
*
Set sext/zext on function result.
Daniel Dunbar
2008-09-05
1
-5
/
+12
*
Set function attributes (sext, zext, etc.) on Objective-C methods.
Daniel Dunbar
2008-09-04
1
-29
/
+62
*
Avoid superfluous errors regarding variable-length arrays (casts).
Daniel Dunbar
2008-09-04
1
-2
/
+8
*
codegen constant data as such. add QualType::isConstant()
Nuno Lopes
2008-09-01
1
-0
/
+1
*
Downgrade a number of FIXME asserts to ErrorUnsupported.
Daniel Dunbar
2008-08-29
1
-3
/
+7
*
Objective-C @synthesize support.
Daniel Dunbar
2008-08-26
1
-6
/
+34
*
Use DenseMap on IdentifierInfo instead of StringMap.
Daniel Dunbar
2008-08-25
1
-5
/
+5
*
NeXT: Clean up constant CFString handling.
Daniel Dunbar
2008-08-23
1
-17
/
+26
*
Add NeXT runtime support for generating methods.
Daniel Dunbar
2008-08-16
1
-6
/
+1
*
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-16
1
-7
/
+7
*
Clean up CodeGenModule interface.
Daniel Dunbar
2008-08-15
1
-24
/
+91
*
Change CGObjCRuntime methods to take appropriate clang Decls.
Daniel Dunbar
2008-08-15
1
-118
/
+5
*
Infinite loops considered harmful.
Daniel Dunbar
2008-08-15
1
-1
/
+1
*
Add GetAddrOfConstantCString method
Daniel Dunbar
2008-08-13
1
-12
/
+34
*
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-13
1
-27
/
+2
*
Fix compilation warning with help from David Chisnall.
Mike Stump
2008-08-11
1
-1
/
+4
*
Add LangOptions::NeXTRuntime.
Daniel Dunbar
2008-08-11
1
-4
/
+2
*
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
1
-9
/
+12
*
Add -fexceptions to Driver
Daniel Dunbar
2008-08-11
1
-0
/
+6
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-5
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Add dummy Mac Objective-C runtime interface.
Daniel Dunbar
2008-08-11
1
-2
/
+7
*
Back out r54608 (inline string literals were getting an extra '\0')
Daniel Dunbar
2008-08-10
1
-1
/
+21
*
Bug fix, inline string literals were getting an extra '\0'.
Daniel Dunbar
2008-08-10
1
-1
/
+1
*
Implement GNU asm-label extension support in CodeGen. This fixes
Daniel Dunbar
2008-08-06
1
-7
/
+14
*
Change CodeGen of global decls to key off of the name (instead of
Daniel Dunbar
2008-08-05
1
-88
/
+39
*
Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...
Ted Kremenek
2008-08-05
1
-6
/
+6
*
Finally fix PR2189. This makes a fairly invasive but important change to
Chris Lattner
2008-08-04
1
-1
/
+2
*
Support constructor and destructor attributes in CodeGen
Daniel Dunbar
2008-08-01
1
-43
/
+43
*
Change CodeGenModule GlobalDeclMap to directly reference globals
Daniel Dunbar
2008-07-30
1
-40
/
+49
*
Rework codegen emission of globals
Daniel Dunbar
2008-07-29
1
-163
/
+181
*
Fix codegen of chained declarations
Daniel Dunbar
2008-07-29
1
-8
/
+0
*
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
Chris Lattner
2008-07-21
1
-4
/
+5
*
introduce a new ObjCList templated class and start moving
Chris Lattner
2008-07-21
1
-5
/
+9
*
refactor more objc codegen interfaces to pass around selectors so
Chris Lattner
2008-06-26
1
-19
/
+17
*
indenting and other minor things.
Chris Lattner
2008-06-26
1
-2
/
+2
[next]