llvm-mirror/lib/Transforms
Chris Lattner e0b9847223 split code that doesn't need to be templated out of IRBuilder into a new
non-templated IRBuilderBase class.  Move that large CreateGlobalString
out of line, eliminating the need to #include GlobalVariable.h in IRBuilder.h

llvm-svn: 92227
2009-12-28 21:28:46 +00:00
..
Hello Fix a bunch of little errors that Clang complains about when its being pedantic 2009-12-19 07:05:23 +00:00
Instrumentation Cheap, mostly strict, stable sorting. 2009-12-02 15:57:15 +00:00
IPO rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind 2009-12-28 20:45:51 +00:00
Scalar split code that doesn't need to be templated out of IRBuilder into a new 2009-12-28 21:28:46 +00:00
Utils rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind 2009-12-28 20:45:51 +00:00
Makefile The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00