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
*
SROA.cpp: Fix a warning, [-Wunused-variable]
NAKAMURA Takumi
2012-10-05
1
-0
/
+1
*
Move this test a bit later, after the point at which we know that we either
Duncan Sands
2012-10-05
1
-10
/
+10
*
Move methods out-of-line.
Bill Wendling
2012-10-05
1
-13
/
+210
*
Use method to query for attributes.
Bill Wendling
2012-10-05
1
-1
/
+1
*
Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...
Craig Topper
2012-10-05
1
-3
/
+2
*
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...
Craig Topper
2012-10-05
3
-19
/
+17
*
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
2012-10-05
1
-21
/
+9
*
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
2
-25
/
+25
*
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-05
1
-6
/
+7
*
Follow up to r165072. Try a different approach: only move the load when it's ...
Evan Cheng
2012-10-05
1
-11
/
+9
*
Teach the new SROA a new trick. Now we zap any memcpy or memmoves which
Chandler Carruth
2012-10-05
1
-42
/
+93
*
Lift the speculation visitor above all the helpers that are targeted at
Chandler Carruth
2012-10-05
1
-281
/
+283
*
[ms-inline asm] Add support for parsing [Intel dialect] memory operands that use
Chad Rosier
2012-10-04
1
-7
/
+11
*
Rename the Target specific passes in the DataLayout class to be Target agnostic.
Micah Villmow
2012-10-04
1
-48
/
+48
*
When merging connsecutive stores, use vectors to store the constant zero.
Nadav Rotem
2012-10-04
1
-34
/
+57
*
Resubmit the copying of TargetData to DataLayout without any changes to the f...
Micah Villmow
2012-10-04
2
-0
/
+666
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
3
-12
/
+12
*
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-04
1
-4
/
+20
*
Backing out my changes, something screwed up from my patches, starting over.
Micah Villmow
2012-10-04
2
-666
/
+0
*
Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...
Micah Villmow
2012-10-04
1
-33
/
+33
*
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
2
-5
/
+4
*
Create the DataLayout class, as a direct copy of TargetData.
Micah Villmow
2012-10-04
2
-0
/
+666
*
Accidently checked in the files, only wanted to copy them.
Micah Villmow
2012-10-04
1
-665
/
+0
*
(no commit message)
Micah Villmow
2012-10-04
1
-0
/
+665
*
Add register encoding support in X86 backend
Michael Liao
2012-10-04
8
-403
/
+287
*
Add a comment to the commit r165187.
Jakub Staszak
2012-10-04
1
-1
/
+3
*
- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolve
Will Schmidt
2012-10-04
2
-50
/
+50
*
Get MCSchedModel directly from the subtarget.
Jakob Stoklund Olesen
2012-10-04
1
-2
/
+3
*
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
2
-32
/
+27
*
test commit / whitespace
Will Schmidt
2012-10-04
1
-1
/
+1
*
SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...
Benjamin Kramer
2012-10-04
1
-2
/
+3
*
In my recent change to avoid use of underaligned memory I didn't notice that
Duncan Sands
2012-10-04
1
-7
/
+7
*
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-10-04
1
-5
/
+14
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
4
-126
/
+25
*
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
1
-23
/
+50
*
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
1
-4
/
+30
*
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-04
1
-9
/
+29
*
Use method to query if there are attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
1
-0
/
+16
*
Use method to query for NoAlias attribute.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Use method to query for attributes.
Bill Wendling
2012-10-04
3
-11
/
+11
*
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
2
-1
/
+17
*
Use method to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Query for attributes via the correct method call.
Bill Wendling
2012-10-04
1
-2
/
+2
*
Use new accessor methods to query for attributes.
Bill Wendling
2012-10-04
4
-4
/
+4
*
[tsan] add 3 internal flags for fine-grain control of what is instrumented an...
Kostya Serebryany
2012-10-04
1
-7
/
+18
*
Remove template from function that is only used with one type after r165092.
Craig Topper
2012-10-04
1
-4
/
+5
*
Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP
Lang Hames
2012-10-04
1
-1
/
+3
*
Implement methods that enable expansion of load immediate
Jack Carter
2012-10-04
3
-28
/
+115
*
This patch is a partial implementation of mips .set assembler directive. Dire...
Jack Carter
2012-10-04
1
-43
/
+238
[next]