summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* The ELF relocation record format is different for N64 Jack Carter2012-06-27
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-27
* Revamp how debugging information is emitted for debug info objects.Bill Wendling2012-06-26
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen2012-06-26
* IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...Stepan Dyatkovskiy2012-06-26
* IntegersSubsetMapping: removed exclude operation, it will replaced with more ...Stepan Dyatkovskiy2012-06-26
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Define DAGOperand, an empty base class for RegisterClass and Operand. This a...Owen Anderson2012-06-25
* add CallSite/CallInst/InvokeInst::hasFnAttr()Nuno Lopes2012-06-25
* If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola2012-06-25
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-25
* Just remove generic support for C++11 alignas -- GCC is alreadyChandler Carruth2012-06-25
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-24
* llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap...NAKAMURA Takumi2012-06-24
* llvm/Support/IntegersSubset.h: Fix whitespace.NAKAMURA Takumi2012-06-24
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-23
* Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow2012-06-23
* Clean-up after r159077.Hans Wennborg2012-06-23
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-23
* TableGen: AsmMatcher support for better operand diagnostics.Jim Grosbach2012-06-22
* Remove ProcessImplicitDefs.h which was unused.Jakob Stoklund Olesen2012-06-22
* Delete a boring statistic.Jakob Stoklund Olesen2012-06-22
* Store live intervals in an IndexedMap.Jakob Stoklund Olesen2012-06-22
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-22
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Stop computing physreg live ranges.Jakob Stoklund Olesen2012-06-22
* Remove a variable that is unused when assertions aren't enabled.Kaelyn Uhrain2012-06-22
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-22
* Change comment into proper Doxygen member comment.Dmitri Gribenko2012-06-22
* Fixed r158979.Stepan Dyatkovskiy2012-06-22
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-22
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-22
* Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands2012-06-22
* Performance optimizations:Stepan Dyatkovskiy2012-06-22
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-22
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-22
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-22
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-21
* move some typedefs so that we don't polute the llvm namespace. this should ap...Nuno Lopes2012-06-21
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-21
* Remove LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-20
* Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen2012-06-20
* Restructure PopulateLoopsDFS::insertIntoLoop.Andrew Trick2012-06-20
* Add "extern template" declarations now that we use explicit instantiation.Andrew Trick2012-06-20
* Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen2012-06-20