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
...
*
The saved registers weren't being processed in the correct order. This lead to
Bill Wendling
2011-12-14
1
-11
/
+14
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
11
-83
/
+264
*
Consider CPE alignment in CreateNewWater().
Jakob Stoklund Olesen
2011-12-14
1
-104
/
+117
*
ARM NEON better assembly operand range checking for lane indices of VLD/VST.
Jim Grosbach
2011-12-14
2
-33
/
+93
*
ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.
Jim Grosbach
2011-12-14
4
-200
/
+439
*
Do not sink instruction, if it is not profitable.
Devang Patel
2011-12-14
2
-13
/
+124
*
Add a blurb about MachineInstr bundling support.
Evan Cheng
2011-12-14
1
-1
/
+4
*
Reapply r146481 with a fix to create the Builder value in the correct place and
Bill Wendling
2011-12-14
1
-6
/
+35
*
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
2
-8
/
+5
*
LSR: Fold redundant bitcasts on-the-fly.
Andrew Trick
2011-12-14
2
-7
/
+12
*
ARM NEON fix alignment encoding for VST2 w/ writeback.
Jim Grosbach
2011-12-14
2
-4
/
+16
*
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-14
3
-0
/
+59
*
Nuke old code. Missed in last commit.
Jim Grosbach
2011-12-14
1
-14
/
+0
*
Add high level description of MachineInstr bundles.
Evan Cheng
2011-12-14
1
-0
/
+83
*
ARM NEON refactor VST2 w/ writeback instructions.
Jim Grosbach
2011-12-14
4
-54
/
+130
*
ARM NEON improve factoring a bit. No functional change.
Jim Grosbach
2011-12-14
1
-18
/
+12
*
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
4
-19
/
+49
*
ARM NEON VST2 assembly parsing and encoding.
Jim Grosbach
2011-12-14
7
-90
/
+66
*
Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...
Stepan Dyatkovskiy
2011-12-14
4
-11
/
+395
*
It turns out that clang does use pointer-to-function types to
Dan Gohman
2011-12-14
3
-3
/
+40
*
Fix speling and 80-col.
Jakob Stoklund Olesen
2011-12-14
1
-4
/
+3
*
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
6
-6
/
+54
*
Fix copy/pasto that skipped the 'modify' step.
Jim Grosbach
2011-12-14
1
-4
/
+4
*
ARM/Thumb2 mov vs. mvn alias goes both ways.
Jim Grosbach
2011-12-14
2
-0
/
+4
*
VFP2 is required for FP loads. Noticed by inspection.
Chad Rosier
2011-12-14
1
-0
/
+2
*
Tidy up.
Chad Rosier
2011-12-14
1
-1
/
+2
*
ARM/Thumb2 'cmp rn, #imm' alias to cmn.
Jim Grosbach
2011-12-14
4
-2
/
+15
*
Fix 80-column violation and extraneous brackets.
Chad Rosier
2011-12-14
1
-8
/
+9
*
Vectors are not aggregate types (see isAggregateType).
Duncan Sands
2011-12-14
1
-3
/
+3
*
llvm/lib/CodeGen: Fix cmake build since r146542.
NAKAMURA Takumi
2011-12-14
1
-0
/
+1
*
Fix a stupid typo in MemDepPrinter.
Eli Friedman
2011-12-14
1
-1
/
+1
*
Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.
Eli Friedman
2011-12-14
1
-0
/
+5
*
Allow target to specify register output dependency. Still default to one.
Evan Cheng
2011-12-14
2
-1
/
+17
*
Revert r146481 to review possible miscompilations.
Bill Wendling
2011-12-14
1
-33
/
+6
*
Disable to review some failures.
Bill Wendling
2011-12-14
1
-1
/
+2
*
ARM assembler support for the target-specific .req directive.
Jim Grosbach
2011-12-14
2
-1
/
+78
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
28
-169
/
+653
*
Add newline at EOF.
Chad Rosier
2011-12-14
1
-1
/
+1
*
DW_AT_virtuality is also defined to be constant, not flag.
Nick Lewycky
2011-12-14
1
-2
/
+2
*
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-14
3
-61
/
+2
*
[asan] remove .preinit_array from the compiler module (it breaks .so builds)....
Kostya Serebryany
2011-12-14
1
-16
/
+0
*
llvm-nm: refactor in order to support reading files from stdin.
Michael J. Spencer
2011-12-13
1
-31
/
+40
*
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
4
-19
/
+172
*
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
5
-18
/
+27
*
Cleanup whitespace.
Michael J. Spencer
2011-12-13
2
-4
/
+4
*
Thumb2 assembler aliases for "mov(shifted register)"
Jim Grosbach
2011-12-13
3
-1
/
+57
*
ARM LDM/STM system instruction variants.
Jim Grosbach
2011-12-13
3
-11
/
+45
*
Thumb2 pre/post indexed stores can be from any non-PC GPR.
Jim Grosbach
2011-12-13
1
-3
/
+3
*
Test for 146516
Jim Grosbach
2011-12-13
1
-0
/
+4
*
Thumb2 tweak for ccout handling in RSB parsing.
Jim Grosbach
2011-12-13
1
-1
/
+4
[prev]
[next]