aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-26Force function entry alignment only for NaClEli Bendersky
2012-11-20Push/pop and other calling convention lowering conditionalizedDavid Sehr
2012-11-20Remove unnecessary LOCALMOD from ARMMCTargetDesc.cppEli Bendersky
2012-11-20Remove LOCALMOD that's no longer required.Eli Bendersky
2012-11-16Control LSDA only on native clientDavid Sehr
2012-11-15Revert the LOCALMOD that disables the NEON feature for Cortex-A8.Eli Bendersky
2012-11-15Fix AddrIndex for some instructions to be more precise, following Jan's commentsEli Bendersky
2012-11-15Sandboxing of VLD instructionsEli Bendersky
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-14Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"Mark Seaborn
2012-11-14Use __aeabi_read_tp for non-naclDavid Sehr
2012-11-14Rename NotNaCl to IsNotNacl, for consistency with other similarly-named predi...JF Bastien
2012-11-14Implement sandboxing of NEON store instructionsEli Bendersky
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-13Fix thumb2 jump relocation testDavid Sehr
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski
2012-11-12Delete a stale comment. No functional change.Meador Inge
2012-11-11Move some helper methods to being static functions in the implementation file.Craig Topper
2012-11-11instcombine: Migrate memset optimizationsMeador Inge
2012-11-11instcombine: Migrate memmove optimizationsMeador Inge
2012-11-11instcombine: Migrate memcpy optimizationsMeador Inge
2012-11-11Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem
2012-11-11Fix a comment typo and add comments.Nadav Rotem
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge
2012-11-11instcombine: Migrate strstr optimizationsMeador Inge
2012-11-11Add method for replacing instructions to LibCallSimplifierMeador Inge
2012-11-10instcombine: Migrate strcspn optimizationsMeador Inge
2012-11-10Remove unnecessary subtraction and addition by 1 around a couple for loops.Craig Topper
2012-11-10Tidy up spacing. No functional change.Craig Topper
2012-11-10Removed unimplemented method declaration.Craig Topper
2012-11-10Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...Craig Topper
2012-11-10instcombine: Query target library information to gate libcall simplificationsMeador Inge
2012-11-10Add more functions to the target library information.Meador Inge
2012-11-10Disable the Thumb no-return call optimization:Evan Cheng
2012-11-10Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper
2012-11-09[NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-11-09Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky
2012-11-09Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen
2012-11-09Revert r167620; this can be implemented using an existing CL option.Chad Rosier
2012-11-09Add support for -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-09Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer
2012-11-09tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov
2012-11-09tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov
2012-11-09Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem
2012-11-09indentNadav Rotem
2012-11-08llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi
2012-11-08Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interfaceMark Seaborn
2012-11-08Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer
2012-11-08Recommit modified r167540.Amara Emerson