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
*
MI-Sched: Rename IssueCount to CurrMOps.
Andrew Trick
2013-06-15
1
-8
/
+8
*
MI-Sched: Remove the temporary EnableCopyConstrain flag.
Andrew Trick
2013-06-15
1
-7
/
+1
*
MI-Sched: added tracking of dependent latency for better heuristics.
Andrew Trick
2013-06-15
1
-13
/
+26
*
MI-Sched: DEBUG: print critical resource.
Andrew Trick
2013-06-15
1
-0
/
+4
*
SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...
Stephen Lin
2013-06-15
1
-12
/
+14
*
Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...
David Blaikie
2013-06-15
1
-2
/
+5
*
[yaml2obj] Add support for sh_link via `Link` key.
Sean Silva
2013-06-15
1
-0
/
+1
*
R600: Add SI load support for v[24]i32 and store for v2i32
Tom Stellard
2013-06-15
1
-0
/
+5
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
5
-150
/
+8
*
R600: Use correct encoding for Vertex Fetch instructions on Cayman
Tom Stellard
2013-06-14
3
-156
/
+294
*
R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman
Tom Stellard
2013-06-14
2
-37
/
+57
*
R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg class
Tom Stellard
2013-06-14
2
-50
/
+68
*
R600: Move instruction encoding definitions into a separate .td file
Tom Stellard
2013-06-14
2
-362
/
+393
*
Introduce getSelect usage and use more getSelectCC
Matt Arsenault
2013-06-14
6
-87
/
+90
*
Add GetCurrentDirectory back.
Rafael Espindola
2013-06-14
2
-0
/
+21
*
SelectionDAG: minor fix to order of operands in comments to match the code
Stephen Lin
2013-06-14
1
-3
/
+3
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
3
-23
/
+4
*
Mark rematerialized super/sub registers as dead.
Tim Northover
2013-06-14
1
-0
/
+1
*
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
2013-06-14
5
-75
/
+63
*
SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...
Stephen Lin
2013-06-14
1
-16
/
+16
*
Remove unused argument.
Rafael Espindola
2013-06-14
1
-3
/
+3
*
Don't use PathV1.h in GraphWriter.cpp.
Rafael Espindola
2013-06-14
1
-5
/
+2
*
Convert a use of sys::Path::GetTemporaryDirectory.
Rafael Espindola
2013-06-14
1
-10
/
+9
*
Remove a use of PathV1.h.
Rafael Espindola
2013-06-14
1
-3
/
+5
*
Make PrologEpilogInserter save/restore all callee saved registers
Derek Schuff
2013-06-14
1
-1
/
+3
*
Remove a use of PathV1.h.
Rafael Espindola
2013-06-14
1
-15
/
+9
*
Move PrependMainExecutablePath next to its only user.
Rafael Espindola
2013-06-14
1
-23
/
+0
*
Remove a use of sys::Path.
Rafael Espindola
2013-06-14
1
-2
/
+3
*
ARM: fix thumb coprocessor instruction with pre-writeback disassembly
Amaury de la Vieuville
2013-06-14
1
-1
/
+1
*
X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equ...
Benjamin Kramer
2013-06-14
1
-7
/
+8
*
Enable FastISel on ARM for Linux and NaCl, not MCJIT
JF Bastien
2013-06-14
2
-3
/
+26
*
[yaml2obj] Add support for sh_addralign via `AddressAlign` key.
Sean Silva
2013-06-14
1
-0
/
+1
*
Move #include from .h to .cpp file.
Jakub Staszak
2013-06-14
1
-0
/
+1
*
[yaml2obj] Add support for specifying raw section content.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Add sh_addr via `Address` key.
Sean Silva
2013-06-13
1
-0
/
+1
*
[yaml2obj] Initial ELF section support.
Sean Silva
2013-06-13
1
-0
/
+47
*
Try to fix the windows build.
Rafael Espindola
2013-06-13
1
-1
/
+1
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
5
-14
/
+18
*
Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
2013-06-13
1
-2
/
+6
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
3
-22
/
+29
*
R600: Don't try to fix reg class when copying IMPLICIT_DEF to a register
Tom Stellard
2013-06-13
1
-1
/
+2
*
Add a version of sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
2013-06-13
1
-0
/
+23
*
Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Derek Schuff
2013-06-13
2
-3
/
+10
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
2
-15
/
+15
*
Mips: Remove global set.
Benjamin Kramer
2013-06-13
2
-57
/
+68
*
Merge changes to clang's Driver code into LLVM's Option library
Reid Kleckner
2013-06-13
2
-7
/
+29
*
Covert remaining graph viewers from sys::Path to std::string.
Rafael Espindola
2013-06-13
1
-3
/
+3
*
Update code for other graph viewing programs too.
Rafael Espindola
2013-06-13
1
-3
/
+3
*
Reduce usage of sys::Path in the graph writer.
Rafael Espindola
2013-06-13
1
-22
/
+40
*
ARM: fix B decoding
Amaury de la Vieuville
2013-06-13
1
-1
/
+1
[next]