aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-03docs: Sketch docs for llvm-build tool.Daniel Dunbar
2011-11-03llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar
2011-11-03llvm-build: Add --print-tree command line option.Daniel Dunbar
2011-11-03llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar
2011-11-03llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar
2011-11-03llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar
2011-11-03llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar
2011-11-03build: Stub out llvm-build utility tool.Daniel Dunbar
2011-11-03docs: Add initial docs on LLVMBuild organization.Daniel Dunbar
2011-11-03llvm-config-2: Implement component dependency traversal, implement support fo...Daniel Dunbar
2011-11-03llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar
2011-11-03Add new X86 AVX2 VBROADCAST instructions.Craig Topper
2011-11-03Cleaned text, fixed HTML.Galina Kistanova
2011-11-03Add support for sign-extending non-legal types in SelectSIToFP().Chad Rosier
2011-11-03Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper
2011-11-03Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier
2011-11-02Fixed parameter name.Lang Hames
2011-11-02Removed unused variable.Chad Rosier
2011-11-02An array of chars of length 8 will also cause the stack protector to be insertedBill Wendling
2011-11-02Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames
2011-11-02Few corrections on the document page.Galina Kistanova
2011-11-02I added the first test to run llvm-dwarfdump.Nick Lewycky
2011-11-02Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky
2011-11-02docs: Fix two typosTobias Grosser
2011-11-02build/Make: Update for rename of show-diagnostics.Daniel Dunbar
2011-11-02object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer
2011-11-02object/COFF: Properly initalize uses of DataRefImpl.Michael J. Spencer
2011-11-02Object/Archive: Add symbol table iteration.Michael J. Spencer
2011-11-02Add support for comparing integer non-legal types.Chad Rosier
2011-11-02Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson
2011-11-02Replace tabs I added in this new line of code with spaces.Kevin Enderby
2011-11-02tests: Clean up tests/CMakeLists.txt to drop some variable configuration we noDaniel Dunbar
2011-11-02The rules disallowing single-register reglist operands only apply to the POP ...Owen Anderson
2011-11-02Register list operands are not allowed to contain only a single register. Al...Owen Anderson
2011-11-02Don't print two 0x prefixes when printing an address.Benjamin Kramer
2011-11-02Add back the top-level target for 'llvm-config' and the dependency edgeChandler Carruth
2011-11-02Factor out an EmitIntExt function. No functionality change intended.Chad Rosier
2011-11-02Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick
2011-11-02Fix a typo noticed by Peter Collingbourne. No one depends on thisChandler Carruth
2011-11-02docs: Remove an out-of-date and unnecessary tool list.Daniel Dunbar
2011-11-02docs: Separate development process type of documentation from programmingDaniel Dunbar
2011-11-02docs: Remove UsingLibraries page, which was inaccurate / out-of-date and notDaniel Dunbar
2011-11-02build/Make: Get rid of llvm-config-perobj, which isn't used anymore.Daniel Dunbar
2011-11-02build/CMake: Remove llvm-config.target used to serialize tool builds onDaniel Dunbar
2011-11-02Begin collecting some of the statistics for block placement discussed onChandler Carruth
2011-11-02More AVX2 instructions and intrinsics.Craig Topper
2011-11-02Add parentheses to disambiguate the precedence of these operations andChandler Carruth
2011-11-02The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth
2011-11-02Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper
2011-11-02Rename show-diagnostics to something less ambiguous.Chad Rosier