- Apr 25, 2014
-
-
Craig Topper authored
llvm-svn: 207196
-
- Apr 22, 2014
-
-
Chandler Carruth authored
definition below all of the header #include lines, lib/Transforms/... edition. This one is tricky for two reasons. We again have a couple of passes that define something else before the includes as well. I've sunk their name macros with the DEBUG_TYPE. Also, InstCombine contains headers that need DEBUG_TYPE, so now those headers #define and #undef DEBUG_TYPE around their code, leaving them well formed modular headers. Fixing these headers was a large motivation for all of these changes, as "leaky" macros of this form are hard on the modules implementation. llvm-svn: 206844
-
- Jan 24, 2014
-
-
Alp Toker authored
Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018
-
- Sep 30, 2013
-
-
Benjamin Kramer authored
llvm-svn: 191675
-
- Sep 14, 2013
-
-
Robert Wilhelm authored
llvm-svn: 190750
-
- Aug 06, 2013
-
-
Serge Pavlov authored
llvm-svn: 187786
-
Tom Stellard authored
Patch by: Mei Ye llvm-svn: 187764
-