There is no longer any need to silence this compiler warning as the warning has
[oota-llvm.git] / include /
2013-03-30 Benjamin KramerObject: Turn a couple of degenerate for loops into...
2013-03-29 Jean-Luc DupratSmallVector and SmallPtrSet allocations now power-of...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-28 Howard HinnantSeciton 24.2.2 of the C++ standard, [iterator.iterators...
2013-03-28 Michael GottesmanRevert "Updated ELF relocation test for .eh_frame section"
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 Jack CarterUpdated ELF relocation test for .eh_frame section
2013-03-27 Chad RosierAdd a boolean parameter to the llvm::report_fatal_error...
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 David BlaikieMake DIBuilder::createClassType more type safe by retur...
2013-03-26 David BlaikieDebugInfo: more support for mutating DICompositeType...
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
2013-03-26 Michael LiaoAdd XTEST codegen support
2013-03-26 David BlaikieDebug Info: Provide a means to update the members of...
2013-03-26 Hal FinkelFix the register scavenger for targets that provide...
2013-03-26 Hal FinkelUpdate PEI's virtual-register-based scavenging to suppo...
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-03-26 Andrew TrickFix SCEV forgetMemoizedResults should search and destro...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-25 Shankar Easwaran[ELF] dont compute symbolname size in every loop
2013-03-25 Shankar Easwaranreflect comment to the official reference
2013-03-25 Shankar Easwaran[ELF] add elf_hash function to compute the hash value...
2013-03-25 Yiannis TsiourisAdd a GC plugin for Erlang
2013-03-25 Joerg SonnenbergerRefine fenv.h handling: check if the desired macros...
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.
next