.. |
CMakeLists.txt
|
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
|
2012-06-24 13:32:01 +00:00 |
DAGCombiner.cpp
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:30:33 +00:00 |
FastISel.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
FunctionLoweringInfo.cpp
|
Don't put non-static allocas in the static alloca map
|
2014-01-31 23:45:12 +00:00 |
InstrEmitter.cpp
|
Always let value types influence register classes.
|
2014-01-14 06:18:38 +00:00 |
InstrEmitter.h
|
Revert "Give internal classes hidden visibility."
|
2013-09-11 18:05:11 +00:00 |
LLVMBuild.txt
|
LLVMBuild: Remove trailing newline, which irked me.
|
2011-12-12 19:48:00 +00:00 |
LegalizeDAG.cpp
|
Pass address space to allowsUnalignedMemoryAccesses
|
2014-02-05 23:16:05 +00:00 |
LegalizeFloatTypes.cpp
|
Keep TBAA info when rewriting SelectionDAG loads and stores
|
2013-10-28 11:17:59 +00:00 |
LegalizeIntegerTypes.cpp
|
Revert r162101 and replace it with a solution that works for targets where the pointer type is illegal.
|
2014-01-22 22:34:17 +00:00 |
LegalizeTypes.cpp
|
[DAG] Refactor vector splitting code in SelectionDAG. No functional change intended.
|
2013-11-19 21:20:17 +00:00 |
LegalizeTypes.h
|
[AArch64 NEON] Fix pattern match failed on FP_ROUND from v1f128 to v1f64.
|
2014-01-26 02:19:35 +00:00 |
LegalizeTypesGeneric.cpp
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:30:33 +00:00 |
LegalizeVectorOps.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
LegalizeVectorTypes.cpp
|
[C++11] Replace llvm::tie with std::tie.
|
2014-03-02 13:30:33 +00:00 |
Makefile
|
…
|
|
ResourcePriorityQueue.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
SDNodeDbgValue.h
|
Revert "Give internal classes hidden visibility."
|
2013-09-11 18:05:11 +00:00 |
ScheduleDAGFast.cpp
|
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
|
2013-07-14 04:42:23 +00:00 |
ScheduleDAGRRList.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
ScheduleDAGSDNodes.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
ScheduleDAGSDNodes.h
|
Revert "Give internal classes hidden visibility."
|
2013-09-11 18:05:11 +00:00 |
ScheduleDAGVLIW.cpp
|
Move all of the header files which are involved in modelling the LLVM IR
|
2013-01-02 11:36:10 +00:00 |
SelectionDAG.cpp
|
Add missing const
|
2014-02-24 21:01:18 +00:00 |
SelectionDAGBuilder.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
SelectionDAGBuilder.h
|
[Modules] Move CallSite into the IR library where it belogs. It is
|
2014-03-04 11:01:28 +00:00 |
SelectionDAGDumper.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
SelectionDAGISel.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +00:00 |
SelectionDAGPrinter.cpp
|
Put the functionality for printing a value to a raw_ostream as an
|
2014-01-09 02:29:41 +00:00 |
TargetLowering.cpp
|
Implement inalloca codegen for x86 with the new inalloca design
|
2014-01-31 23:50:57 +00:00 |
TargetSelectionDAGInfo.cpp
|
Rename some member variables from TD to DL.
|
2014-02-18 15:33:12 +00:00 |