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
*
Make the EDis tables const.
Benjamin Kramer
2012-02-11
7
-14
/
+10
*
Reuse the enum names from X86Desc in the X86Disassembler.
Benjamin Kramer
2012-02-11
6
-16
/
+38
*
Document the new module flags.
Bill Wendling
2012-02-11
1
-0
/
+126
*
[WIP] Initial code for module flags.
Bill Wendling
2012-02-11
15
-5
/
+382
*
Remove some patterns for matching vector_shuffle instructions since vector_sh...
Craig Topper
2012-02-11
2
-78
/
+16
*
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
2
-7
/
+63
*
comment
Andrew Trick
2012-02-11
1
-2
/
+2
*
Fix shuffle lowering code to stop creating temporary DAG nodes to do shuffle ...
Craig Topper
2012-02-11
1
-36
/
+23
*
Allow Post-RA LICM to hoist reserved register reads.
Jakob Stoklund Olesen
2012-02-11
1
-0
/
+11
*
Handle register masks in local live range splitting.
Jakob Stoklund Olesen
2012-02-11
1
-0
/
+25
*
Don't read PreRegAlloc before it is initialized.
Jakob Stoklund Olesen
2012-02-11
1
-6
/
+6
*
Revert r150222, as the clang driver now handles this properly.
Jim Grosbach
2012-02-10
1
-11
/
+3
*
Clean up comment.
Jakob Stoklund Olesen
2012-02-10
1
-2
/
+1
*
Add a static MachineOperand::clobbersPhysReg().
Jakob Stoklund Olesen
2012-02-10
2
-11
/
+14
*
Add register mask support to InterferenceCache.
Jakob Stoklund Olesen
2012-02-10
3
-5
/
+42
*
Remove unused variable.
Jakob Stoklund Olesen
2012-02-10
1
-2
/
+1
*
Added description of invariant.load metadata to LangRef. It was added to the...
Pete Cooper
2012-02-10
1
-1
/
+9
*
Make valgrind happy.
Jason W Kim
2012-02-10
1
-2
/
+2
*
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
2
-9
/
+247
*
Have AliasSet::aliasesUnknownInst use pointer TBAA info when available
Hal Finkel
2012-02-10
1
-1
/
+3
*
Make aliasesPointer and aliasesUnknownInst public members of AliasSet.
Hal Finkel
2012-02-10
1
-0
/
+1
*
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
2
-0
/
+12
*
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
2
-1
/
+31
*
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-10
5
-14
/
+39
*
comment grammar
Andrew Trick
2012-02-10
1
-1
/
+1
*
update --enable-targets list
Jia Liu
2012-02-10
1
-1
/
+1
*
unnecessary include
Andrew Trick
2012-02-10
1
-1
/
+0
*
PTX no longer needs to provide its own backend.
Andrew Trick
2012-02-10
2
-255
/
+21
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
24
-134
/
+180
*
whitespace
Andrew Trick
2012-02-10
1
-11
/
+11
*
Remove unused 'isAlias' parameter.
Lang Hames
2012-02-10
2
-9
/
+4
*
ARM on darwin, v6 implies the presence of VFP for the assembler.
Jim Grosbach
2012-02-10
1
-3
/
+11
*
Constrain the regmask search space for local live ranges.
Jakob Stoklund Olesen
2012-02-10
1
-3
/
+13
*
Cache basic block boundaries for faster RegMaskSlots access.
Jakob Stoklund Olesen
2012-02-10
2
-1
/
+36
*
Optimize LiveIntervals::intervalIsInOneMBB().
Jakob Stoklund Olesen
2012-02-10
2
-20
/
+26
*
Cache iterators. Some of these are expensive to create.
Benjamin Kramer
2012-02-10
1
-14
/
+16
*
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
7
-59
/
+58
*
Add register mask support to RAGreedy.
Jakob Stoklund Olesen
2012-02-09
1
-2
/
+25
*
Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Upda...
Devang Patel
2012-02-09
1
-2
/
+0
*
Tweak comment readability and grammar.
Benjamin Kramer
2012-02-09
1
-2
/
+2
*
Test for commit access.
Sirish Pande
2012-02-09
1
-2
/
+2
*
GlobalOpt: Be more aggressive about elminating side-effect free static dtors.
Benjamin Kramer
2012-02-09
2
-6
/
+9
*
Store just the SimpleValueType in the generated VT tables for each register c...
Benjamin Kramer
2012-02-09
2
-4
/
+5
*
Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per ...
Benjamin Kramer
2012-02-09
2
-3
/
+4
*
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...
James Molloy
2012-02-09
4
-2
/
+90
*
More tweaks to get the size of the X86 disassembler tables down.
Craig Topper
2012-02-09
3
-7
/
+35
*
Flatten some of the arrays in the X86 disassembler tables to reduce space nee...
Craig Topper
2012-02-09
4
-45
/
+44
*
Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.
Lang Hames
2012-02-09
1
-4
/
+7
*
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-02-09
1
-2
/
+2
*
Fix kill flags when moving instructions using LiveIntervals::moveInstr(...).
Lang Hames
2012-02-09
1
-6
/
+23
[next]