llvm-mirror/lib
Daniel Dunbar 588d3d1fd6 Add llvm::Triple class for abstracting access to target triples.
- The code is silly, I'm just amusing myself. Rewrite to be efficient
   if you like. :)

Also, if you wish to debate the proper names of the triple components
I'm all ears.

llvm-svn: 68252
2009-04-01 21:53:23 +00:00
..
Analysis
Archive
AsmParser
Bitcode fix a serious regression I introduced in my previous patch. 2009-04-01 01:43:03 +00:00
CodeGen
CompilerDriver
Debugger
ExecutionEngine Use CHAR_BIT instead of hard-coding 8 in several places where it 2009-04-01 18:45:54 +00:00
Linker
Support Add llvm::Triple class for abstracting access to target triples. 2009-04-01 21:53:23 +00:00
System hopefully fix an apparent build error on windows. 2009-04-01 02:03:38 +00:00
Target Use CHAR_BIT instead of hard-coding 8 in several places where it 2009-04-01 18:45:54 +00:00
Transforms Revert r68172. It caused regressions in 2009-04-01 16:37:47 +00:00
VMCore Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", 2009-03-31 22:11:05 +00:00
Makefile