summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-11
* Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem2012-11-11
* Fix a comment typo and add comments.Nadav Rotem2012-11-11
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-11
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-11
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-11
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-10
* Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper2012-11-10
* Tidy up spacing. No functional change.Craig Topper2012-11-10
* Removed unimplemented method declaration.Craig Topper2012-11-10
* Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper2012-11-10
* instcombine: Query target library information to gate libcall simplificationsMeador Inge2012-11-10
* Add more functions to the target library information.Meador Inge2012-11-10
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-10
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-09
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky2012-11-09
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-09
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer2012-11-09
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-09
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-09
* Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem2012-11-09
* indentNadav Rotem2012-11-09
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-08
* Recommit modified r167540.Amara Emerson2012-11-08
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-08
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg2012-11-07
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-07
* Delete MipsFunctionInfo::NextStackOffset. No functionality change intended. Akira Hatanaka2012-11-07
* Revert r167540 until regression tests are updated.Amara Emerson2012-11-07
* Improve ARM build attribute emission for architectures types.Amara Emerson2012-11-07
* [asan] fix bug 14277 (asan needs to fail with fata error if an __asan interfa...Kostya Serebryany2012-11-07
* misched: Heuristics based on the machine model.Andrew Trick2012-11-07
* misched: handle on-the-fly regpressure queries better for 2-addrAndrew Trick2012-11-07
* Add comment describing what's going on here.Bill Wendling2012-11-07
* When we're updating the subprogram scope DIE, we want to determine if we'reBill Wendling2012-11-07
* [arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier2012-11-07
* Simplify code. No functionality change.Jakub Staszak2012-11-06
* Make the helper functions static. No functional change.Nadav Rotem2012-11-06
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-06
* [regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from aChad Rosier2012-11-06
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-06
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-06