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
*
Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...
NAKAMURA Takumi
2011-10-15
1
-36
/
+4
*
Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple
Chad Rosier
2011-10-15
1
-4
/
+36
*
ToT is now for 3.1.
Bill Wendling
2011-10-15
2
-10
/
+10
*
Windows/Memory.inc: Support the ability to allocate memory "near" another blo...
NAKAMURA Takumi
2011-10-15
1
-2
/
+7
*
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-15
1
-12
/
+12
*
Clear out the landing pad to call site map for each function.
Bill Wendling
2011-10-15
1
-0
/
+1
*
Mark tADDrSPi as having side effects again.
Jakob Stoklund Olesen
2011-10-15
1
-3
/
+3
*
Mention some of the improvements in Clang 3.0 over 2.9.
Douglas Gregor
2011-10-15
1
-0
/
+15
*
Thumb1 does not support dynamic stack realignment.
Chad Rosier
2011-10-15
1
-0
/
+5
*
Mark registers as DEAD because they're really just clobbers.
Bill Wendling
2011-10-15
1
-1
/
+1
*
Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...
Eli Friedman
2011-10-14
2
-0
/
+25
*
Make sure that the register is in the register class before adding it as a ma...
Bill Wendling
2011-10-14
1
-1
/
+3
*
Mark the invoke call instruction as implicitly defining the callee-saved regi...
Bill Wendling
2011-10-14
1
-2
/
+31
*
constify array itself, don't iterate multiple times.
Chris Lattner
2011-10-14
1
-2
/
+2
*
Allow the source module to be materialized during the linking process.
Tanya Lattner
2011-10-14
1
-2
/
+11
*
Update test for disabling of code/data marker labels in ELF.
Owen Anderson
2011-10-14
1
-2
/
+2
*
Fix a non-firing assert. Change:
Richard Trieu
2011-10-14
1
-1
/
+1
*
OCaml bindings: add some missing functions and testcases.
Torok Edwin
2011-10-14
8
-4
/
+301
*
OCaml bindings: fix attributes to use all 32 bits
Torok Edwin
2011-10-14
3
-42
/
+120
*
OCaml bindings: add icmp_predicate
Torok Edwin
2011-10-14
1
-0
/
+2
*
OCaml bindings: fix infinite recursion on string_of_lltype
Torok Edwin
2011-10-14
2
-1
/
+18
*
bindings: named struct support
Torok Edwin
2011-10-14
3
-1
/
+49
*
ocaml bindings: add findlib META support
Torok Edwin
2011-10-14
4
-1
/
+88
*
ocaml bindings: introduce classify_value
Torok Edwin
2011-10-14
4
-3
/
+126
*
ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
Torok Edwin
2011-10-14
5
-1
/
+185
*
bindings: tab and indentation fixes of my previous commits
Torok Edwin
2011-10-14
2
-56
/
+56
*
A few 80-col violations.
Evan Cheng
2011-10-14
2
-5
/
+10
*
Disable code/data region symbols on ELF targets, where different mapping symb...
Owen Anderson
2011-10-14
1
-1
/
+1
*
Add an implementation of the CanLowerReturn function to the PPC backend
Hal Finkel
2011-10-14
2
-0
/
+17
*
Add f128 to datalayout string.
Akira Hatanaka
2011-10-14
1
-2
/
+2
*
Fix threads/jobs Calculation
David Greene
2011-10-14
1
-3
/
+4
*
Add Helpful Messages
David Greene
2011-10-14
1
-0
/
+3
*
Add Option to Skip Install
David Greene
2011-10-14
1
-4
/
+7
*
Add Option to Skip gcc Build
David Greene
2011-10-14
1
-0
/
+8
*
initial test commit (remove whitespace)
Hal Finkel
2011-10-14
1
-2
/
+2
*
Update live-in lists when splitting critical edges.
Jakob Stoklund Olesen
2011-10-14
3
-4
/
+108
*
Revert r141932, r141936 and r141937.
Akira Hatanaka
2011-10-14
4
-299
/
+1
*
Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".
Jim Grosbach
2011-10-14
1
-1
/
+1
*
An instruction's operands aren't necessarily instructions or constants. They
Nick Lewycky
2011-10-14
1
-1
/
+2
*
Add X86 ANDN instruction. Including instruction selection.
Craig Topper
2011-10-14
8
-2
/
+82
*
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-14
8
-5
/
+107
*
Definition of function getMipsRegisterNumbering.
Akira Hatanaka
2011-10-14
1
-0
/
+113
*
Add definition of class MipsELFWriterInfo.
Akira Hatanaka
2011-10-14
3
-0
/
+276
*
Add missing relocation types.
Akira Hatanaka
2011-10-14
1
-1
/
+3
*
Add ELF relocation types for Mips.
Akira Hatanaka
2011-10-14
1
-1
/
+55
*
Fixup enumerations.
Akira Hatanaka
2011-10-14
1
-0
/
+90
*
Add more Mips relocation types.
Akira Hatanaka
2011-10-14
1
-1
/
+21
*
Ban rematerializable instructions with side effects.
Jakob Stoklund Olesen
2011-10-14
5
-11
/
+19
*
V_SET0 has no side effects.
Jakob Stoklund Olesen
2011-10-14
1
-1
/
+1
*
Add value numbers when spilling dead defs.
Jakob Stoklund Olesen
2011-10-14
2
-1
/
+28
[next]