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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
1
-8
/
+0
*
Fix a documentation typo.
Nadav Rotem
2012-08-13
1
-2
/
+2
*
Create isXBitVector methods in MVT and call them from EVT. This allows target...
Craig Topper
2012-08-11
1
-19
/
+39
*
A couple of addition comment fixes
Eli Bendersky
2012-08-10
1
-2
/
+2
*
Fix a couple of typos in comments
Eli Bendersky
2012-08-10
1
-2
/
+2
*
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-10
1
-13
/
+1
*
Add some missing includes for the build against stdcxx.
Joerg Sonnenberger
2012-08-10
1
-0
/
+1
*
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-10
1
-15
/
+7
*
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
2
-10
/
+15
*
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-10
1
-10
/
+2
*
[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.
Chad Rosier
2012-08-10
1
-1
/
+5
*
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
2
-15
/
+10
*
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
1
-5
/
+14
*
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
2
-5
/
+1
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
3
-25
/
+22
*
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
Chad Rosier
2012-08-09
1
-0
/
+13
*
MachineRegisterInfo was already a friend of MachineOperand, and GCC complains
Matt Beaumont-Gay
2012-08-09
1
-3
/
+0
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
2
-5
/
+58
*
Move getNextOperandForReg() into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-08
2
-11
/
+14
*
Allow legalization of target-specific SDNodes, provided that the target itsel...
Owen Anderson
2012-08-08
1
-1
/
+3
*
Remove OpenBSD defines:
Bill Wendling
2012-08-08
2
-24
/
+0
*
Added MispredictPenalty to SchedMachineModel.
Andrew Trick
2012-08-08
2
-2
/
+9
*
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-08
1
-1
/
+2
*
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
2
-7
/
+4
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
2
-4
/
+7
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
3
-0
/
+30
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
2
-6
/
+23
*
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
1
-0
/
+16
*
Revert r161371. Removing the 'const' before Type is a "good thing".
Bill Wendling
2012-08-07
1
-13
/
+13
*
Constify the Type parameter to some methods (which are const anyway).
Bill Wendling
2012-08-07
1
-13
/
+13
*
Fix typo.
Jakob Stoklund Olesen
2012-08-06
1
-1
/
+1
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-1
/
+2
*
Fix MIPS DSP Rev1 intrinsics memory properties.
Simon Atanasyan
2012-08-06
1
-78
/
+56
*
Put up warning signs around MO::getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-06
1
-2
/
+4
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
1
-0
/
+3
*
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+4
*
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
1
-0
/
+25
*
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
1
-27
/
+6
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
1
-13
/
+1
*
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+4
*
Add support for detecting libxml for Dmitri's work. He'll
Eric Christopher
2012-08-03
1
-0
/
+3
*
Remove a dead prototype.
Jakob Stoklund Olesen
2012-08-03
1
-7
/
+0
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
2
-2
/
+7
*
Add new getLibFunc method to TargetLibraryInfo.
Bob Wilson
2012-08-03
1
-67
/
+71
*
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-03
2
-5
/
+78
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-1
/
+5
*
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-08-02
1
-0
/
+8
*
Add TargetRegisterInfo::hasRegUnit().
Jakob Stoklund Olesen
2012-08-02
1
-0
/
+8
*
include/llvm/Analysis/RegionInfo.h: Appease msvc.
NAKAMURA Takumi
2012-08-02
1
-1
/
+1
*
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
1
-32
/
+40
[next]