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
/
include
/
llvm
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
CR fixes per Bruno's request.
Nadav Rotem
2011-09-11
1
-1
/
+5
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-3
/
+34
*
Emit segmented-stack specific code into function prologues for
Rafael Espindola
2011-08-30
1
-0
/
+4
*
Command line option to enable support for segmented stacks:
Rafael Espindola
2011-08-30
1
-0
/
+2
*
Follow up to r138791.
Evan Cheng
2011-08-30
2
-0
/
+8
*
Basic x86 code generation for atomic load and store instructions.
Eli Friedman
2011-08-24
1
-0
/
+32
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
2
-1275
/
+0
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
1
-3
/
+36
*
Trim an unneeded header.
Jakob Stoklund Olesen
2011-08-09
1
-1
/
+0
*
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
Jakob Stoklund Olesen
2011-08-08
1
-0
/
+6
*
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
1
-0
/
+23
*
Fix a place that was clearly forgotten when the type legalization
Duncan Sands
2011-08-04
1
-2
/
+2
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
1
-0
/
+19
*
Code generation for 'fence' instruction.
Eli Friedman
2011-07-27
1
-0
/
+6
*
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...
Evan Cheng
2011-07-26
1
-54
/
+56
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-58
/
+59
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-31
/
+29
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
1
-4
/
+7
*
Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...
Benjamin Kramer
2011-07-23
1
-1
/
+1
*
Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces...
Benjamin Kramer
2011-07-23
1
-10
/
+59
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
3
-305
/
+0
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
1
-68
/
+8
*
Move the logic for printing the registered targets into a static
Chandler Carruth
2011-07-22
1
-0
/
+4
*
Teach tblgen to emit MCRegisterClasses.
Benjamin Kramer
2011-07-22
1
-1
/
+3
*
Sink parts of TargetRegisterClass into MCRegisterClass.
Benjamin Kramer
2011-07-21
1
-73
/
+6
*
Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...
Bill Wendling
2011-07-20
1
-8
/
+0
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
2
-40
/
+0
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
2
-31
/
+20
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
2
-145
/
+5
*
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
1
-0
/
+4
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-2
/
+3
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
3
-27
/
+99
*
Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ...
Eli Friedman
2011-07-19
1
-5
/
+2
*
Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of the
Evan Cheng
2011-07-18
1
-8
/
+0
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
2
-13
/
+0
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
4
-43
/
+19
*
Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...
Frits van Bommel
2011-07-18
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
3
-24
/
+24
*
remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now
Chris Lattner
2011-07-15
1
-6
/
+0
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-17
/
+0
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
2
-22
/
+38
*
Add a new field to MCOperandInfo that contains information about the type of ...
Benjamin Kramer
2011-07-14
1
-0
/
+3
*
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...
Owen Anderson
2011-07-13
1
-1
/
+6
*
There is a cyclic dependency between MC and Target if this method is out-of-l...
Bill Wendling
2011-07-12
1
-1
/
+4
*
Remove IntegerType constness from TargetData
Tobias Grosser
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
*
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
1
-1
/
+1
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
2
-6
/
+24
*
Use BranchProbability instead of floating points in IfConverter.
Jakub Staszak
2011-07-10
1
-3
/
+4
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
2
-9
/
+95
[next]