summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-30
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-30
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-30
* remove support for per-time peak memory tracking, thisChris Lattner2010-03-29
* various timer fixes: move operator= out of line,Chris Lattner2010-03-29
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-29
* Pool allocate SDDbgValue nodes.Evan Cheng2010-03-29
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-29
* Revert 99772.Devang Patel2010-03-28
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-28
* Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701).Torok Edwin2010-03-28
* finally remove the immAllOnesV_bc/immAllZerosV_bc patternsChris Lattner2010-03-28
* add some node definitions.Chris Lattner2010-03-28
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-28
* Give FileRemover a default constructor to allow FileRemovers to be createdDan Gohman2010-03-27
* Add a comment.Dan Gohman2010-03-27
* remove parallel support.Chris Lattner2010-03-27
* bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tigh...Chris Lattner2010-03-27
* Add few missed libcalls and correct names for others.Anton Korobeynikov2010-03-26
* Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman2010-03-26
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-25
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar2010-03-25
* MC: Stop restarting layout on every relaxation.Daniel Dunbar2010-03-25
* MC: Simplify main section layout process by moving alignment into LayoutSection.Daniel Dunbar2010-03-25
* MC: Sink Section address assignment into LayoutSection.Daniel Dunbar2010-03-25
* Reapply Kevin's change 94440, now that Chris has fixed the limitation onBob Wilson2010-03-25
* MC: Explicity track section and fragment ordinals.Daniel Dunbar2010-03-25
* Fix typo.Devang Patel2010-03-25
* Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher2010-03-25
* MC: Route access to SectionData offset and file size through MCAsmLayout.Daniel Dunbar2010-03-25
* MC: Route access to Fragment offset and effective size through MCAsmLayout.Daniel Dunbar2010-03-25
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-25
* MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAddress.Daniel Dunbar2010-03-25
* Fix unused parameter warning.Eric Christopher2010-03-25
* Docuemntation corrections from John Myers.Dan Gohman2010-03-25
* Temporarily revert this, it's causing an issue with an internal project.Eric Christopher2010-03-24
* Speculatively revert this to see if it fixes buildbot failures.Bob Wilson2010-03-24
* add a convenient TargetInstrDesc::getNumImplicitUses/Defs method.Chris Lattner2010-03-24
* Added the Advanced Encryption Standard (AES) Instructions.Kevin Enderby2010-03-24
* Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel2010-03-24
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-24
* Remove the ConvertActions table and associated code, which is unused.Dan Gohman2010-03-24
* Add a method to get a StringMapEntry from a pointer to the stringChris Lattner2010-03-24
* Fix coding style.Dan Gohman2010-03-24
* Generalize findNearestCommonDominator to work on post-dominators,Dan Gohman2010-03-24
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-23
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-23
* Revert 99335. getTypeToExpandTo's iterative behavior is actuallyDan Gohman2010-03-23