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
...
*
Fix PR9331. Simplified version of a patch by Jakub Staszak.
Duncan Sands
2011-03-08
2
-0
/
+54
*
lib/Support/regcomp.c: Fix cygwin warning.
NAKAMURA Takumi
2011-03-08
1
-1
/
+1
*
Use $(ECHOPATH) to make llvm-lit from llvm-lit.in.
NAKAMURA Takumi
2011-03-08
1
-4
/
+5
*
Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...
NAKAMURA Takumi
2011-03-08
2
-16
/
+36
*
Testcase for r127187.
Bill Wendling
2011-03-08
1
-0
/
+24
*
Don't show commands.
Bill Wendling
2011-03-08
1
-1
/
+0
*
Reorder comments to put them the right way around.
Nick Lewycky
2011-03-08
1
-2
/
+2
*
While sinking an instruction, do not lose llvm.dbg.value intrinsic.
Devang Patel
2011-03-08
2
-1
/
+64
*
Change the next release number to 3.0svn.
Bill Wendling
2011-03-08
3
-11
/
+11
*
A few more tests for instruction encodings.
Bill Wendling
2011-03-08
1
-0
/
+7
*
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
Eric Christopher
2011-03-08
19
-19
/
+25
*
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-08
1
-17
/
+62
*
Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.
Bob Wilson
2011-03-08
3
-1
/
+46
*
Fix comment typos.
Bob Wilson
2011-03-08
1
-2
/
+2
*
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
6
-34
/
+55
*
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-03-07
2
-2
/
+9
*
Typos.
Eric Christopher
2011-03-07
1
-2
/
+2
*
Preserve line no. info.
Devang Patel
2011-03-07
2
-2
/
+51
*
Make the UselessRegs argument optional in the LiveRangeEdit constructor.
Jakob Stoklund Olesen
2011-03-07
4
-13
/
+11
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
14
-66
/
+64
*
Add test for r127138.
Rafael Espindola
2011-03-07
1
-0
/
+16
*
Often GCC can see that NumBuckets is zero here, resulting in a warning
Duncan Sands
2011-03-07
1
-1
/
+2
*
Tidy up.
Jim Grosbach
2011-03-07
1
-1
/
+0
*
Handle the special case of registers begin redefined by early-clobber defs.
Jakob Stoklund Olesen
2011-03-07
1
-0
/
+7
*
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-07
3
-18
/
+21
*
ptx: Fix calling convention printing in AsmWriter.cpp
Justin Holewinski
2011-03-07
1
-2
/
+2
*
Clarify that the result of an srem is only guaranteed to have the same sign a...
Duncan Sands
2011-03-07
1
-3
/
+4
*
Don't keep the log files around. Just pipe to a log file instead.
Bill Wendling
2011-03-07
1
-31
/
+15
*
Fix tagging name.
Bill Wendling
2011-03-07
1
-8
/
+8
*
Try fixing mingw build.
Argyrios Kyrtzidis
2011-03-07
1
-27
/
+15
*
Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.
Eric Christopher
2011-03-07
1
-4
/
+4
*
Tweak this test. We can analyze what happens and show that we still do the
Nick Lewycky
2011-03-07
1
-2
/
+2
*
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
[prev]
[next]