aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify thatDaniel Dunbar2011-11-031-0/+4
* Reverted r143600 - selector reference changePete Cooper2011-11-032-45/+0
* Keep the Crack language as an external project.Bill Wendling2011-11-031-7/+7
* llvm-build: Avoid followlinks keyword argument to os.walk.Daniel Dunbar2011-11-031-2/+7
* fixed global array handling for ptx to use the correct bit widthsDan Bailey2011-11-033-42/+47
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-0389-0/+2182
* DeadStoreElimination can now trim the size of a store if the end of it is dead.Pete Cooper2011-11-032-33/+187
* llvm-build: Update --write-llvmbuild to write out a standard LLVM style fileDaniel Dunbar2011-11-031-0/+25
* llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar2011-11-033-4/+121
* docs: Sketch docs for llvm-build tool.Daniel Dunbar2011-11-033-1/+68
* llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar2011-11-032-1/+95
* llvm-build: Add --print-tree command line option.Daniel Dunbar2011-11-031-6/+26
* llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar2011-11-032-0/+27
* llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar2011-11-032-1/+91
* llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar2011-11-032-20/+108
* llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar2011-11-032-0/+181
* build: Stub out llvm-build utility tool.Daniel Dunbar2011-11-034-0/+39
* docs: Add initial docs on LLVMBuild organization.Daniel Dunbar2011-11-032-0/+332
* llvm-config-2: Implement component dependency traversal, implement support fo...Daniel Dunbar2011-11-031-13/+90
* llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,Daniel Dunbar2011-11-035-1/+283
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-034-21/+66
* Cleaned text, fixed HTML.Galina Kistanova2011-11-031-72/+88
* Add support for sign-extending non-legal types in SelectSIToFP().Chad Rosier2011-11-032-5/+110
* Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper2011-11-032-0/+45
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-034-8/+45
* Fixed parameter name.Lang Hames2011-11-022-3/+3
* Removed unused variable.Chad Rosier2011-11-021-1/+0
* An array of chars of length 8 will also cause the stack protector to be insertedBill Wendling2011-11-021-1/+1
* Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames2011-11-023-1/+54
* Few corrections on the document page.Galina Kistanova2011-11-021-12/+20
* I added the first test to run llvm-dwarfdump.Nick Lewycky2011-11-021-1/+1
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-024-5/+29
* docs: Fix two typosTobias Grosser2011-11-021-2/+2
* build/Make: Update for rename of show-diagnostics.Daniel Dunbar2011-11-021-1/+1
* object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer2011-11-021-0/+16
* object/COFF: Properly initalize uses of DataRefImpl.Michael J. Spencer2011-11-021-0/+2
* Object/Archive: Add symbol table iteration.Michael J. Spencer2011-11-022-9/+117
* Add support for comparing integer non-legal types.Chad Rosier2011-11-022-16/+80
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-022-2/+10
* Replace tabs I added in this new line of code with spaces.Kevin Enderby2011-11-021-1/+1
* tests: Clean up tests/CMakeLists.txt to drop some variable configuration we noDaniel Dunbar2011-11-021-36/+0
* The rules disallowing single-register reglist operands only apply to the POP ...Owen Anderson2011-11-021-5/+1
* Register list operands are not allowed to contain only a single register. Al...Owen Anderson2011-11-021-1/+5
* Don't print two 0x prefixes when printing an address.Benjamin Kramer2011-11-021-1/+1
* Add back the top-level target for 'llvm-config' and the dependency edgeChandler Carruth2011-11-021-0/+7
* Factor out an EmitIntExt function. No functionality change intended.Chad Rosier2011-11-021-31/+37
* Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick2011-11-022-84/+231
* Fix a typo noticed by Peter Collingbourne. No one depends on thisChandler Carruth2011-11-021-1/+1
* docs: Remove an out-of-date and unnecessary tool list.Daniel Dunbar2011-11-021-19/+1
* docs: Separate development process type of documentation from programmingDaniel Dunbar2011-11-021-16/+22