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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the 'x' constraint.
Eric Christopher
2012-05-07
1
-1
/
+8
*
Add support for the 'l' constraint.
Eric Christopher
2012-05-07
2
-0
/
+18
*
Add support for the 'c' constraint.
Eric Christopher
2012-05-07
2
-2
/
+20
*
Add support for the 'P' constraint.
Eric Christopher
2012-05-07
3
-0
/
+33
*
Fix trivial typo in llvm_move.
John McCall
2012-05-07
1
-1
/
+1
*
Fix some issues in the f16c instructions.
Craig Topper
2012-05-07
1
-11
/
+9
*
Add support for the 'O' constraint.
Eric Christopher
2012-05-07
3
-0
/
+33
*
Add support for the 'N' inline asm constraint.
Eric Christopher
2012-05-07
3
-0
/
+34
*
Add support for the 'L' inline asm constraint.
Eric Christopher
2012-05-07
3
-1
/
+33
*
Add support for the inline asm constraint 'K'.
Eric Christopher
2012-05-07
3
-0
/
+33
*
Add SSE4A MOVNTSS/MOVNTSD instructions.
Craig Topper
2012-05-07
3
-0
/
+43
*
Support the 'J' constraint.
Eric Christopher
2012-05-07
3
-0
/
+33
*
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-05-07
7
-0
/
+147
*
Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.
Eric Christopher
2012-05-07
1
-2
/
+4
*
When using inline asm constraints representing
Eric Christopher
2012-05-07
1
-1
/
+1
*
Tidy up. Whitespace.
Jim Grosbach
2012-05-07
1
-10
/
+10
*
Use MVT instead of EVT as the argument to all the shuffle decode functions. S...
Craig Topper
2012-05-06
3
-35
/
+33
*
Add VPERMQ/VPERMPD to the list of target specific shuffles that can be looked...
Craig Topper
2012-05-06
1
-0
/
+6
*
Add shuffle decode support for VPERMQ/VPERMPD.
Craig Topper
2012-05-06
3
-0
/
+22
*
TableGen: AsmMatcher diagnostic when missing instruction mnemonic.
Jim Grosbach
2012-05-06
1
-0
/
+3
*
make SourceMgr tolerate empty SMLoc()'s better.
Chris Lattner
2012-05-06
1
-45
/
+54
*
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-06
3
-5
/
+6
*
Remove trailing spaces.
Jakub Staszak
2012-05-06
1
-60
/
+60
*
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
1
-1
/
+14
*
Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...
NAKAMURA Takumi
2012-05-06
2
-10
/
+9
*
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
2
-13
/
+26
*
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
2
-26
/
+13
*
add missing header <shame>
Chris Lattner
2012-05-05
1
-1
/
+8
*
refactor some code to expose column numbers more and make diagnostic printing...
Chris Lattner
2012-05-05
1
-12
/
+18
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
5
-56
/
+0
*
[Support] Add missing include.
Daniel Dunbar
2012-05-05
1
-1
/
+2
*
[Support] Fix up comments.
Daniel Dunbar
2012-05-05
1
-5
/
+3
*
[Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.
Daniel Dunbar
2012-05-05
1
-19
/
+5
*
[Support] Add sys::Process::GetRandomNumber().
Daniel Dunbar
2012-05-05
2
-1
/
+14
*
[build] Add build check for ::arc4random().
Daniel Dunbar
2012-05-05
5
-2
/
+10
*
Update all outdated autoconf files in the sample project.
Benjamin Kramer
2012-05-05
6
-456
/
+586
*
CodeGenPrepare: Add a transform to turn selects into branches in some cases.
Benjamin Kramer
2012-05-05
2
-0
/
+147
*
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-05
4
-0
/
+17
*
NVPTX: Initialize the UseF32FTZ flag.
Benjamin Kramer
2012-05-05
1
-0
/
+2
*
Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...
Stepan Dyatkovskiy
2012-05-05
2
-3
/
+6
*
Typo.
Eric Christopher
2012-05-05
1
-1
/
+1
*
Order register classes by spill size first, members last.
Jakob Stoklund Olesen
2012-05-04
1
-7
/
+7
*
Make sure findRepresentativeClass picks the widest super-register.
Jakob Stoklund Olesen
2012-05-04
1
-6
/
+10
*
Remove extra comma in debug output.
Jakob Stoklund Olesen
2012-05-04
1
-1
/
+1
*
Fix warnings in release build.
David Blaikie
2012-05-04
2
-1
/
+2
*
Tweak to the fix in r156212, as with the change in removing the shift the
Kevin Enderby
2012-05-04
1
-1
/
+1
*
Fix a bug in the ARM disassembler for wide branch conditional instructions
Kevin Enderby
2012-05-04
1
-1
/
+1
*
Fix a Clang warning in the new NVPTX backend:
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
2
-7
/
+40
*
Rename the Region::block_iterator to Region::block_node_iterator, and
Chandler Carruth
2012-05-04
4
-18
/
+87
[next]