summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r147655; it's breaking the compiler_rt build on OSX.Eli Friedman2012-01-061-2/+1
* If we are compiling with -fno-builtin then don't do constant folding ofDavid Chisnall2012-01-061-1/+2
* Small refactoring and simplification of constant evaluation and some of itsRichard Smith2011-12-281-1/+0
* Add intrinsics for lzcnt and tzcnt instructions.Craig Topper2011-12-251-0/+26
* More AVX2 intrinsic support including saturating add/sub and palignr.Craig Topper2011-12-191-0/+38
* Hexagon backend supportTony Linthicum2011-12-121-0/+1989
* Update Clang to emit the new form of llvm.cttz and llvm.ctlz intrinsics,Chandler Carruth2011-12-121-3/+4
* lib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type" to appease msvc.NAKAMURA Takumi2011-11-081-3/+3
* Clean up type flags for overloaded Neon builtins. No functional change.Bob Wilson2011-11-081-29/+46
* Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it willRichard Smith2011-10-291-1/+1
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+66
* Constant expression evaluation refactoring:Richard Smith2011-10-101-12/+9
* llvm.memory.barrier is going away; remove the wrapper intrinsic __builtin_llv...Eli Friedman2011-10-061-12/+0
* de-tmpify clang.Benjamin Kramer2011-09-271-25/+22
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-9/+9
* Fix comment.Eli Friedman2011-09-141-1/+1
* Correctly generate IR for casted "builtin" functions, whereJohn McCall2011-09-131-7/+41
* Re-commit r139643.Eli Friedman2011-09-131-5/+6
* Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman2011-09-131-6/+5
* Make clang use Acquire loads and Release stores where necessary.Eli Friedman2011-09-131-5/+6
* Remove trailing } in comment.Julien Lerouge2011-09-091-1/+1
* Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: canJulien Lerouge2011-09-091-0/+11
* Switch clang over to using fence/atomicrmw/cmpxchg instead of the intrinsics ...Eli Friedman2011-09-071-65/+40
* Fix a handful of dead stores found by Clang's static analyzer. There's a bun...Ted Kremenek2011-08-171-2/+2
* Move handling of vget_lane/vset_lane before the code that checks the type.Bob Wilson2011-08-131-24/+31
* Remove some unnecessary single element array temporaries.Jay Foad2011-07-291-2/+1
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-251-6/+3
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+8
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-8/+5
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-36/+36
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-29/+33
* Change intrinsic getter to take an ArrayRef, now that the underlying function...Benjamin Kramer2011-07-141-97/+94
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-36/+35
* Introduce __builtin_expect() intrinsic support.Jakub Staszak2011-07-081-4/+10
* Add codegen support for the fma/fmal/fmaf builtins.Cameron Zwarich2011-07-081-0/+16
* Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix."Bob Wilson2011-06-241-197/+197
* Shorten some ARM builtin names by removing unnecessary "neon" prefix.Bob Wilson2011-06-241-197/+197
* update for api change.Chris Lattner2011-06-181-2/+1
* Update the prefetch intrinsic usage. Now the last argument tells codegenBruno Cardoso Lopes2011-06-141-1/+2
* Eliminate temporary argument vectors.Benjamin Kramer2011-05-281-3/+2
* Add support for ARM ldrexd/strexd builtinsBruno Cardoso Lopes2011-05-281-0/+35
* Remove the 'unaligned load' builtins now that they're no longer used in the *...Bill Wendling2011-05-131-13/+0
* LLVM doesn't always optimize away the four loads from this:Bill Wendling2011-05-121-0/+2
* Simplification noticed by Chris.Bill Wendling2011-05-041-3/+2
* Convert the non-temporal store builtins to LLVM-native IR.Bill Wendling2011-05-041-0/+17
* Generalize case for built-in expressions havingFariborz Jahanian2011-04-251-11/+4
* Ir-gen the side-effect(s) when __builtin_expect isFariborz Jahanian2011-04-251-0/+9
* fix a crash on code that uses the result value of __builtin___memcpy_chk.Chris Lattner2011-04-201-3/+3
* fold memcpy/set/move_chk to llvm.memcpy/set/move when the sizesChris Lattner2011-04-171-1/+50
* Add 3DNow! Intrinsics.Michael J. Spencer2011-04-151-0/+132
OpenPOWER on IntegriCloud