summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-27
* Switch the bindings to use LLVMFoldingBuilder.Gordon Henriksen2007-12-27
* Get rid of an unneeded #include.Owen Anderson2007-12-23
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-23
* Add GraphTraits specializations for machine dominators.Owen Anderson2007-12-23
* Tell TargetLoweringOpt whether it is running beforeChris Lattner2007-12-22
* Add a new FGETSIGN operation, which defaults to expand on allChris Lattner2007-12-22
* Unbreak build on gcc 3.xAnton Korobeynikov2007-12-22
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-21
* Add a few more missing gcc builtin's.Evan Cheng2007-12-21
* Removed scoped_ptr, as its functionality is subsumed by OwningPtr.Ted Kremenek2007-12-21
* Added OwningArrayPtr smart pointer class to provide an analogous class toTed Kremenek2007-12-20
* add new smart pointer for clang.Chris Lattner2007-12-20
* Type specification didn't match gcc's.Evan Cheng2007-12-20
* Add m_Zero(). Chris Lattner2007-12-20
* Revert my previous check-in.Devang Patel2007-12-20
* More eye-candy stuff :)Anton Korobeynikov2007-12-20
* Add iterators for child traversal.Anton Korobeynikov2007-12-20
* Add lto version check mechanism.Devang Patel2007-12-20
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-19
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-19
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-18
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-18
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* remove a dead annotationChris Lattner2007-12-18
* Added some sectioning comments to Serialize.h.Ted Kremenek2007-12-18
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-18
* Remove int_x86_sse2_movl_dq. It's replaced with a string compare.Evan Cheng2007-12-18
* These have matching builtin's in 4.2.Evan Cheng2007-12-18
* s/hasSideEffects/hasUnmodelledSideEffects/gBill Wendling2007-12-17
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-17
* Modified Deserializer::ReadCStr to allow C-strings to be read into aTed Kremenek2007-12-17
* Add "hasSideEffects" method to MachineInstrInfo class.Bill Wendling2007-12-17
* As per feedback, revised comments to (hopefully) make the different side effectBill Wendling2007-12-17
* Add cast operators in LLVMFoldingBuilder.Devang Patel2007-12-17
* cleanup this code, making it more "llvm-like".Chris Lattner2007-12-17
* C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen2007-12-17
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-16
* Define addString() and lookup() out-of-line to dissuade the C++ compiler from...Anton Korobeynikov2007-12-16
* Provide GraphTraits and DOTGraphTraits interface for Trie.Anton Korobeynikov2007-12-16
* Constify graph argumentsAnton Korobeynikov2007-12-16
* Use references in DF iterators. This eliminates copy-ctor calls on huge objec...Anton Korobeynikov2007-12-15
* __builtin_ia32_movqv4si is now expanded to a shuffle.Evan Cheng2007-12-15
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-14
* Fix a typo in a comment.Dan Gohman2007-12-14
* Fix a typo in a comment.Dan Gohman2007-12-14
* All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson2007-12-14
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-14