Go to file
Sean Callanan 0bf0bafbc9 Removed the hack that uses "frame variable" to
evaluate expressions.  The expression parser and
IR interpreter are now fully capable of evaluating
expressions with as much (or better) fidelity.

<rdar://problem/12879364>

llvm-svn: 172293
2013-01-12 02:04:23 +00:00
clang Fix a regression from 171193: main cannot be overloaded. 2013-01-12 01:47:40 +00:00
clang-tools-extra Update users of RefactoringTool 2013-01-11 17:04:09 +00:00
compiler-rt asan: fix FIXME on windows 2013-01-11 17:57:24 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix exception safety bug in vector::push_back 2013-01-11 20:36:59 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF] Fix comment. 2013-01-11 22:39:56 +00:00
lldb Removed the hack that uses "frame variable" to 2013-01-12 02:04:23 +00:00
llvm Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV => objc_autorelease but were not updating the InstructionClass to IC_Autorelease. 2013-01-12 01:25:19 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00