summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix some minor scheduling itinerary bug. It's not expected to actually affect...Evan Cheng2011-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
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Reverted r143600 - selector reference changePete Cooper2011-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
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-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
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-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
* Replace tabs I added in this new line of code with spaces.Kevin Enderby2011-11-02
* The rules disallowing single-register reglist operands only apply to the POP ...Owen Anderson2011-11-02
* Register list operands are not allowed to contain only a single register. Al...Owen Anderson2011-11-02
* Don't print two 0x prefixes when printing an address.Benjamin Kramer2011-11-02
* Factor out an EmitIntExt function. No functionality change intended.Chad Rosier2011-11-02
* Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick2011-11-02
* Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-02
* More AVX2 instructions and intrinsics.Craig Topper2011-11-02
* Add parentheses to disambiguate the precedence of these operations andChandler Carruth2011-11-02
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-02
* Add support to the linker to lazily link in functions. This change only links...Tanya Lattner2011-11-02
* Factor out a SelectTrunc function. No functionality change intended.Chad Rosier2011-11-02
* Broaden an assert to handle enable-iv-rewrite=true following r143183.Andrew Trick2011-11-02
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-01
* ARM label operands can be quoted.Jim Grosbach2011-11-01
* ARM label operands can have an optional '#' before them.Jim Grosbach2011-11-01
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* Fix disassembly of some VST1 instructions.Owen Anderson2011-11-01
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-01
* Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-01
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-01
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman2011-11-01
* ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach2011-11-01
* Update split candidate correctly when interference cache is full.Jakob Stoklund Olesen2011-11-01
* Add support for new atomics to cpp backend. Misc other fixes while I'm here....Eli Friedman2011-10-31