index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more vector_shuffle patterns.
Craig Topper
2012-02-12
2
-98
/
+11
*
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
2
-1695
/
+413
*
Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just
Nick Lewycky
2012-02-12
1
-9
/
+14
*
false is totally null!
Nick Lewycky
2012-02-12
1
-1
/
+1
*
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-12
2
-11
/
+13
*
Pass TargetData and TargetLibraryInfo through to the constant folder. Fixes a
Nick Lewycky
2012-02-12
1
-25
/
+37
*
Remove more vector_shuffle patterns.
Craig Topper
2012-02-12
2
-78
/
+4
*
Fix function name in comment to match actual name. Fix comments that are using
Nick Lewycky
2012-02-12
1
-15
/
+15
*
Don't traverse the PHI nodes twice. No functionality change!
Nick Lewycky
2012-02-12
1
-7
/
+6
*
Remove more vector_shuffle patterns.
Craig Topper
2012-02-11
1
-46
/
+4
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
9
-4
/
+97
*
Don't mix declarations and code.
Benjamin Kramer
2012-02-11
2
-8
/
+6
*
Make the EDis tables const.
Benjamin Kramer
2012-02-11
5
-8
/
+8
*
Reuse the enum names from X86Desc in the X86Disassembler.
Benjamin Kramer
2012-02-11
5
-15
/
+37
*
[WIP] Initial code for module flags.
Bill Wendling
2012-02-11
2
-5
/
+226
*
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
1
-3
/
+41
*
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
*
Add a static MachineOperand::clobbersPhysReg().
Jakob Stoklund Olesen
2012-02-10
1
-7
/
+2
*
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
*
Make valgrind happy.
Jason W Kim
2012-02-10
1
-2
/
+2
*
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
1
-9
/
+3
*
Have AliasSet::aliasesUnknownInst use pointer TBAA info when available
Hal Finkel
2012-02-10
1
-1
/
+3
*
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
1
-0
/
+5
*
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-10
2
-2
/
+5
*
comment grammar
Andrew Trick
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
15
-109
/
+147
*
whitespace
Andrew Trick
2012-02-10
1
-11
/
+11
*
Remove unused 'isAlias' parameter.
Lang Hames
2012-02-10
1
-8
/
+3
*
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
1
-0
/
+9
*
Optimize LiveIntervals::intervalIsInOneMBB().
Jakob Stoklund Olesen
2012-02-10
1
-17
/
+22
*
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
6
-59
/
+54
*
Add register mask support to RAGreedy.
Jakob Stoklund Olesen
2012-02-09
1
-2
/
+25
*
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
1
-4
/
+5
*
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...
James Molloy
2012-02-09
2
-0
/
+9
*
More tweaks to get the size of the X86 disassembler tables down.
Craig Topper
2012-02-09
2
-0
/
+7
*
Flatten some of the arrays in the X86 disassembler tables to reduce space nee...
Craig Topper
2012-02-09
3
-7
/
+6
*
Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.
Lang Hames
2012-02-09
1
-4
/
+7
[next]