| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding bindings for target triple and data layout. | Gordon Henriksen | 2007-12-27 | 1 | -0/+8 |
* | Switch the bindings to use LLVMFoldingBuilder. | Gordon Henriksen | 2007-12-27 | 1 | -8/+8 |
* | Get rid of an unneeded #include. | Owen Anderson | 2007-12-23 | 1 | -1/+3 |
* | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen | 2007-12-23 | 1 | -0/+115 |
* | Add GraphTraits specializations for machine dominators. | Owen Anderson | 2007-12-23 | 1 | -0/+27 |
* | Tell TargetLoweringOpt whether it is running before | Chris Lattner | 2007-12-22 | 1 | -1/+3 |
* | Add a new FGETSIGN operation, which defaults to expand on all | Chris Lattner | 2007-12-22 | 1 | -0/+4 |
* | Unbreak build on gcc 3.x | Anton Korobeynikov | 2007-12-22 | 1 | -3/+0 |
* | Make DAE not wipe out attributes on calls, and not drop | Duncan Sands | 2007-12-21 | 1 | -2/+4 |
* | Add a few more missing gcc builtin's. | Evan Cheng | 2007-12-21 | 1 | -8/+8 |
* | Removed scoped_ptr, as its functionality is subsumed by OwningPtr. | Ted Kremenek | 2007-12-21 | 1 | -124/+0 |
* | Added OwningArrayPtr smart pointer class to provide an analogous class to | Ted Kremenek | 2007-12-20 | 1 | -0/+54 |
* | add new smart pointer for clang. | Chris Lattner | 2007-12-20 | 1 | -0/+79 |
* | Type specification didn't match gcc's. | Evan Cheng | 2007-12-20 | 1 | -1/+1 |
* | Add m_Zero(). | Chris Lattner | 2007-12-20 | 1 | -0/+18 |
* | Revert my previous check-in. | Devang Patel | 2007-12-20 | 1 | -3/+1 |
* | More eye-candy stuff :) | Anton Korobeynikov | 2007-12-20 | 1 | -14/+9 |
* | Add iterators for child traversal. | Anton Korobeynikov | 2007-12-20 | 1 | -13/+29 |
* | Add lto version check mechanism. | Devang Patel | 2007-12-20 | 1 | -1/+3 |
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 3 | -85/+60 |
* | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 3 | -0/+11 |
* | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -0/+5 |
* | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -1/+7 |
* | remove obviously dead uses of IncludeFile. | Chris Lattner | 2007-12-18 | 4 | -10/+0 |
* | remove a dead annotation | Chris Lattner | 2007-12-18 | 1 | -3/+0 |
* | Added some sectioning comments to Serialize.h. | Ted Kremenek | 2007-12-18 | 1 | -14/+71 |
* | Rename isNoReturn to doesNotReturn, and isNoUnwind to | Duncan Sands | 2007-12-18 | 3 | -7/+7 |
* | Remove int_x86_sse2_movl_dq. It's replaced with a string compare. | Evan Cheng | 2007-12-18 | 1 | -2/+0 |
* | These have matching builtin's in 4.2. | Evan Cheng | 2007-12-18 | 1 | -2/+2 |
* | s/hasSideEffects/hasUnmodelledSideEffects/g | Bill Wendling | 2007-12-17 | 1 | -3/+4 |
* | Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure | Evan Cheng | 2007-12-17 | 2 | -2/+6 |
* | Modified Deserializer::ReadCStr to allow C-strings to be read into a | Ted Kremenek | 2007-12-17 | 1 | -1/+1 |
* | Add "hasSideEffects" method to MachineInstrInfo class. | Bill Wendling | 2007-12-17 | 1 | -1/+10 |
* | As per feedback, revised comments to (hopefully) make the different side effect | Bill Wendling | 2007-12-17 | 1 | -11/+26 |
* | Add cast operators in LLVMFoldingBuilder. | Devang Patel | 2007-12-17 | 1 | -0/+123 |
* | cleanup this code, making it more "llvm-like". | Chris Lattner | 2007-12-17 | 1 | -85/+80 |
* | C and Ocaml bindings for address spaces, for that burgeoning market | Gordon Henriksen | 2007-12-17 | 1 | -1/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -2/+9 |
* | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 1 | -0/+3 |
* | Define addString() and lookup() out-of-line to dissuade the C++ compiler from... | Anton Korobeynikov | 2007-12-16 | 1 | -65/+71 |
* | Provide GraphTraits and DOTGraphTraits interface for Trie. | Anton Korobeynikov | 2007-12-16 | 1 | -54/+109 |
* | Constify graph arguments | Anton Korobeynikov | 2007-12-16 | 1 | -6/+7 |
* | Use references in DF iterators. This eliminates copy-ctor calls on huge objec... | Anton Korobeynikov | 2007-12-15 | 2 | -18/+22 |
* | __builtin_ia32_movqv4si is now expanded to a shuffle. | Evan Cheng | 2007-12-15 | 1 | -2/+0 |
* | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman | 2007-12-14 | 3 | -4/+4 |
* | Fix a typo in a comment. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | All MMX shift instructions took a <2 x i32> vector as the shift amount parame... | Anders Carlsson | 2007-12-14 | 1 | -8/+8 |
* | Add flags to indicate that there are "never" side effects or that there "may be" | Bill Wendling | 2007-12-14 | 1 | -0/+12 |
* | Cosmetic change. | Evan Cheng | 2007-12-12 | 1 | -4/+3 |