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
*
Consider ad hoc aliasing when building RegUnits.
Jakob Stoklund Olesen
2012-05-14
1
-12
/
+41
*
Record the ad hoc aliasing graph in CodeGenRegister.
Jakob Stoklund Olesen
2012-05-14
2
-5
/
+21
*
Compute topological signatures of registers.
Jakob Stoklund Olesen
2012-05-14
2
-8
/
+76
*
Add BitVector::anyCommon().
Jakob Stoklund Olesen
2012-05-14
2
-1
/
+39
*
SwitchInst cosmetics: renamed "Hash" method to "hash"
Stepan Dyatkovskiy
2012-05-14
3
-3
/
+3
*
Formatting changes. Remove the '...' placeholders.
Bill Wendling
2012-05-14
1
-67
/
+44
*
Use ArrayRef instead of an explicit vector type.
Bill Wendling
2012-05-14
2
-3
/
+3
*
Add blurb about Julia.
Bill Wendling
2012-05-14
1
-0
/
+16
*
ReleaseNotes: Add info on PTX back-end
Justin Holewinski
2012-05-13
1
-0
/
+15
*
Hexagon: Initialize TBB to 0.
Benjamin Kramer
2012-05-13
1
-0
/
+1
*
Fix Xcode case (Upper X, lower c)
Jean-Daniel Dupas
2012-05-13
2
-2
/
+2
*
ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 secti...
Benjamin Kramer
2012-05-13
1
-3
/
+12
*
ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the ...
Benjamin Kramer
2012-05-13
1
-6
/
+11
*
ReleaseNotes: Document that LLVM was rewritten in python.
Benjamin Kramer
2012-05-13
1
-0
/
+2
*
ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ...
Benjamin Kramer
2012-05-13
1
-13
/
+10
*
Outline some clang 3.1 highlights off the top of my head.
Benjamin Kramer
2012-05-13
1
-4
/
+11
*
Add a link for every project.
Benjamin Kramer
2012-05-13
1
-34
/
+36
*
Add blurb for LLVM D Compiler.
Bill Wendling
2012-05-13
1
-0
/
+10
*
Add blurbs for pocl and TCE.
Bill Wendling
2012-05-13
1
-0
/
+34
*
Add OSL blurb.
Bill Wendling
2012-05-13
1
-0
/
+18
*
Add FAUST blurb.
Bill Wendling
2012-05-13
1
-0
/
+12
*
Fix the tool documentation
Nadav Rotem
2012-05-13
1
-1
/
+1
*
Document Python bindings in release notes
Gregory Szorc
2012-05-12
1
-0
/
+24
*
Fix spacing after if.
Benjamin Kramer
2012-05-12
1
-6
/
+5
*
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
Rafael Espindola
2012-05-12
4
-0
/
+126
*
ELF: Add support for the asm .version directive.
Benjamin Kramer
2012-05-12
2
-0
/
+45
*
AsmParser: Add support for the .purgem directive.
Benjamin Kramer
2012-05-12
2
-0
/
+35
*
AsmParser: Give a nice error message for .code16gcc, which is currently unsup...
Benjamin Kramer
2012-05-12
1
-1
/
+1
*
AsmParser: ignore the .extern directive.
Benjamin Kramer
2012-05-12
2
-0
/
+8
*
AsmParser: Add support for .ifc and .ifnc directives.
Benjamin Kramer
2012-05-12
2
-0
/
+119
*
AsmParser: Add support for .ifb and .ifnb directives.
Benjamin Kramer
2012-05-12
2
-0
/
+96
*
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-12
6
-43
/
+249
*
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-12
4
-3
/
+24
*
Make sure new value jump is enabled for Hexagon V5 as well.
Sirish Pande
2012-05-12
1
-10
/
+27
*
Support for Hexagon feature, New Value Jump.
Sirish Pande
2012-05-12
9
-2
/
+745
*
Fix test cases.
Akira Hatanaka
2012-05-12
13
-76
/
+76
*
Remove MipsEmitGPRestore.cpp.
Akira Hatanaka
2012-05-12
3
-99
/
+0
*
Delete all functions that are no longer needed in MipsFunctionInfo, including
Akira Hatanaka
2012-05-12
2
-15
/
+1
*
Stop reserving register $gp. Do not call isGPFI to check whether a frame object
Akira Hatanaka
2012-05-12
1
-8
/
+1
*
Do not add the pass which restores $gp after every function call.
Akira Hatanaka
2012-05-12
1
-9
/
+0
*
Make the following changes in MipsISelLowering.cpp:
Akira Hatanaka
2012-05-12
1
-8
/
+8
*
Make the following changes in MipsFrameLowering.cpp:
Akira Hatanaka
2012-05-12
1
-32
/
+3
*
Speed up computeComposites() by using the new SubReg -> SubIdx map.
Jakob Stoklund Olesen
2012-05-12
1
-12
/
+10
*
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
6
-37
/
+19
*
Hoist simpler checks above llvm::PointerMayBeCaptured. No functional change i...
Chad Rosier
2012-05-12
1
-4
/
+6
*
Don't look for empty live ranges in the unions.
Jakob Stoklund Olesen
2012-05-12
1
-1
/
+4
*
Insert instructions to the entry basic block which initializes the global
Akira Hatanaka
2012-05-12
3
-38
/
+57
*
Add doxygen comments.
Michael J. Spencer
2012-05-11
1
-0
/
+6
*
Do not replace operands of pseudo instructions with register $zero.
Akira Hatanaka
2012-05-11
2
-1
/
+18
*
Revert 156658.
Chad Rosier
2012-05-11
1
-2
/
+1
[next]