Fix braces.
[oota-llvm.git] / include /
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-07 Owen AndersonRe-LLVMContext-ize DebugInfo, now with less breakage.
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-07-07 Owen AndersonThis parameter should default to true, not false.
2009-07-07 Mikhail Glushenkovs/llvmc2/llvmc/
2009-07-07 Mikhail GlushenkovAdd an 'init' option property.
2009-07-06 Devang PatelAdd isMetadata() to check metadata operand.
2009-07-06 Devang PatelAdd new ValueType for metadata.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonFinish LLVMContext-ing lib/Analysis. This required...
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2009-07-06 Chris LattnerAdd two new accessors to the C bindings, patch by Wladi...
2009-07-06 Bruno Cardoso LopesJust forgot to include the two new files
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-07-05 Nick LewyckyThere are five floating point types.
2009-07-05 Nick LewyckyThere are *four* lights!
2009-07-04 Jeffrey YasskinHave cmake define HAVE_STRERROR and friends to 1 when...
2009-07-03 Owen AndersonEven more passes being LLVMContext'd.
2009-07-03 Nick LewyckyAdd Static Single Information construction pass writte...
2009-07-03 Duncan SandsIn this unreachable code, return an initialized value.
2009-07-03 Duncan SandsFix the build: provide uint8_t.
2009-07-03 Tilmann SchellerImplement the SVR4 ABI for PowerPC.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-02 Owen AndersonFill in a few more missing accessors.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Chris Lattneradd an explicit class for holding llvm::SourceMgr diagn...
2009-07-02 Owen AndersonMake the current LLVMContext available to passes.
2009-07-02 Owen AndersonAdd an accessor to Function so that Passes can easily...
2009-07-02 Devang PatelRemove tabs.
2009-07-02 Owen AndersonAdd accessors for metadata constants.
2009-07-02 Devang PatelFix typo.
2009-07-02 Owen AndersonAdd accessor for MDNode.
2009-07-02 Owen AndersonAdd accessor for getting UndefValue's.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-07-02 Devang PatelAdd debug info utility routines.
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-02 Owen AndersonAdd a C wrapper for accessing the global default context.
2009-07-01 Owen AndersonAdd a few methods that got left out earlier.
2009-07-01 Owen AndersonFix the LTO header for LLVMContext changes.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Owen AndersonConvert LLParser to use LLVMContext for creating constants.
2009-07-01 Andreas BolkaUse AA to check objects before LDA.
2009-07-01 Devang PatelAdd getMDNode() to access metadata node.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Devang PatelAdd machine operand for MDNodes. This will be used...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Jeffrey YasskinUpdate configure and config.h.in from r74621.
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-07-01 Misha BrukmanUse correct format for LLVM header #includes.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Daniel DunbarTweak MCSymbol doxyments.
2009-07-01 Daniel DunbarRename MCValue::isConstant to isAbsolute.
2009-07-01 Chris Lattneradd comments, privatize interface
2009-07-01 Chris Lattnerdisable some ctors.
2009-07-01 Chris Lattneradd some comments to MCSymbol header, make the ctor...
2009-07-01 Chris Lattnerimprove comments.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Owen AndersonAdd a global context, for easing backwards compatibility.
2009-06-30 Daniel DunbarFill in some methods for the MCValue field of an MCOperand.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 Andreas BolkaDrop redundant print impl.
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Owen AndersonAdd wrappers for type construction to LLVMContext.
2009-06-30 Owen AndersonFix up header comments to make Chris happy.
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Bill WendlingTemporarily revert r74494. It was causing failures...
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-30 Daniel Dunbarllvm-mc: Evaluation for relocatable expressions.
2009-06-30 Dan GohmanDelete a spurious blank line at the top of the file.
2009-06-30 Dan GohmanDefine an operator<< for APInt to be used with std...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-30 Owen AndersonAdd LLVMContext, which will eventually be used as a...
2009-06-30 Mikhail GlushenkovMove the driver entry point out of Main.inc.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 Daniel Dunbarllvm-mc: Diagnose misuse (mix) of defined symbols and...
2009-06-29 Daniel DunbarAdd SMLoc::isValid method.
2009-06-29 Daniel DunbarRename MCValue::getCst to getConstant and add MCValue...
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-29 Duncan SandsAdd triple for OpenBSD.
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-28 Andreas BolkaMinimal LDA interface, maximally conservative tester.
2009-06-28 Andreas BolkaLDA analysis output scaffolding.
2009-06-27 Dan GohmanTeach LoopSimplify how to merge multiple loop exits...
2009-06-27 Dan GohmanEliminate a layer of indirection in LoopInfo and Machin...
2009-06-27 Dan GohmanConvert ScalarEvolution to use BumpPtrAllocator and...
2009-06-27 Dan GohmanRemove a redundant #include.
2009-06-27 Dan GohmanChange SCEVExpander to use an IRBuilder to emit instruc...
2009-06-27 Dan GohmanAdd a 'const' in a comment.
next