.. |
CMakeLists.txt
|
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
|
2015-02-11 03:28:02 +00:00 |
InstCombineAddSub.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombineAndOrXor.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombineCalls.cpp
|
InstCombine: Don't fold call bitcast into args if callee is byval
|
2015-03-11 18:03:05 +00:00 |
InstCombineCasts.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombineCompares.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombineInternal.h
|
Fix an infinite loop in InstCombine when an instruction with no users and side effects can be constant folded.
|
2015-03-10 05:13:47 +00:00 |
InstCombineLoadStoreAlloca.cpp
|
instcombine: alloca: Canonicalize scalar allocation array size
|
2015-03-13 19:42:09 +00:00 |
InstCombineMulDivRem.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombinePHI.cpp
|
[opaque pointer type] Start migrating GEP creation to explicitly specify the pointee type
|
2015-03-14 01:53:18 +00:00 |
InstCombineSelect.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombineShifts.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombineSimplifyDemanded.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
InstCombineVectorOps.cpp
|
[opaque pointer type] more gep API migrations
|
2015-03-14 19:24:04 +00:00 |
InstructionCombining.cpp
|
[opaque pointer type] more gep API migration
|
2015-03-14 19:53:33 +00:00 |
LLVMBuild.txt
|
Update libdeps since TLI was moved from Target to Analysis in r226078.
|
2015-01-15 05:21:00 +00:00 |
Makefile
|
|
|