summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAge
...
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-11
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-11
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Emit the "is an intrinsic overloaded" table as a bitfield.Benjamin Kramer2012-03-01
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-22
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Make the EDis tables const.Benjamin Kramer2012-02-11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-07
* Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola2011-12-22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-21
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-13
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-27
* Optimize comparison against 0 in conditional instructions.Wesley Peck2011-11-27
* Move code into anonymous namespaces.Benjamin Kramer2011-11-26
* Rename a couple of options and fix some simple typos.Wesley Peck2011-11-26
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb...Benjamin Kramer2011-11-11
* LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar2011-11-11
* build/MBlazeDisassembler: Some compilers may generate an MBlaze disassemblerDaniel Dunbar2011-11-10
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-10
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-10
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-07
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06