aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix llvm-ld to clean up its output files in case of an error.Dan Gohman2010-03-301-0/+11
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-301-3/+0
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-302-18/+2
* Switch isa_impl from a function template to a class template with aDouglas Gregor2010-03-303-44/+78
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-301-0/+10
* Change PointerUnionX::getFromOpaqueValue() to be declared 'static inline' ins...Ted Kremenek2010-03-301-3/+3
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-302-6/+7
* Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin2010-03-301-6/+0
* Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin2010-03-301-0/+6
* stringref'ize Timer apisChris Lattner2010-03-301-9/+9
* finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-301-3/+6
* add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-301-14/+8
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-301-5/+1
* change TimerGroup to keep a linked list of active timers Chris Lattner2010-03-301-11/+23
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-302-39/+72
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-302-72/+39
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-302-39/+72
* remove support for per-time peak memory tracking, thisChris Lattner2010-03-291-10/+0
* various timer fixes: move operator= out of line,Chris Lattner2010-03-291-34/+7
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-291-21/+29
* Pool allocate SDDbgValue nodes.Evan Cheng2010-03-291-0/+10
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-292-13/+1
* Revert 99772.Devang Patel2010-03-282-1/+13
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-282-13/+1
* Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701).Torok Edwin2010-03-281-1/+1
* finally remove the immAllOnesV_bc/immAllZerosV_bc patternsChris Lattner2010-03-281-7/+0
* add some node definitions.Chris Lattner2010-03-281-0/+8
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-281-0/+2
* Give FileRemover a default constructor to allow FileRemovers to be createdDan Gohman2010-03-271-0/+2
* Add a comment.Dan Gohman2010-03-271-0/+1
* remove parallel support.Chris Lattner2010-03-271-1/+0
* bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tigh...Chris Lattner2010-03-271-1/+1
* Add few missed libcalls and correct names for others.Anton Korobeynikov2010-03-261-0/+4
* Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman2010-03-261-6/+18
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-251-6/+6
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-253-6/+6
* llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar2010-03-252-1/+6
* MC: Stop restarting layout on every relaxation.Daniel Dunbar2010-03-252-0/+7
* MC: Simplify main section layout process by moving alignment into LayoutSection.Daniel Dunbar2010-03-251-2/+5
* MC: Sink Section address assignment into LayoutSection.Daniel Dunbar2010-03-251-4/+5
* Reapply Kevin's change 94440, now that Chris has fixed the limitation onBob Wilson2010-03-252-1/+20
* MC: Explicity track section and fragment ordinals.Daniel Dunbar2010-03-251-0/+15
* Fix typo.Devang Patel2010-03-251-4/+4
* Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher2010-03-252-0/+18
* MC: Route access to SectionData offset and file size through MCAsmLayout.Daniel Dunbar2010-03-252-25/+44
* MC: Route access to Fragment offset and effective size through MCAsmLayout.Daniel Dunbar2010-03-252-22/+11
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-252-33/+38
* MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAddress.Daniel Dunbar2010-03-251-13/+4
* Fix unused parameter warning.Eric Christopher2010-03-251-3/+3
* Docuemntation corrections from John Myers.Dan Gohman2010-03-252-5/+5