Another typo.
[oota-llvm.git] / lib /
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-23 Anton KorobeynikovMinor typo fixes. Also add another FIXME.
2008-03-23 Anton KorobeynikovPreserve calling convention during function cloning
2008-03-23 Anton KorobeynikovAdd license header
2008-03-23 Anton KorobeynikovAdd Win64 compilation callback. This allows easy exampl...
2008-03-23 Anton KorobeynikovProvide a JIT selector on win64
2008-03-23 Anton KorobeynikovHack out the PIC mode on Win64 targets. This needs...
2008-03-23 Anton KorobeynikovCode cleanup. Provide generic way of selecting JIT...
2008-03-23 Anton KorobeynikovRemove old-standing obsolete code.
2008-03-22 Anton KorobeynikovHonour built-in defines on win64 targets for automatica...
2008-03-22 Anton KorobeynikovRecognize "windows" in target triple, not only "win32"
2008-03-22 Anton KorobeynikovAdd information about callee-saved registers on Win64
2008-03-22 Anton KorobeynikovAdd convenient helper for win64 check. Simplify things...
2008-03-22 Anton KorobeynikovInitial support for Win64 calling conventions. Still...
2008-03-22 Anton KorobeynikovRegister EH frames emitted in JIT when using gcc unwind...
2008-03-22 Anton KorobeynikovFix merge error
2008-03-22 Anton KorobeynikovAdd testcase for prev. commit. Minor fixes
2008-03-22 Anton KorobeynikovAliasing chains cleanups: update langref, add check...
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2008-03-22 Anton KorobeynikovAnother comments fixing
2008-03-22 Anton KorobeynikovSlightly increase default set size. It's cheap and...
2008-03-22 Chris Lattnerimplement an initial hack at a straight-line store...
2008-03-22 Chris Lattnerimplement the logic for memset insertion and store...
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-22 Chris LattnerThis is a partially implemented and currently disabled...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-03-21 Dan GohmanAvoid calling array_endof in a static initializer,...
2008-03-21 Dan GohmanSpecialize FORCE_DEFINING_FILE_TO_BE_LINKED using a...
2008-03-21 Dan GohmanFix -view-sunit-dags to support cross-rc-copy nodes.
2008-03-21 Chris Lattnerthe size of a smallvector shouldn't be part of the...
2008-03-21 Chris Lattnermake gvn marginally faster by reallocating the lastSeen...
2008-03-21 Chris LattnerMinor cleanups and shrinkification.
2008-03-21 Dan GohmanHandle getresult instructions in different basic blocks
2008-03-21 Chris LattnerRestore this assert now that the livevar bug is fixed.
2008-03-21 Evan ChengA couple of kill marker maintainence bug.
2008-03-21 Andrew LenharthFunctionExtractorPass has been superceded by GVExtracto...
2008-03-21 Duncan SandsMake it possible to get an empty struct using
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-21 Duncan SandsFix the build for gcc-4.2.
2008-03-21 Chris Lattnerremove Evan's "ugly hack" that sorta attempted to get
2008-03-21 Chris LattnerAdd support for calls that return two FP values in
2008-03-21 Chris Lattnerdisable a bogus assertion.
2008-03-21 Chris LattnerEnable support for returning two long-double values...
2008-03-21 Chris LattnerTeach masked value is zero about add and sub, and use...
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-20 Devang PatelThese passes preserve CFG.
2008-03-20 Devang PatelIncorporate feedback.
2008-03-20 Gordon HenriksenC and Objective Caml bindings for mem2reg and reg2mem.
2008-03-20 Andrew Lenharthenable -analyze for andersens
2008-03-20 Zhou ShengTake the old function's name.
2008-03-20 Chris Lattneradd a note.
2008-03-20 Christopher LambCheck even more carefully before applying this DAGCombi...
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-20 Evan ChengFix this xform: (sra (shl X, m), result_size) -> (sign_...
2008-03-20 Chris Lattnerdetabify llvm, patch by Mike Stump!
2008-03-20 Devang PatelKeep track of analysis information inherited from Modul...
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-20 Evan Cheng80 col violation.
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-19 Devang PatelAdd comment.
2008-03-19 Devang Patel#if 1 .. #endif markers do not add any value.
2008-03-19 Evan ChengRemove dead options.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
2008-03-19 Arnold SchwaighoferDon't loose incoming argument registers. Fix documentat...
2008-03-19 Christopher LambFix X86's isTruncateFree to not claim that truncate...
2008-03-19 Chris Lattneradd some convenience methods for creating GEP instructi...
2008-03-19 Gordon HenriksenC bindings for Module-, Function-, and BasicBlock:...
2008-03-19 Evan ChengFixed a coalescer bug caused by a typo.
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-19 Evan ChengFix live variables issues:
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Bill WendlingOn Darwin, GCC issues a ".globl" for something that...
2008-03-18 Evan ChengFix a x86-64 isel lowering bug that's been around forev...
2008-03-18 Bill WendlingTemporarily revert r48491. It's breaking test/CodeGen...
2008-03-18 Daniel BerlinFix PR 2160 by making sure arguments to external functi...
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.
2008-03-18 Scott MichelDial down gcc's warnings: don't use 0UL when 0U suffice...
2008-03-18 Christopher LambTarget independent DAG transform to use truncate for...
2008-03-18 Evan ChengRewrite code that propagate isDead information after...
2008-03-18 Devang PatelIdentify Analysis pass.
2008-03-17 Devang PatelUpdate heuritics that estimates cost of call instructions.
2008-03-17 Dale JohannesenMake Complex long long/double/long double work
2008-03-17 Chris LattnerCheck in some #ifdef'd out code switching call argument
2008-03-17 Chris Lattnerminor cleanups
2008-03-17 Evan ChengUnbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
2008-03-17 Owen AndersonA first attempt at updating live intervals, with code...
2008-03-17 Chris Lattnerremove dead code
2008-03-17 Chris LattnerSwitch sparc from using LowerCallTo to using LowerOpera...
2008-03-17 Chris LattnerStart moving sparc to use SparcCallingConv.td, switchin...
2008-03-17 Chris Lattnersplit sparc lowering out into SparcISelLowering.{cpp...
2008-03-17 Chris Lattnerrefactor the LowerOperation code out to individual...
2008-03-17 Dale JohannesenNext round of PPC32 ABI changes. Allow for gcc
2008-03-17 Chris Lattnervarious rotate fun.
2008-03-16 Nate BegemanAdd a couple missing SSE4 instructions
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Bill WendlingAdd assert for non-hexadecimal radixes.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
next