index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead atomic intrinsics from LangRef.
Eli Friedman
2011-10-26
1
-514
/
+0
*
The bitcode reader can create an shuffle with a place holder mask which it will
Mon P Wang
2011-10-26
2
-3
/
+41
*
Add mention of AddressSanitizer to external OS projects.
Bill Wendling
2011-10-26
1
-0
/
+13
*
Add mention of Mono to external OS projects.
Bill Wendling
2011-10-26
1
-0
/
+14
*
Add mention of ClamAV to external OS projects.
Bill Wendling
2011-10-26
1
-0
/
+18
*
Add mention of Renderscript to external OS projects.
Bill Wendling
2011-10-26
1
-0
/
+19
*
Add mention of GHC to external OS projects.
Bill Wendling
2011-10-26
1
-16
/
+16
*
llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy!
Michael J. Spencer
2011-10-25
1
-2
/
+2
*
Object/Archive: Cleanup anon namespace.
Michael J. Spencer
2011-10-25
1
-8
/
+5
*
Object: change test to create archive.
Michael J. Spencer
2011-10-25
3
-2
/
+15
*
Object/Archive: Add BSD style long file name support and skip internal members.
Michael J. Spencer
2011-10-25
2
-8
/
+49
*
Remove extraneous printing of "-PC".
Owen Anderson
2011-10-25
1
-1
/
+0
*
Add mention of SAFECode to external OS projects.
Bill Wendling
2011-10-25
1
-0
/
+15
*
Add mention of Pure to external OS projects.
Bill Wendling
2011-10-25
1
-23
/
+21
*
Add mention of Portable OpenCL to external OS projects.
Bill Wendling
2011-10-25
1
-0
/
+13
*
Add support for the notion of "hidden" relocations. On MachO, these are relo...
Owen Anderson
2011-10-25
4
-0
/
+55
*
Add mention of gwScript to external OS projects.
Bill Wendling
2011-10-25
1
-0
/
+25
*
Remove a couple redundant checks.
Eli Friedman
2011-10-25
1
-2
/
+0
*
Add a few test cases to ensure the bitcode reader is backward compatible with
Chad Rosier
2011-10-25
4
-0
/
+10
*
Make assert() message more informative.
Jim Grosbach
2011-10-25
1
-1
/
+2
*
Add mention of Tart to external OS projects.
Bill Wendling
2011-10-25
1
-0
/
+21
*
Add TTA-based Co-design Environment to external OS projects.
Bill Wendling
2011-10-25
1
-13
/
+12
*
Fix off-by-one error when printing relocations inline with disassembly.
Owen Anderson
2011-10-25
1
-1
/
+1
*
According to Mips folks, the backend is now generally reliable (they can
Bruno Cardoso Lopes
2011-10-25
1
-2
/
+2
*
Simplify tests by not piping them through llvm-dis.
Chad Rosier
2011-10-25
2
-4
/
+5
*
Teach the MachO relocation pretty-printer to interpret ARM half-relocations.
Owen Anderson
2011-10-25
1
-42
/
+104
*
This is the first of several patches for Mips direct object generation.
Bruno Cardoso Lopes
2011-10-25
3
-1
/
+56
*
Corrects previously incorrect $sp change in MipsCompilationCallback.
Bruno Cardoso Lopes
2011-10-25
1
-7
/
+7
*
Revert commit 142891. Takumi bisected the tablegen miscompiles
Duncan Sands
2011-10-25
1
-2
/
+1
*
Restore commits 142790 and 142843 - they weren't breaking the build
Duncan Sands
2011-10-25
3
-27
/
+108
*
Fix the API usage in loop probability heuristics. It was incorrectly
Chandler Carruth
2011-10-25
2
-15
/
+373
*
Speculatively revert commits 142790 and 142843 to see if it fixes
Duncan Sands
2011-10-25
3
-108
/
+27
*
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
1
-1
/
+0
*
Fix these test cases to not use .bc files. Otherwise, we run into issues with
Chad Rosier
2011-10-25
4
-2
/
+97
*
Comment out external projects so that they can be refreshed for 3.0.
Bill Wendling
2011-10-25
1
-3
/
+20
*
Remove unused forward decl.
Eric Christopher
2011-10-25
1
-1
/
+0
*
An MBB which branches to an EH landing pad shouldn't be considered for tail m...
Bill Wendling
2011-10-25
1
-1
/
+2
*
Really remove Blackfin from the configure script.
Dan Gohman
2011-10-25
1
-4
/
+1
*
ARM assembly parsing and encoding for VLD1 with writeback.
Jim Grosbach
2011-10-25
4
-17
/
+53
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
101
-5820
/
+10
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
117
-8826
/
+12
*
Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.
Jim Grosbach
2011-10-24
3
-4
/
+0
*
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
5
-21
/
+53
*
More fixes and improvements to MachO relocation pretty-printing, particular f...
Owen Anderson
2011-10-24
2
-31
/
+129
*
Don't crash on variable insertelement on ARM. PR10258.
Eli Friedman
2011-10-24
2
-0
/
+18
*
Check the visibility of the global variable before placing it into the stubs
Bill Wendling
2011-10-24
2
-2
/
+42
*
ARMConstantPoolMBB::print should print BB number.
Evan Cheng
2011-10-24
1
-0
/
+1
*
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
3
-11
/
+85
*
Add options to enable each individual level for the show-diagnostics tool.
Chad Rosier
2011-10-24
1
-4
/
+30
*
ARM refactor am6offset usage for VLD1.
Jim Grosbach
2011-10-24
5
-71
/
+181
[next]