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
*
Vector codegen improvements
Nate Begeman
2009-01-18
3
-44
/
+81
*
CG support for inline asm constraints with symbolic names. Fixes PR3345
Anders Carlsson
2009-01-18
1
-2
/
+18
*
Add sema support for symbolic names in inline asm statements.
Anders Carlsson
2009-01-18
1
-1
/
+1
*
Add support for vectors to APValue. Vector constant evaluator and tests coming.
Nate Begeman
2009-01-18
1
-0
/
+13
*
Change TargetInfo::validateInputConstraint to take begin/end name iterators i...
Anders Carlsson
2009-01-17
1
-1
/
+3
*
Patch to re-implement ivar-list meta-data generation to fix
Fariborz Jahanian
2009-01-17
1
-11
/
+31
*
add support for usage of cast to union thing with static vars
Nuno Lopes
2009-01-17
1
-20
/
+28
*
Changed the API yet again.
Fariborz Jahanian
2009-01-16
1
-5
/
+3
*
Used a more suitable api to get to the type of a record
Fariborz Jahanian
2009-01-16
1
-1
/
+1
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
3
-14
/
+15
*
Attempt to unbreak Windows build.
Daniel Dunbar
2009-01-16
1
-3
/
+3
*
Implemented code gen for sizeof(objc class interface).
Fariborz Jahanian
2009-01-16
1
-1
/
+8
*
add codegen support to union casts
Nuno Lopes
2009-01-15
1
-1
/
+14
*
Fix some unused variable, control reaches end of non-void function,
Daniel Dunbar
2009-01-15
1
-3
/
+2
*
Add dummy X86_64 ABIInfo implementation.
Daniel Dunbar
2009-01-15
1
-5
/
+26
*
Bug fix, __private_extern__ globals were always introducing a definition.
Daniel Dunbar
2009-01-13
1
-10
/
+31
*
Patch to implement code gen for aggrgate-valued property used
Fariborz Jahanian
2009-01-12
1
-0
/
+8
*
Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak
Douglas Gregor
2009-01-12
1
-8
/
+4
*
(LLVM up) Match TargetData API change in LLVM TOT.
Daniel Dunbar
2009-01-12
4
-12
/
+12
*
Handle multi-value inputs
Anders Carlsson
2009-01-12
1
-5
/
+18
*
make ScalarExprEmitter::EmitCompare() emit the expression with the correct ty...
Nuno Lopes
2009-01-11
1
-3
/
+2
*
More inline asm fixes
Anders Carlsson
2009-01-11
1
-1
/
+4
*
Handle readwrite constraints correctly
Anders Carlsson
2009-01-11
1
-1
/
+2
*
Forgot to commit this
Anders Carlsson
2009-01-11
1
-0
/
+5
*
Use a common function for emitting asm inputs and remove a FIXME
Anders Carlsson
2009-01-11
1
-31
/
+26
*
Convert property implementation to DeclContext::addDecl().
Steve Naroff
2009-01-11
1
-16
/
+9
*
Fix a misleading comment.
Steve Naroff
2009-01-10
1
-4
/
+4
*
This patch fixes the code gen failures which was a fallout from
Fariborz Jahanian
2009-01-10
5
-17
/
+25
*
assert if attempting to code gen. a property setter/getter
Fariborz Jahanian
2009-01-10
1
-0
/
+4
*
Prevent a segfault for vaarg expressions on unsupported architectures.
Sebastian Redl
2009-01-09
1
-2
/
+4
*
Implement EmitUnsupportedRValue to generate an appropriately typed RValue.
Daniel Dunbar
2009-01-09
1
-3
/
+13
*
Provide a new kind of iterator, the specific_decl_iterator, that
Douglas Gregor
2009-01-09
5
-11
/
+11
*
Emit more refined "unsupported" error for block expressions.
Daniel Dunbar
2009-01-09
1
-0
/
+5
*
Give "unsupported" error on calls through block pointers instead of
Daniel Dunbar
2009-01-09
2
-6
/
+28
*
Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).
Steve Naroff
2009-01-09
1
-6
/
+6
*
Convert block types in IRgen. This is not the correct type, but
Daniel Dunbar
2009-01-09
1
-1
/
+3
*
Block pointer types are not aggregate types.
Daniel Dunbar
2009-01-09
1
-1
/
+4
*
Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl).
Steve Naroff
2009-01-08
1
-1
/
+1
*
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
Steve Naroff
2009-01-08
1
-2
/
+2
*
Objc's compatibility-alias semantics and code
Fariborz Jahanian
2009-01-08
1
-1
/
+1
*
Another nasty code gen. bug with trivial fix. Calling class
Fariborz Jahanian
2009-01-07
1
-1
/
+3
*
Couple of code gen. fixes in ObjC's colection-statement. Hard
Fariborz Jahanian
2009-01-06
1
-1
/
+3
*
Add QualifiedDeclRefExpr, which retains additional source-location
Douglas Gregor
2009-01-06
2
-2
/
+5
*
Silence a GCC warning
Sebastian Redl
2009-01-05
1
-1
/
+2
*
Generate debug info for VLA types
Anders Carlsson
2009-01-05
1
-3
/
+14
*
Fix the bug that would cause Python to crash at startup.
Anders Carlsson
2009-01-04
2
-11
/
+14
*
Add full dllimport / dllexport support: both sema checks and codegen.
Anton Korobeynikov
2008-12-26
1
-7
/
+20
*
Generate code for __builtin_ia32_pshufw
Anders Carlsson
2008-12-22
1
-0
/
+7
*
Add codegen support for __null
Anders Carlsson
2008-12-21
1
-0
/
+3
*
Implement alignof for vla types.
Anders Carlsson
2008-12-21
1
-2
/
+7
[next]