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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new BinOpAI class to represent the immediate form that directly acts on...
Chris Lattner
2010-10-07
1
-10
/
+16
*
Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.
Jim Grosbach
2010-10-07
2
-8
/
+23
*
add a bunch of classes for other common patterns.
Chris Lattner
2010-10-07
1
-60
/
+51
*
Since the Hello pass is built as a loadable dynamic library, don't try to con...
Owen Anderson
2010-10-07
1
-4
/
+3
*
Define a new BinOpRI8 class and use it to define the imm8 versions of and.
Chris Lattner
2010-10-07
1
-27
/
+43
*
Constrain the offset register to a *_NOSP register class when inserting LEA
Jakob Stoklund Olesen
2010-10-07
1
-2
/
+35
*
add the pattern operator to match to X86TypeInfo, use this to
Chris Lattner
2010-10-07
1
-11
/
+11
*
Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass.
Jakob Stoklund Olesen
2010-10-06
1
-1
/
+6
*
Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.
Jakob Stoklund Olesen
2010-10-06
2
-7
/
+16
*
Skip unused registers when verifying LiveIntervals.
Jakob Stoklund Olesen
2010-10-06
1
-0
/
+5
*
remove trailing whitespace
Jim Grosbach
2010-10-06
1
-5
/
+5
*
First in a sequence of ARM/MC/*ELF* specific work.
Jason W Kim
2010-10-06
2
-39
/
+60
*
Another case of 256 sections not being enough :-)
Rafael Espindola
2010-10-06
1
-1
/
+1
*
Appease the clang self-host buildbot by providing a correct instantiation.
Owen Anderson
2010-10-06
1
-3
/
+3
*
Clean up MOVi32imm and t2MOVi32imm pseudo instruction definitions.
Jim Grosbach
2010-10-06
3
-7
/
+9
*
Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).
Jim Grosbach
2010-10-06
4
-21
/
+12
*
Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-needed
Jim Grosbach
2010-10-06
2
-40
/
+3
*
Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually be
Jim Grosbach
2010-10-06
2
-7
/
+28
*
Get binding and visibility info from the the alias, but Type from the symbol
Rafael Espindola
2010-10-06
1
-3
/
+25
*
Hide analysis group registration behind a macro, just like pass registration.
Owen Anderson
2010-10-06
4
-4
/
+4
*
Add support for DW_TAG_unspecified_parameters.
Devang Patel
2010-10-06
2
-7
/
+29
*
Add a 'pattern' arg to the ARM PseudoNeonI class.
Jim Grosbach
2010-10-06
2
-7
/
+9
*
MC: Add missing forward in MCLoggingStreamer.
Michael J. Spencer
2010-10-06
1
-0
/
+1
*
Revert "RequiresUnique" patch. This should be handled at a lower level.
Bill Wendling
2010-10-06
1
-37
/
+7
*
If a symbol is global, reloc against it even if it is in a mergeable section.
Rafael Espindola
2010-10-06
1
-3
/
+3
*
Remove unused variables.
Nick Lewycky
2010-10-06
1
-3
/
+0
*
target operand flag values aren't a bitmask
Jim Grosbach
2010-10-06
1
-2
/
+2
*
Make sure weak symbols are listed after the local ones.
Rafael Espindola
2010-10-06
2
-2
/
+4
*
Correctly handle GOTPCREL relocations.
Rafael Espindola
2010-10-06
1
-3
/
+6
*
ComputeLinearIndex doesn't need its TLI argument.
Dan Gohman
2010-10-06
2
-9
/
+7
*
Change RequiresMerge to RequiresUnique. It's a better description of what this
Bill Wendling
2010-10-06
1
-7
/
+8
*
- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This
Evan Cheng
2010-10-06
12
-65
/
+335
*
If the destination module all ready has a copy of the global coming from the
Bill Wendling
2010-10-06
1
-7
/
+36
*
enhance X86TypeInfo to include information about the encoding and
Chris Lattner
2010-10-06
1
-20
/
+36
*
add a class for _REV nodes.
Chris Lattner
2010-10-06
1
-19
/
+21
*
sink more intelligence into the ITy base class. Now it knows
Chris Lattner
2010-10-06
1
-12
/
+21
*
refactor things a bit, now the REX_W and OpSize prefix bytes are inferred fro...
Chris Lattner
2010-10-06
1
-22
/
+46
*
with tblgen suitably extended, we can now get the load node from typeinfo.
Chris Lattner
2010-10-06
1
-6
/
+6
*
lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.
NAKAMURA Takumi
2010-10-06
1
-6
/
+2
*
Provide a fast "get me the target triple from the module" API. This can
Bill Wendling
2010-10-06
2
-1
/
+129
*
lets go all meta and define new X86 type wrappers that declare the associated
Chris Lattner
2010-10-06
2
-42
/
+65
*
introduce a new BinOpRM class and use it to factor AND*rm. This points out
Chris Lattner
2010-10-06
1
-21
/
+16
*
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-10-06
1
-8
/
+8
*
replace stuff like:
Chris Lattner
2010-10-06
1
-15
/
+11
*
allow !strconcat to take more than two operands to eliminate
Chris Lattner
2010-10-05
3
-16
/
+12
*
Use a relocation against the symbol if it is a PLT and the symbol is in another
Rafael Espindola
2010-10-05
1
-2
/
+11
*
Comment out fastisel debugging message.
Eric Christopher
2010-10-05
1
-1
/
+1
*
associate the instruction suffix letter with the integer gpr
Chris Lattner
2010-10-05
2
-18
/
+29
*
introduce a new BinOpRR class, and convert 4 and instructions to use it.
Chris Lattner
2010-10-05
1
-19
/
+12
*
Random cleanup and make the intermediate register in fptosi a
Eric Christopher
2010-10-05
1
-5
/
+5
[next]