Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / include /
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-22 David BlaikieSwap the DIFile in DILexicalBlockFile out for the raw...
2013-03-22 David Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 Bill WendlingRevert r177675. This is language-specific and shouldn...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-22 Hal FinkelRemove ScavengedRC from RegisterScavenging
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-22 Argyrios KyrtzidisIntroduce LLVM_STATIC_ASSERT macro, which expands to...
2013-03-22 Chandler CarruthRevert r177543: Add timing of the IR parsing code with...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 Bill WendlingAdd a query to tell if a landing pad has a catch-all.
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 Chandler CarruthHoist the definition of getTypeSizeInBits to be inlinab...
2013-03-21 David BlaikieRemoving unused DISubprogram::getFile
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 Jakub StaszakUse pre-inc, pre-dec when possible.
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 Rafael EspindolaAdd std prefixes to fix the build with xlc.
2013-03-20 Jakob Stoklund OlesenMake sure TableGen exits with an error code after print...
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 Eric ChristopherRemove blank line before block comment.
2013-03-20 David BlaikieDIBuilder: allow linkage name to be specified for globa...
2013-03-20 Eli BenderskyAdd timing of the IR parsing code with a new -time...
2013-03-20 David BlaikieReorder the DIFile parameter in DINameSpace
2013-03-20 David BlaikieProvide more details for DINameSpace debug info in...
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-19 Eli BenderskyThe Linker interface has some dead code after the clean...
2013-03-18 Jakub StaszakMove #include of BitVector from .h to .cpp file.
2013-03-18 Jakub StaszakAdd some constantness.
2013-03-18 Jakub StaszakRemove unneeded #includes.
2013-03-18 Jakub StaszakMake methods const.
2013-03-18 Jakub StaszakRemove trailing spaces.
2013-03-18 Benjamin KramerRemove default copy ctor/assignment, makes AttributeSet...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 David BlaikieImprove DIFile debug info annotation by letting it...
2013-03-15 Jakob Stoklund OlesenAdd SchedRW as an Instruction field.
2013-03-15 Daniel Dunbar[ADT] Fix StringSet::insert() to not allocate on every...
2013-03-15 Craig TopperUse NumBaseBits in a few more places in SmallBitVector...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-14 Reed KotlerAdd a new method which enables one to change register...
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-14 Joerg SonnenbergerAdd two of the float related ARM-specific entries for...
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-14 Nick LewyckyFix typo in comment.
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-03-13 David BlaikieSimplify file/directory name handling in DILexicalBlock
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-13 David BlaikieSimplify directory name handling in DILexicalBlockFile.
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-11 Eli BenderskyResidual cleanup: live-out set is gone
2013-03-10 Nick LewyckyUse LLVMBool instead of 'bool' in the C API. Based...
2013-03-10 Jakub StaszakCleanup #includes.
2013-03-10 Jakub StaszakRemove unneeded #include.
2013-03-10 Jakub StaszakAdd some constantness in MachinePostDominators.h.
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-09 Jakub StaszakRemove unneeded cast.
2013-03-09 Jakub StaszakRemove unneeded const_cast.
2013-03-09 Jakub StaszakUse forward declaration instead of #include.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-08 Eli BenderskyClean up out-of-date comments and some stray whitespace
2013-03-08 Jakob Stoklund OlesenNo really, don't use end().
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-03-08 Jakob Stoklund OlesenAvoid creating a SlotIndex from the end() iterator.
2013-03-07 Jakob Stoklund OlesenRename isEarlierInSameTrace to isUsefulDominator.
2013-03-07 Benjamin KramerFix tautological compare. Not sure why this didn't...
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-03-07 Jakub StaszakChange Index type from unsigned long to unsigned. This...
2013-03-07 Jakub StaszakRemove trailing spaces.
2013-03-07 Nick LewyckySwitch from a version 4.2/4.4 switch to a four-byte...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-03-06 Andrew TrickGeneralize my previous fix for -print-options.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-06 Jakub StaszakRemove duplicated forward declaration.
2013-03-05 Jakub StaszakFix a few typos in comments.
2013-03-05 Jakub StaszakAdd some constantness.
2013-03-05 Jakub Staszakstd::distance() == 0 means that iterators are equal...
2013-03-05 Meador IngeAdd more functions to the TLI.
2013-03-05 Arnold SchwaighoferUse the right number of slashes in comment string
2013-03-05 Arnold SchwaighoferClarify comment for function getObjectSize
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-03-01 Michael LiaoFix PR10475
2013-03-01 Peng Chengtest commit to use consistent comment notation.
next