projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
This commit introduces two fake instructions MORESTACK_RET and
[oota-llvm.git]
/
lib
/
Target
/
MBlaze
/
2011-10-22
Benjamin Kramer
Move various generated tables into read-only memory...
tree
|
commitdiff
2011-10-17
Benjamin Kramer
Use a SmallVector for intrinsic argument types.
tree
|
commitdiff
2011-10-17
Jim Grosbach
Fix improperly formed assert() call.
tree
|
commitdiff
2011-10-14
Jakob Stoklund Olesen
Ban rematerializable instructions with side effects.
tree
|
commitdiff
2011-10-06
Peter Collingbourne
Build system infrastructure for multiple tblgens.
tree
|
commitdiff
2011-09-23
Wesley Peck
Fix a couple of 80 column violations.
tree
|
commitdiff
2011-09-21
Wesley Peck
Fix some simple copy-paste errors in MBlaze ASM Parser...
tree
|
commitdiff
2011-09-21
Owen Anderson
These do not need to be conditional on the presence...
tree
|
commitdiff
2011-09-21
Owen Anderson
In the disassembler C API, be careful not to confuse...
tree
|
commitdiff
2011-09-15
Owen Anderson
Don't attach annotations to MCInst's. Instead, have...
tree
|
commitdiff
2011-09-07
James Molloy
Refactor instprinter and mcdisassembler to take a Subta...
tree
|
commitdiff
2011-09-06
Duncan Sands
Add codegen support for vector select (in the IR this...
tree
|
commitdiff
2011-08-24
Evan Cheng
Move TargetRegistry and TargetSelect from Target to...
tree
|
commitdiff
2011-08-23
Evan Cheng
Some refactoring so TargetRegistry.h no longer has...
tree
|
commitdiff
2011-08-17
Owen Anderson
Allow the MCDisassembler to return a "soft fail" status...
tree
|
commitdiff
2011-08-15
Jim Grosbach
MCTargetAsmParser target match predicate support.
tree
|
commitdiff
2011-08-01
Chandler Carruth
Actually finish switching to the new system for Target...
tree
|
commitdiff
2011-07-29
Chandler Carruth
Rewrite the CMake build to use explicit dependencies...
tree
|
commitdiff
2011-07-28
Oscar Fuentes
Explicitly declare a library dependency of LLVM*Desc to
tree
|
commitdiff
2011-07-27
Eli Friedman
Code generation for 'fence' instruction.
tree
|
commitdiff
2011-07-26
Evan Cheng
Rename createCodeEmitter to createMCCodeEmitter; create...
tree
|
commitdiff
2011-07-26
Evan Cheng
Rename TargetAsmParser to MCTargetAsmParser and TargetA...
tree
|
commitdiff
2011-07-26
Chandler Carruth
Clean up a pile of hacks in our CMake build relating...
tree
|
commitdiff
2011-07-25
Evan Cheng
Rename TargetAsmBackend to MCAsmBackend; rename createA...
tree
|
commitdiff
2011-07-25
Evan Cheng
Refactoring fail.
tree
|
commitdiff
2011-07-25
Evan Cheng
More MC layering violations.
tree
|
commitdiff
2011-07-25
Evan Cheng
Separate MCInstPrinter registration from AsmPrinter...
tree
|
commitdiff
2011-07-25
Evan Cheng
Fix last bits of MC layer issues. llvm-mc doesn't need...
tree
|
commitdiff
2011-07-25
Evan Cheng
Refactor MBlaze target to separate MC routines from...
tree
|
commitdiff
2011-07-23
Evan Cheng
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
tree
|
commitdiff
2011-07-23
Evan Cheng
createXXXMCCodeGenInfo should be static.
tree
|
commitdiff
2011-07-22
Evan Cheng
Combine all MC initialization routines into one. e...
tree
|
commitdiff
2011-07-20
Evan Cheng
- Move CodeModel from a TargetMachine global option...
tree
|
commitdiff
2011-07-19
Evan Cheng
Introduce MCCodeGenInfo, which keeps information that...
tree
|
commitdiff
2011-07-18
Evan Cheng
Move getInitialFrameState from TargetFrameInfo to MCAsm...
tree
|
commitdiff
2011-07-18
Evan Cheng
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
tree
|
commitdiff
2011-07-18
Chris Lattner
land David Blaikie's patch to de-constify Type, with...
tree
|
commitdiff
2011-07-15
NAKAMURA Takumi
Eliminate "const" from extern const to fix breakeage...
tree
|
commitdiff
2011-07-15
Evan Cheng
Move some parts of TargetAsmInfo down to MCAsmInfo...
tree
|
commitdiff
2011-07-14
Evan Cheng
Rename createAsmInfo to createMCAsmInfo and move regist...
tree
|
commitdiff
2011-07-14
Evan Cheng
Next round of MC refactoring. This patch factor MC...
tree
|
commitdiff
2011-07-13
Jim Grosbach
Update MCParsedAsmOperand debug methods.
tree
|
commitdiff
2011-07-12
Jay Foad
Second attempt at de-constifying LLVM Types in Function...
tree
|
commitdiff
2011-07-12
Bill Wendling
Revert r134893 and r134888 (and related patches in...
tree
|
commitdiff
2011-07-11
Evan Cheng
Most MCCodeEmitter's don't meed MCContext.
tree
|
commitdiff
2011-07-11
Jay Foad
De-constify Types in FunctionType::get().
tree
|
commitdiff
2011-07-11
Evan Cheng
- Eliminate MCCodeEmitter's dependency on TargetMachine...
tree
|
commitdiff
2011-07-09
Evan Cheng
Change createAsmParser to take a MCSubtargetInfo instea...
tree
|
commitdiff
2011-07-08
Cameron Zwarich
Add an intrinsic and codegen support for fused multiply...
tree
|
commitdiff
2011-07-08
Evan Cheng
TargetAsmParser doesn't need reference to Target.
tree
|
commitdiff
2011-07-08
Evan Cheng
Eliminate asm parser's dependency on TargetMachine:
tree
|
commitdiff
2011-07-07
Evan Cheng
Compute feature bits at time of MCSubtargetInfo initial...
tree
|
commitdiff
2011-07-06
Evan Cheng
createMCInstPrinter doesn't need TargetMachine anymore.
tree
|
commitdiff
2011-07-01
Evan Cheng
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
tree
|
commitdiff
2011-07-01
Evan Cheng
Rename TargetSubtarget to TargetSubtargetInfo for consi...
tree
|
commitdiff
2011-07-01
Evan Cheng
- Added MCSubtargetInfo to capture subtarget features...
tree
|
commitdiff
2011-07-01
Evan Cheng
Hide the call to InitMCInstrInfo into tblgen generated...
tree
|
commitdiff
2011-06-30
Evan Cheng
Fix the ridiculous SubtargetFeatures API where it impli...
tree
|
commitdiff
2011-06-29
Eric Christopher
Remove getRegClassForInlineAsmConstraint from MBlaze...
tree
|
commitdiff
2011-06-29
Evan Cheng
Sink SubtargetFeature and TargetInstrItineraries (renam...
tree
|
commitdiff
2011-06-28
Evan Cheng
Move CallFrameSetupOpcode and CallFrameDestroyOpcode...
tree
|
commitdiff
2011-06-28
Evan Cheng
Hide more details in tablegen generated MCRegisterInfo...
tree
|
commitdiff
2011-06-28
Evan Cheng
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
tree
|
commitdiff
2011-06-28
Evan Cheng
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
tree
|
commitdiff
2011-06-28
Rafael Espindola
Fix cmake build.
tree
|
commitdiff
2011-06-27
Evan Cheng
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
tree
|
commitdiff
2011-06-24
Evan Cheng
Starting to refactor Target to separate out code that...
tree
|
commitdiff
2011-06-15
Jakob Stoklund Olesen
Use set operations instead of plain lists to enumerate...
tree
|
commitdiff
2011-06-09
Jakob Stoklund Olesen
Remove custom allocation order boilerplate that is...
tree
|
commitdiff
2011-06-08
Eric Christopher
Add a parameter to CCState so that it can access the...
tree
|
commitdiff
2011-05-30
Rafael Espindola
Use the dwarf->llvm mapping to print register names...
tree
|
commitdiff
2011-05-27
Rafael Espindola
Remove DwarfRegNum from CARRY. I should be encoded...
tree
|
commitdiff
2011-05-26
Rafael Espindola
Fix some dwarf register numbers.
tree
|
commitdiff
2011-05-18
Cameron Zwarich
Add missing mayLoad / mayStore flags to instruction...
tree
|
commitdiff
2011-05-06
Eli Friedman
Make the logic for determining function alignment more...
tree
|
commitdiff
2011-04-25
Chandler Carruth
Remove some hard coded CR-LFs. Some of these were the...
tree
|
commitdiff
2011-04-19
Daniel Dunbar
ADT/Triple: Move a variety of clients to using isOSDarw...
tree
|
commitdiff
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
tree
|
commitdiff
2011-04-11
Wesley Peck
Fix an error in the MBlaze delay slot filler.
tree
|
commitdiff
2011-04-11
Wesley Peck
Add scheduling information for the MBlaze backend.
tree
|
commitdiff
2011-04-11
Wesley Peck
Don't crash on invalid instructions when disassembling...
tree
|
commitdiff
2011-03-21
Bill Wendling
We need to pass the TargetMachine object to the InstPri...
tree
|
commitdiff
2011-02-21
Devang Patel
Revert r124611 - "Keep track of incoming argument's...
tree
|
commitdiff
2011-02-20
Oscar Fuentes
Use explicit add_subdirectory's for LLVM target sublibr...
tree
|
commitdiff
2011-02-17
NAKAMURA Takumi
Triple::MinGW64 is deprecated and removed. We can use...
tree
|
commitdiff
2011-02-04
Daniel Dunbar
MC/AsmParser: Add support for allowing the conversion...
tree
|
commitdiff
2011-02-03
Bob Wilson
Fix 80-column violations and whitespace.
tree
|
commitdiff
2011-01-31
Devang Patel
Keep track of incoming argument's location while emitti...
tree
|
commitdiff
2011-01-27
Roman Divacky
Introduce virtual ParseRegister method in TargetAsmParser.
tree
|
commitdiff
2011-01-23
Rafael Espindola
Add support for the --noexecstack option.
tree
|
commitdiff
2011-01-23
Rafael Espindola
Remove more duplicated code.
tree
|
commitdiff
2011-01-23
Rafael Espindola
Remove duplicated code.
tree
|
commitdiff
2011-01-13
Jakob Stoklund Olesen
Teach frame lowering to ignore debug values after the...
tree
|
commitdiff
2011-01-10
Anton Korobeynikov
Fix merge fallout
tree
|
commitdiff
2011-01-10
Anton Korobeynikov
Update CMake stuff
tree
|
commitdiff
2011-01-10
Anton Korobeynikov
Rename TargetFrameInfo into TargetFrameLowering. Also...
tree
|
commitdiff
2011-01-07
Evan Cheng
Do not model all INLINEASM instructions as having unmod...
tree
|
commitdiff
2011-01-06
Benjamin Kramer
Remove dead code and silence warnings.
tree
|
commitdiff
2011-01-05
Wesley Peck
Commit 122778 broke DWARF debug output when using the...
tree
|
commitdiff
2011-01-03
Wesley Peck
Fix more stack layout issues in the MBlaze backend.
tree
|
commitdiff
next