| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Print a nl before pic labels so they start at a new line. This makes ↵ | Evan Cheng | 2009-08-28 | 3 | -12/+12 | |
| | | | | | | | assembly more readable. llvm-svn: 80350 | |||||
| * | Since all std::cout is gone, also remove iostream include. | Andreas Neustifter | 2009-08-28 | 1 | -1/+0 | |
| | | | | | | | (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085620.html) llvm-svn: 80349 | |||||
| * | Readded test from r79615, this tests the complete profiling tool chain. Furhter | Andreas Neustifter | 2009-08-28 | 4 | -0/+330 | |
| | | | | | | | tests can test only parts of this system. llvm-svn: 80348 | |||||
| * | llvm-mc: Support .zerofill emission. | Daniel Dunbar | 2009-08-28 | 7 | -5/+623 | |
| | | | | | | | - I'm still trying to figure out the cleanest way to implement this and match the assembler, currently there are some substantial differences. llvm-svn: 80347 | |||||
| * | Create UnresolvedUsingDecls. | Anders Carlsson | 2009-08-28 | 2 | -12/+9 | |
| | | | | | llvm-svn: 80346 | |||||
| * | llvm-mc: Tweak section alignment and size computation to match 'as' closer. | Daniel Dunbar | 2009-08-28 | 2 | -25/+43 | |
| | | | | | llvm-svn: 80345 | |||||
| * | llvm-mc: Factor getSectionData out of SwitchSection. | Daniel Dunbar | 2009-08-28 | 1 | -7/+11 | |
| | | | | | llvm-svn: 80344 | |||||
| * | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar | 2009-08-28 | 7 | -17/+18 | |
| | | | | | llvm-svn: 80343 | |||||
| * | llvm-mc: Unique zero fill sections. | Daniel Dunbar | 2009-08-28 | 1 | -17/+9 | |
| | | | | | llvm-svn: 80342 | |||||
| * | llvm-mc: Add const to EmitZeroFill section argument. | Daniel Dunbar | 2009-08-28 | 4 | -6/+6 | |
| | | | | | llvm-svn: 80341 | |||||
| * | llvm-mc: Fix thinko in emitting values. | Daniel Dunbar | 2009-08-28 | 1 | -1/+1 | |
| | | | | | llvm-svn: 80340 | |||||
| * | Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns the | Daniel Dunbar | 2009-08-28 | 1 | -0/+7 | |
| | | | | | | | offset to the next aligned integer. llvm-svn: 80339 | |||||
| * | Fix -Asserts warning. | Daniel Dunbar | 2009-08-28 | 1 | -2/+1 | |
| | | | | | llvm-svn: 80338 | |||||
| * | Factor declaration building out to Sema::BuildUsingDeclaration. | Anders Carlsson | 2009-08-28 | 2 | -25/+42 | |
| | | | | | llvm-svn: 80337 | |||||
| * | Check in UnresolvedUsingDecl. | Anders Carlsson | 2009-08-28 | 4 | -3/+60 | |
| | | | | | llvm-svn: 80336 | |||||
| * | Use SymbolicRegion instead of CodeTextRegion for symbolic function | Ted Kremenek | 2009-08-28 | 5 | -100/+31 | |
| | | | | | | | | | pointers. Most logic cares first about whether or not a region is symbolic, and second if represents code. This should fix a series of silent corner case bugs (as well as simplify a bunch of code). llvm-svn: 80335 | |||||
| * | finish a half formed thought :) | Chris Lattner | 2009-08-28 | 1 | -1/+4 | |
| | | | | | llvm-svn: 80334 | |||||
| * | More work on using declarations. | Anders Carlsson | 2009-08-28 | 7 | -11/+43 | |
| | | | | | llvm-svn: 80333 | |||||
| * | Many improvements to using declarations. | Anders Carlsson | 2009-08-28 | 4 | -20/+110 | |
| | | | | | llvm-svn: 80332 | |||||
| * | Another NO_RUNTIME_LIBRARIES tweak... | Daniel Dunbar | 2009-08-28 | 1 | -2/+2 | |
| | | | | | llvm-svn: 80331 | |||||
| * | Tweak NO_RUNTIME_LIBS. | Daniel Dunbar | 2009-08-28 | 1 | -4/+4 | |
| | | | | | llvm-svn: 80330 | |||||
| * | Mark Andersen's as experimental. | Chris Lattner | 2009-08-28 | 2 | -1/+8 | |
| | | | | | llvm-svn: 80328 | |||||
| * | Fix PR3913, patch by Jakub Staszak! | Chris Lattner | 2009-08-28 | 2 | -1/+25 | |
| | | | | | llvm-svn: 80327 | |||||
| * | Accept and ignore a few more -Wflags. | Chris Lattner | 2009-08-28 | 1 | -0/+3 | |
| | | | | | llvm-svn: 80323 | |||||
| * | v4, v5 does not support sxtb / sxth. | Evan Cheng | 2009-08-28 | 3 | -32/+69 | |
| | | | | | llvm-svn: 80322 | |||||
| * | Update checker build. | Ted Kremenek | 2009-08-28 | 1 | -1/+1 | |
| | | | | | llvm-svn: 80321 | |||||
| * | Use C++ style comments. | Ted Kremenek | 2009-08-28 | 1 | -2/+2 | |
| | | | | | llvm-svn: 80320 | |||||
| * | Disable optional bindings for Apple-style builds. | Bob Wilson | 2009-08-28 | 1 | -0/+1 | |
| | | | | | llvm-svn: 80319 | |||||
| * | Revert 76080. This broke some powerpc cross compiles. | Bob Wilson | 2009-08-28 | 1 | -5/+2 | |
| | | | | | | | | It also makes the llvmCore build dependent on whatever version of llvm-gcc happens to be installed on the build machine. llvm-svn: 80316 | |||||
| * | Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges | Ted Kremenek | 2009-08-28 | 2 | -3/+112 | |
| | | | | | | | | | Were Dropped Successfully Patch by Geoff Keating! llvm-svn: 80313 | |||||
| * | Revert r80305, I forgot a dependent change. | Daniel Dunbar | 2009-08-27 | 1 | -9/+17 | |
| | | | | | | | | --- Reverse-merging r80305 into '.': U tools/llvm-mc/AsmParser.cpp llvm-svn: 80309 | |||||
| * | Closure is a very generic name. Use AppleBlock instead. | Devang Patel | 2009-08-27 | 2 | -7/+8 | |
| | | | | | llvm-svn: 80307 | |||||
| * | Update exports list. | Ted Kremenek | 2009-08-27 | 1 | -1/+17 | |
| | | | | | llvm-svn: 80306 | |||||
| * | llvm-mc: Unique sections in .zerofill. | Daniel Dunbar | 2009-08-27 | 1 | -17/+9 | |
| | | | | | llvm-svn: 80305 | |||||
| * | eliminate all 80-col violations that I have introduced in my recent checkins ↵ | Gabor Greif | 2009-08-27 | 14 | -30/+50 | |
| | | | | | | | (and some others more) llvm-svn: 80304 | |||||
| * | Don't build runtime libraries in an Apple style build. | Daniel Dunbar | 2009-08-27 | 2 | -0/+5 | |
| | | | | | llvm-svn: 80303 | |||||
| * | When looking for overloaded member operators, make sure to instantiate | Douglas Gregor | 2009-08-27 | 3 | -5/+17 | |
| | | | | | | | | | | class template specializations (when possible) and look into base classes. Thanks to Eli for the test case! FIXME -=1. llvm-svn: 80302 | |||||
| * | convert to filecheck and force a triple so that this passes on big | Chris Lattner | 2009-08-27 | 1 | -2/+3 | |
| | | | | | | | endian hosts. Fixes PR4792 llvm-svn: 80301 | |||||
| * | CFG construction: Abort CFG construction when processing a CompoundStmt if any | Ted Kremenek | 2009-08-27 | 1 | -0/+3 | |
| | | | | | | | of its subexpressions resulted in a "bad CFG". llvm-svn: 80298 | |||||
| * | Rename 'bindExpr' to 'BindExpr'. | Ted Kremenek | 2009-08-27 | 4 | -59/+59 | |
| | | | | | llvm-svn: 80294 | |||||
| * | Move the AnalysisContext* from GRState to Environment. | Ted Kremenek | 2009-08-27 | 4 | -30/+22 | |
| | | | | | llvm-svn: 80293 | |||||
| * | Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. | Eli Friedman | 2009-08-27 | 1 | -0/+2 | |
| | | | | | llvm-svn: 80289 | |||||
| * | Add __builtin_memchr (used by GNU libstdc++). | Eli Friedman | 2009-08-27 | 1 | -0/+1 | |
| | | | | | llvm-svn: 80288 | |||||
| * | Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error | Eli Friedman | 2009-08-27 | 1 | -3/+13 | |
| | | | | | | | out for user-defined conversions instead of crashing. llvm-svn: 80282 | |||||
| * | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes | 2009-08-27 | 4 | -61/+40 | |
| | | | | | llvm-svn: 80280 | |||||
| * | Fill in Index.h header file and add stubs to implementation file. | Steve Naroff | 2009-08-27 | 3 | -6/+252 | |
| | | | | | llvm-svn: 80279 | |||||
| * | Revamp our friend Mips :) | Bruno Cardoso Lopes | 2009-08-27 | 4 | -40/+61 | |
| | | | | | | | | | Add MO flags to simplify the printing of relocations. Remove the support for printing large code model relocs (which aren't supported anyway). llvm-svn: 80278 | |||||
| * | Fix for PR4794 (instantiating friend class decl); this version shouldn't | Eli Friedman | 2009-08-27 | 2 | -2/+5 | |
| | | | | | | | cause any regressions. llvm-svn: 80277 | |||||
| * | Extend the exception spec test even further. Now I need to implement this. | Sebastian Redl | 2009-08-27 | 1 | -0/+44 | |
| | | | | | llvm-svn: 80276 | |||||
| * | Remove unnecessary include. | Eli Friedman | 2009-08-27 | 1 | -2/+0 | |
| | | | | | llvm-svn: 80275 | |||||

