[CFLAA] LLVM_CONSTEXPR -> const
[oota-llvm.git] / lib / Target / Sparc / SparcCodeEmitter.cpp
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Venkatraman Govind... [SparcV9] Adds support for branch on integer register...
2014-03-01 Venkatraman Govind... [SparcV9] Add support for parsing branch instructions...
2014-02-07 Venkatraman Govind... [Sparc] Use SparcMCExpr::VariantKind itself as MachineO...
2014-01-24 Venkatraman Govind... [SparcV9] Add support for JIT in Sparc64.
2014-01-05 Venkatraman Govind... [Sparc] Add initial implementation of MC Code emitter...
2013-10-08 Venkatraman Govind... [Sparc] Implement JIT for SPARC.