2009-07-01 |
Evan Cheng | CommuteChangesDestination() should check if to-be-commu... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Evan Cheng | Remove special handling of implicit_def. Fix a couple... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Tweak MCSymbol doxyments. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | llvm-mc: Fill in the rest of tokens for 'as-lex' mode. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Fix the build on OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Rename MCValue::isConstant to isAbsolute. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | add some of the new tokens, others are still missing. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | llvm-mc: Emit parsed instructions to the MCStreamer. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Dump MCInsts in the MC .s printer, for now. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | add comments, privatize interface |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | disable some ctors. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | add some comments to MCSymbol header, make the ctor... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | improve the APIs for creating struct and function types... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | Fix some fast-isel problems selecting global variable... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Evan Cheng | Handle IMPLICIT_DEF with isUndef operand marker, part... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Remove unused AsmPrinter OptLevel argument, and propogate. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
David Goodwin | Add PIC load and store patterns for Thumb-2. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Owen Anderson | Add a global context, for easing backwards compatibility. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | llvm-mc: Introduce method to match a parsed x86 instruc... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | Fill in some methods for the MCValue field of an MCOperand. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | llvm-mc: Accept relocatable expressions when parsing... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
David Goodwin | Thumb-2 load and store double description. But nothing... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | llvm-mc: Symbols in a relocatable expression of the... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Bill Wendling | Add an "alignment" field to the MachineFunction object... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
David Goodwin | Add thumb-2 store word, halfword, and byte. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Andreas Bolka | Drop redundant print impl. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Dan Gohman | Minor code cleanups. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Dan Gohman | Reapply 74494, this time removing the conflicting defin... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
David Goodwin | Improve Thumb-2 jump table support. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
David Greene | Add 256-bit memory operand support. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
David Goodwin | Add conditional and unconditional thumb-2 branch. Add... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Owen Anderson | Add wrappers for type construction to LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | add a FAQ. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Owen Anderson | Fix up header comments to make Chris happy. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Rafael Espindola | Fix PR4485. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | Revert my intentional breakage. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | Intentionally break a unittest to test my buildbot... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | Suppress may-be-used-uninitialized warning. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | Fix CMake build |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Oscar Fuentes | Fixed assert that checks return value of TlsSetValue. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Rafael Espindola | Fix PR4484. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Evan Cheng | Temporarily restore the scavenger implicit_def checking... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Evan Cheng | Add a bit IsUndef to MachineOperand. This indicates... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Bill Wendling | Temporarily revert r74494. It was causing failures... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | got confused again |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | fix some issues Jeff Yasskin noticed |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | add a note about re-evaluating end() every time through... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Owen Anderson | Fix the build on Cygwin. Patch by Aaron Gray. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | remove a bogus note. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Bill Wendling | #include <iostream> is forbidden. Remove it in favor... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Evan Cheng | A few more load instructions. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Andreas Bolka | Array accesses are independent if the underlying arrays... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | llvm-mc: Accept relocatable expressions for .org, assig... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | llvm-mc: Rewrite binary subtraction for relocatable... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | llvm-mc: Evaluation for relocatable expressions. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Dan Gohman | Delete a spurious blank line at the top of the file. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Dan Gohman | Define an operator<< for APInt to be used with std... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Dan Gohman | Minor formatting, whitespace, and 80-column fixes. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
David Goodwin | Enhance tests to include shifted-register operand testing. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | Normalize SourceMgr messages. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Owen Anderson | Add LLVMContext, which will eventually be used as a... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Daniel Dunbar | llvm-mc: Parse symbol attribute directives. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Mikhail Glushenkov | Clang is now production quality (at least for C). |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Mikhail Glushenkov | Add a way to access argv[0] in hooks. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Mikhail Glushenkov | Move the driver entry point out of Main.inc. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | llvm-mc: Parse .{,b,p2}align{,w,l} directives. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Devang Patel | Struct types are described using field types only. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | llvm-mc: Diagnose misuse (mix) of defined symbols and... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Add SMLoc::isValid method. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Fix install of libCompilerDriver dynamic library to... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
David Greene | Remove commented code. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
David Greene | Add a 256-bit register class and YMM registers. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
David Goodwin | Add Thumb-2 support for TEQ amd TST. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
David Goodwin | Thumb-2 tests |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | llvm-mc: Recognize C++ style comments. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | llvm-mc: Recognize C++ style comments. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Dan Gohman | Use getSCEV instead of getUnknown to create a SCEV... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Fix uninitialized variable warning. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Don't build LLVMC when configured with --disable-pic... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Torok Edwin | Set wasRun to false here on Dan's suggestion. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Devang Patel | s/MainCU/ModuleCU/g |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Set some svn:ignore props |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | MC: Improve expression parsing and implement evaluation... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Devang Patel | Multiple DW_TAG_compile_unit is not used, afaict, on... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | MC: Improve expression parsing and implement evaluation... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Dan Gohman | Don't cache PHI exit values from exhaustive evaluations... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Rafael Espindola | FIX PR 4459. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
David Greene | Add some tests of advanced TableGen list functionality. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
David Greene | Implement !cast<string>. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
David Greene | Improve TableGen error reporting. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Torok Edwin | Initialize CurSection in constructor. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Fix order of arguments to EXPECT_EQ |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Rename MCValue::getCst to getConstant and add MCValue... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Andreas Bolka | Relax LDA memory instruction checks. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Torok Edwin | Call doInitialization(), releaseMemory(), and doFinaliz... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Dan Gohman | Simplify this code, and avoid using APInt(). This fixes |
commit | commitdiff | tree | snapshot |
next |