summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix some minor scheduling itinerary bug. It's not expected to actually affect...Evan Cheng2011-11-04
* utils: Rename the "llvmbuild" script to llvm-compilers-check.Daniel Dunbar2011-11-04
* Indentation.Chad Rosier2011-11-04
* Add fast-isel support for returning i1, i8, and i16.Chad Rosier2011-11-04
* Speculatively revert "DeadStoreElimination can now trim the size of a store ifDaniel Dunbar2011-11-04
* build: Use right Echo variable and use Verb appropriately.Daniel Dunbar2011-11-03
* build/Make: Integrate llvm-build into Makefiles.Daniel Dunbar2011-11-03
* llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar2011-11-03
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* utils: Remove (way) old nightly test scripts, I don't think anyone uses them ...Daniel Dunbar2011-11-03
* llvm-config-2: Implement build system support for getting the variables we onlyDaniel Dunbar2011-11-03
* build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify thatDaniel Dunbar2011-11-03
* Reverted r143600 - selector reference changePete Cooper2011-11-03
* Keep the Crack language as an external project.Bill Wendling2011-11-03
* llvm-build: Avoid followlinks keyword argument to os.walk.Daniel Dunbar2011-11-03
* fixed global array handling for ptx to use the correct bit widthsDan Bailey2011-11-03
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* DeadStoreElimination can now trim the size of a store if the end of it is dead.Pete Cooper2011-11-03
* llvm-build: Update --write-llvmbuild to write out a standard LLVM style fileDaniel Dunbar2011-11-03
* llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar2011-11-03
* docs: Sketch docs for llvm-build tool.Daniel Dunbar2011-11-03
* llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar2011-11-03
* llvm-build: Add --print-tree command line option.Daniel Dunbar2011-11-03
* llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar2011-11-03
* llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar2011-11-03
* llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar2011-11-03
* llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar2011-11-03
* build: Stub out llvm-build utility tool.Daniel Dunbar2011-11-03
* docs: Add initial docs on LLVMBuild organization.Daniel Dunbar2011-11-03
* llvm-config-2: Implement component dependency traversal, implement support fo...Daniel Dunbar2011-11-03
* llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-03
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-03
* Cleaned text, fixed HTML.Galina Kistanova2011-11-03
* Add support for sign-extending non-legal types in SelectSIToFP().Chad Rosier2011-11-03
* Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper2011-11-03
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-03
* Fixed parameter name.Lang Hames2011-11-02
* Removed unused variable.Chad Rosier2011-11-02
* An array of chars of length 8 will also cause the stack protector to be insertedBill Wendling2011-11-02
* Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames2011-11-02
* Few corrections on the document page.Galina Kistanova2011-11-02
* I added the first test to run llvm-dwarfdump.Nick Lewycky2011-11-02
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-02
* docs: Fix two typosTobias Grosser2011-11-02
* build/Make: Update for rename of show-diagnostics.Daniel Dunbar2011-11-02
* object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer2011-11-02
* object/COFF: Properly initalize uses of DataRefImpl.Michael J. Spencer2011-11-02
* Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-02
* Add support for comparing integer non-legal types.Chad Rosier2011-11-02
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-02