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
*
Testcase for llvm 103572 (7898991).
Dale Johannesen
2010-05-12
1
-0
/
+31
*
updated support for the COFF .linkonce
Nathan Jeffords
2010-05-12
2
-7
/
+27
*
vst instructions are modeled as this:
Evan Cheng
2010-05-12
1
-0
/
+26
*
Teach local regalloc about virtual registers with sub-indices.
Evan Cheng
2010-05-12
1
-9
/
+37
*
Code clean up.
Evan Cheng
2010-05-12
1
-1
/
+2
*
MC/X86: Extend suffix matching hack to match 'q' suffix.
Daniel Dunbar
2010-05-12
2
-1
/
+7
*
Added a trivial function to modify the flags field of MCSymbolData class. The...
Nathan Jeffords
2010-05-12
1
-0
/
+5
*
MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
Daniel Dunbar
2010-05-12
4
-66
/
+162
*
Enable a bunch more -regalloc=fast tests
Jakob Stoklund Olesen
2010-05-12
15
-17
/
+38
*
Avoid scoping issues, fix buildbots
Jakob Stoklund Olesen
2010-05-12
1
-20
/
+21
*
Add initial kill flag support to FastISel.
Dan Gohman
2010-05-11
4
-87
/
+180
*
Make Clang happy.
Daniel Dunbar
2010-05-11
1
-3
/
+3
*
MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup
Daniel Dunbar
2010-05-11
2
-79
/
+92
*
MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to c...
Daniel Dunbar
2010-05-11
1
-11
/
+11
*
MC/Mach-O: Fix a crash on invalid.
Daniel Dunbar
2010-05-11
1
-1
/
+4
*
Fix PR6951 by fixing Module leaks in bugpoint.
Jeffrey Yasskin
2010-05-11
1
-7
/
+7
*
Store the Dirty bit in the LiveReg structure instead of a bit vector.
Jakob Stoklund Olesen
2010-05-11
1
-34
/
+28
*
Keep track of the last place a live virtreg was used.
Jakob Stoklund Olesen
2010-05-11
4
-72
/
+121
*
Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn't
Dan Gohman
2010-05-11
1
-9
/
+16
*
Avoid breaking vstd when reg_sequence is not used.
Evan Cheng
2010-05-11
1
-1
/
+2
*
One more -regalloc=fast test
Jakob Stoklund Olesen
2010-05-11
1
-0
/
+1
*
Silence warning
Jakob Stoklund Olesen
2010-05-11
1
-1
/
+1
*
Simplify this logic of creating a default Features object.
Bill Wendling
2010-05-11
1
-26
/
+8
*
Simplify the tracking of used physregs to a bulk bitor followed by a transitive
Jakob Stoklund Olesen
2010-05-11
5
-6
/
+29
*
Revert r103493, materializing functions in the regular PassManager.
Dan Gohman
2010-05-11
1
-9
/
+1
*
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
13
-19
/
+28
*
Teach the regular pass manager how to materialize functions as needed.
Dan Gohman
2010-05-11
1
-1
/
+9
*
Remove the "WantsWholeFile" concept, as it's no longer needed. CBE
Dan Gohman
2010-05-11
7
-111
/
+56
*
Trim #includes and forward declarations.
Dan Gohman
2010-05-11
3
-3
/
+0
*
Mostly rewrite RegAllocFast.
Jakob Stoklund Olesen
2010-05-11
3
-703
/
+473
*
Fix a comment.
Dan Gohman
2010-05-11
1
-1
/
+1
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
61
-463
/
+626
*
MC/Mach-O x86_64: Switch to using fragment atom symbol.
Daniel Dunbar
2010-05-11
3
-69
/
+54
*
Test commit.
Daniel Dunbar
2010-05-11
1
-2
/
+2
*
Test commit.
Tanya Lattner
2010-05-11
1
-1
/
+1
*
Test commit.
Tanya Lattner
2010-05-11
1
-1
/
+1
*
Remove the TargetLowering::getSubtarget() virtual function, which
Dan Gohman
2010-05-11
3
-8
/
+2
*
Make SPU backend not assert on jump tables.
Kalle Raiskila
2010-05-11
2
-0
/
+24
*
Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.
Evan Cheng
2010-05-11
5
-4
/
+31
*
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
Douglas Gregor
2010-05-11
9
-7
/
+41
*
Don't create a StringRef with a NULL value.
Bill Wendling
2010-05-11
1
-0
/
+2
*
Extended the edis "IsBranch" property to call
Sean Callanan
2010-05-11
2
-1
/
+8
*
Model some vst3 and vst4 with reg_sequence.
Evan Cheng
2010-05-11
2
-11
/
+49
*
The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a
Bill Wendling
2010-05-11
4
-15
/
+30
*
It's not safe eliminate copies where src and dst have different sub-register ...
Evan Cheng
2010-05-11
4
-10
/
+15
*
Ensure REG_SEQUENCE source operands are unique.
Evan Cheng
2010-05-11
1
-0
/
+19
*
MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a
Daniel Dunbar
2010-05-10
2
-34
/
+44
*
MC/Mach-O: Factor out doesSymbolRequireExternRelocation.
Daniel Dunbar
2010-05-10
1
-10
/
+20
*
Indentation.
Evan Cheng
2010-05-10
1
-4
/
+4
*
Enable multiple Compile Units in one module.
Devang Patel
2010-05-10
3
-162
/
+258
[next]