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
/
CodeGen
/
CGExprScalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-1185
/
+0
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-8
/
+5
*
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-03-01
1
-1
/
+48
*
implement codegen support for sizeof(void), fixing PR2080.
Chris Lattner
2008-02-21
1
-4
/
+9
*
implement codegen support for aggregates casted to void.
Chris Lattner
2008-02-16
1
-4
/
+12
*
minor tweak to anders patch: (only) ocu vectors support splatting, but
Chris Lattner
2008-02-02
1
-7
/
+4
*
Only OCU vectors can be splatted.
Anders Carlsson
2008-02-01
1
-2
/
+2
*
Fix PR1921 by promoting negative indices to intptrty.
Chris Lattner
2008-01-31
1
-2
/
+14
*
Implement first round of feedback on __builtin_overload
Nate Begeman
2008-01-30
1
-1
/
+2
*
Make sure to emit all the arguments to a function call. This fixes the
Eli Friedman
2008-01-30
1
-1
/
+1
*
Fix a bug where CodeGen would attempt to erase an instruction that was
Eli Friedman
2008-01-29
1
-1
/
+5
*
Implement __builtin_offsetof.
Anders Carlsson
2008-01-29
1
-1
/
+12
*
Correctly handle scalars in braces.
Anders Carlsson
2008-01-29
1
-1
/
+5
*
Problem with ObjC's type-encoding of nested structs causing infinit recursion.
Fariborz Jahanian
2008-01-22
1
-2
/
+3
*
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
2008-01-17
1
-0
/
+5
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-1
/
+1
*
fix long lines.
Chris Lattner
2008-01-03
1
-3
/
+3
*
Fix a crash reported by Seo Sanghyeon.
Chris Lattner
2008-01-03
1
-4
/
+24
*
Allow implicit casts during arithmetic for OCUVector operations
Nate Begeman
2007-12-30
1
-2
/
+12
*
Allow codegen of vector fdiv
Nate Begeman
2007-12-30
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
No need to do work that the folding builder does for us.
Anders Carlsson
2007-12-26
1
-37
/
+14
*
Remove broken assert from CodeGen. Better check is done in Sema.
Seo Sanghyeon
2007-12-26
1
-4
/
+1
*
Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can...
Anders Carlsson
2007-12-18
1
-49
/
+3
*
We now support all MMX intrinsics. SSE intrinsics are next.
Anders Carlsson
2007-12-15
1
-0
/
+34
*
Fix a codegen crash on test/CodeGen/cast.c, reported by Keith.
Chris Lattner
2007-12-12
1
-1
/
+11
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
1
-1
/
+1
*
Added missing inclusion of stdarg.h. Now CGExprScalar.cpp
Ted Kremenek
2007-12-10
1
-0
/
+2
*
Add EmitShuffleVector helper method.
Anders Carlsson
2007-12-10
1
-0
/
+30
*
Implement CodeGen for vectors. Don't create unnecessary conversion instructio...
Anders Carlsson
2007-12-05
1
-18
/
+89
*
Ignore typedefs in pointer arithmetic codegen.
Seo Sanghyeon
2007-12-03
1
-4
/
+4
*
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-12-02
1
-2
/
+1
*
Fix a codegen crash on void ?: reported by Oliver
Chris Lattner
2007-11-30
1
-4
/
+7
*
Fix sema support for the gnu ?: expression with a
Chris Lattner
2007-11-26
1
-3
/
+13
*
Implement codegen of CXX Bool
Nate Begeman
2007-11-15
1
-0
/
+3
*
Fix a typo that prevented pointer-to-int conversions from working.
Anders Carlsson
2007-10-31
1
-1
/
+1
*
Fix 80 col violations.
Devang Patel
2007-10-30
1
-5
/
+8
*
Remove commented out line.
Devang Patel
2007-10-30
1
-2
/
+1
*
Add (partial) support for @encode.
Anders Carlsson
2007-10-29
1
-0
/
+19
*
Fix "strbuf += stufflen;" crash.
Devang Patel
2007-10-25
1
-2
/
+4
*
Add a new ChooseExpr::isConditionTrue method to unify
Chris Lattner
2007-10-25
1
-5
/
+1
*
Handle non-constant initializers.
Devang Patel
2007-10-24
1
-5
/
+6
*
Visit CompoundLiteralExpr and InitListExpr
Devang Patel
2007-10-24
1
-2
/
+16
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-1
/
+2
*
Move type compatibility predicates from Type to ASTContext. In addition, the ...
Steve Naroff
2007-10-15
1
-1
/
+2
*
Add code generation and sema checking for __builtin_va_arg.
Anders Carlsson
2007-10-15
1
-0
/
+10
*
Fix an incorrect assertion.
Anders Carlsson
2007-10-13
1
-2
/
+3
*
Generate code for va_start and va_end.
Anders Carlsson
2007-10-12
1
-0
/
+5
*
Use LLVMFoldingBuilder
Devang Patel
2007-10-09
1
-1
/
+1
*
further apfloat'ize the front-end, allowing codegen to pass
Chris Lattner
2007-09-22
1
-7
/
+1
[next]