summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Simplify debug info intrisinc lowering.Devang Patel2009-07-02
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-02
* Make the current LLVMContext available to passes.Owen Anderson2009-07-02
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-02
* Remove tabs.Devang Patel2009-07-02
* Add accessors for metadata constants.Owen Anderson2009-07-02
* Fix typo.Devang Patel2009-07-02
* Add accessor for MDNode.Owen Anderson2009-07-02
* Add accessor for getting UndefValue's.Owen Anderson2009-07-02
* Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson2009-07-02
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-02
* Add debug info utility routines.Devang Patel2009-07-02
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-02
* Fix a bunch of other places that used operator[] to test whetherDan Gohman2009-07-02
* Add a C wrapper for accessing the global default context.Owen Anderson2009-07-02
* Add a few methods that got left out earlier.Owen Anderson2009-07-01
* Fix the LTO header for LLVMContext changes.Owen Anderson2009-07-01
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-01
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-01
* Use AA to check objects before LDA.Andreas Bolka2009-07-01
* Add getMDNode() to access metadata node.Devang Patel2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add machine operand for MDNodes. This will be used to communicate debug info.Devang Patel2009-07-01
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Update configure and config.h.in from r74621.Jeffrey Yasskin2009-07-01
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Use correct format for LLVM header #includes.Misha Brukman2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...Evan Cheng2009-07-01
* Tweak MCSymbol doxyments.Daniel Dunbar2009-07-01
* Rename MCValue::isConstant to isAbsolute.Daniel Dunbar2009-07-01
* add comments, privatize interfaceChris Lattner2009-07-01
* disable some ctors.Chris Lattner2009-07-01
* add some comments to MCSymbol header, make the ctor private so that only MCCo...Chris Lattner2009-07-01
* improve comments.Chris Lattner2009-07-01
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-01
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-01
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* Add a global context, for easing backwards compatibility.Owen Anderson2009-06-30
* Fill in some methods for the MCValue field of an MCOperand.Daniel Dunbar2009-06-30
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-30
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Drop redundant print impl.Andreas Bolka2009-06-30
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-30
* Add wrappers for type construction to LLVMContext.Owen Anderson2009-06-30
* Fix up header comments to make Chris happy.Owen Anderson2009-06-30
* Temporarily restore the scavenger implicit_def checking code. MachineOperand ...Evan Cheng2009-06-30
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-30