oota-llvm.git
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 NAKAMURA Takumillvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OP...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Akira HatanakaAdd Mips to the list of target architectures for the...
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-21 Chandler CarruthAvoid using the recently added APPEND_STRING feature...
2012-06-21 Nuno Lopesfix build in C++11 mode.
2012-06-21 Pete CooperFix potential crash if DAGCombine on stores sees a...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 Nuno Lopesmove some typedefs so that we don't polute the llvm...
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-21 Nadav RotemAdd a number of threshold arguments to the SRA pass.
2012-06-21 NAKAMURA TakumiRevert r158209, "test/CodeGen/Generic/APIntLoadStore...
2012-06-21 NAKAMURA Takumillvm/unittests/ExecutionEngine/JIT/CMakeLists.txt:...
2012-06-21 Chandler CarruthAdd a pragma to supress an MSVC warning on some of...
2012-06-21 Chandler CarruthAdd some missing dependencies here that I missed in...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-21 Nadav Rotemllvm-stress: Stabalize (by using an ordered container...
2012-06-21 Bill WendlingCleanup some encoding mishaps.
2012-06-21 Bill WendlingSphinxify the tablegen document.
2012-06-21 Lang HamesAdd a missing llvm.fma -> VFNMS pattern to the ARM...
2012-06-21 Bill WendlingSphinxify the outdated Packaging documentation.
2012-06-21 Evan ChengEmit a single _udivmodsi4 libcall instead of two separa...
2012-06-21 Chandler CarruthFactor the logic for setting up a GoogleTest unit test...
2012-06-21 Chandler CarruthSimplify the naming pattern in the unittests' CMake...
2012-06-21 Chandler CarruthRemove one of the LLVM-specific CMake hacks in favor...
2012-06-21 Jakob Stoklund... Update regunits in RegisterCoalescer::reMaterializeTriv...
2012-06-20 Meador IngePut space after "code-block::".
2012-06-20 Jakob Stoklund... Remove LiveIntervals::iterator.
2012-06-20 Jakob Stoklund... Remove spurious typedefs.
2012-06-20 Meador IngeRemoved some left over HTML tags and a '}'.
2012-06-20 Jakob Stoklund... Remove the RenderMachineFunction HTML output pass.
2012-06-20 Jakob Stoklund... Remove the -live-regunits command line option.
2012-06-20 Jakob Stoklund... Fix some more LiveInterval enumerations.
2012-06-20 Jakob Stoklund... Remove LiveIntervalUnions from RegAllocBase.
2012-06-20 Jakob Stoklund... Convert RAGreedy to LiveRegMatrix interference checking.
2012-06-20 Jakob Stoklund... Convert RABasic to using LiveRegMatrix interference...
2012-06-20 Jakob Stoklund... Enable register unit liveness by default.
2012-06-20 Jakob Stoklund... Teach PBQPBuilder::build() about regunit interference.
2012-06-20 Andrew TrickRestructure PopulateLoopsDFS::insertIntoLoop.
2012-06-20 Bill WendlingSphixify the GEP FAQ.
2012-06-20 Jakob Stoklund... Avoid iterating with LiveIntervals::iterator.
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-20 Kaelyn UhrainRemove an "else" that snuck in after a "return" ;)
2012-06-20 Kaelyn UhrainCheck that a file is not a directory before reading...
2012-06-20 Andrew TrickAdd "extern template" declarations now that we use...
2012-06-20 Pete CooperAdd users of a MERGE_VALUE node to the worklist to...
2012-06-20 Jakob Stoklund... Only update regunit live ranges that have been precomputed.
2012-06-20 Nuno Lopesreplace usage of EmitGEPOffset() with TargetData::getIn...
2012-06-20 Jakob Stoklund... Delete dead code.
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-20 Hal FinkelFix DAGCombine to deal with ext-conversion of pre/post_...
2012-06-20 Aaron BallmanFixing a compiler warning in MSVC 10.
2012-06-20 Bill WendlingSphinxify the SegmentedStack document.
2012-06-20 Bill WendlingMove coding standards reference from development_proces...
2012-06-20 Bill WendlingUnindent list.
2012-06-20 Bill WendlingUn-indent list to remove ugly back-slash.
2012-06-20 Bill WendlingFix the formatting a bit.
2012-06-20 Bill WendlingSphinxify the developer policy document.
2012-06-20 Bill WendlingSphinxify the lexicon doc.
2012-06-20 Bill WendlingSphinxify BranchWeightMetadata document.
2012-06-20 Bill WendlingSphinxify the LTO document.
2012-06-20 Bill WendlingUnindent list.
2012-06-20 Bill WendlingSphinxify the AliasAnalysis document.
2012-06-20 Bill WendlingUnindent list.
2012-06-20 Bill WendlingUn-indent the list and remove ugly back-slash.
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-20 Chandler CarruthFix two rather subtle internal vs. external linker...
2012-06-20 Chandler CarruthFix inappropriate use of anonymous namespaces in unittests.
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Craig TopperDon't insert 128-bit UNDEF into 256-bit vectors. Just...
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Bill WendlingSphinxify the MakefileGuide document.
2012-06-20 Francois PichetUnbreak the MSVC build: add return to unimplemented...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.
2012-06-20 Bill WendlingSphinxify the CodingStandard documentation.
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-20 Kaelyn UhrainDon't assert when given an empty range.
2012-06-19 Jakob Stoklund... Add regunit liveness support to LiveIntervals::handleMo...
2012-06-19 Bill WendlingAlphabetize.
2012-06-19 Chad RosierTidy up.
2012-06-19 Chad RosierAdd an ensureMaxAlignment() function to MachineFrameInf...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund... 80 col.
2012-06-19 Chad RosierTypo. Patch by Cameron McInally <cameron.mcinally@nyu...
2012-06-19 Bill WendlingAdd Projects.rst to the toctree.
2012-06-19 Bill WendlingUse correct capitalization.
2012-06-19 Jakob Stoklund... Add a triple.
2012-06-19 Jakob Stoklund... Implement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jakob Stoklund... Style: Don't reuse variables for multiple purposes.
2012-06-19 Marshall ClowNew test tool: obj2yaml
2012-06-19 Bill WendlingIndent coding examples.
2012-06-19 Bill WendlingRemove bad HTML tags. Add missing :.
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
next