History log of /external/llvm/unittests/Transforms/DebugIR/DebugIR.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/unittests/Transforms/DebugIR/DebugIR.cpp
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/unittests/Transforms/DebugIR/DebugIR.cpp
8bb9ec15c89da88c8e223f334296d81080cd829c 29-Jun-2013 Daniel Malea <daniel.malea@intel.com> Replace UNIXy path with os-independent one in DebugIR unit test
- should resolve windows buildbot failure



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185232 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/DebugIR/DebugIR.cpp
9e638df937b66e4313445163e069623b72b86f9a 28-Jun-2013 Daniel Malea <daniel.malea@intel.com> Fix Windows/Darwin build error in DebugIR unit tests
- mistakenly used get_current_dir() linux function
- replaced with getcwd/_getcwd as appropriate for current platform



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185225 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/DebugIR/DebugIR.cpp
5fa8186b8dcc0be77f4ab64b1ef46ad919315b54 28-Jun-2013 Daniel Malea <daniel.malea@intel.com> Adding tests for DebugIR pass
- lit tests verify that each line of input LLVM IR gets a !dbg node and a
corresponding entry of metadata that contains the line number
- unit tests verify that DebugIR works as advertised in the interface
- refactored some useful IR generation functionality from the MCJIT unit tests
so it can be reused



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185212 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/DebugIR/DebugIR.cpp