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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Codegen support for __builtin_stdarg_start
Chris Lattner
2008-07-09
1
-2
/
+3
*
Fixed bugzilla bug# 2489.
Sanjiv Gupta
2008-07-04
1
-0
/
+20
*
Remove removed header.
Bill Wendling
2008-07-03
1
-1
/
+0
*
Make a few related changes:
Chris Lattner
2008-06-30
4
-88
/
+101
*
Add missing include file (due to a file splitting in llvm).
Cedric Venet
2008-06-27
1
-0
/
+1
*
refactor more objc codegen interfaces to pass around selectors so
Chris Lattner
2008-06-26
3
-52
/
+40
*
indenting and other minor things.
Chris Lattner
2008-06-26
2
-6
/
+6
*
refactor interface to GenerateClassStructure to avoid converting a
Chris Lattner
2008-06-26
1
-7
/
+6
*
remove the old getSelector implementation, which removes some
Chris Lattner
2008-06-26
2
-64
/
+2
*
avoid a lot of unneeded selector processing work by passing around
Chris Lattner
2008-06-26
4
-20
/
+10
*
use cheaper/simpler getselector call for @selector exprs.
Chris Lattner
2008-06-26
3
-5
/
+5
*
start avoid doing lots of unneeded work handling selectors
Chris Lattner
2008-06-26
3
-25
/
+43
*
improve indentation, avoid thrashing on maps and recalculating strings as much.
Chris Lattner
2008-06-26
2
-33
/
+24
*
give CreateObjCRuntime a full CGM so it can get whatever state it needs,
Chris Lattner
2008-06-26
4
-30
/
+16
*
Fix 80 col violations, assert on assumptions.
Chris Lattner
2008-06-26
2
-22
/
+23
*
a temporary minimal hack to get clang building after the getStringValue chang...
Chris Lattner
2008-06-26
1
-7
/
+17
*
Updated atomic intrinsic name from llvm r52706. Fixed dropped bit in shufps.
Mon P Wang
2008-06-25
1
-4
/
+4
*
"Support for Objective-C message sends which return structures. Also include...
Chris Lattner
2008-06-24
4
-4
/
+102
*
"This is a small fix for a bug where static object instances were being incor...
Chris Lattner
2008-06-24
1
-4
/
+6
*
"this patch adds code generation hooks for Objective-C constant strings. It ...
Chris Lattner
2008-06-21
2
-1
/
+6
*
Don't add isa with @defs only to work around it in the code generator, patch
Chris Lattner
2008-06-21
1
-4
/
+0
*
Remove tabs.
Mike Stump
2008-06-19
1
-2
/
+2
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
6
-136
/
+136
*
This patch is motivated by numerous strict-aliasing warnings when compiling
Ted Kremenek
2008-06-17
6
-63
/
+35
*
force size of alloca to i32, which is currently required by LLVM IR.
Chris Lattner
2008-06-16
1
-3
/
+6
*
Basic support for volatile loads and stores. Stores the volatile
Eli Friedman
2008-06-13
8
-51
/
+112
*
Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion.
Argyrios Kyrtzidis
2008-06-09
1
-0
/
+3
*
-Changes to TagDecl:
Argyrios Kyrtzidis
2008-06-09
1
-3
/
+3
*
Generate debug descriptors for array types while generating the debug info.
Sanjiv Gupta
2008-06-09
2
-3
/
+63
*
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-08
2
-17
/
+42
*
fix compiler warnings
Nuno Lopes
2008-06-08
1
-2
/
+2
*
Don't crash emitting an initializer for a static local with union type.
Eli Friedman
2008-06-08
1
-3
/
+7
*
Fix crash with conversion to an address-space-qualified pointer. Bug
Eli Friedman
2008-06-07
1
-2
/
+2
*
Create debug type descriptors for aggregate/enum types.
Sanjiv Gupta
2008-06-07
2
-5
/
+130
*
Reorganize this loop a bit so it doesn't crash for empty unions. Fixes
Eli Friedman
2008-06-06
1
-4
/
+6
*
implement constant expr. sub ptr ptr
Nuno Lopes
2008-06-06
1
-3
/
+13
*
Emit debug information for global and static variables when -g is specified.
Sanjiv Gupta
2008-06-05
4
-0
/
+70
*
For setting attributes, don't assume there are ParamVarDecls available,
Eli Friedman
2008-06-04
1
-12
/
+16
*
fix crash when codegening 'cond ? lhs : call-to-void-func()'
Nuno Lopes
2008-06-04
1
-1
/
+1
*
clang fix to parallel LLVM r51928
Eli Friedman
2008-06-04
1
-1
/
+1
*
Include <string> header to allow compiling for MSVC.
Argyrios Kyrtzidis
2008-06-01
1
-0
/
+1
*
Don't name the ObjC types if there aren't any ObjC objects in the file.
Eli Friedman
2008-06-01
1
-4
/
+6
*
First cut at setting attributes for functions and calls; this puts us
Eli Friedman
2008-06-01
4
-34
/
+90
*
Make sure _Bool globals have the correct type.
Eli Friedman
2008-06-01
1
-3
/
+8
*
Minor cleanup to use the ConvertTypeForMem helper.
Eli Friedman
2008-06-01
1
-5
/
+3
*
Remove spurious == 0
Anton Korobeynikov
2008-06-01
1
-1
/
+1
*
Support for code generation of Objective-C top-level language constructs.
Anton Korobeynikov
2008-06-01
8
-44
/
+1027
*
Calculate alignment for local variables.
Eli Friedman
2008-05-31
1
-2
/
+6
*
PR1893: Fix up the type of tentative definitions of incomplete array
Eli Friedman
2008-05-30
1
-2
/
+22
*
Fix and enable generating general union initializers. Essentially, what
Eli Friedman
2008-05-30
1
-9
/
+26
[next]