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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use tMOVgpr2gpr instead of t2MOVr.
Evan Cheng
2009-08-10
1
-4
/
+7
*
Add support for a user supplied pointer argument to llvm_install_error_handler.
Daniel Dunbar
2009-08-10
2
-10
/
+20
*
Move ConstantExpr handling to ResolveConstantExpr method and also
Bruno Cardoso Lopes
2009-08-10
2
-28
/
+87
*
Add support to reduce most of 32-bit Thumb2 arithmetic instructions.
Evan Cheng
2009-08-10
4
-81
/
+161
*
Always use the 16-bit tMOVgpr2gpr instead of the 32-bit t2MOVr.
Evan Cheng
2009-08-10
1
-2
/
+1
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
18
-285
/
+727
*
add a simple back() method to StringRef.
Chris Lattner
2009-08-10
1
-0
/
+5
*
Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Notic...
Benjamin Kramer
2009-08-09
1
-1
/
+1
*
Add support to convert 32-bit instructions to 16-bit non-two-address ones.
Evan Cheng
2009-08-09
1
-35
/
+96
*
always end a section with \n on elf.
Chris Lattner
2009-08-09
1
-0
/
+2
*
llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<.
Daniel Dunbar
2009-08-09
1
-2
/
+7
*
llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to
Daniel Dunbar
2009-08-09
1
-0
/
+11
*
Disable this test for now, we don't check for super classes when matching yet.
Daniel Dunbar
2009-08-09
1
-1
/
+2
*
llvm-mc/AsmParser: Implement user defined super classes.
Daniel Dunbar
2009-08-09
4
-12
/
+113
*
Add tests for Neon VZIP and VUZP instructions.
Bob Wilson
2009-08-09
2
-0
/
+234
*
Add a test for Neon VTRN instructions.
Bob Wilson
2009-08-09
1
-0
/
+117
*
llvm-mc/AsmParser: Separate instruction ordering for ambiguity detection.
Daniel Dunbar
2009-08-09
1
-36
/
+45
*
Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to
Bob Wilson
2009-08-09
1
-9
/
+34
*
Extend comment on ParserMatchClass .td field, and add some missing
Daniel Dunbar
2009-08-09
3
-0
/
+9
*
llvm-mc/AsmParser: Define match classes in the .td file.
Daniel Dunbar
2009-08-09
3
-27
/
+53
*
llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting
Daniel Dunbar
2009-08-09
1
-14
/
+106
*
STLExtras: Add less_ptr.
Daniel Dunbar
2009-08-09
1
-0
/
+7
*
fix edito
Chris Lattner
2009-08-08
1
-1
/
+0
*
llvm-mc/AsmMatcher: Tweak string matcher (missed a newline).
Daniel Dunbar
2009-08-08
1
-1
/
+1
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
13
-110
/
+161
*
Use subclassing to print lane-like immediates (w/o hash) eliminating
Anton Korobeynikov
2009-08-08
5
-32
/
+37
*
llvm-mc/AsmMatcher: Tweak string matcher.
Daniel Dunbar
2009-08-08
1
-26
/
+28
*
remove nondeterminstic test.
Chris Lattner
2009-08-08
1
-13
/
+0
*
add a note about dead zero extends.
Chris Lattner
2009-08-08
1
-0
/
+49
*
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
11
-157
/
+136
*
switch this to create coff sections for now, it doesn't really matter for
Chris Lattner
2009-08-08
2
-5
/
+5
*
Add crc32 instruction and intrinsics. Add a new class of prefix
Eric Christopher
2009-08-08
6
-0
/
+131
*
Add support for READCYCLECOUNTER in Blackfin back-end.
Jakob Stoklund Olesen
2009-08-08
4
-5
/
+46
*
add new PIC16Section class, this time hopefully not breaking the build :)
Chris Lattner
2009-08-08
3
-2
/
+40
*
llvm-mc/AsmMatcher: Switch token matching to use the new string matcher.
Daniel Dunbar
2009-08-08
2
-35
/
+37
*
Revert r78501, it doesn't build.
Daniel Dunbar
2009-08-08
2
-37
/
+1
*
make PIC16 create its own custom MCSection.
Chris Lattner
2009-08-08
2
-1
/
+37
*
make target-specific TLOF impls (except PIC16) create target-specific
Chris Lattner
2009-08-08
3
-9
/
+9
*
stub out PECOFF/MachO/ELF MCSection classes
Chris Lattner
2009-08-08
2
-3
/
+47
*
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
Chris Lattner
2009-08-08
7
-34
/
+45
*
Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().
Jakob Stoklund Olesen
2009-08-08
2
-3
/
+5
*
give pic16 a target-specific section creation name too
Chris Lattner
2009-08-08
2
-35
/
+33
*
now that getOrCreateSection is all object-file specific,
Chris Lattner
2009-08-08
4
-165
/
+137
*
sink getOrCreateSection down into all the object file implementations,
Chris Lattner
2009-08-08
4
-14
/
+51
*
Fix some cut and paste-os.
Eric Christopher
2009-08-08
1
-3
/
+3
*
add a little function to do arbitrary string pattern matching in a
Chris Lattner
2009-08-08
1
-3
/
+138
*
add another const
Chris Lattner
2009-08-08
1
-1
/
+1
*
remove a useless anon-ns, make table const.
Chris Lattner
2009-08-08
1
-6
/
+1
*
Some ProfileInfo cleanups.
Daniel Dunbar
2009-08-08
5
-19
/
+19
*
Add a basic static ProfileInfo provider (ProfileEstimatorPass).
Daniel Dunbar
2009-08-08
5
-0
/
+266
[next]