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 test case.
Akira Hatanaka
2012-03-28
1
-0
/
+2
*
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
4
-0
/
+22
*
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
1
-0
/
+103
*
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
7
-151
/
+188
*
Mark flag neverHasSideEffects of pattern-less instructions that do not have
Akira Hatanaka
2012-03-28
1
-0
/
+5
*
MSVC doesn't like the mixing of declarations and statements in a .c file.
Francois Pichet
2012-03-27
1
-1
/
+2
*
Add a note about a cute little fabs optimization.
Benjamin Kramer
2012-03-27
1
-0
/
+5
*
Add two missed instcombines related to compares with nsw arithmetic.
Benjamin Kramer
2012-03-27
1
-0
/
+12
*
Try to use the CWD if the path to the GCDA output is not available (e.g., the
Bill Wendling
2012-03-27
1
-0
/
+14
*
Remove trailing white space.
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values
Lang Hames
2012-03-27
1
-11
/
+16
*
Add member EmitNOAT and its setter and getter functions to class MipsFunction...
Akira Hatanaka
2012-03-27
1
-1
/
+6
*
Add a test for the previous commit. Also, remove two tests that were
Eric Christopher
2012-03-27
3
-117
/
+31
*
Use DW_AT_low_pc for a single entry point into a routine.
Eric Christopher
2012-03-27
1
-3
/
+3
*
Reapply r153423; the original commit was fine. The failing test, distray, had
Chad Rosier
2012-03-27
3
-0
/
+56
*
ARMLoadStoreOptimizer invalidates register liveness.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+4
*
Print SSA and liveness tracking flags in MF::print().
Jakob Stoklund Olesen
2012-03-27
1
-1
/
+7
*
Branch folding may invalidate liveness.
Jakob Stoklund Olesen
2012-03-27
1
-2
/
+9
*
Invalidate liveness in Thumb2ITBlockPass.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+4
*
fix what looks like a real logic bug, found by PVS-Studio (part of PR12357)
Chris Lattner
2012-03-27
1
-2
/
+2
*
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-27
3
-1
/
+28
*
llvm/docs/*.html: Fix markups.
NAKAMURA Takumi
2012-03-27
13
-22
/
+52
*
Make a seemingly tiny change to the inliner and fix the generated code
Chandler Carruth
2012-03-27
1
-1
/
+1
*
Prune some includes
Craig Topper
2012-03-27
30
-33
/
+6
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
18
-261
/
+261
*
Pass the llvm IR pointer value and offset to the constructor of
Akira Hatanaka
2012-03-27
1
-9
/
+13
*
Fix bug in LowerConstantPool.
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
2012-03-27
1
-0
/
+2
*
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
2
-67
/
+67
*
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
1
-0
/
+30
*
Post-ra LICM should take care not to hoist an instruction that would clobber a
Evan Cheng
2012-03-27
2
-4
/
+87
*
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
During MachineCopyPropagation a register may be the source operand of multiple
Lang Hames
2012-03-27
1
-17
/
+26
*
Reserve hardware registers.
Akira Hatanaka
2012-03-27
1
-0
/
+4
*
ARM has a peephole optimization which looks for a def / use pair. The def
Evan Cheng
2012-03-26
2
-0
/
+52
*
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-26
2
-0
/
+66
*
SCEV fix: Handle loop invariant loads.
Andrew Trick
2012-03-26
2
-1
/
+52
*
Add 'undef's to make SWIG happier. Patch by Baozeng Ding.
Bill Wendling
2012-03-26
1
-0
/
+3
*
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-26
10
-2
/
+65
*
Unit test for PR11950: LSR crash.
Andrew Trick
2012-03-26
1
-0
/
+49
*
Use the file in the inlined die rather than the compile unit for
Eric Christopher
2012-03-26
1
-1
/
+2
*
153465 was incorrect. In this code we wanted to check that the pointer operan...
Nadav Rotem
2012-03-26
1
-4
/
+3
*
Made RuntimeDyldMachO support vanilla i386
Sean Callanan
2012-03-26
2
-0
/
+44
*
PR12357: The pointer was used before it was checked.
Nadav Rotem
2012-03-26
1
-1
/
+3
*
LSR ivchain bug fix: corner case with ConstantExpr.
Andrew Trick
2012-03-26
1
-2
/
+3
*
comment typo
Andrew Trick
2012-03-26
1
-1
/
+1
*
eliminate an unneeded branch, part of PR12357
Chris Lattner
2012-03-26
1
-7
/
+2
*
fix a failure path to print the right thing, part of PR12357
Chris Lattner
2012-03-26
1
-1
/
+1
*
Tidy.
Eric Christopher
2012-03-26
1
-1
/
+1
*
Tidy.
Eric Christopher
2012-03-26
1
-6
/
+9
[prev]
[next]