projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git]
/
lib
/
CodeGen
/
MachineFunction.cpp
2015-01-13
Reid Kleckner
Add the llvm.frameallocate and llvm.recoverframeallocat...
blob
|
commitdiff
|
raw
2014-10-14
Rafael Espindola
Remove unused member variable.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Eric Christopher
Replace calls to get the subtarget and TargetFrameLower...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Eric Christopher
Use cached subtarget rather than looking it up on the
blob
|
commitdiff
|
raw
|
diff to current
2014-10-04
Benjamin Kramer
Make AAMDNodes ctor and operator bool (!!!) explicit...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-16
Hal Finkel
Make isAliased property for fixed-offset stack objects...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Eric Christopher
Have MachineRegisterInfo take and store the MachineFunc...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Eric Christopher
Have MachineFunction cache a pointer to the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-24
Hal Finkel
AA metadata refactoring (introduce AAMDNodes)
blob
|
commitdiff
|
raw
|
diff to current
2014-07-14
David Majnemer
CodeGen: Add a getSectionKind method to MachineConstant...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
blob
|
commitdiff
|
raw
|
diff to current
2014-06-25
NAKAMURA Takumi
Re-apply r211399, "Generate native unwind info on Win64...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-25
NAKAMURA Takumi
Reformat.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-22
NAKAMURA Takumi
Revert r211399, "Generate native unwind info on Win64"
blob
|
commitdiff
|
raw
|
diff to current
2014-06-20
Reid Kleckner
Generate native unwind info on Win64
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Alexey Samsonov
Convert several loops over MachineFunction basic blocks...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Chandler Carruth
[Modules] Make Support/Debug.h modular. This requires...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Nick Lewycky
Break PseudoSourceValue out of the Value hierarchy...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-10
Reid Kleckner
Move the segmented stack switch to a function attribute
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Craig Topper
Make consistent use of MCPhysReg instead of uint16_t...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-09
Chandler Carruth
Put the functionality for printing a value to a raw_ost...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Chandler Carruth
Move the LLVM IR asm writer header files into the IR...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-03
Rafael Espindola
Make the llvm mangler depend only on DataLayout.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-19
Josh Magee
[stackprotector] Use analysis from the StackProtector...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-12
Quentin Colombet
Fix an over-constrained assertion in MachineFunction...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-01
Bill Wendling
Use function attributes to indicate that we don't want...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-17
Bill Wendling
Directly access objects which may change during compila...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-12
Dan Gohman
Print ConstantPool entries initialized to Values with...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-14
Hal Finkel
Move estimateStackSize from ARM into MachineFrameInfo
blob
|
commitdiff
|
raw
|
diff to current
2013-02-08
Bob Wilson
Revert 172027 and 174336. Remove diagnostics about...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Jakob Stoklund Olesen
Remove liveout lists from MachineRegisterInfo.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-04
Manman Ren
[Stack Alignment] emit warning instead of a hard error
blob
|
commitdiff
|
raw
|
diff to current
2013-01-10
Manman Ren
Stack Alignment: throw error if we can't satisfy the...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-05
Jakob Stoklund Olesen
Don't call destructors on MachineInstr and MachineOperand.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-05
Jakob Stoklund Olesen
Use ArrayRecycler for MachineInstr operand lists.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Bill Wendling
Remove the Function::getFnAttributes method in favor...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Jakob Stoklund Olesen
Use two-arg addOperand(MF, MO) internally in MachineIns...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Bill Wendling
Rename the 'Attributes' class to 'Attribute'. It's...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Manman Ren
Stack Alignment: when creating stack objects in Machine...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Manman Ren
Stack Alignment: move functions from header file Machin...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-01
Chandler Carruth
Revert the majority of the next patch in the address...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Micah Villmow
Resubmit the changes to llvm core to update the functio...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-11
Micah Villmow
Revert 165732 for further review.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-11
Micah Villmow
Add in the first iteration of support for llvm/clang...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-09
Bill Wendling
Create enums for the different attributes.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-26
Bill Wendling
Remove the `hasFnAttr' method from Function.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-21
Bill Wendling
Make the 'get*AlignmentFromAttr' functions into member...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-20
Bill Wendling
Revert r164308 to fix buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-20
Bill Wendling
Make the 'get*AlignmentFromAttr' functions into member...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-11
Manman Ren
Release build: guard dump functions with
blob
|
commitdiff
|
raw
|
diff to current
2012-09-06
Manman Ren
Release build: guard dump functions with "ifndef NDEBUG"
blob
|
commitdiff
|
raw
|
diff to current
2012-09-06
Nadav Rotem
Add a new optimization pass: Stack Coloring, that merge...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Roman Divacky
Stop casting away const qualifier needlessly.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
David Blaikie
Tidy up a few more uses of MF.getFunction()->getName().
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
Craig Topper
Add a getName function to MachineFunction. Use it in...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-28
Bill Wendling
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-19
Chad Rosier
Tidy up.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-19
Chad Rosier
Add an ensureMaxAlignment() function to MachineFrameInf...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-31
Rafael Espindola
Teach CodeGen's version of computeMaskedBits to underst...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Jakob Stoklund Olesen
Print SSA and liveness tracking flags in MF::print().
blob
|
commitdiff
|
raw
|
diff to current
2012-03-04
Craig Topper
Use uint16_t to store registers in callee saved registe...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
Craig Topper
Move some llvm_unreachable's from r149849 out of switch...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Craig Topper
Convert assert(0) to llvm_unreachable
blob
|
commitdiff
|
raw
|
diff to current
2012-02-03
Akira Hatanaka
Add a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Chris Lattner
make sure the file's matching header is #include'd...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Chris Lattner
Rewrite CanShareConstantPoolEntry to be implemented...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-26
Chris Lattner
progress making the world safe to ConstantDataVector...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-22
Dylan Noblesmith
drop unneeded config.h includes
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Benjamin Kramer
Remove all remaining uses of Value::getNameStr().
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Benjamin Kramer
Twinify GraphWriter a little bit.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Chris Lattner
land David Blaikie's patch to de-constify Type, with...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Evan Cheng
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Eli Friedman
Make the logic for determining function alignment more...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-02
Jakob Stoklund Olesen
Use the PrintReg adaptor to correctly print live-in...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-22
Cameron Zwarich
MachineConstantPoolValues are not uniqued, so they...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-21
Devang Patel
Revert r124611 - "Keep track of incoming argument's...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-31
Devang Patel
Keep track of incoming argument's location while emitti...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Anton Korobeynikov
Rename TargetFrameInfo into TargetFrameLowering. Also...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-14
Chris Lattner
move the pic base symbol stuff up to MachineFunction
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Nicolas Geoffray
Attach a GCModuleInfo to a MachineFunction.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Jakob Stoklund Olesen
Include MachineBasicBlock numbers in viewCFG() output.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Jakob Stoklund Olesen
Teach MachineBasicBlock::print() to annotate instructio...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Dan Gohman
Make CodeGen TBAA-aware.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-21
Chris Lattner
force clients of MachineFunction::getMachineMemOperand...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-21
Chris Lattner
start pushing MachinePointerInfo out through the Machin...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Bill Wendling
It's better to have the arrays, which would trigger...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-23
Jim Grosbach
Remove too-strict assertion. We may want the vreg copy...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-07
Dan Gohman
Fix debugging strings.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-04
Evan Cheng
Infer alignments of fixed frame objects when they are...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-03
Evan Cheng
Remove isSS argument from CreateFixedObject. Fixed...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Bill Wendling
Revert r107205 and r107207.
blob
|
commitdiff
|
raw
|
diff to current
next