summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Temporarily revert r74494. It was causing failures in the unit tests.Bill Wendling2009-06-30
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-30
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-30
* Delete a spurious blank line at the top of the file.Dan Gohman2009-06-30
* Define an operator<< for APInt to be used with std::ostream.Dan Gohman2009-06-30
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-30
* Move the driver entry point out of Main.inc.Mikhail Glushenkov2009-06-30
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-29
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-29
* Add SMLoc::isValid method.Daniel Dunbar2009-06-29
* Rename MCValue::getCst to getConstant and add MCValue::isConstant.Daniel Dunbar2009-06-29
* Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl2009-06-29
* Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene2009-06-29
* Add triple for OpenBSD.Duncan Sands2009-06-29
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-29
* Minimal LDA interface, maximally conservative tester.Andreas Bolka2009-06-28
* LDA analysis output scaffolding.Andreas Bolka2009-06-28
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-27
* Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.Dan Gohman2009-06-27
* Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, insteadDan Gohman2009-06-27
* Remove a redundant #include.Dan Gohman2009-06-27
* Change SCEVExpander to use an IRBuilder to emit instructions.Dan Gohman2009-06-27