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