| Commit message (Expand) | Author | Age | Files | Lines |
* | Clang is now production quality (at least for C). | Mikhail Glushenkov | 2009-06-30 | 1 | -3/+2 |
* | Add a way to access argv[0] in hooks. | Mikhail Glushenkov | 2009-06-30 | 2 | -0/+27 |
* | Move the driver entry point out of Main.inc. | Mikhail Glushenkov | 2009-06-30 | 2 | -105/+131 |
* | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 5 | -8/+124 |
* | Struct types are described using field types only. | Devang Patel | 2009-06-29 | 1 | -3/+0 |
* | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar | 2009-06-29 | 3 | -7/+47 |
* | Add SMLoc::isValid method. | Daniel Dunbar | 2009-06-29 | 1 | -0/+2 |
* | Fix install of libCompilerDriver dynamic library to not copy on every build. | Daniel Dunbar | 2009-06-29 | 1 | -4/+5 |
* | Remove commented code. | David Greene | 2009-06-29 | 1 | -15/+0 |
* | Add a 256-bit register class and YMM registers. | David Greene | 2009-06-29 | 2 | -0/+32 |
* | Add Thumb-2 support for TEQ amd TST. | David Goodwin | 2009-06-29 | 5 | -1/+196 |
* | Thumb-2 tests | David Goodwin | 2009-06-29 | 7 | -15/+65 |
* | llvm-mc: Recognize C++ style comments. | Daniel Dunbar | 2009-06-29 | 2 | -5/+5 |
* | llvm-mc: Recognize C++ style comments. | Daniel Dunbar | 2009-06-29 | 1 | -5/+9 |
* | Use getSCEV instead of getUnknown to create a SCEV for a | Dan Gohman | 2009-06-29 | 1 | -3/+3 |
* | Fix uninitialized variable warning. | Daniel Dunbar | 2009-06-29 | 1 | -1/+1 |
* | Don't build LLVMC when configured with --disable-pic (it needs requires shared | Daniel Dunbar | 2009-06-29 | 2 | -4/+12 |
* | Set wasRun to false here on Dan's suggestion. | Torok Edwin | 2009-06-29 | 1 | -0/+1 |
* | s/MainCU/ModuleCU/g | Devang Patel | 2009-06-29 | 2 | -30/+29 |
* | Set some svn:ignore props | Daniel Dunbar | 2009-06-29 | 0 | -0/+0 |
* | MC: Improve expression parsing and implement evaluation of absolute expressions | Daniel Dunbar | 2009-06-29 | 2 | -0/+249 |
* | Multiple DW_TAG_compile_unit is not used, afaict, on any target. | Devang Patel | 2009-06-29 | 1 | -103/+41 |
* | MC: Improve expression parsing and implement evaluation of absolute expressions. | Daniel Dunbar | 2009-06-29 | 6 | -56/+209 |
* | Don't cache PHI exit values from exhaustive evaluations, because | Dan Gohman | 2009-06-29 | 2 | -1/+78 |
* | FIX PR 4459. | Rafael Espindola | 2009-06-29 | 2 | -1/+16 |
* | Add some tests of advanced TableGen list functionality. | David Greene | 2009-06-29 | 2 | -0/+19 |
* | Implement !cast<string>. | David Greene | 2009-06-29 | 3 | -37/+89 |
* | Improve TableGen error reporting. | David Greene | 2009-06-29 | 1 | -1/+5 |
* | Initialize CurSection in constructor. | Torok Edwin | 2009-06-29 | 1 | -1/+1 |
* | Fix order of arguments to EXPECT_EQ | Daniel Dunbar | 2009-06-29 | 1 | -11/+8 |
* | Rename MCValue::getCst to getConstant and add MCValue::isConstant. | Daniel Dunbar | 2009-06-29 | 2 | -6/+7 |
* | Relax LDA memory instruction checks. | Andreas Bolka | 2009-06-29 | 1 | -4/+7 |
* | Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly... | Torok Edwin | 2009-06-29 | 4 | -2/+569 |
* | Simplify this code, and avoid using APInt(). This fixes | Dan Gohman | 2009-06-29 | 1 | -4/+2 |
* | Add a target-specific DAG combine on X86 to fold the common pattern of | Owen Anderson | 2009-06-29 | 1 | -0/+54 |
* | Fix three MSVC 2008 warnings that completely clutter the build output. | Sebastian Redl | 2009-06-29 | 2 | -3/+3 |
* | Add processor descriptions for Istanbul and Shanghai. | David Greene | 2009-06-29 | 1 | -0/+4 |
* | Fix a subtarget feature bug. | David Greene | 2009-06-29 | 1 | -1/+1 |
* | Add more vector ValueTypes for AVX and other extended vector instruction | David Greene | 2009-06-29 | 6 | -85/+278 |
* | Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes... | Douglas Gregor | 2009-06-29 | 1 | -2/+2 |
* | Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ... | David Goodwin | 2009-06-29 | 6 | -30/+53 |
* | Add triple for OpenBSD. | Duncan Sands | 2009-06-29 | 2 | -1/+5 |
* | Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt | Duncan Sands | 2009-06-29 | 1 | -0/+1 |
* | Implement Thumb2 ldr. | Evan Cheng | 2009-06-29 | 13 | -163/+489 |
* | Make dynamic LLVMC plugins work on Windows (finally!). | Mikhail Glushenkov | 2009-06-29 | 5 | -42/+76 |
* | Missed one. | Andreas Bolka | 2009-06-29 | 1 | -1/+1 |
* | Fix case in LDA util function names. | Andreas Bolka | 2009-06-29 | 1 | -4/+4 |
* | Print pairwise dependence results, add testcases. | Andreas Bolka | 2009-06-28 | 6 | -2/+139 |
* | Minimal LDA interface, maximally conservative tester. | Andreas Bolka | 2009-06-28 | 2 | -0/+29 |
* | LDA analysis output scaffolding. | Andreas Bolka | 2009-06-28 | 2 | -2/+27 |