oota-llvm.git
2011-11-06 Daniel Dunbarllvm-config: Users are allowed to provide component...
2011-11-06 Daniel DunbarADT/StringRef: Add ::lower() and ::upper() methods.
2011-11-06 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-06 Andrew TrickRelease Notes: add a description of -enable-iv-rewrite.
2011-11-06 Peter CollingbourneReturn only the least significant 8 bits of the exit...
2011-11-06 NAKAMURA Takumidocs/GettingStarted.html: [Git] Add another example...
2011-11-06 Craig TopperAdd more AVX2 instructions and intrinsics.
2011-11-05 Chandler CarruthCMake should join the party in a post 3.0 world. ;...
2011-11-05 Chad RosierAdd support for passing i1, i8, and i16 call parameters...
2011-11-05 Benjamin KramerUpdate lit's list of tools.
2011-11-05 Benjamin KramerAudited all the format strings in libDebugInfo and...
2011-11-05 Benjamin KramerReduce the offsets in DwarfDebugInfoEntry to 32 bit...
2011-11-05 Benjamin KramerTwinify.
2011-11-05 Benjamin KramerMachOObject: Use DataExtractor's uleb parser instead...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Nick LewyckyDo simple cross-block DSE when we encounter a free...
2011-11-05 Benjamin KramerFix pasto.
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-05 Daniel Dunbarbuild/cmake: Enable initial llvm-build integration.
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...
next