oota-llvm.git
2008-10-31 Anton KorobeynikovInvalidate debug/eh/gc labels when unreachable MBB...
2008-10-31 Evan ChengAdd comment.
2008-10-31 Evan ChengUse better data structure for ConstPoolId2AddrMap.
2008-10-31 Evan ChengActually make debug output understandable.
2008-10-31 Mon P Wangx86_64 rip-relative and magic mode address
2008-10-31 Evan ChengForgot this in last commit.
2008-10-31 Evan ChengEncode PICADD; some code clean up.
2008-10-31 Dan GohmanRemove some unused virtual function bodies.
2008-10-31 Bill WendlingRevert r58489. It isn't correct for all cases.
2008-10-31 Anton KorobeynikovSymbol visibility is unsupported on cygwin too.
2008-10-31 Torok EdwinAdd an assert to catch user errors like:
2008-10-31 Evan ChengChange x86 register allocation ordering to match that...
2008-10-31 Evan ChengAdd a fixme.
2008-10-31 Dan GohmanTotally disable the setSubgraphColor calls temporarily...
2008-10-31 Duncan SandsAdd a bunch of libcalls for ppcf128 that were somehow
2008-10-31 Sanjiv GuptaFor some targets pointer and int are 16-bits. Allow...
2008-10-31 Bill WendlingDon't skip over all "terminator" instructions when...
2008-10-31 Daniel DunbarFix warning.
2008-10-31 Oscar FuentesCMake: Fix some unwanted commentary line wraps on the...
2008-10-31 Oscar FuentesCMake: Establish dependencies among executables and...
2008-10-31 Dan GohmanUse MOVSSmr instead of EXTRACTPSmr in the case of extra...
2008-10-30 Jim GrosbachRevert errant deletion. The target needs to be able...
2008-10-30 Evan ChengI think we got non-machine specific constpool entries...
2008-10-30 Cedric VenetChange the name of the generated solution file for...
2008-10-30 Duncan SandsTestcase for PR2987.
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-30 Duncan SandsTestcase for PR2986.
2008-10-30 Duncan SandsFix PR2986: do not use a potentially illegal
2008-10-30 Daniel DunbarSet svn:ignore on cscope.{files,out} in root llvm direc...
2008-10-30 Daniel DunbarSet svn:ignore for some Release-Asserts and Output...
2008-10-30 Duncan SandsShift amounts should have type getShiftAmountTy
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-10-30 Duncan SandsShift amounts should have the type given by
2008-10-30 Mon P WangAdd missing vsetcc expansion for widening
2008-10-30 Oscar FuentesCMake: Reverted some unintentional changes on the previ...
2008-10-30 Oscar FuentesCMake: Cygwin pretends to be Unix.
2008-10-30 Evan ChengARM JIT should observe -relocation-model command line...
2008-10-30 Mon P WangAdd initial support for vector widening. Logic is...
2008-10-30 Chris Lattnermention fortran status.
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-30 Bill WendlingRevert r58411. The user needs to #define this when...
2008-10-30 Dan GohmanSpell DISABLE_ASSERTIONS correctly.
2008-10-30 Bill WendlingRevert part of r58048. It was breaking on SnowLeopard...
2008-10-29 Evan ChengCorrect way to handle CONSTPOOL_ENTRY instructions.
2008-10-29 Evan ChengAdd debugging support.
2008-10-29 Evan ChengLet target resolve some relocation results.
2008-10-29 Evan ChengThis is not needed anymore.
2008-10-29 Evan ChengAdd a bit to MachineRelocation that tells JIT that...
2008-10-29 Nate BegemanFix PEXTRQ encoding
2008-10-29 Chris Lattneradd testcase for PR2964
2008-10-29 Dale JohannesenAdd a RM pseudoreg for the rounding mode, which
2008-10-29 Duncan SandsTestcase for PR2917.
2008-10-29 Duncan SandsUniformize capitalization of NodeId.
2008-10-29 Chris LattnerFix PR2967 by not deleting volatile load/stores that...
2008-10-29 Torok Edwinfix typo
2008-10-29 Duncan SandsMake the declaration of bzero match size_t on
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-10-29 Duncan SandsAdd sanity checking for BUILD_PAIR (I noticed the
2008-10-29 Evan Cheng- More pre-split fixes: spill slot live interval comput...
2008-10-29 Duncan SandsFix a FIXME: in ReplaceNodeWith, if the new node
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-29 Evan Cheng- Rewrite code that update register live interval that...
2008-10-29 Oscar FuentesCMake: Removed some cruft.
2008-10-29 Daniel DunbarFactor shouldInline method out of Inliner.
2008-10-29 David GreeneDon't force things to be Value * when they're not.
2008-10-28 Daniel DunbarAssorted comment/naming fixes, 80-col violations, and...
2008-10-28 Dan Gohman(A & sext(C)) | (B & ~sext(C) -> C ? A : B
2008-10-28 Dan GohmanTake Chris' suggestion and define EnableFastISelVerbose and
2008-10-28 Chris Lattnerllvm-ld doesn't have a -march option. This fixes PR2961
2008-10-28 Daniel DunbarReuse PrintEscapedString for printing names in .ll
2008-10-28 Dan GohmanProtect the code for fast-isel debugging with #ifndef...
2008-10-28 Dan GohmanAdd some more information to the top-level comment...
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-28 Torok Edwinfix prototype of print, it is (llvm/Pass.h):
2008-10-28 Evan ChengAvoid calls to setSubgraphColor in release mode. They...
2008-10-28 Tanya LattnerDo not allow a user to set the operand for a constant.
2008-10-28 Torok Edwinfix duplicate anchor names, and broken anchor links...
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Duncan SandsTurn off LegalizeTypes for this test for the
2008-10-28 Duncan SandsFix a testcase provided by Bill in which the node
2008-10-28 Chris LattnerDon't produce invalid comparisons after legalize.
2008-10-28 Chris Lattnerfix some whitespace stuff
2008-10-28 Chris Lattnerfit in 80 cols
2008-10-28 Chris LattnerFix a nasty miscompilation of 176.gcc on linux/x86...
2008-10-28 Chris Lattnermore comment cleanups.
2008-10-28 Chris Lattnercomment cleanups.
2008-10-28 Evan ChengIf def is in the same mbb as the barrier, spilt the...
2008-10-28 Evan ChengAdd command line option to limit the number splits...
2008-10-28 Dan GohmanFix the name of the include guard to match the filename.
2008-10-28 Evan ChengAvoid putting a split past the end of the live range...
2008-10-27 Bill Wendling- Fix SUBVERSION string to handle x.x.x version number...
2008-10-27 Evan ChengSilence a bogus compile time warning.
2008-10-27 David GreeneRe-apply 55137 with fixes.
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-10-27 Ted KremenekFix bogus comparison of "const char *" with c-string...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-27 Daniel DunbarReturn bool (inserted) from StringSet::insert as for...
2008-10-27 Cedric VenetRemove tabs from my previous commit.
2008-10-27 Chris Lattnerrename vec_spat -> vec_splat, pointed out by duncan
next