When constant folding GEP of GEP, do not crash if an index of
[oota-llvm.git] / include /
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-12 Benjamin KramerFactor checked library call optimization into a common...
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Benjamin Kramerstpcpy is so similar to strcpy, it doesn't deserve...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-11 Eric ChristopherLower stpcpy_chk when possible.
2010-03-11 Daniel DunbarMC/Mach-O: Add MCSymbolData::getAddress() utility.
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-11 Evan ChengThe check for coalescing a virtual register to a physic...
2010-03-11 Daniel DunbarMC/Mach-O: Start passing in the basic MCAsmLayout object.
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...
2010-03-11 Daniel DunbarFix (unused) RegisterAsmBackend template, clang++ isn...
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-11 Daniel DunbarMC: Sketch some TargetAsmBackend hooks we are going...
2010-03-11 Daniel DunbarMC: Provide the target triple to AsmBackend constructors.
2010-03-11 Eric ChristopherAdd strncpy libcall creator. Use it when it should...
2010-03-11 Dale JohannesenMake sure HasDebugValue is initialized. This should fix
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-03-10 Daniel DunbarMC: Move the backend section and symbol data maps to...
2010-03-10 Daniel DunbarRemove unneeded declarations.
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-03-10 Benjamin KramerRemove duplicated code. No functionality change.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jakob Stoklund OlesenRevert r98089, it was breaking a clang test.
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-09 Chris Lattnerreapply r98035:
2010-03-09 Eric ChristopherSpeculatively revert r98035. It appears to have caused...
2010-03-09 Chris LattnerNow that setStartLabel takes an MCSymbol, we can de...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-09 Chris Lattnerinline RemapLabel into its only caller and simplify.
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Devang PatelIntroduce DIFile. This will be used to represent header...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelRemove DbgNode checks in constructor. Debug descriptors...
2010-03-08 Devang PatelisNull() is not used any more.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Andrew LenharthIterator traits and swap. closes PR6548 and PR6549
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll back r97918 again. Just configuring against llvm...
2010-03-07 Jeffrey YasskinReapply r97788 to free MDNodes when the LLVMContext...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Tobias GrosserAdd findNearestCommonDominator() for PostDominators.
2010-03-07 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-03-06 Rafael EspindolaAdd static methods to handle Linkage Types.
2010-03-06 Erick TryzelaarAdd a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr...
2010-03-06 Dale JohannesenAdd some new bits of debug info handling. No
2010-03-05 Eric ChristopherMove SimplifyLibCalls's LibCall builders to a separate...
2010-03-05 Eric ChristopherAdd support for an i8* type accessor.
2010-03-05 Eric ChristopherMove GetStringLength and helper from SimplifyLibCalls...
2010-03-05 Jeffrey YasskinRevert r97788 because it broke test/FrontendC/2010...
2010-03-05 Jeffrey YasskinFree MDNodes when the LLVMContext is destroyed. Leak...
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-03-04 Chris Lattnerinline CannotYetSelectIntrinsic into CannotYetSelect...
2010-03-03 Erick TryzelaarExpose alignment and stack alignment attributes to...
2010-03-03 Evan ChengMove MachineInstrExpressionTrait::getHashValue() out...
2010-03-03 Evan ChengRe-apply r97667 but with a little bit of thought put...
2010-03-03 Dan GohmanRevert 97667. It broke a bunch of tests.
2010-03-03 Evan ChengMove DenseMapInfo for MachineInstr* to MachineInstr.h
2010-03-03 Evan ChengAdd MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
2010-03-03 Chris Lattnerdon't use always_inline with gcc 3.4, it has some unimp...
2010-03-03 Evan ChengTopLevelMap[] reference is a pointer.
2010-03-03 Chris Lattnerspeed up scope node processing: if the first element...
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-03 Evan ChengOrdering forward declarations.
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Evan ChengAllow specialization of ScopedHashTable of non-default...
2010-03-02 Erick TryzelaarRename LLVMUseIteratorRef to LLVMUseRef since we don...
2010-03-02 Evan ChengSwap parameters of isSafeToMove and isSafeToReMat for...
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris Lattnerfactor node morphing out to its own helper method.
2010-03-02 Chris Lattnereliminate CodeGen/DAGISelHeader.h, it is empty now.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Chris Lattnermove some code out of DAGISelHeader up to SelectionDAGI...
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.
2010-03-02 Evan ChengAdd count() and lookup() to ScopedHashTable. It might...
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-01 Chris Lattnerremove some functions that were only used by the
2010-03-01 Chris Lattnerremove all but one version of SelectionDAG::MorphNodeTo
next