aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Propagate SCEV no-wrap flags whenever possible.Andrew Trick2011-03-154-74/+93
* Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.Jim Grosbach2011-03-154-32/+72
* If we don't know how long a string is we can't fold an _chk version to theEric Christopher2011-03-152-3/+25
* Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later...Francois Pichet2011-03-141-1/+2
* Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling2011-03-144-13/+67
* Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()John McCall2011-03-142-10/+11
* This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin2011-03-148-321/+452
* Check that the AsmParser exists for the native target to enable initializationJan Sjödin2011-03-142-5/+13
* Fix this test up a bit.Eric Christopher2011-03-141-3/+1
* Trailing whitespace.Jim Grosbach2011-03-141-26/+26
* Ignore isCodeGenOnly instructions when generating diassembly tables.Owen Anderson2011-03-141-1/+2
* Place context in member variables instead of passing around pointers.Jakob Stoklund Olesen2011-03-142-23/+26
* Okay, some compilers complain if you provide the exception-specificationJohn McCall2011-03-141-5/+0
* Fix the exception-specification of abort() when declaring it in C++.John McCall2011-03-141-1/+1
* Make llvm_unreachable evaluate to __builtin_unreachable() in -AssertsJohn McCall2011-03-142-1/+16
* Rename members to match LLVM naming conventions more closely.Jakob Stoklund Olesen2011-03-141-111/+109
* Remove some dead patterns.Jim Grosbach2011-03-144-56/+0
* BIT_CONVERT has been renamed to BITCAST.Evan Cheng2011-03-141-1/+1
* Minor optimization. sign-ext/anyext of undef is still undef.Evan Cheng2011-03-143-5/+23
* Indentation.Evan Cheng2011-03-141-1/+1
* Negating a recurrence preserves no-self-wrap.Andrew Trick2011-03-141-0/+11
* Trailing whitespace.Jim Grosbach2011-03-141-46/+46
* HowFarToZero can compute a trip count as long as the recurrence has no-self-w...Andrew Trick2011-03-141-16/+20
* Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick2011-03-147-182/+307
* whitespaceAndrew Trick2011-03-141-66/+66
* PTX: Emit global arrays with proper sizesJustin Holewinski2011-03-143-45/+74
* PTX: Add support for sqrt/sin/cos intrinsicsJustin Holewinski2011-03-142-0/+89
* ptx: add set.p instruction and related changes to predicate executionChe-Liang Chiou2011-03-145-17/+168
* Emacs mode string.Mikhail Glushenkov2011-03-141-1/+1
* Correct small comment order typo.Francois Pichet2011-03-141-1/+1
* This case is solved by Scalar Replacement of Aggregates (DT) andJin-Gu Kang2011-03-141-25/+3
* ptx: add basic support of predicate executionChe-Liang Chiou2011-03-134-59/+177
* Add comment as following:Jin-Gu Kang2011-03-131-0/+12
* LTO is not ready for Windows.Oscar Fuentes2011-03-131-1/+4
* Now that we are deleting unused live intervals during allocation, pointers ma...Jakob Stoklund Olesen2011-03-131-2/+4
* Tell the register allocator about new unused virtual registers.Jakob Stoklund Olesen2011-03-134-1/+26
* Build EnhancedDisassembly as a shared library too.Oscar Fuentes2011-03-121-5/+28
* Build CompilerDriver library.Oscar Fuentes2011-03-122-4/+7
* Build LTO as a static library too.Oscar Fuentes2011-03-121-4/+12
* Build LTO as a static library too.Oscar Fuentes2011-03-122-5/+9
* Teach ComputeMaskedBits about sub nsw.Benjamin Kramer2011-03-122-8/+39
* Whe we build a shared library, add its list of used libraries to theOscar Fuentes2011-03-122-2/+7
* Update link components for llvm-dis and LTO.Oscar Fuentes2011-03-122-2/+4
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-123-0/+21
* This patch removes some of useless instructions generated by bitfield access.Jin-Gu Kang2011-03-121-3/+13
* Include snippets in the live stack interval.Jakob Stoklund Olesen2011-03-121-1/+3
* Spill multiple registers at once.Jakob Stoklund Olesen2011-03-122-48/+210
* Fixed the comparison operator for the enhancedSean Callanan2011-03-121-7/+2
* That's it, I am declaring this a failure of the C++03 STL.Jakob Stoklund Olesen2011-03-121-119/+15
* Saving files before committing is overrated.Eric Christopher2011-03-121-1/+1