oota-llvm.git
2011-11-03 Daniel Dunbarllvm-build: Sketch code to load LLVMBuild.txt files.
2011-11-03 Daniel Dunbarbuild: Stub out llvm-build utility tool.
2011-11-03 Daniel Dunbardocs: Add initial docs on LLVMBuild organization.
2011-11-03 Daniel Dunbarllvm-config-2: Implement component dependency traversal...
2011-11-03 Daniel Dunbarllvm-config: Start stubbing out a C++ version of llvm...
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-03 Galina KistanovaCleaned text, fixed HTML.
2011-11-03 Chad RosierAdd support for sign-extending non-legal types in Selec...
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-11-02 Lang HamesFixed parameter name.
2011-11-02 Chad RosierRemoved unused variable.
2011-11-02 Bill WendlingAn array of chars of length 8 will also cause the stack...
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-11-02 Galina KistanovaFew corrections on the document page.
2011-11-02 Nick LewyckyI added the first test to run llvm-dwarfdump.
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-11-02 Tobias Grosserdocs: Fix two typos
2011-11-02 Daniel Dunbarbuild/Make: Update for rename of show-diagnostics.
2011-11-02 Michael J.... object: Add operator < for SymbolRef and SectionRef.
2011-11-02 Michael J.... object/COFF: Properly initalize uses of DataRefImpl.
2011-11-02 Michael J.... Object/Archive: Add symbol table iteration.
2011-11-02 Chad RosierAdd support for comparing integer non-legal types.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-11-02 Kevin EnderbyReplace tabs I added in this new line of code with...
2011-11-02 Daniel Dunbartests: Clean up tests/CMakeLists.txt to drop some varia...
2011-11-02 Owen AndersonThe rules disallowing single-register reglist operands...
2011-11-02 Owen AndersonRegister list operands are not allowed to contain only...
2011-11-02 Benjamin KramerDon't print two 0x prefixes when printing an address.
2011-11-02 Chandler CarruthAdd back the top-level target for 'llvm-config' and...
2011-11-02 Chad RosierFactor out an EmitIntExt function. No functionality...
2011-11-02 Andrew TrickRewrite LinearFunctionTestReplace to handle pointer...
2011-11-02 Chandler CarruthFix a typo noticed by Peter Collingbourne. No one depen...
2011-11-02 Daniel Dunbardocs: Remove an out-of-date and unnecessary tool list.
2011-11-02 Daniel Dunbardocs: Separate development process type of documentatio...
2011-11-02 Daniel Dunbardocs: Remove UsingLibraries page, which was inaccurate...
2011-11-02 Daniel Dunbarbuild/Make: Get rid of llvm-config-perobj, which isn...
2011-11-02 Daniel Dunbarbuild/CMake: Remove llvm-config.target used to serializ...
2011-11-02 Chandler CarruthBegin collecting some of the statistics for block place...
2011-11-02 Craig TopperMore AVX2 instructions and intrinsics.
2011-11-02 Chandler CarruthAdd parentheses to disambiguate the precedence of these...
2011-11-02 Chandler CarruthThe TableGen parts of the CMake build are seriously...
2011-11-02 Craig TopperAdd a bunch more X86 AVX2 instructions and their corres...
2011-11-02 Chad RosierRename show-diagnostics to something less ambiguous.
2011-11-02 Tanya LattnerAdd support to the linker to lazily link in functions...
2011-11-02 Chad RosierFactor out a SelectTrunc function. No functionality...
2011-11-02 Andrew TrickBroaden an assert to handle enable-iv-rewrite=true...
2011-11-01 Kevin EnderbyFixed a bug in the code to create a dwarf file and...
2011-11-01 Jim GrosbachARM label operands can be quoted.
2011-11-01 Jim GrosbachARM label operands can have an optional '#' before...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-11-01 Owen AndersonFix disassembly of some VST1 instructions.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-11-01 Sebastian Popderive LLVM_HOSTTRIPLE from target
2011-11-01 Eli FriedmanTeach the x86 backend a couple tricks for dealing with...
2011-11-01 Jim GrosbachIgnore MachO symbol flags in the upper nibble of n_desc.
2011-11-01 Daniel DunbarSupport/Compiler: Add LLVM_EXTENSION for use where...
2011-11-01 Richard OsborneDon't fold negative offsets into cp / dp accesses to...
2011-11-01 Richard OsborneCombine various XCore tests for floating point intrinsi...
2011-11-01 Richard OsborneMove various XCore tests to FileCheck
2011-11-01 Craig TopperFix operand type for x86 pmadd_ub_sw intrinsic.
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-11-01 Eli FriedmanMake sure we use the right insertion point when instcom...
2011-11-01 Eli FriedmanA couple misc fixes so that bugpoint doesn't explode...
2011-11-01 Bill WendlingAdd LuaAV to external projects list.
2011-11-01 Eli FriedmanMove x86-specific tests into X86 folder.
2011-11-01 Eli FriedmanRemove empty directory.
2011-11-01 Eli FriedmanMove another test requiring x86 into X86 directory.
2011-11-01 Eli FriedmanMove test requiring x86 backend into X86 directory.
2011-11-01 Jim GrosbachARM VLD/VST assembly parsing for symbolic address operands.
2011-11-01 Jakob Stoklund... Update split candidate correctly when interference...
2011-10-31 Eli FriedmanAdd support for new atomics to cpp backend. Misc other...
2011-10-31 Devang PatelAdd utility to append a function to the list of global...
2011-10-31 Matt Beaumont-GayChange the actual tests to match the input directory...
2011-10-31 Tanya LattnerReapply r141657.
2011-10-31 Matt Beaumont-GayRename "TestObjectFiles" to "Inputs" (like the pattern...
2011-10-31 Jim GrosbachARM VST1 w/ writeback assembly parsing and encoding.
2011-10-31 Ted KremenekUpdate 'Getting Started' to suggest using GCC 4.2 or...
2011-10-31 Galina KistanovaAdded instruction how to add a builder to docs.
2011-10-31 Nadav RotemCleanup. Document. Make sure that this build_vector...
2011-10-31 Jim GrosbachARM writeback vs. stride operands for VST/VLD.
2011-10-31 Rafael EspindolaMove test to the X86 directory, note the PR number...
2011-10-31 Owen AndersonMore not-crashing NEON disassembly updates for the...
2011-10-31 NAKAMURA Takumidocs/*.html: Fix markups.
2011-10-31 NAKAMURA Takumidocs/*.html: Appease W3C Checker to add "charset=utf-8".
2011-10-31 Craig TopperFix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
2011-10-31 Craig TopperTest case for X86 FS/GS Base intrinsics
2011-10-31 Craig TopperBegin adding AVX2 instructions. No selection support...
2011-10-31 Nick LewyckyClose <div> that was indenting the rest of the page.
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-30 Craig TopperAdd intrinsics and feature flag for read/write FS/GS...
2011-10-30 Duncan SandsReapply commit 143214 with a fix: m_ICmp doesn't match...
2011-10-30 Craig TopperMark X86 pcmpeq b/w/d intrinsics as being Commutative...
2011-10-30 Peter CollingbourneTeach ModuleLinker::getLinkageResult about materialisab...
2011-10-30 Benjamin KramerX86: Emit logical shift by constant splat of <16 x...
2011-10-30 Craig TopperFix return type for X86 mpsadbw instrinsic. The instruc...
2011-10-30 Nadav RotemFix pr11266.
2011-10-30 Benjamin KramerSilence compiler warning.
2011-10-30 Nadav RotemStabilize the test by specifying an exact cpu target
next