summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* ARM let processInstruction() tranforms chain.Jim Grosbach2011-11-10
* Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach2011-11-10
* Thumb1 diagnostics for reglist on PUSH/POP fix.Jim Grosbach2011-11-10
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-10
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-10
* build/MBlazeDisassembler: Some compilers may generate an MBlaze disassemblerDaniel Dunbar2011-11-10
* build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar2011-11-10
* Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher2011-11-10
* When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier2011-11-10
* ARM .thumb_func directive for quoted symbol names.Jim Grosbach2011-11-10
* Fixed bug in DeadStoreElimination commit r144239Pete Cooper2011-11-10
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-10
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-10
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-10
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-10
* build: Rename CBackend and CppBackend libraries to have CodeGen suffix, forDaniel Dunbar2011-11-10
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* AVX2: Add variable shift from memory.Nadav Rotem2011-11-10
* For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier2011-11-10
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-10
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-10
* llvm-build: Change CBackend and CppBackend to not use library_name. This willDaniel Dunbar2011-11-10
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-10
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-10
* Tidy up.Jim Grosbach2011-11-10
* Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach2011-11-09
* Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman2011-11-09
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-09
* Fix typo in comment.Nick Lewycky2011-11-09
* Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman2011-11-09
* The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12.Chad Rosier2011-11-09
* AVX2: Add patterns for variable shift operationsNadav Rotem2011-11-09
* Remove unnecessary include.Devang Patel2011-11-09
* Add comments.Benjamin Kramer2011-11-09
* Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands2011-11-09
* Add AVX2 support for vselect of v32i8Nadav Rotem2011-11-09
* Simplify code. No functionality change.Benjamin Kramer2011-11-09
* Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer2011-11-09
* Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper2011-11-09
* Add instruction selection for AVX2 integer comparisons.Craig Topper2011-11-09
* Add AVX2 instruction lowering for add, sub, and mul.Craig Topper2011-11-09
* Don't forget to check FlagNW when determining whether an AddRecExpr will wrapNick Lewycky2011-11-09
* Remove extra ';'Devang Patel2011-11-09
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Add support for encoding immediates in icmp and fcmp. Hopefully, this willChad Rosier2011-11-09
* Hide cpu name checking in ARMSubtarget.Evan Cheng2011-11-09
* Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen2011-11-09
* Link to the live DomainValue after merging.Jakob Stoklund Olesen2011-11-09
* Object/COFF: Fix PE reading.Michael J. Spencer2011-11-08
* Track reference count independently from clear().Jakob Stoklund Olesen2011-11-08