llvm-6502/lib
Dan Gohman 93d3433579 Eliminate the use of PriorityQueue and just use a std::vector,
implementing pop with a linear search for a "best" element. The priority
queue was a neat idea, but in practice the comparison functions depend
on dynamic information.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104718 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-26 18:52:00 +00:00
..
Analysis Rename variable. add comment. 2010-05-20 20:35:24 +00:00
Archive
AsmParser Add support for thiscall calling convention. 2010-05-16 09:08:45 +00:00
Bitcode
CodeGen Eliminate the use of PriorityQueue and just use a std::vector, 2010-05-26 18:52:00 +00:00
CompilerDriver Print a space after the colon. 2010-05-20 21:11:37 +00:00
ExecutionEngine improve portability to systems that don't have powf/modf (e.g. solaris 9) 2010-05-15 17:10:24 +00:00
Linker
MC MC: Change RelaxInstruction to only take the input and output instructions. 2010-05-26 18:15:06 +00:00
Support Fix __crashreport_info__ declaration. 2010-05-20 23:50:19 +00:00
System Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup 2010-05-08 02:10:34 +00:00
Target MC: Change RelaxInstruction to only take the input and output instructions. 2010-05-26 18:15:06 +00:00
Transforms Kill unneeded SExt. 2010-05-26 09:45:04 +00:00
VMCore Add support for thiscall calling convention. 2010-05-16 09:08:45 +00:00
Makefile