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
*
Trivial MC code emitter shell. No instruction forms actually handled yet.
Jim Grosbach
2010-10-07
1
-3
/
+19
*
Correctly check if a path is a directory. Fix by Brian Korver.
Evan Cheng
2010-10-07
1
-1
/
+1
*
Provie a clearner interface so that FE can decide whether a function has prot...
Devang Patel
2010-10-07
1
-6
/
+1
*
Include the auto-generated bits for machine encoding.
Jim Grosbach
2010-10-07
1
-0
/
+20
*
Remember to promote load/store types for stack to register size.
Eric Christopher
2010-10-07
1
-0
/
+6
*
convert test to use the existing classes that the multipatterns
Chris Lattner
2010-10-07
1
-99
/
+48
*
convert cmp to use a multipattern
Chris Lattner
2010-10-07
1
-199
/
+181
*
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...
Evan Cheng
2010-10-07
2
-16
/
+22
*
ARM instruction don't have instruction prefixes, so remove the helper functions
Jim Grosbach
2010-10-07
1
-16
/
+1
*
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
2
-32
/
+43
*
Add initialization routines for Instrumentation.
Owen Anderson
2010-10-07
2
-0
/
+32
*
reduce redundancy between pattern copies.
Chris Lattner
2010-10-07
1
-49
/
+53
*
the opcode for BinOpMI/BinOpMI8 is always the same, remove the argument.
Chris Lattner
2010-10-07
1
-19
/
+19
*
Improve comment.
Owen Anderson
2010-10-07
1
-1
/
+1
*
Add initialization routines to InstCombine.
Owen Anderson
2010-10-07
1
-0
/
+9
*
convert adc/sbb to a multipattern. Because the adde/sube nodes
Chris Lattner
2010-10-07
1
-310
/
+150
*
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
[next]