summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson2012-08-15
* Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng2012-08-15
* Fix typo in comment.Owen Anderson2012-08-15
* Add missing Rfalse operand to the predicated pseudo-instructions.Jakob Stoklund Olesen2012-08-15
* Set the branch probability of branching to the 'normal' destination of an invokeBill Wendling2012-08-15
* [asan] implement --asan-always-slow-path, which is a part of the improvement ...Kostya Serebryany2012-08-15
* Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson2012-08-15
* fix infinite loop in instcombine with more than 4GB memcpyMichael Liao2012-08-15
* Fix a typo that led to a failure to correctly verify bitcast instructions.Nick Lewycky2012-08-15
* Fix undefined behavior: don't perform array indexing through a potentially nullRichard Smith2012-08-15
* The names of VFP variants of half-to-float conversion instructions wereAnton Korobeynikov2012-08-14
* This needs braces. Spotted by Bill.Eric Christopher2012-08-14
* minor fix of X86ISD::VSEXT_MOVL dumpMichael Liao2012-08-14
* fix PR11334Michael Liao2012-08-14
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-14
* Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson2012-08-14
* [asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany2012-08-14
* Factor duplicate calls to getUNDEF in several functions.Craig Topper2012-08-14
* Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...Craig Topper2012-08-14
* Change greater than to greater than or equal so that an identical sized store...Craig Topper2012-08-14
* Fix undefined behavior: binding null pointer to reference. No functionality c...Richard Smith2012-08-14
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-14
* Grammar.Eric Christopher2012-08-14
* Typo.Eric Christopher2012-08-14
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-13
* Transfer weights in transferSuccessorsAndUpdatePHIs().Jakob Stoklund Olesen2012-08-13
* Print out MachineBasicBlock successor weights when available.Jakob Stoklund Olesen2012-08-13
* LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem2012-08-13
* MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem2012-08-13
* Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen2012-08-13
* ARM: enable struct byval for AAPCS-VFP.Manman Ren2012-08-13
* Whitespace cleanup.Bill Wendling2012-08-13
* Count triangles and diamonds in early if-conversion.Jakob Stoklund Olesen2012-08-13
* Delete dead typedef.Jakob Stoklund Olesen2012-08-13
* Handle extra Tail predecessors in if-conversion.Jakob Stoklund Olesen2012-08-13
* [Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer2012-08-13
* Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD...Nadav Rotem2012-08-13
* X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren2012-08-13
* Add support for the %H output modifier.Eric Christopher2012-08-13
* X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren2012-08-13
* [asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...Kostya Serebryany2012-08-13
* Use correct loads for vector types during extending-load operations.Tim Northover2012-08-13
* Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put...Craig Topper2012-08-13
* Refactor code a bit to share commonalities. No functional change intended.Craig Topper2012-08-13
* Fix an unused variable warning from r161742.Craig Topper2012-08-13
* Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th...Craig Topper2012-08-13
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-12
* Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege...Craig Topper2012-08-12