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
*
Cleanup some whitespaces.
Bill Wendling
2012-03-28
2
-136
/
+132
*
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
2
-0
/
+19
*
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
2
-4
/
+23
*
Tidy up. Whitespace.
Jim Grosbach
2012-03-28
1
-3
/
+3
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
14
-332
/
+233
*
Handle intrinsics in GlobalsModRef. Fixes pr12351.
Rafael Espindola
2012-03-28
2
-0
/
+39
*
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
4
-7
/
+22
*
Also verify after ExpandPostRAPseudos.
Jakob Stoklund Olesen
2012-03-28
1
-1
/
+1
*
Inline function into its one caller.
Bill Wendling
2012-03-28
1
-7
/
+2
*
Enable machine code verification after the late machine optimization passes.
Jakob Stoklund Olesen
2012-03-28
1
-3
/
+3
*
Skip liveness verification when MRI->tracksLiveness() is false.
Jakob Stoklund Olesen
2012-03-28
1
-105
/
+112
*
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
2012-03-28
2
-105
/
+170
*
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
2
-8
/
+0
*
Allow removeLiveIn to be called with a register that isn't live-in.
Jakob Stoklund Olesen
2012-03-28
1
-2
/
+2
*
Revert r153521 as it's causing large regressions on the nightly testers.
Chad Rosier
2012-03-28
3
-56
/
+0
*
Fixed commuteInstructions bug where if its called pre-regalloc the subreg ind...
Pete Cooper
2012-03-28
1
-6
/
+15
*
GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...
Benjamin Kramer
2012-03-28
2
-0
/
+17
*
Add another note about a missed compare with nsw arithmetic instcombine.
Benjamin Kramer
2012-03-28
1
-0
/
+7
*
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
Richard Barton
2012-03-28
2
-21
/
+21
*
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-28
3
-14
/
+24
*
More debug output.
Eric Christopher
2012-03-28
1
-1
/
+2
*
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-28
3
-8
/
+63
*
Some whitespace cleanup.
Bill Wendling
2012-03-28
1
-19
/
+14
*
Use the correct filename for the error message.
Bill Wendling
2012-03-28
1
-1
/
+1
*
Use Nakamura's suggestion of bypassing using 'filename' and just the pointers...
Bill Wendling
2012-03-28
1
-5
/
+2
*
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
1
-1
/
+1
*
Fix 80-column violation.
Chad Rosier
2012-03-28
1
-2
/
+2
*
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
[next]