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
*
Provide hooks to set MI flags in MachineInstrBuilder
Anton Korobeynikov
2011-03-05
1
-0
/
+10
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
10
-3
/
+205
*
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
2
-13
/
+54
*
Shorten AsmPrinterFlags filed to accomodate for future Flags field
Anton Korobeynikov
2011-03-05
1
-3
/
+3
*
Work around a coalescer bug.
Jakob Stoklund Olesen
2011-03-05
2
-4
/
+23
*
Remove unused conditional negate operations.
Bob Wilson
2011-03-05
5
-48
/
+0
*
InstCombine: We know the number of items initially added to the worklist map,...
Benjamin Kramer
2011-03-05
1
-0
/
+1
*
Lazily allocate DenseMaps.
Benjamin Kramer
2011-03-05
1
-3
/
+20
*
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-05
6
-2
/
+117
*
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
1
-4
/
+6
*
utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...
NAKAMURA Takumi
2011-03-05
1
-5
/
+10
*
Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...
NAKAMURA Takumi
2011-03-05
3
-20
/
+41
*
On Windows hosts, Python scripts in test/Scripts did not accept binary files ...
NAKAMURA Takumi
2011-03-05
1
-0
/
+1
*
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
Andrew Trick
2011-03-05
1
-1
/
+3
*
Missing "virtual" keyword. Jakob's review.
Andrew Trick
2011-03-05
1
-1
/
+1
*
Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces
Cameron Zwarich
2011-03-05
1
-7
/
+22
*
Missing comment.
Andrew Trick
2011-03-05
1
-0
/
+2
*
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
6
-30
/
+173
*
remove jeff's name (by his request)
Chris Lattner
2011-03-05
1
-3
/
+1
*
whitespace
Andrew Trick
2011-03-05
1
-51
/
+51
*
Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever
Nick Lewycky
2011-03-05
4
-1
/
+109
*
Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison into
Nick Lewycky
2011-03-05
2
-0
/
+45
*
Rework the global split cost calculation.
Jakob Stoklund Olesen
2011-03-05
1
-21
/
+30
*
test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...
NAKAMURA Takumi
2011-03-05
1
-2
/
+2
*
test commit
Jin-Gu Kang
2011-03-05
1
-0
/
+1
*
Compute the constraints for global live range splitting from an interference ...
Jakob Stoklund Olesen
2011-03-05
1
-163
/
+67
*
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-05
2
-6
/
+11
*
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
3
-9
/
+25
*
Fix the case where the number of jobs is less than the
David Greene
2011-03-04
1
-3
/
+12
*
Improve readability with some whitespace!
Eric Christopher
2011-03-04
1
-1
/
+1
*
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-03-04
1
-40
/
+52
*
Initialize variable.
Bill Wendling
2011-03-04
1
-1
/
+1
*
Go back to comparing spill weights when deciding if interference can be evicted.
Jakob Stoklund Olesen
2011-03-04
1
-9
/
+5
*
Improve div/rem node handling on mips. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-03-04
5
-34
/
+131
*
Add testcase for r127032
Bruno Cardoso Lopes
2011-03-04
1
-0
/
+13
*
Expands register/immediate pairs when the immediate is too large to fit in 16...
Bruno Cardoso Lopes
2011-03-04
3
-8
/
+122
*
When decling to reuse existing expressions that involve casts, ignore
Dan Gohman
2011-03-04
2
-1
/
+46
*
Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...
Bruno Cardoso Lopes
2011-03-04
1
-37
/
+19
*
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-04
17
-48
/
+54
*
Lowers block address. Currently asserts when relocation model is not PIC. Pat...
Bruno Cardoso Lopes
2011-03-04
6
-1
/
+66
*
raw_ostream: while it is generally desirable to do larger writes, it can lead to
Benjamin Kramer
2011-03-04
1
-3
/
+7
*
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
2
-23
/
+36
*
XFAIL for all. These tests are darwin specific anyway.
Devang Patel
2011-03-04
2
-2
/
+2
*
Revert broken srem logic from r126991.
Nick Lewycky
2011-03-04
2
-24
/
+0
*
Fix an old copy-n-paste
Bruno Cardoso Lopes
2011-03-04
1
-2
/
+2
*
Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...
Devang Patel
2011-03-04
3
-1
/
+8
*
Expands FCOS and FSIN nodes when type is f64.
Bruno Cardoso Lopes
2011-03-04
1
-0
/
+2
*
Number SlotIndexes uniformly without looking at the number of defs on each in...
Jakob Stoklund Olesen
2011-03-04
1
-24
/
+5
*
Symbolize the default instruction distance.
Jakob Stoklund Olesen
2011-03-04
2
-10
/
+13
*
raw_ostream: If writing a string that is larger than the buffer, write it dir...
Benjamin Kramer
2011-03-04
1
-9
/
+13
[next]