index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MBlaze
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
3
-8
/
+11
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
4
-10
/
+19
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+0
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
3
-17
/
+12
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
4
-8
/
+8
*
Eliminate "const" from extern const to fix breakeage since r135184 on msvc.
NAKAMURA Takumi
2011-07-15
1
-1
/
+1
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-0
/
+2
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
6
-17
/
+20
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
11
-39
/
+114
*
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
1
-2
/
+2
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-1
/
+1
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-1
/
+1
*
Most MCCodeEmitter's don't meed MCContext.
Evan Cheng
2011-07-11
1
-2
/
+1
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-1
/
+1
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
4
-13
/
+26
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
2
-2
/
+14
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+1
*
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
1
-2
/
+2
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
3
-6
/
+6
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
2
-3
/
+4
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
2
-4
/
+2
*
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
4
-4
/
+4
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
2
-6
/
+6
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
2
-2
/
+14
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
2
-3
/
+6
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
5
-12
/
+17
*
Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO comment
Eric Christopher
2011-06-29
2
-33
/
+7
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-2
/
+1
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
2
-3
/
+3
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
5
-5
/
+8
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
2
-4
/
+4
*
Fix cmake build.
Rafael Espindola
2011-06-28
1
-1
/
+1
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
5
-9
/
+10
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
3
-13
/
+14
*
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
1
-27
/
+4
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
1
-23
/
+3
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-11
/
+11
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
2
-0
/
+5
*
Remove DwarfRegNum from CARRY. I should be encoded with DW_OP_bit_piece.
Rafael Espindola
2011-05-27
1
-1
/
+1
*
Fix some dwarf register numbers.
Rafael Espindola
2011-05-26
1
-1
/
+1
*
Add missing mayLoad / mayStore flags to instruction definitions without patte...
Cameron Zwarich
2011-05-18
1
-0
/
+5
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
2
-6
/
+2
*
Remove some hard coded CR-LFs. Some of these were the entire files, one of
Chandler Carruth
2011-04-25
1
-1
/
+1
*
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
2
-16
/
+14
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
2
-4
/
+4
*
Fix an error in the MBlaze delay slot filler.
Wesley Peck
2011-04-11
1
-1
/
+1
*
Add scheduling information for the MBlaze backend.
Wesley Peck
2011-04-11
16
-228
/
+710
*
Don't crash on invalid instructions when disassembling MBlaze code.
Wesley Peck
2011-04-11
3
-36
/
+115
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
2
-3
/
+5
[next]