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
*
Write out uint64_t as i{0..32},i{33..64} instead of i{0..32},0.
Benjamin Kramer
2011-04-16
1
-3
/
+2
*
Don't use C++ comments in C code.
Nick Lewycky
2011-04-16
1
-1
/
+1
*
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-16
5
-8
/
+57
*
Correct result when a branch condition is live across a block
Stuart Hastings
2011-04-16
1
-4
/
+10
*
Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...
Evan Cheng
2011-04-16
2
-71
/
+96
*
Fix cmake build.
Rafael Espindola
2011-04-16
1
-1
/
+1
*
Move the re-stemming function up top and use it where it's currently inlined.
Nick Lewycky
2011-04-16
1
-15
/
+25
*
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-16
9
-265
/
+621
*
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-16
7
-2
/
+133
*
Thumb2 BFC was insufficiently encoded.
Johnny Chen
2011-04-15
3
-1
/
+6
*
A8.6.315 VLD3 (single 3-element structure to all lanes)
Johnny Chen
2011-04-15
2
-0
/
+17
*
Re-enable test o32_cc_vararg.ll.
Akira Hatanaka
2011-04-15
1
-3
/
+0
*
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-04-15
3
-3
/
+74
*
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
34
-270
/
+253
*
Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generate
Cameron Zwarich
2011-04-15
2
-4
/
+31
*
Fix some broken links, from Matthieu Monrocq
Douglas Gregor
2011-04-15
1
-3
/
+3
*
Fix lines that exceed 80 columns. There is no change in functionality.
Akira Hatanaka
2011-04-15
2
-4
/
+4
*
Add this test back for Darwin.
Rafael Espindola
2011-04-15
1
-0
/
+10
*
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
32
-270
/
+299
*
The AND instruction leaves the V flag unmodified, so it falls victim to the same
Cameron Zwarich
2011-04-15
2
-7
/
+28
*
Fix cmake build.
Rafael Espindola
2011-04-15
1
-0
/
+1
*
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
3
-41
/
+30
*
Add missing register forms of instructions to the ARM CMP-folding code. This
Cameron Zwarich
2011-04-15
2
-0
/
+34
*
Add pass that expands pseudo instructions into target instructions after regi...
Akira Hatanaka
2011-04-15
9
-9
/
+196
*
Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...
Evan Cheng
2011-04-15
3
-13
/
+19
*
Add encoding tests for flds/filds
Joerg Sonnenberger
2011-04-15
2
-0
/
+24
*
Implements StringRef::compare with bounds. It is behaves similarly to strncmp...
Lenny Maiorani
2011-04-15
3
-0
/
+40
*
Teach the SplitKit blitter to handle multiply defined values as well.
Jakob Stoklund Olesen
2011-04-15
2
-96
/
+223
*
Remember to set flag.
Jakob Stoklund Olesen
2011-04-15
1
-0
/
+1
*
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
9
-34
/
+92
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
193
-267
/
+266
*
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-15
9
-91
/
+33
*
Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't
Evan Cheng
2011-04-15
2
-5
/
+25
*
For t2BFI, both Inst{26} and Inst{5} "should" be 0.
Johnny Chen
2011-04-15
1
-0
/
+4
*
Add 3DNow! intrinsics.
Michael J. Spencer
2011-04-15
4
-49
/
+449
*
The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst...
Johnny Chen
2011-04-15
3
-0
/
+43
*
Follow up on r127913. Fix Thumb revsh isel. rdar://9286766
Evan Cheng
2011-04-14
2
-1
/
+65
*
Add an instcombine for constructs like a | -(b != c); a select is more
Eli Friedman
2011-04-14
2
-1
/
+27
*
Fix an infinite alternation in JumpThreading where two transforms would repea...
Owen Anderson
2011-04-14
2
-3
/
+46
*
Cleanup r129509 based on comments by Chris
Mon P Wang
2011-04-14
1
-7
/
+6
*
Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera...
Johnny Chen
2011-04-14
5
-4
/
+74
*
move PR9661 out to here.
Chris Lattner
2011-04-14
1
-0
/
+24
*
Fix another instance of the DAG combiner not using the correct type for the R...
Owen Anderson
2011-04-14
1
-3
/
+5
*
tests: Remove a FrontendC test which is no longer valid.
Daniel Dunbar
2011-04-14
1
-11
/
+0
*
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-04-14
9
-33
/
+91
*
Fix whitespace and tabs.
Michael J. Spencer
2011-04-14
2
-55
/
+55
*
Cleanup r129472 by using a utility routine as suggested by Eli.
Mon P Wang
2011-04-14
1
-51
/
+43
*
In the pre-RA scheduler, maintain cmp+br proximity.
Andrew Trick
2011-04-14
8
-25
/
+139
*
Documented bugpoint --compile-custom --compile-command.
Andrew Trick
2011-04-14
1
-2
/
+16
*
add a minor missed dag combine that is blocking mid-level optimization
Chris Lattner
2011-04-14
1
-0
/
+76
[next]