llvm-6502/lib
2010-10-12 18:18:03 +00:00
..
Analysis Support AA chaining. 2010-10-11 23:39:34 +00:00
Archive
AsmParser Pacify a noisy compiler, and sink this variable declaration closer to its uses. 2010-09-30 21:04:13 +00:00
Bitcode Provide a fast "get me the target triple from the module" API. This can 2010-10-06 01:22:42 +00:00
CodeGen Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis. 2010-10-11 21:45:03 +00:00
CompilerDriver
ExecutionEngine
Linker Revert "RequiresUnique" patch. This should be handled at a lower level. 2010-10-06 20:18:44 +00:00
MC MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi! 2010-10-09 16:04:45 +00:00
Support Unbreak cmake build. 2010-10-07 23:12:15 +00:00
System Change explicit search Apple specific code to only reference __eprintf on x86. 2010-10-11 21:34:24 +00:00
Target Mark variable 'NoImplicitFloatOps' used only in an assert as used. 2010-10-12 18:18:03 +00:00
Transforms Now using a variant of the existing inlining heuristics to decide whether to create a given specialization of a function in PartialSpecialization. If the total performance bonus across all callsites passing the same constant exceeds the specialization cost, we create the specialization. 2010-10-09 22:06:36 +00:00
VMCore Delete a redundant check. 2010-10-12 00:19:24 +00:00
Makefile