Handle 'A' modifier in inline asms.
[oota-llvm.git] / include /
2009-07-09 Owen AndersonAs Chris pointed out, we don't actually need to pass...
2009-07-09 Chris Lattnerback out r75156 for now.
2009-07-09 Owen AndersonA little bit more LLVMContextification.
2009-07-09 Ted KremenekImmutableSet/ImmutableMap: Allow caching of null digest...
2009-07-09 David GreeneAdd some classes to produce pretty-printed asm. We...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Alisdair MeredithResolve undefined behaviour when ManagedStatic is insta...
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-09 Nick LewyckyForgot a couple files when adding the -ssi-everything...
2009-07-09 Sanjiv GuptaAdd a -t="dir" option to the driver. This can be used...
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-09 Chris Lattneradd default ctor.
2009-07-09 Chris Lattneradd missing predicate.
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-07-09 Jeffrey YasskinWork around an ICE in gcc-4.2.4.
2009-07-08 Douglas GregorMake SmallPtrSet iterators real iterators
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-08 David GreeneReformat.
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Dan GohmanMake the code that updates ScalarEvolution's internal...
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-08 Chris Lattnerconvert comments to doxygen style
2009-07-08 Alisdair MeredithTrial first commit
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Owen AndersonLLVMContext-ification.
2009-07-07 Bob WilsonChange NEON vldN/vstN intrinsics to specify "N" as...
2009-07-07 Devang PatelDisable loop index split for now and let nightly tester...
2009-07-07 Dan GohmanFix a typo and a grammaro in a comment.
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-07 Chris Lattnerfix a bug in post-order iterators with external storage...
2009-07-07 Chris Lattnerfix some type confusion in ReadVBR64: "Piece" should...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Chris Lattner"BinaryObject.h was implicitly converting between uint...
2009-07-07 Bill WendlingRemove unused parameter.
2009-07-07 Chris LattnerEliminate the static constructors and locks from Dynami...
2009-07-07 Chris Lattnerremove dead code, noone creates instances of "DynamicLi...
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....
next