llvm-6502/lib
Nick Lewycky dbd2255091 Small cleanups:
- use SmallVectorImpl& for the function argument.
  - ignore the operands on the GEP, even if they aren't constant! Much as we
    pretend the malloc succeeds, we pretend that malloc + whatever-you-GEP'd-by
    is not null. It's magic!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136757 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-03 01:11:40 +00:00
..
Analysis Add this back in for now. There are still a few passes which create unwind instructions at the moment. 2011-08-03 01:07:57 +00:00
Archive
AsmParser Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
Bitcode Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
CodeGen Use the precomputed def presence in RAGreedy::calcSpillCost. 2011-08-02 23:04:08 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Assume .cfi_startproc is the first thing in a function. If the function is 2011-08-02 20:24:22 +00:00
Object
Support
Target ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. Not especially pretty, but seems to work well enough. If this looks okay, I'll put together similar patches for Mips, PPC, and Alpha. 2011-08-02 22:44:16 +00:00
Transforms Small cleanups: 2011-08-03 01:11:40 +00:00
VMCore Remove the LLVMBuildUnwind C API function. 2011-08-02 06:20:17 +00:00
CMakeLists.txt
Makefile