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
*
Add more analysis of the sign bit of an srem instruction. If the LHS is negative
Nick Lewycky
2011-03-07
3
-0
/
+44
*
Do a compiler check that we use one of the types from PointerUnion[N], instea...
Argyrios Kyrtzidis
2011-03-07
1
-32
/
+106
*
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-03-07
1
-1
/
+1
*
Don't internalize available_externally functions. We already did the right
Rafael Espindola
2011-03-06
1
-0
/
+2
*
remove another jeff link
Chris Lattner
2011-03-06
1
-1
/
+0
*
Typo.
Eric Christopher
2011-03-06
1
-1
/
+1
*
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-06
4
-28
/
+65
*
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-06
1
-0
/
+1
*
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-06
1
-2
/
+2
*
Avoid zero-sized allocations when copying a fresh DenseMap.
Benjamin Kramer
2011-03-05
1
-5
/
+11
*
Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...
Jakob Stoklund Olesen
2011-03-05
3
-41
/
+20
*
ARM assembler stuff is crazy: for .setfp positive values of offset correspond...
Anton Korobeynikov
2011-03-05
1
-3
/
+4
*
In Thumb1 mode the constant might be materialized via the load from constpool...
Anton Korobeynikov
2011-03-05
2
-5
/
+19
*
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
8
-52
/
+82
*
Add unwind information emission for thumb stuff
Anton Korobeynikov
2011-03-05
1
-3
/
+29
*
Handle MI flags inside Thumb2SizeReduction pass.
Anton Korobeynikov
2011-03-05
1
-0
/
+9
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
18
-50
/
+215
*
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
[next]