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 initialization routines for VMCore.
Owen Anderson
2010-10-07
1
-2
/
+14
*
Add initialization routines for Target.
Owen Anderson
2010-10-07
1
-2
/
+12
*
Fix obvious mistake pointed out by Michael Spencer.
Jakob Stoklund Olesen
2010-10-07
1
-1
/
+1
*
Print more loop info.
Jakob Stoklund Olesen
2010-10-07
1
-0
/
+16
*
Print out MBB number when rewriting.
Jakob Stoklund Olesen
2010-10-07
1
-1
/
+2
*
Add initialization routines for CodeGen.
Owen Anderson
2010-10-07
2
-0
/
+60
*
Add an implementation of the initialization routine for IPA.
Owen Anderson
2010-10-07
1
-0
/
+29
*
Add initialization routines for Analysis and IPA.
Owen Anderson
2010-10-07
2
-0
/
+57
*
Add an initialization routine for libLLVMipo.a
Owen Anderson
2010-10-07
1
-2
/
+37
*
Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have to
Jakob Stoklund Olesen
2010-10-07
1
-10
/
+20
*
Clean up debug printing.
Jakob Stoklund Olesen
2010-10-07
1
-15
/
+19
*
Next step on the getting-rid-of-static-ctors train: begin adding per-library
Owen Anderson
2010-10-07
4
-2
/
+88
*
Fix a warning when building with clang++.
Owen Anderson
2010-10-07
1
-2
/
+3
*
Add the missing cases to the type->registerclass conversion function.
Kalle Raiskila
2010-10-07
1
-0
/
+14
*
Implement two virtual functions in SPUTargetLowering.
Kalle Raiskila
2010-10-07
2
-0
/
+31
*
Minor cosmetic change: fix DOSish \r\n.
NAKAMURA Takumi
2010-10-07
1
-4
/
+4
*
MC-COFF: Fix symbol aliases. Fixes PR8251.
Michael J. Spencer
2010-10-07
1
-5
/
+36
*
Use the correct register class for load instructions - fixes
Eric Christopher
2010-10-07
1
-1
/
+8
*
Use the correct register class here.
Eric Christopher
2010-10-07
1
-1
/
+3
*
Use the thumb2 conditional move instruction.
Eric Christopher
2010-10-07
1
-1
/
+1
*
Remove in-progress assertion, add TODO.
Eric Christopher
2010-10-07
1
-1
/
+1
*
Move the pass initialization helper functions into the llvm namespace, and add
Owen Anderson
2010-10-07
3
-13
/
+13
*
Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vld...
Evan Cheng
2010-10-07
7
-42
/
+143
*
add support for isConvertibleToThreeAddress to ArithBinOpEFLAGS,
Chris Lattner
2010-10-07
1
-178
/
+18
*
Fix a few issues in ArithBinOpEFLAGS that made it specific to and.
Chris Lattner
2010-10-07
1
-497
/
+18
*
Convert 'and' to single instance of a multipattern
Chris Lattner
2010-10-07
1
-50
/
+63
*
Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.
Jim Grosbach
2010-10-07
2
-7
/
+20
*
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
[next]