summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprScalar.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change the IR-generation of VLAs so that we capture bounds,John McCall2011-06-241-16/+22
* Automatic Reference Counting.John McCall2011-06-151-15/+42
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+51
* Eliminate temporary argument vectors.Benjamin Kramer2011-05-281-3/+1
* Introduce Type::isSignedIntegerOrEnumerationType() andDouglas Gregor2011-05-201-12/+12
* Make __builtin_shufflevector and -ftrapv work correctly together. PR9945.Eli Friedman2011-05-191-11/+5
* Don't emit nsw flags for vector operations; there's basically no benefit, and...Eli Friedman2011-05-061-7/+4
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+4
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+4
* some cleanups to use IRBuilder methods instead of llvm:: foo methods.Chris Lattner2011-04-191-42/+34
* fix rdar://9289603 - clang should fold trivial ?: for enums as well as intege...Chris Lattner2011-04-161-3/+2
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-2/+4
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-16/+0
* More __unknown_anytype work.John McCall2011-04-111-0/+13
* Remove CK_DynamicToNull.Anders Carlsson2011-04-111-2/+1
* As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind whichAnders Carlsson2011-04-101-1/+2
* PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem.Eli Friedman2011-04-101-1/+1
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+3
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-8/+4
* Fix in r128471 is very broad. Some of the unconditional branches need line nu...Devang Patel2011-03-301-0/+3
* refactoringAnton Yartsev2011-03-281-3/+1
* AltiVec vector comparison logic now affect only vectors of fundamental AltiVe...Anton Yartsev2011-03-271-1/+3
* Don't emit read barriers for reading __weak __block variablesJohn McCall2011-03-161-4/+2
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-4/+5
* DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel2011-03-071-2/+2
* Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel2011-03-071-1/+6
* IRGen. Fix IR when message returns reference type.Fariborz Jahanian2011-03-021-0/+3
* PR9350: increment/decrement of char (and anything else narrower than int)Eli Friedman2011-03-021-3/+5
* -fwrapv should turn off the inbounds markers from geps used for pointerChris Lattner2011-03-011-33/+48
* Change the interface to ConstantFoldsToSimpleInteger to not encode Chris Lattner2011-02-271-6/+9
* Remove the "conditional save" hashtables from IR generation.John McCall2011-02-171-5/+0
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-54/+31
* Save a copy expression for non-trivial copy constructions of catch variables.John McCall2011-02-161-0/+7
* Assorted cleanup:John McCall2011-02-151-78/+97
* update for ConstantVector API change.Chris Lattner2011-02-151-9/+9
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-141-9/+9
* update for ConstantVector::get API change.Chris Lattner2011-02-141-9/+9
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-2/+2
* pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed)Anton Yartsev2011-02-071-23/+48
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-031-3/+3
* Better framework for conditional cleanups; untested as yet.John McCall2011-01-261-18/+19
* Revert r124146 for now. It appears to be failing on a few platforms.Eric Christopher2011-01-241-48/+23
* pre/post increase/decrease for AltiVec vectorsAnton Yartsev2011-01-241-23/+48
* Send code generation for xvalues down the same path as lvaluesDouglas Gregor2011-01-221-1/+1
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-2/+1
* Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' Ken Dyck2011-01-191-2/+2
* Ensure an insertion point at the end of a statement-expression.John McCall2011-01-131-2/+4
* Add IR generation support for SizeOfPackExpr.Douglas Gregor2011-01-121-0/+5
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-6/+1
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+4
OpenPOWER on IntegriCloud