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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas...
Anton Korobeynikov
2009-08-21
2
-15
/
+34
*
Remove #include <iostream>.
Bill Wendling
2009-08-21
1
-1
/
+0
*
Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as
Bob Wilson
2009-08-21
1
-57
/
+0
*
Re-revert r79555. Apparently it's not just buildbot weirdness.
Owen Anderson
2009-08-20
1
-35
/
+52
*
Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...
Owen Anderson
2009-08-20
1
-52
/
+35
*
--- Reverse-merging r79555 into '.':
Bill Wendling
2009-08-20
1
-35
/
+52
*
part of the previous commit for PIC16 ISR implementation.
Sanjiv Gupta
2009-08-20
2
-0
/
+178
*
Implement support for ISRs.
Sanjiv Gupta
2009-08-20
10
-280
/
+528
*
Make the StructType->StructLayout table private to TargetData, allowing us to...
Owen Anderson
2009-08-20
1
-52
/
+35
*
Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the
Sean Callanan
2009-08-20
1
-2
/
+2
*
Fix an x86 code size regression: prefer RIP-relative addressing
Dan Gohman
2009-08-20
1
-0
/
+13
*
Fix an obvious copy-n-paste bug.
Evan Cheng
2009-08-20
1
-1
/
+1
*
Update and fix some comments.
Dan Gohman
2009-08-20
1
-7
/
+7
*
Add an extra line to conform with preferred style.
Dale Johannesen
2009-08-19
1
-1
/
+2
*
Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.
Reid Kleckner
2009-08-19
1
-3
/
+5
*
Handle 'a' modifier in X86 asms. PR 4742.
Dale Johannesen
2009-08-19
1
-0
/
+12
*
Fixed error in CPPBackend from a contextification API change.
Reid Kleckner
2009-08-19
1
-3
/
+4
*
Remove temporary testing code.
Dan Gohman
2009-08-19
1
-1
/
+0
*
Add an x86 peep that narrows TEST instructions to forms that use
Dan Gohman
2009-08-19
1
-6
/
+103
*
Update Cortex-A8 instruction itineraries for integer instructions.
David Goodwin
2009-08-19
6
-365
/
+650
*
Add support for Neon VEXT (vector extract) shuffles.
Bob Wilson
2009-08-19
3
-1
/
+69
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
13
-73
/
+94
*
Implement sse4.2 string/text processing instructions:
Eric Christopher
2009-08-18
4
-1
/
+178
*
Simplify RegScavenger::FindUnusedReg.
Jakob Stoklund Olesen
2009-08-18
4
-13
/
+5
*
Add support for mergeable sections back into the XCore backend.
Richard Osborne
2009-08-18
1
-5
/
+18
*
Put data with relocations in the same sections as data without relocations.
Richard Osborne
2009-08-18
1
-1
/
+7
*
fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections
Chris Lattner
2009-08-18
1
-0
/
+8
*
Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...
Anton Korobeynikov
2009-08-18
1
-0
/
+3
*
remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea...
Chris Lattner
2009-08-18
1
-4
/
+2
*
Fix revsh pattern.
Evan Cheng
2009-08-18
2
-2
/
+2
*
add support for some targetflags on GV operands. This allows us to
Chris Lattner
2009-08-18
1
-2
/
+44
*
Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment
Dan Gohman
2009-08-18
1
-1
/
+1
*
PowerPC inline asm was emitting two output operands
Dale Johannesen
2009-08-18
2
-26
/
+12
*
Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...
Benjamin Kramer
2009-08-17
1
-0
/
+6
*
Update getSectionForConstant() to to allow mergable sections to be nulled out
Richard Osborne
2009-08-17
1
-3
/
+3
*
the MinPad argument to PadToColumn only really makes sense to be 1,
Chris Lattner
2009-08-17
2
-5
/
+5
*
Avoid emitting XMM save code in soft-float or no-implicit-float mode
Dan Gohman
2009-08-16
1
-22
/
+25
*
Delete an unused field.
Dan Gohman
2009-08-16
1
-3
/
+0
*
Fix use after free in Thumb2SizeReduction (PR4707). A MachineInstr was used a...
Benjamin Kramer
2009-08-16
1
-1
/
+4
*
Styalistic and format changes. No functionality change.
Bill Wendling
2009-08-16
1
-73
/
+85
*
add support for external symbols + X86::MOVPC32r.
Chris Lattner
2009-08-16
2
-59
/
+123
*
implement support for lowering references to global addresses. For example, ...
Chris Lattner
2009-08-16
2
-5
/
+53
*
more formatting improvements, no functionality change.
Chris Lattner
2009-08-16
1
-57
/
+65
*
code formatting improvements, no functionality change.
Chris Lattner
2009-08-16
1
-74
/
+85
*
An overhaul of the exception handling code. This is arguably more correct than
Bill Wendling
2009-08-15
1
-55
/
+81
*
Reapply r79127. It was fixed by d0k.
Bill Wendling
2009-08-15
5
-9
/
+43
*
Revert r79127. It was causing compilation errors.
Bill Wendling
2009-08-15
5
-43
/
+9
*
Change allowsUnalignedMemoryAccesses to take type argument since some targets
Evan Cheng
2009-08-15
5
-9
/
+43
*
the .eh_frame sections we generate need to be writable (which
Chris Lattner
2009-08-15
1
-1
/
+2
*
Use the new API for creating an OpaqueType.
Nicolas Geoffray
2009-08-15
1
-2
/
+4
[next]