summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Allow i1 to be promoted to i32 for ARM APCS calling convention.Chad Rosier2011-11-05
* Added missing &. Fixes <rdar://problem/10393723>Pete Cooper2011-11-04
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-04
* Cannot create a result register for non-legal types.Chad Rosier2011-11-04
* When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fitChad Rosier2011-11-04
* Enable support for materializing i1, i8, and i16 integers via move immediate.Chad Rosier2011-11-04
* Add mips ELF relocation types. Patch by Jack Carter!Bruno Cardoso Lopes2011-11-04
* build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar2011-11-04
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola2011-11-04
* Teach instsimplify to simplify calls to undef.Dan Gohman2011-11-04
* Add missing argument for atomic instructions in c++ backend. PR11268, part 2.Eli Friedman2011-11-04
* Simplify code.Benjamin Kramer2011-11-04
* Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructionsCraig Topper2011-11-04
* 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