summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* Fix a typo.Benjamin Kramer2011-11-06
* ADT/StringRef: Add ::lower() and ::upper() methods.Daniel Dunbar2011-11-06
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-06
* Add more AVX2 instructions and intrinsics.Craig Topper2011-11-06
* Add support for passing i1, i8, and i16 call parameters. Also, be sure toChad Rosier2011-11-05
* Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer2011-11-05
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-05
* Twinify.Benjamin Kramer2011-11-05
* MachOObject: Use DataExtractor's uleb parser instead of rolling our own.Benjamin Kramer2011-11-05
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.Nick Lewycky2011-11-05
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* 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