oota-llvm.git
2010-04-18 Chris Lattnerreduce indentation
2010-04-18 Chris Lattnerunnest from namespace.
2010-04-18 Chris Lattnersilence some -Wmissing-field-initializers warnings.
2010-04-18 Chris Lattnersilence some unused-value warnings.
2010-04-18 Bill WendlingDon't rely upon the MCSymbol "isDefined" method to...
2010-04-18 Bill WendlingFormatting changes. No functionality change.
2010-04-18 Bill WendlingAdd a "PadTo" field to the emitULEB128Bytes method...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-17 Daniel DunbarRevert "reject forward references to functions whose...
2010-04-17 Nick LewyckyFix intrinsic signature in this test.
2010-04-17 Chris Lattnerreject forward references to functions whose type don...
2010-04-17 Dale JohannesenAdd comment (lost when reverting and reapplying 101503).
2010-04-17 Chris Lattnerdoh, didn't mean to check in my hackaround lit sucking. :)
2010-04-17 Chris Lattnerfix PR6332, allowing an index of zero into a zero sized...
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
2010-04-17 Chris Lattnerrefactor .if handling code a bit.
2010-04-17 Chris Lattnerfix PR6858: a dangling pointer use bug which was caused
2010-04-17 Chris Lattnera bunch of cleanups and tweaks, no functionality changes.
2010-04-17 Dan GohmanFix more -Wcast-qual warnings.
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-04-17 Chris Lattnerremove a dead variable, PR6856
2010-04-17 Chris Lattnertestcase for r101538, patch by Nico Schmidt!
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const_cast instead of a C-style cast to cast away...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-17 Dan GohmanDelete now-unnecessary const_casts.
2010-04-17 Dan GohmanUse cast instead of dyn_cast when assuming success.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-17 Chandler CarruthName these stub files consistently with the SPU and...
2010-04-17 Chris Lattnera bunch of ssse3 instructions are misencoded to think...
2010-04-17 Chris Lattnerreenable r101565, removing a problematic assertion.
2010-04-17 Evan ChengPostra machine licm must add registers defined by loop...
2010-04-17 Nick LewyckyRefresh this documentation. Things have changed a bit...
2010-04-17 Evan ChengFix codegen passes. -disable-ssc shouldn't disable...
2010-04-17 Evan ChengMore work to allow dag combiner to promote 16-bit ops...
2010-04-17 Evan ChengAnother 80 col violation.
2010-04-17 Bob WilsonRevise my previous change to ExpandBIT_CONVERT. I...
2010-04-17 Evan ChengAdd nounwind.
2010-04-17 Bob WilsonRe-commit my previous SSAUpdater changes. The previous...
2010-04-17 Bob WilsonAs a temporary workaround for post-RA not handling...
2010-04-17 Jakob Stoklund... Revert "Use a simpler data structure to calculate the...
2010-04-17 Dale JohannesenReapply 101503+101520. These are "obviously correct...
2010-04-17 Chris Lattnerdisable r101565: an assert is getting triggered. More...
2010-04-16 Chris Lattneradd a note
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Devang PatelAdd support to emit dwarf ranges.
2010-04-16 Jakob Stoklund... Use a simpler data structure to calculate the least...
2010-04-16 Johnny ChenCast to (uint64_t) instead of relying on the "ul" suffix.
2010-04-16 Dan GohmanAdd a getSelectionDAGInfo member to TargetMachine.
2010-04-16 Chris Lattnerupdate docs for api change.
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-16 Johnny ChenFixed logic error. Should check Builder for validity...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Dan GohmanRegenerate configure script.
2010-04-16 Dan GohmanAdd an autoconf check for -retain-symbols-file and...
2010-04-16 Johnny ChenMinor change to make the test case comply with Vd<0...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Evan Cheng(i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext...
2010-04-16 Chris Lattnertidy up
2010-04-16 Chris Lattnermove PrintCallGraphPass out of the middle of CGPassManager.
2010-04-16 Chris Lattneradd a missing break back, patch by Nico Schmidt!
2010-04-16 Dan GohmanCreate a new TargetSelectionDAGInfo class. This will...
2010-04-16 Dan GohmanCommit this, which should have accompanied 101531.
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-16 Dan GohmanFix this code to avoid implicit assumptions about the...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Dan GohmanRevert 101520, which depended on 101503, which was...
2010-04-16 Johnny ChenMulticlass LdStCop was using pre-UAL syntax LDC<c>L...
2010-04-16 Duncan SandsRevert commit 101503 (johannes), in the hope of fixing...
2010-04-16 Johnny ChenRemove the assert() from printAddrMode2OffsetOperand...
2010-04-16 Dan GohmanTrim a #include.
2010-04-16 Dan GohmanRevert r101455, which fails on the llvm-arm-linux buildbot.
2010-04-16 Dale JohannesenUse a ValueMap not a std::map for the reason indicated
2010-04-16 Evan Cheng80 col.
2010-04-16 Evan Cheng80 col.
2010-04-16 Dan GohmanAvoid creating virtual registers for unused values.
2010-04-16 Dan GohmanFix an assertion string.
2010-04-16 Dan GohmanFix a comment.
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-16 Dan GohmanRefine the detection of seemingly infinitely recursive...
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Dan GohmanMake callIsSmall accessible as a utility function.
2010-04-16 Dan GohmanFix SCEVCommutativeExpr::print to be robust in the...
2010-04-16 Dan GohmanDelete a blank line.
2010-04-16 Dan GohmanAdd Debug+Coverage to more svn:ignore properties.
2010-04-16 Bill WendlingAdd JIT exception handling test.
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-16 Chris Lattnercompleted my pass over all 6+ months of commits, next...
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-16 Evan ChengUse getAL() rather than a major constant.
2010-04-16 Dan GohmanAdd Debug+Coverage and friends to svn:ignore properties.
2010-04-16 Eric ChristopherAdd a check for posix_spawn.
2010-04-16 Dan GohmanRefine further the scope where the global DebugLoc...
2010-04-16 Nick LewyckyRevert r64616 which worked around gcc.gnu.org/PR42757...
2010-04-16 Eric ChristopherSilence an unused variable warning.
2010-04-16 Chris Lattnerfix comment noticed by Bob
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
next