oota-llvm.git
2010-04-19 Dan GohmanRevert 101825, which is causing trouble.
2010-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-04-19 Johnny ChenBetter error handling of invalid IT mask '0000', instea...
2010-04-19 Dan GohmanEliminate SelectionDAGISel's "current block" member...
2010-04-19 Dan GohmanDelete an unnecessary reference to SelectionDAGISel...
2010-04-19 Dan GohmanEliminate the CurMBB member from SelectionDAGBuilder...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-19 Johnny ChenAccording to A8.6.16 B (Encoding T3) and A8.3 Condition...
2010-04-19 Devang PatelFix typo. add a test case.
2010-04-19 Evan ChengMore progress on promoting i16 operations to i32 for...
2010-04-19 Dan GohmanGive SelectionDAG a TargetMachine too, rather than...
2010-04-19 Evan ChengMore 80 col violation.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-19 Dan GohmanMove isInTailCallPosition out of SelectionDAGBuilder...
2010-04-19 Dan GohmanEnable -Wcast-qual for C++ files, where intentional...
2010-04-19 Dan GohmanRemove -module, which appears to be a leftover from...
2010-04-19 Dan GohmanThis doesn't need SmallVector.h anymore.
2010-04-19 Mikhail GlushenkovSupport .a files directly (without -l).
2010-04-19 Johnny ChenBetter error-handling for DisassembleThumb2DPSoReg...
2010-04-19 Dan GohmanFix this for std::vectors which don't have .data().
2010-04-19 Johnny ChenARM disassembler did not react to recent changes to...
2010-04-19 Benjamin KramerDon't write into MemoryBuffers.
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Dan GohmanRevert 91528 and use a std::vector instead, fixing...
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Dan GohmanAdd a few more ELF bits.
2010-04-19 Dan GohmanAdd a const.
2010-04-19 Dan GohmanThese functions don't need to access this.
2010-04-18 Anton KorobeynikovAdd missed part of prev. commit
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-18 Chris Lattneravoid temporary std::string in non posix_spawn path.
2010-04-18 Benjamin KramerEliminate temporary string.
2010-04-18 Benjamin KramerProperly inherit the environment on darwin where enviro...
2010-04-18 Nick LewyckyThis is horrible. Split the difference, and declare...
2010-04-18 Nick LewyckyRevert r101701, Darwin doesn't have 'environ'. Go figure.
2010-04-18 Nick LewyckyFix linux build. posix_spawn doesn't inherit the enviro...
2010-04-18 Chris Lattnermake Program::Execute use posix_spawn on systems that...
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
next