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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
utils: Teach lldbDataFormatters about llvm::Optional
Justin Bogner
2015-02-20
1
-0
/
+10
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
4
-50
/
+68
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
4
-68
/
+50
*
[shuffles] Tweak my shufflevector fuzz test generation script to produce
Chandler Carruth
2015-02-18
1
-3
/
+2
*
MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.
Aaron Ballman
2015-02-16
1
-3
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...
NAKAMURA Takumi
2015-02-15
1
-6
/
+0
*
[X86] Add the remaining 11 possible exact ModRM formats. This makes their enc...
Craig Topper
2015-02-15
1
-51
/
+62
*
[x86] Teach my test updating script about another quirk of the printed
Chandler Carruth
2015-02-15
1
-1
/
+1
*
Revert r229224: Make the 'llvm-lit' utility defend against a system where Pyt...
Chandler Carruth
2015-02-14
1
-1
/
+1
*
[lit] Make the 'llvm-lit' utility defend against a system where Python3
Chandler Carruth
2015-02-14
1
-1
/
+1
*
Revert r229185, "Raising minimum required Visual Studio version to 2013."
NAKAMURA Takumi
2015-02-14
1
-0
/
+6
*
Raising minimum required Visual Studio version to 2013.
Chris Bieneman
2015-02-13
1
-6
/
+0
*
[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...
Craig Topper
2015-02-13
1
-0
/
+2
*
AsmWriter/Bitcode: MDExpression
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+1
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-2
/
+2
*
[emacs] Get llvm-mode to font-lock "personality"
Ramkumar Ramachandra
2015-02-09
1
-1
/
+1
*
Masked Gather and Scatter Intrinsics.
Elena Demikhovsky
2015-02-08
1
-3
/
+5
*
Correcting keyword highlighting in llvm-mode.el.
Rafael Espindola
2015-02-06
1
-12
/
+12
*
Don't warn or note if bash is missing
Reid Kleckner
2015-02-04
1
-2
/
+0
*
[x86] Teach the test update script to strip trailing whitespace.
Chandler Carruth
2015-02-04
1
-0
/
+3
*
AsmParser: Recognize DW_TAG_* constants
Duncan P. N. Exon Smith
2015-02-03
1
-0
/
+1
*
[x86] Tweak my update script to use test case function names starting
Chandler Carruth
2015-02-03
1
-0
/
+3
*
STLExtras: Provide less/equal functors with templated function call operators...
David Blaikie
2015-02-02
3
-43
/
+29
*
Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...
Sylvestre Ledru
2015-02-01
1
-1
/
+1
*
Replace another std::set in the core of CodeGenRegister, this time with sorte...
Owen Anderson
2015-01-31
3
-46
/
+61
*
Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...
Owen Anderson
2015-01-31
3
-69
/
+45
*
Change a very hot piece of code in TableGen's register unit computations to u...
Owen Anderson
2015-01-30
1
-1
/
+14
*
[X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...
Craig Topper
2015-01-28
1
-0
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+2
*
[X86] Replace i32i8imm on SSE/AVX instructions with i32u8imm which will make ...
Craig Topper
2015-01-25
1
-0
/
+3
*
[emacs] llvm-mode: fix parens, font-lock i*
Ramkumar Ramachandra
2015-01-23
1
-10
/
+3
*
[emacs] Use c-mode-common-hook, derive from "gnu"
Ramkumar Ramachandra
2015-01-22
1
-18
/
+6
*
Intrinsics: introduce llvm_any_ty aka ValueType Any
Ramkumar Ramachandra
2015-01-22
3
-6
/
+8
*
[lit] Format JSONMetricValue strings better.
Eric Fiselier
2015-01-21
1
-1
/
+2
*
[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
Craig Topper
2015-01-21
1
-0
/
+3
*
Use -Wl,defs when linking.
Rafael Espindola
2015-01-20
1
-2
/
+11
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
8
-13
/
+13
*
utils/release/tag.sh: fix -revision vs. -rc check
Hans Wennborg
2015-01-15
1
-1
/
+1
*
[TableGen] Add support for negative immediates to AsmMatcherEmitter
Hal Finkel
2015-01-15
1
-0
/
+2
*
Don't set LD_PRELOAD to ''. It doesn't work on OpenBSD.
Rafael Espindola
2015-01-14
1
-1
/
+5
*
AsmParser/Bitcode: Add support for MDLocation
Duncan P. N. Exon Smith
2015-01-13
1
-1
/
+6
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-1
/
+1
*
Release merge script: don't actually commit the merge
Hans Wennborg
2015-01-13
1
-4
/
+6
*
Release tag script: add -revision option
Hans Wennborg
2015-01-13
1
-7
/
+21
*
Release tag script: add -dry-run flag
Hans Wennborg
2015-01-13
1
-6
/
+11
*
[LIT] Remove string decoding in gtest discovery code. lit.util.capture now do...
Eric Fiselier
2015-01-12
1
-1
/
+0
[prev]
[next]