summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()Richard Osborne2011-11-07
* Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher2011-11-07
* Add new files to cmake.Eric Christopher2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher2011-11-07
* Expose a way to get the beginning of the dwarf string section.Eric Christopher2011-11-07
* Fix up comment.Eric Christopher2011-11-07
* Typo.Eric Christopher2011-11-07
* Add AVX2 variable shift instructions and intrinsics.Craig Topper2011-11-07
* Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper2011-11-07
* Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper2011-11-07
* 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