]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
Debug info: Further simplify the implementation of buildLocationList by
[opencl/llvm.git] / lib / CodeGen / AtomicExpandLoadLinkedPass.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-13 Tim NorthoverAtomics: make use of the "cmpxchg weak" instruction.
2014-06-13 Tim NorthoverAtomics: switch direction of cmpxchg comparison
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.