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
*
Silence GCC warning about dropping off a non-void function.
Benjamin Kramer
2013-01-18
1
-0
/
+1
*
[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...
Daniel Dunbar
2013-01-18
2
-24
/
+1
*
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
2
-7
/
+27
*
The IR linker still depends on the bitcode reader.
Benjamin Kramer
2013-01-18
1
-1
/
+1
*
80 columns
Alexey Samsonov
2013-01-18
1
-1
/
+2
*
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
5
-70
/
+13
*
Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...
Craig Topper
2013-01-18
1
-6
/
+4
*
Minor formatting fix. No functional change.
Craig Topper
2013-01-18
1
-1
/
+1
*
Spelling fix: extened->extended. Trailing whitespace in same function.
Craig Topper
2013-01-18
1
-5
/
+6
*
Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...
Craig Topper
2013-01-18
1
-35
/
+31
*
Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...
Craig Topper
2013-01-18
1
-1
/
+1
*
Remove trailing whitespace. Remove new lines between closing brace and 'else'
Craig Topper
2013-01-18
1
-7
/
+5
*
Fixed 80+ violation.
Michael Gottesman
2013-01-18
1
-2
/
+2
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
3
-5
/
+67
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
2
-0
/
+40
*
[MC] Expose ParseEscapedString to target AsmParser implementations.
Daniel Dunbar
2013-01-18
1
-4
/
+1
*
[MC] Fix 80-col violas.
Daniel Dunbar
2013-01-18
1
-41
/
+89
*
[ms-inline asm] Make the error message more generic now that we support the
Chad Rosier
2013-01-18
1
-1
/
+1
*
[Linker] Drop some now-dead component dependencies.
Daniel Dunbar
2013-01-17
1
-1
/
+1
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-29
/
+12
*
[Linker] Drop support for IR-level extended linking support (archives, etc.).
Daniel Dunbar
2013-01-17
4
-482
/
+0
*
This patch fixes PR13626 by providing i128 support in the return
Bill Schmidt
2013-01-17
1
-0
/
+1
*
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
Chad Rosier
2013-01-17
2
-38
/
+48
*
Add indexed load/store instructions for offset validation check.
Jyotsna Verma
2013-01-17
1
-0
/
+4
*
Added missing const from my last commit.
Michael Gottesman
2013-01-17
1
-1
/
+1
*
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...
Michael Gottesman
2013-01-17
1
-3
/
+56
*
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2013-01-17
1
-2
/
+2
*
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...
Alexey Samsonov
2013-01-17
1
-35
/
+39
*
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
3
-10
/
+39
*
Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...
Craig Topper
2013-01-17
1
-74
/
+50
*
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
4
-22
/
+16
*
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
3
-5
/
+9
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
4
-354
/
+3
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
2
-10
/
+16
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-17
3
-2
/
+24
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
2
-13
/
+61
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
2
-102
/
+107
*
Some small (and mostly cosmetic) fixes.
Eli Bendersky
2013-01-16
1
-22
/
+17
*
Now that GenericAsmParser was folded into AsmParser, some methods and types can
Eli Bendersky
2013-01-16
1
-17
/
+57
*
[Linker] Change module flag linking to be more extensible.
Daniel Dunbar
2013-01-16
1
-133
/
+97
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
1
-3
/
+9
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
2
-13
/
+14
*
Allow vectors in CreatePointerCast of constants.
Evgeniy Stepanov
2013-01-16
1
-3
/
+4
*
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
1
-51
/
+78
*
[ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...
Michael Gottesman
2013-01-16
1
-33
/
+0
*
reverting 172579
Jack Carter
2013-01-16
3
-21
/
+2
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
4
-46
/
+131
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
4
-15
/
+16
*
Akira,
Jack Carter
2013-01-16
3
-2
/
+21
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
11
-27
/
+161
[next]