aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-111-0/+5
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-111-2/+6
* Remove AVX 256-bit cast intrinsics now that clang is using __builtin_shufflev...Bruno Cardoso Lopes2010-08-111-12/+0
* Remove AVX 256-bit unpack and interleave intrinsics now that clang is using _...Bruno Cardoso Lopes2010-08-111-16/+0
* Remove AVX 256-bit shuffle intrinsics now that clang is using __builtin_shuff...Bruno Cardoso Lopes2010-08-111-10/+0
* Avoid multiple definition warnings when both config.h andOscar Fuentes2010-08-102-0/+12
* Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman2010-08-101-3/+4
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-101-1/+2
* Implement register class inflation.Jakob Stoklund Olesen2010-08-102-2/+8
* Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen2010-08-101-2/+2
* Trailing whitespace.Mikhail Glushenkov2010-08-101-2/+2
* Remove replicate intrinsics, clang will generate shufflevector for those. The...Bruno Cardoso Lopes2010-08-101-10/+0
* Use i32 instead of i8 for dot product intrinsicBruno Cardoso Lopes2010-08-101-1/+1
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-103-1/+41
* Fix the last argument type of AVX vblend intrinsicsBruno Cardoso Lopes2010-08-101-2/+2
* Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling2010-08-091-7/+3
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-092-0/+7
* Refactor.Devang Patel2010-08-091-0/+11
* Remove the ValueMap operator=, which was wrong (it did't correct theDuncan Sands2010-08-091-6/+1
* Change the Interval type to signed in ImmutableIntervalMap.h.Zhongxing Xu2010-08-091-5/+5
* Remove unused variable.Benjamin Kramer2010-08-081-3/+0
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-081-7/+1
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-082-0/+12
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-081-6/+6
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-082-2/+2
* CMake: configure header llvm-config.hOscar Fuentes2010-08-081-0/+84
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-082-1/+85
* Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling2010-08-082-1/+8
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-071-1/+2
* A reference to the Timer's name is safe, it outlives the contents of the vector.Benjamin Kramer2010-08-071-2/+1
* Shrink PassNameParser's binary size with array_pod_sort.Benjamin Kramer2010-08-071-11/+12
* Remove layering violation.Owen Anderson2010-08-071-3/+0
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-071-0/+3
* Fix typo.Nick Lewycky2010-08-071-1/+1
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-073-6/+6
* More #include cleanups.Dan Gohman2010-08-073-6/+2
* Delete this explicit assignment operator; it's equivalent toDan Gohman2010-08-071-6/+0
* Tidy up PMStack. Add a bunch of consts, use std::vector instead ofDan Gohman2010-08-072-14/+13
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-073-3/+1
* Add a convenience constructor.Owen Anderson2010-08-071-0/+3
* Make AnalysisImpls private.Dan Gohman2010-08-071-1/+1
* Add a predicate to determine if a call is an inline asm statement.Owen Anderson2010-08-071-0/+5
* Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola2010-08-063-13/+18
* Patterns to match AVX 256-bit vzero intrinsicsBruno Cardoso Lopes2010-08-061-2/+2
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-061-1/+0
* tidy upJim Grosbach2010-08-061-13/+13
* MC: Add default value for AddrSpace argument to EmitValue.Daniel Dunbar2010-08-061-3/+4
* Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen2010-08-061-0/+4
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-0631-120/+104
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-061-4/+1