llvm-6502/lib
2009-09-22 08:34:46 +00:00
..
Analysis Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work with debug info, since it was extraordinarily easy to have dangling pointers thanks to MDNode uniquing. 2009-09-22 02:03:18 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
Bitcode Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
CodeGen Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-registers that were defined by the last partial def, not just a single sub-register. 2009-09-22 08:34:46 +00:00
CompilerDriver convert LoopInfo.h and GraphWriter.h to use raw_ostream 2009-08-23 07:19:13 +00:00
Debugger Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionEngine Use Compiler.h macro instead of __attribute__. 2009-09-22 07:38:23 +00:00
Linker Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
MC eliminate a use of strtoul. 2009-09-20 06:58:54 +00:00
Support Switch FoldingSet::AddString to StringRef based API. 2009-09-22 03:34:53 +00:00
System Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks 2009-09-22 04:44:56 +00:00
Target Add Cortex-A8 VFP model. 2009-09-21 20:52:17 +00:00
Transforms tidy up 2009-09-21 22:26:02 +00:00
VMCore Add a TrackingVH value handle. 2009-09-22 02:02:33 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00