aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused field.Eric Christopher2012-11-121-1/+0
* Fix PR14314Michael Liao2012-11-123-6/+19
* Add --enable-werror and --enable-cxx11 to projects/sample/Craig Topper2012-11-123-3/+75
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-1214-11/+117
* Delete a stale comment. No functional change.Meador Inge2012-11-121-4/+0
* Move some helper methods to being static functions in the implementation file.Craig Topper2012-11-112-20/+7
* Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge2012-11-111-1/+10
* instcombine: Migrate memset optimizationsMeador Inge2012-11-116-51/+55
* Update the vectorizer docs.Nadav Rotem2012-11-111-4/+20
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-115-36/+56
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-114-24/+56
* Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem2012-11-111-2/+10
* Fix a comment typo and add comments.Nadav Rotem2012-11-111-4/+5
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-116-91/+140
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-115-148/+166
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-113-6/+44
* Provide definitions for all functions.Benjamin Kramer2012-11-101-0/+11
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-106-62/+122
* Simplify the SmallVector pretty printer for LLDB a bit and make it work with ...Benjamin Kramer2012-11-101-15/+9
* Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper2012-11-101-6/+6
* Remove empty directory.Duncan Sands2012-11-100-0/+0
* Tidy up spacing. No functional change.Craig Topper2012-11-101-4/+4
* Removed unimplemented method declaration.Craig Topper2012-11-101-1/+0
* Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper2012-11-102-96/+42
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-102-25/+9
* instcombine: Query target library information to gate libcall simplificationsMeador Inge2012-11-102-19/+252
* Add more functions to the target library information.Meador Inge2012-11-102-0/+47
* xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng2012-11-101-0/+2
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-105-62/+2
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-105-166/+239
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-092-0/+28
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-091-3/+1
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-091-1/+6
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-093-1/+7
* Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky2012-11-091-3/+3
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-092-4/+59
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-093-18/+9
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-093-9/+18
* Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer2012-11-091-0/+1
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-092-231/+230
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-092-8/+1540
* Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem2012-11-092-33/+227
* indentNadav Rotem2012-11-091-2/+2
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-085-52/+131
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-082-5/+6
* Recommit modified r167540.Amara Emerson2012-11-082-6/+21
* Add support of RTM from TSX extensionMichael Liao2012-11-0815-54/+223
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-084-50/+88
* Fix up comment typo and 80-col.Eric Christopher2012-11-071-4/+4
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-078-11/+341