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