Improve the implementation of .incbin directive by replacing a loop by using
[oota-llvm.git] / utils /
2011-12-12 Daniel Dunbarllvm-build: Switch to using the common subdirectory...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel Dunbarllvm-build: Don't write out the required_libraries...
2011-12-12 Daniel Dunbarllvm-build: Add sketchy support for preserving comments...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Jakob Stoklund OlesenExtract a method.
2011-12-07 Jim GrosbachARM: NEON SHLL instruction immediate operand range...
2011-12-06 Jim GrosbachExtend AsmMatcher token literal matching to allow aliasing.
2011-12-06 Daniel Dunbarllvm-build: Don't generate duplicate dependencies when...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jim GrosbachTidy up. Fix naming convention stuff for some internal...
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-06 Sebastian Popadd missing point at the end of sentences
2011-12-02 Jim GrosbachARM NEON VEXT aliases for data type suffices.
2011-12-01 Dylan NoblesmithTableGen: fix CMake build s'more
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-11-30 Jim GrosbachReplace an assert() with an actual diagnostic.
2011-11-30 Jim GrosbachARM parsing for VLD1 two register all lanes, no writeback.
2011-11-30 Jim Grosbachllvm_unreachable() is not for user diagnostics....
2011-11-30 Jim GrosbachARM parsing aliases for VLD1 single register all lanes.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 NAKAMURA Takumilit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND...
2011-11-29 Bob WilsonInstall llvmCore to /usr/local. <rdar://problem/10390708>
2011-11-29 Daniel Dunbarllvmbuild/CMake: Update CMake output fragment to includ...
2011-11-28 Bill WendlingSupport a 'final' release candidate tag.
2011-11-28 NAKAMURA Takumilit/TestRunner.py: Use RemoveForce().
2011-11-28 NAKAMURA Takumilit/TestRunner.py: [Win32] Introduce WinWaitReleased...
2011-11-19 Craig TopperRemove some unnecessary filtering checks from X86 disas...
2011-11-17 Daniel Dunbarllvm-build: Attempt to work around a CMake Makefile...
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-15 Jim GrosbachARM parsing datatype suffix variants for fixed-writebac...
2011-11-15 Jim GrosbachTidy up. Formatting.
2011-11-12 Daniel DunbarLLVMBuild: Add info for gtest.
2011-11-11 Daniel DunbarLLVMBuild: Alphabetize required_libraries lists.
2011-11-11 Daniel Dunbarllvm-build: Add --configure-target-def-file option.
2011-11-11 Daniel DunbarLLVMBuild: Add explicit information on whether targets...
2011-11-10 Daniel Dunbarbuild/Make & CMake: Pass the appropriate --native-targe...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Split out the validation logic.
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-10 Daniel Dunbarllvm-build: Tidy up options.
2011-11-10 Owen AndersonRemove this from the CMake build since I erased the...
2011-11-09 Owen AndersonRemove the old-style ARM disassembler, which is no...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
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-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 Bob WilsonBuild llvmCore with RTTI enabled. <rdar://problem...
2011-11-04 Daniel Dunbarutils: Rename the "llvmbuild" script to llvm-compilers...
2011-11-03 Daniel Dunbarllvm-build: Add initial code for --write-make-fragment.
2011-11-03 Daniel Dunbarutils: Remove (way) old nightly test scripts, I don...
2011-11-03 Daniel Dunbarllvm-build: Avoid followlinks keyword argument to os...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
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 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-02 Chandler CarruthThe TableGen parts of the CMake build are seriously...
2011-11-02 Chad RosierRename show-diagnostics to something less ambiguous.
2011-10-29 Bill WendlingDo a relative path ln command instead of an absolute...
2011-10-28 Jim GrosbachAllow InstAlias's to use immediate matcher patterns...
2011-10-28 Jim GrosbachAllow register classes to match a containing class...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Jim GrosbachDelete dead code. Nothing ever instantiates this.
2011-10-27 Daniel Dunbarlit: Drop some unneeded code from example tests.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Chad RosierAdd options to enable each individual level for the...
2011-10-23 Bill WendlingRename the script to indicate that this is for the...
2011-10-23 Bill WendlingResurrect the 'find regressions for the TEST=nightly...
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-10-21 Jim GrosbachAssembly parsing for 2-register sequential variant...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-21 Duncan SandsEnsure timestamps are not embedded into files when...
2011-10-21 Bill WendlingModify the script to output the regressions and passes...
2011-10-21 Bill WendlingCheck for divide by zero.
2011-10-20 Duncan SandsAlso compare the built dragonegg objects between phases...
2011-10-20 Duncan SandsReset the system compiler each time we start a new...
2011-10-20 Duncan SandsAdd support for testing dragonegg. This is disabled...
2011-10-20 Bill WendlingRevamp the script to handle the 'TEST=simple' output.
2011-10-19 Bill WendlingDuncan pointed out that sometimes CC and CXX are used...
2011-10-19 Bill WendlingUse bash instead.
2011-10-19 Bill WendlingMake changes so that this runs on FreeBSD.
2011-10-19 Joe AbbeyAdding dependencies to allow -DBUILD_SHARED_LIBS=true...
2011-10-18 Jim GrosbachARM VTBL (one register) assembly parsing and encoding.
2011-10-18 Bill WendlingDon't exit just because some early commands fail. Use...
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV.i64.
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Jim GrosbachARM NEON "vmov.i8" immediate assembly parsing and encoding.
next