oota-llvm.git
2011-11-05 Peter CollingbourneRecommend the -flto flag instead of -use-gold-plugin...
2011-11-05 Peter CollingbourneNow that the linker supports lazily materialising globa...
2011-11-05 Peter CollingbourneUse absolute path to exportsfile in gold plugin CMake...
2011-11-05 Daniel Dunbarutils/llvm-build: Ensure output directory exists for...
2011-11-05 Daniel Dunbarutils/llvm-build: Add trivial quoting of slashes for...
2011-11-05 Chad RosierAllow i1 to be promoted to i32 for ARM APCS calling...
2011-11-04 Pete CooperAdded missing &. Fixes <rdar://problem/10393723>
2011-11-04 Eli FriedmanEnhanced vzeroupper insertion pass that avoids insertin...
2011-11-04 Chad RosierCannot create a result register for non-legal types.
2011-11-04 Daniel Dunbarbuild/make: Fix the output path of the llvm-config...
2011-11-04 Daniel Dunbarllvm-build: Quote colons in target names, in an attempt...
2011-11-04 Daniel Dunbarllvm-build: Add initial --write-cmake-fragment option.
2011-11-04 Chad RosierWhen materializing an i32, SExt vs ZExt doesn't matter...
2011-11-04 Daniel Dunbarbuild/cmake: Change to require Python be available.
2011-11-04 Chad RosierEnable support for materializing i1, i8, and i16 intege...
2011-11-04 Bruno Cardoso... Add mips ELF relocation types. Patch by Jack Carter!
2011-11-04 Bill WendlingFix some misplaced punctuation.
2011-11-04 Rafael EspindolaAdd triple to test.
2011-11-04 Daniel Dunbarbuild/cmake: Coalesce the configuration time header...
2011-11-04 Daniel Dunbarbuild/cmake: Coalesce in-tree sanity checks.
2011-11-04 Daniel Dunbarbuild/cmake: Tidy up specification of build/include...
2011-11-04 Daniel Dunbarbuild/cmake: Move all the user controllable options...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-04 Bill WendlingReformatting changes to get rid of blank lines, put...
2011-11-04 Eli FriedmanAdd missing includes/decls.
2011-11-04 Dan GohmanAdd tests for existing InstSimplify features.
2011-11-04 Dan GohmanTeach instsimplify to simplify calls to undef.
2011-11-04 Eli FriedmanAdd missing includes/class declaration.
2011-11-04 Eli FriedmanAdd missing forward declarations.
2011-11-04 Eli FriedmanAdd a couple missing includes; found while analyzing...
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-11-04 Bob WilsonBuild llvmCore with RTTI enabled. <rdar://problem...
2011-11-04 Eli FriedmanAdd missing argument for atomic instructions in c+...
2011-11-04 Daniel Dunbarutils: Remove build-for-llvm-top.sh and ModuleInfo...
2011-11-04 Chad RosierRemove declarations for functions that don't exist...
2011-11-04 Benjamin KramerSimplify code.
2011-11-04 Bill WendlingMove comment to the correct place.
2011-11-04 Bill WendlingMake the Mangler an ivar so that it doesn't have to...
2011-11-04 Bill WendlingRefactor the MCContext so that it's an ivar instead...
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-04 Evan ChengFix some minor scheduling itinerary bug. It's not expec...
2011-11-04 Daniel Dunbarutils: Rename the "llvmbuild" script to llvm-compilers...
2011-11-04 Chad RosierIndentation.
2011-11-04 Chad RosierAdd fast-isel support for returning i1, i8, and i16.
2011-11-04 Daniel DunbarSpeculatively revert "DeadStoreElimination can now...
2011-11-03 Daniel Dunbarbuild: Use right Echo variable and use Verb appropriately.
2011-11-03 Daniel Dunbarbuild/Make: Integrate llvm-build into Makefiles.
2011-11-03 Daniel Dunbarllvm-build: Add initial code for --write-make-fragment.
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-11-03 Daniel Dunbarutils: Remove (way) old nightly test scripts, I don...
2011-11-03 Daniel Dunbarllvm-config-2: Implement build system support for getti...
2011-11-03 Daniel Dunbarbuild/Make: Add support for INCLUDE_BUILD_DIR make...
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Bill WendlingKeep the Crack language as an external project.
2011-11-03 Daniel Dunbarllvm-build: Avoid followlinks keyword argument to os...
2011-11-03 Dan Baileyfixed global array handling for ptx to use the correct...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-03 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-03 Daniel Dunbarllvm-build: Update --write-llvmbuild to write out a...
2011-11-03 Daniel Dunbarllvm-build: Add "--write-library-table" option for...
2011-11-03 Daniel Dunbardocs: Sketch docs for llvm-build tool.
2011-11-03 Daniel Dunbarllvm-build: Add --write-llvmbuild option, which writes...
2011-11-03 Daniel Dunbarllvm-build: Add --print-tree command line option.
2011-11-03 Daniel Dunbarllvm-build: Fill in some details w.r.t. component's...
2011-11-03 Daniel Dunbarllvm-build: Validate information on the loaded componen...
2011-11-03 Daniel Dunbarllvm-build: Fill in more of component parsing to be...
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...
next