Go to file
Eli Bendersky 33ebf836bc A small refactoring + adding comments.
SelectionDAGIsel::LowerArguments needs a function, not a basic block. So it
makes sense to pass it the function instead of extracting a basic-block from
the function and then tossing it. This is also more self-documenting (functions
have arguments, BBs don't).

In addition, added comments to a couple of Select* methods.

llvm-svn: 176305
2013-02-28 23:09:18 +00:00
clang Add more of the command line options as attribute flags. 2013-02-28 22:49:57 +00:00
clang-tools-extra Don't use 'exit' in lit script 2013-02-28 20:11:25 +00:00
compiler-rt [asan] Lower memory usage in LargeMallocTest on Android. 2013-02-28 15:54:58 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. 2013-02-26 16:27:55 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][Hexagon] add quickdata relocations 2013-02-28 20:54:03 +00:00
lldb Use the Error parameter in ValueObject::ReadPointedString to actually report common errors 2013-02-28 22:01:33 +00:00
llvm A small refactoring + adding comments. 2013-02-28 23:09:18 +00:00
polly Use attributes references on call/invoke instructions. 2013-02-22 09:29:15 +00:00