projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-03-28
Danil Malyshev
Move getPointerToNamedFunction() from JIT/MCJIT to...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Rafael Espindola
Handle intrinsics in GlobalsModRef. Fixes pr12351.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Jakob Stoklund...
Spill DPair registers, not just QPR.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Jakob Stoklund...
Also verify after ExpandPostRAPseudos.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Bill Wendling
Inline function into its one caller.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Jakob Stoklund...
Enable machine code verification after the late machine...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Jakob Stoklund...
Skip liveness verification when MRI->tracksLiveness...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Bill Wendling
Reformat the LTOModule code to be more inline with...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Jakob Stoklund...
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Jakob Stoklund...
Allow removeLiveIn to be called with a register that...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Chad Rosier
Revert r153521 as it's causing large regressions on...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Pete Cooper
Fixed commuteInstructions bug where if its called pre...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Benjamin Kramer
GlobalOpt: If we have an inbounds GEP from a ConstantAg...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Benjamin Kramer
Add another note about a missed compare with nsw arithm...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Richard Barton
Fixup VST1.32 with writeback instruction. Also re-facto...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Chandler Carruth
Switch to WeakVHs in the value mapper, and aggressively...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Eric Christopher
More debug output.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Eric Christopher
Fix the output of the DW_TAG_friend tag to include...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Bill Wendling
Some whitespace cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Bill Wendling
Use the correct filename for the error message.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Bill Wendling
Use Nakamura's suggestion of bypassing using 'filename...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Akira Hatanaka
Turn off post-RA scheduler by default.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Chad Rosier
Fix 80-column violation.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Akira Hatanaka
Fix test case.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Akira Hatanaka
Turn on post register allocation scheduler.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Akira Hatanaka
Sort relocation entries before they are written out...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Akira Hatanaka
Emit all directives except for ".cprestore" during...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Akira Hatanaka
Mark flag neverHasSideEffects of pattern-less instructi...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Francois Pichet
MSVC doesn't like the mixing of declarations and statem...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Benjamin Kramer
Add a note about a cute little fabs optimization.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Benjamin Kramer
Add two missed instcombines related to compares with...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Bill Wendling
Try to use the CWD if the path to the GCDA output is...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Remove trailing white space.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Lang Hames
Use a SmallVector and linear lookup instead of a DenseS...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Add member EmitNOAT and its setter and getter functions...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Eric Christopher
Add a test for the previous commit. Also, remove two...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Eric Christopher
Use DW_AT_low_pc for a single entry point into a routine.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Chad Rosier
Reapply r153423; the original commit was fine. The...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Jakob Stoklund...
ARMLoadStoreOptimizer invalidates register liveness.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Jakob Stoklund...
Print SSA and liveness tracking flags in MF::print().
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Jakob Stoklund...
Branch folding may invalidate liveness.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Jakob Stoklund...
Invalidate liveness in Thumb2ITBlockPass.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Chris Lattner
fix what looks like a real logic bug, found by PVS...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Jakob Stoklund...
Add an MRI::tracksLiveness() flag.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
NAKAMURA Takumi
llvm/docs/*.html: Fix markups.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Chandler Carruth
Make a seemingly tiny change to the inliner and fix...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Craig Topper
Prune some includes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Craig Topper
Remove unnecessary llvm:: qualifications
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Pass the llvm IR pointer value and offset to the constr...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Fix bug in LowerConstantPool.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Add T9 to the list of live-in registers of the entry...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Retrieve and add the offset of a symbol in applyFixup...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Define function MipsGetSymAndOffset which returns a...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Evan Cheng
Post-ra LICM should take care not to hoist an instructi...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Rewrite computation of Value in adjustFixupValue so...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Lang Hames
During MachineCopyPropagation a register may be the...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Akira Hatanaka
Reserve hardware registers.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Evan Cheng
ARM has a peephole optimization which looks for a def...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Lang Hames
Add a debug option to dump PBQP graphs during register...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Andrew Trick
SCEV fix: Handle loop invariant loads.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Bill Wendling
Add 'undef's to make SWIG happier. Patch by Baozeng...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Eric Christopher
Add InitializeNativeTargetDisassembler function.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Andrew Trick
Unit test for PR11950: LSR crash.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Eric Christopher
Use the file in the inlined die rather than the compile...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Nadav Rotem
153465 was incorrect. In this code we wanted to check...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Sean Callanan
Made RuntimeDyldMachO support vanilla i386
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Nadav Rotem
PR12357: The pointer was used before it was checked.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Andrew Trick
LSR ivchain bug fix: corner case with ConstantExpr.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Andrew Trick
comment typo
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Chris Lattner
eliminate an unneeded branch, part of PR12357
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Chris Lattner
fix a failure path to print the right thing, part of...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Eric Christopher
Tidy.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Eric Christopher
Tidy.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Chad Rosier
Revert r153423 as this is causing failures on our inter...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Andrew Trick
LSR cleanup: potential bug caught by PVS-Studio.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Daniel Dunbar
docs/lit: Add some notes on the lit test run output...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Kostya Serebryany
[tsan] treat vtable pointer updates in a special way...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Benjamin Kramer
No need to do an expensive stable sort for a bunch...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Douglas Gregor
Add missing include of <new>
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Anton Korobeynikov
Fix GetMainExecutable on kFreeBSD.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Benjamin Kramer
Remove stale CBackend tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Benjamin Kramer
TableGen: Don't emit the llvm intrinsic -> gcc builtin...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Craig Topper
Prune some includes and forward declarations.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Eric Christopher
Add a debug statement.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Eric Christopher
Add some fixes to the configure script for isInf and add
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Eric Christopher
Update documentation for old api changes.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Rafael Espindola
Use the new range metadata in computeMaskedBits and...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Craig Topper
Prune includes and replace uses of ARMRegisterInfo...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Craig Topper
Replace uses of ARMBaseInstrInfo and ARMTargetMachine...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Chandler Carruth
Teach instsimplify how to simplify comparisons of point...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Chandler Carruth
Switch the pointer-difference simplification logic...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Craig Topper
Prune some includes and forward declarations.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Craig Topper
Prune some includes and forward declarations.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Eli Bendersky
This file is no longer needed (DejaGNU-isms removed...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Rafael Espindola
s/restrict/describe/
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Chandler Carruth
Teach the function cloner (and thus the inliner) to...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Eli Bendersky
Fix lit failure on cmake-clang-x64_64-linux bot, appare...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Eli Bendersky
Continue cleanup of LIT, getting rid of the remaining...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Chandler Carruth
Move the instruction simplification of callsite argumen...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Chandler Carruth
Add an asserting ValueHandle to the block simplificatio...
commit
|
commitdiff
|
tree
|
snapshot
next