oota-llvm.git
2008-03-25 Bill WendlingFix PR2062: Don't build Intrinsics.gen in the source...
2008-03-25 Tanya LattnerDisable building llvm-upgrade.
2008-03-25 Sam BishopMake a note of the fact that EmitOwnedPtr() has nothing...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2008-03-25 Evan ChenglastRegisterUse() should ignore identity copies. Those...
2008-03-25 Devang Patelcheck struct layout
2008-03-24 Evan ChengRemove an unneeded test.
2008-03-24 Evan ChengAdd \t after .set. Fix by Jay Freeman.
2008-03-24 Evan ChengIf the coalescer commuted a def MI to allow coalescing...
2008-03-24 Evan ChengAdd an assertion to catch register of illegal class.
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...
2008-03-24 Andrew LenharthWith debug info, there are nameless constant global...
2008-03-24 Steve NaroffAdd file to project.
2008-03-24 Evan Cheng- SSE4.1 extractfps extracts a f32 into a gr32 register...
2008-03-24 Owen AndersonOops. I wanted the compile flags for C++, not the...
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-24 Devang Patelvoid type is also a valid function return type.
2008-03-24 Owen AndersonRemove #include<iostream>, which I was using for debugging.
2008-03-24 Devang PatelAdd incoming value from header only if phi node has...
2008-03-24 Tanya LattnerAdded Passes.html to the documentation list.
2008-03-24 Devang PatelFix typo. Clarify underlying message.
2008-03-24 Devang PatelFix test name.
2008-03-24 Chris Lattnerapparently tclsh doesn't lex like bash. Weird.
2008-03-24 Chris Lattnerpass the option so this test tests the right thing.
2008-03-24 Devang PatelAdd new test.
2008-03-24 Dan GohmanRemove an unnecessary #include.
2008-03-24 Devang PatelRemove incorrect comment.
2008-03-24 Dan GohmanShrink the size of AllocationInst by using its SubclassData
2008-03-24 Dan GohmanAPIntify SelectionDAG's EXTRACT_ELEMENT code.
2008-03-24 Evan ChengIncreasing the inline limit from (overly conservative...
2008-03-24 Bill WendlingSmall format/grammar changes.
2008-03-24 Bill WendlingGrammar Nazi strikes! :-)
2008-03-24 Devang PatelUpdate Function type documentation to clarify how multi...
2008-03-24 Evan ChengTemporarily disabling memset forming optimization....
2008-03-24 Owen AndersonBe sure to remove intervals after we've joined them...
2008-03-24 Gordon HenriksenIgnoring per-user file.
2008-03-24 Gordon HenriksenIgnoring generated files.
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...
2008-03-23 Evan ChengRemove duplicated entries.
2008-03-23 Gordon HenriksenAnother typo.
2008-03-23 Gordon HenriksenFix a typo.
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 Gordon HenriksenUpdate project to reflect deleted files.
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 KorobeynikovUse C-style comments :)
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-23 Anton KorobeynikovAdd Mikhail to credits file
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-03-22 Bill WendlingNew testcase.
2008-03-22 Bill WendlingDon't strip things when we're doing a debug build.
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 Owen AndersonUse normal naming convention for test.
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 Anton KorobeynikovTypo fixes
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 Gabor Greifa happier version of happiness
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 Duncan SandsTestcase for PR2160.
2008-03-21 Evan ChengA couple of kill marker maintainence bug.
2008-03-21 Chris Lattnerclean up and fix the call section.
2008-03-21 Chris Lattnercleanups for the getresult section.
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...
next