2011-04-13 |
Bill Wendling | Add an option to not print the alias of an instruction... |
tree | commitdiff |
2011-04-11 |
Johnny Chen | Thumb disassembler was erroneously rejecting "blx sp... |
tree | commitdiff |
2011-04-11 |
NAKAMURA Takumi | TableGen: Keep the order of DECL_CONTEXT() for DeclNode... |
tree | commitdiff |
2011-04-11 |
Daniel Dunbar | build: Add support for a SHOW_DIAGNOSTICS build variable. |
tree | commitdiff |
2011-04-09 |
Chris Lattner | fix PR9629 - We were lowering regexes like a{{b|c}... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | various cleanups, no functionality change. |
tree | commitdiff |
2011-04-08 |
Bill Wendling | Only emit the AvailableFeatures variable if it's used. |
tree | commitdiff |
2011-04-07 |
Bill Wendling | Replace the old algorithm that emitted the "print the... |
tree | commitdiff |
2011-04-04 |
Joerg Sonnenberger | Add support for the VIA PadLock instructions. |
tree | commitdiff |
2011-04-04 |
Joerg Sonnenberger | Use array_lengthof |
tree | commitdiff |
2011-04-04 |
Joerg Sonnenberger | Change loops to derive the number of tables automatically |
tree | commitdiff |
2011-04-01 |
Daniel Dunbar | tlbgen/MC: StringRef's to temporary objects considered... |
tree | commitdiff |
2011-04-01 |
Andrew Trick | Add annotations to tablegen-generated processor itinera... |
tree | commitdiff |
2011-04-01 |
Andrew Trick | whitespace |
tree | commitdiff |
2011-03-31 |
Nick Lewycky | Fix typo in generated HTML. |
tree | commitdiff |
2011-03-31 |
Bob Wilson | Use intrinsics for Neon vmull operations. Radar 9208957. |
tree | commitdiff |
2011-03-30 |
Argyrios Kyrtzidis | ClangSAEmClangSACheckersEmitter, emit info about groups. |
tree | commitdiff |
2011-03-29 |
Matt Beaumont-Gay | Quiet a gcc warning about changed name lookup rules |
tree | commitdiff |
2011-03-29 |
Argyrios Kyrtzidis | In ClangSACheckersEmitter: |
tree | commitdiff |
2011-03-29 |
Argyrios Kyrtzidis | For ClangSACheckersEmitter, allow a package to belong... |
tree | commitdiff |
2011-03-28 |
Devang Patel | Remove scripts used by TEST=dbg from here. They now... |
tree | commitdiff |
2011-03-27 |
Duncan Sands | Partially revert commit 127155: I think it is much... |
tree | commitdiff |
2011-03-26 |
Douglas Gregor | Extend Clang's TableGen emitter for attributes to suppo... |
tree | commitdiff |
2011-03-25 |
Duncan Sands | Useful script for finding regressions in the nightly... |
tree | commitdiff |
2011-03-25 |
Johnny Chen | delegate the disassembly of t2ADR to the more generic... |
tree | commitdiff |
2011-03-24 |
Johnny Chen | The opcode names ("tLDM", "tLDM_UPD") used for conflict... |
tree | commitdiff |
2011-03-24 |
Johnny Chen | The ARM disassembler was confused with the 16-bit tSTMI... |
tree | commitdiff |
2011-03-24 |
Bruno Cardoso Lopes | Add asm parsing support w/ testcases for strex/ldrex... |
tree | commitdiff |
2011-03-24 |
Johnny Chen | ADR was added with the wrong encoding for inst{24-21... |
tree | commitdiff |
2011-03-23 |
Douglas Gregor | Update the Clang attribute emitter to handle attributes... |
tree | commitdiff |
2011-03-21 |
Bill Wendling | Call static functions so that they aren't left unused. |
tree | commitdiff |
2011-03-21 |
Bill Wendling | A WIP commit of the InstAlias printing cleanup. This... |
tree | commitdiff |
2011-03-21 |
Bill Wendling | Add the IAPrinter class. |
tree | commitdiff |
2011-03-21 |
Bill Wendling | * Add classes that support the "feature" information. |
tree | commitdiff |
2011-03-18 |
Owen Anderson | Thumb2 PC-relative loads require a fixup rather than... |
tree | commitdiff |
2011-03-18 |
NAKAMURA Takumi | raw_ostream: [PR6745] Tweak formatting (double)%e for... |
tree | commitdiff |
2011-03-15 |
NAKAMURA Takumi | lit/ProgressBar.py: [PR7919] Improve line wrap for... |
tree | commitdiff |
2011-03-15 |
Evan Cheng | - Add "Bitcast" target instruction property for instruc... |
tree | commitdiff |
2011-03-15 |
Sean Callanan | X86 table-generator and disassembler support for the AVX |
tree | commitdiff |
2011-03-14 |
Owen Anderson | Ignore isCodeGenOnly instructions when generating diass... |
tree | commitdiff |
2011-03-14 |
Jim Grosbach | Trailing whitespace. |
tree | commitdiff |
2011-03-14 |
Francois Pichet | Correct small comment order typo. |
tree | commitdiff |
2011-03-12 |
Jim Grosbach | Remove no-longer-correct special case for disasm of... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Pseudo-ize the ARM 'B' instruction. |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Pseudo-ize VMOVDcc and VMOVScc. |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | ARM VDUPfd and VDUPfq can just be patterns. The instruc... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Remove dead code. These ARM instruction definitions... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | ARM VDUPLNfq and VDUPLNfd definitions can just be Pat... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | ARM VREV64df and VREV64qf can just be patterns. The... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Add missing 'return on failure'. Previously we'd crash... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Teach TableGen to pre-calculate register enum values... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Make the register enum value part of the CodeGenRegiste... |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Trailing whitespace. |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Trailing whitespace. |
tree | commitdiff |
2011-03-11 |
Jim Grosbach | Tidy up since ARM MOVCCi and MOVCCi16 are now pseudos. |
tree | commitdiff |
2011-03-10 |
Jim Grosbach | Properly pseudo-ize MOVCCr and MOVCCs. |
tree | commitdiff |
2011-03-10 |
Jim Grosbach | Memory barrier instructions don't need special handling... |
tree | commitdiff |
2011-03-08 |
Stuart Hastings | Stop building PPC parts on OSX. Radar 8637926. |
tree | commitdiff |
2011-03-08 |
NAKAMURA Takumi | Use $(ECHOPATH) to make llvm-lit from llvm-lit.in. |
tree | commitdiff |
2011-03-08 |
Bill Wendling | Don't show commands. |
tree | commitdiff |
2011-03-07 |
Bill Wendling | Rename the narrow shift right immediate operands to... |
tree | commitdiff |
2011-03-07 |
Bill Wendling | Don't keep the log files around. Just pipe to a log... |
tree | commitdiff |
2011-03-05 |
Jakob Stoklund Olesen | Revert r127073: "Introduce $(ECHOPATH) to print DOSish... |
tree | commitdiff |
2011-03-05 |
NAKAMURA Takumi | utils/lit/lit/TestRunner.py: bash is available with... |
tree | commitdiff |
2011-03-05 |
NAKAMURA Takumi | Introduce $(ECHOPATH) to print DOSish path string on... |
tree | commitdiff |
2011-03-05 |
NAKAMURA Takumi | On Windows hosts, Python scripts in test/Scripts did... |
tree | commitdiff |
2011-03-04 |
David Greene | Fix the case where the number of jobs is less than the |
tree | commitdiff |
2011-03-03 |
Bob Wilson | TableGen should not ignore BX instructions for the... |
tree | commitdiff |
2011-03-03 |
Bob Wilson | pr9367: Add missing predicated BLX instructions. |
tree | commitdiff |
2011-03-02 |
John McCall | Teach the clang attribute emitter about InheritablePara... |
tree | commitdiff |
2011-03-01 |
Oscar Fuentes | Fixes warnings emitted by Visual Studio 2010 compiler. |
tree | commitdiff |
2011-03-01 |
Jim Grosbach | trailing whitespace. |
tree | commitdiff |
2011-03-01 |
Jim Grosbach | Generalize the register matching code in DAGISel a... |
tree | commitdiff |
2011-03-01 |
Bill Wendling | Narrow right shifts need to encode their immediates... |
tree | commitdiff |
2011-02-28 |
NAKAMURA Takumi | Don't install libUnitTestMain.a. It might be useless... |
tree | commitdiff |
2011-02-26 |
Bill Wendling | A new TableGen feature! (Not turned on just yet.) |
tree | commitdiff |
2011-02-26 |
Bob Wilson | Removed unnecessary dylibs from Apple builds, with... |
tree | commitdiff |
2011-02-25 |
Bob Wilson | Add a new "Embedded" makefile target for Apple-style... |
tree | commitdiff |
2011-02-25 |
Stuart Hastings | Fix bad comment marker. |
tree | commitdiff |
2011-02-25 |
David Greene | Add some options for building LLVM in different environ... |
tree | commitdiff |
2011-02-25 |
Stuart Hastings | Omit lto.h from the llvmCore result; henceforth, this... |
tree | commitdiff |
2011-02-24 |
Argyrios Kyrtzidis | In utils/TableGen/ClangSACheckersEmitter.cpp, set the... |
tree | commitdiff |
2011-02-22 |
David Greene | Fix Builder::execute() to more properly pass the desire... |
tree | commitdiff |
2011-02-22 |
Cameron Zwarich | Eliminate valgrind warnings from Python on the 32-bit... |
tree | commitdiff |
2011-02-22 |
Rafael Espindola | Implement xgetbv and xsetbv. |
tree | commitdiff |
2011-02-21 |
David Greene | Add a convenience tool for doing comparison builds... |
tree | commitdiff |
2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature. |
tree | commitdiff |
2011-02-19 |
Cameron Zwarich | Try to fix the MC/AsmParser/section.s failure on the... |
tree | commitdiff |
2011-02-18 |
Oscar Fuentes | CMake: updated list of tblgen source files. |
tree | commitdiff |
2011-02-18 |
Owen Anderson | Add FixedLenDecoderEmitter, the skeleton of a new disas... |
tree | commitdiff |
2011-02-17 |
Joerg Sonnenberger | Check that MnemonicAlias doesn't map back to the same... |
tree | commitdiff |
2011-02-17 |
NAKAMURA Takumi | lit/TestingConfig.py: Add the environment variable... |
tree | commitdiff |
2011-02-17 |
Sean Hunt | Add serialization for Expr* arguments for attributes... |
tree | commitdiff |
2011-02-15 |
Argyrios Kyrtzidis | When tablegen'ing the clang analyzer checkers: |
tree | commitdiff |
2011-02-14 |
Argyrios Kyrtzidis | Add the ClangSACheckersEmitter tablegen backend which... |
tree | commitdiff |
2011-02-14 |
Bruno Cardoso Lopes | Fix encoding and add parsing support for the arm/thumb... |
tree | commitdiff |
2011-02-13 |
Argyrios Kyrtzidis | Wrap the struct in an anonymous namespace. |
tree | commitdiff |
next |