summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Trim an unneeded header.Jakob Stoklund Olesen2011-08-09
* Promote VMOVS to VMOVD when possible.Jakob Stoklund Olesen2011-08-09
* Tighten operand checking of register-shifted-register operands.Owen Anderson2011-08-09
* Add 256-bit support for v8i32, v4i64 and v4f64 ISD::SELECT. Fix PR10556Bruno Cardoso Lopes2011-08-09
* Tighten operand checking on memory barrier instructions.Owen Anderson2011-08-09
* VMCore/BasicBlock.cpp: Don't assume BasicBlock::iterator might end with a non...NAKAMURA Takumi2011-08-09
* Fix whitespace.NAKAMURA Takumi2011-08-09
* Tighten operand checking on CPS instructions.Owen Anderson2011-08-09
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
* Create a new register class for the set of all GPRs except the PC. Use it to...Owen Anderson2011-08-09
* Add v16i16 and v32i8 store patternsBruno Cardoso Lopes2011-08-09
* Fix 80-column violations.Chad Rosier2011-08-09
* Use fp unpack instructions to unpack int types. Until we have AVX2, thisBruno Cardoso Lopes2011-08-09
* Fix a couple ridiculous copy-paste errors. rdar://9914773 .Eli Friedman2011-08-09
* Add a C interface to PassManagerBuilder. It is missing the addExtensionRafael Espindola2011-08-09
* Don't truncate MachO addresses.Jim Grosbach2011-08-09
* ARM Disassembler: sign extend branch immediates.Benjamin Kramer2011-08-09
* Silence an false-positive warning.Owen Anderson2011-08-09
* Don't generate the old-style disassembler in CMake builds either.Owen Anderson2011-08-09
* The new ARM disassembler disassembles "bx lr" as a special BX_ret instruction...Benjamin Kramer2011-08-09
* Don't continue generating the old-style decoder file.Owen Anderson2011-08-09
* ARM fix typo in pre-indexed store lowering.Jim Grosbach2011-08-09
* Attempt to fix CMake build.Owen Anderson2011-08-09
* Tighten Thumb1 branch predicate decoding.Owen Anderson2011-08-09
* Replace the existing ARM disassembler with a new one based on the FixedLenDec...Owen Anderson2011-08-09
* Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson2011-08-09
* Revert r137134. It breaks some code as Eli pointed out.Bill Wendling2011-08-09
* Print out the variable declaration only if it is a declaration. Otherwise, aBill Wendling2011-08-09
* Inflate register classes after coalescing.Jakob Stoklund Olesen2011-08-09
* Reapply a more appropriate solution than in r137114. AVX supportsBruno Cardoso Lopes2011-08-09
* Revert r137114Bruno Cardoso Lopes2011-08-09
* PTX: Add initial support for device function callsJustin Holewinski2011-08-09
* Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen2011-08-09
* Emitting ARM build attributes and values as ULEB, rather than char.Renato Golin2011-08-09
* Handle sitofp between v4f64 <- v4i32. Fix PR10559Bruno Cardoso Lopes2011-08-09
* Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson2011-08-09
* LoopUnroll looks like it has some stale code. Remove it to prove my sanity an...Andrew Trick2011-08-09
* Add support for avx vector fextendBruno Cardoso Lopes2011-08-09
* Add AVX versions of 128-bit sitofp and fptosiBruno Cardoso Lopes2011-08-09
* Add two patterns to match special vmovss and vmovsd cases. Also fixBruno Cardoso Lopes2011-08-09
* There is only one instance of this placeholder being created. Just use thatBill Wendling2011-08-09
* Remove an instance where the 'unwind' instruction was created.Bill Wendling2011-08-09
* Print variable's inline location in debug output.Devang Patel2011-08-09
* Provide method to print variable's extended name which includes inline location.Devang Patel2011-08-09
* Rename member variables to follow coding standards.Jakob Stoklund Olesen2011-08-09
* Add missing attributes to the C++ backend's output.Bill Wendling2011-08-09
* Make LowerVSETCC aware of AVX types and add patterns to match them.Bruno Cardoso Lopes2011-08-09
* Move the RegisterCoalescer private to its implementation file.Jakob Stoklund Olesen2011-08-09
* Refer to the RegisterCoalescer pass by ID.Jakob Stoklund Olesen2011-08-09
* ARM parsing and encoding for LDRBT instruction.Jim Grosbach2011-08-08