projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove redundant 'llvm::' qualifications
[oota-llvm.git]
/
include
/
llvm
/
2013-01-13
Dmitri Gribenko
Remove redundant 'llvm::' qualifications
tree
|
commitdiff
2013-01-12
Jakob Stoklund Olesen
Precompute some information about register costs.
tree
|
commitdiff
2013-01-11
Benjamin Kramer
Split TargetLowering into a CodeGen and a SelectionDAG...
tree
|
commitdiff
2013-01-11
Andrew Trick
Added -view-callgraph module pass.
tree
|
commitdiff
2013-01-11
Michael Ilseman
Support for half intrinsics. Pushes MMX into slower...
tree
|
commitdiff
2013-01-11
Dmitri Gribenko
Add a new portability macro LLVM_FUNCTION_NAME, that...
tree
|
commitdiff
2013-01-11
Jakub Staszak
LoopPass.h doesn't require Function.h. Remove unneeded...
tree
|
commitdiff
2013-01-10
Jakub Staszak
Remove trailing spaces.
tree
|
commitdiff
2013-01-10
Jakub Staszak
Remove unneeded includes from FunctionLoweringInfo.h.
tree
|
commitdiff
2013-01-10
Chad Rosier
[ms-inline asm] Add support for calling functions from...
tree
|
commitdiff
2013-01-10
Jakub Staszak
Remove unneeded #includes.
tree
|
commitdiff
2013-01-10
Jakub Staszak
Fix indent and remove unneeded #includes in MDBuilder.h.
tree
|
commitdiff
2013-01-10
Jakub Staszak
Rename LinkAllVMCore.h to LinkAllIR.h since VMCore...
tree
|
commitdiff
2013-01-10
Jordan Rose
Add basic fix-its to SMDiagnostic.
tree
|
commitdiff
2013-01-10
Jordan Rose
TableGen: Keep track of superclass reference ranges.
tree
|
commitdiff
2013-01-10
Jordan Rose
TableGen: record anonymous instantiations of classes.
tree
|
commitdiff
2013-01-10
Jakob Stoklund Olesen
Allow hasProperty() to be called on bundle-internal...
tree
|
commitdiff
2013-01-10
NAKAMURA Takumi
Signal.h: Add <cstdio> for FILE*, since r171989.
tree
|
commitdiff
2013-01-10
Douglas Gregor
Fix a race condition in the lock-file manager: once...
tree
|
commitdiff
2013-01-10
Jakob Stoklund Olesen
Support headerless bundles in MachineInstr::hasProperty().
tree
|
commitdiff
2013-01-10
Manman Ren
Stack Alignment: throw error if we can't satisfy the...
tree
|
commitdiff
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
tree
|
commitdiff
2013-01-09
Bill Wendling
Revert s/Raw/getBitMask/g name change. This is possibly...
tree
|
commitdiff
2013-01-09
Nadav Rotem
ARM Cost model: Use the size of vector registers and...
tree
|
commitdiff
2013-01-09
Argyrios Kyrtzidis
Move the internal PrintStackTrace function that is...
tree
|
commitdiff
2013-01-09
Jakob Stoklund Olesen
Don't require BUNDLE headers in MachineInstr::getBundle...
tree
|
commitdiff
2013-01-09
Adhemerval Zanella
PowerPC: EH adjustments
tree
|
commitdiff
2013-01-09
Shankar Easwaran
add hexagon flags in ELF.h
tree
|
commitdiff
2013-01-09
David Tweed
For some LLVM-as-library uses it is convenient to create a
tree
|
commitdiff
2013-01-09
Tim Northover
Refactor to expose RTLIB calls to targets.
tree
|
commitdiff
2013-01-09
Manuel Klimek
Incrase the number of parameters for AlignedCharArrayUnion.
tree
|
commitdiff
2013-01-09
Eric Christopher
Last in the series of removing unnecessary '0' argument...
tree
|
commitdiff
2013-01-09
Andrew Trick
MIsched: add an ILP window property to machine model.
tree
|
commitdiff
2013-01-09
NAKAMURA Takumi
[Object, DebugInfo] Make DWARFContext BE-aware.
tree
|
commitdiff
2013-01-09
Eric Christopher
These functions have default arguments of 0 for the...
tree
|
commitdiff
2013-01-09
Nadav Rotem
Cost Model: Move the 'max unroll factor' variable to...
tree
|
commitdiff
2013-01-09
Jakob Stoklund Olesen
Add a getBundleEnd() function to go with the existing...
tree
|
commitdiff
2013-01-09
Bill Wendling
Add the integer value of the ConstantInt instead of...
tree
|
commitdiff
2013-01-09
Shuxin Yang
Consider expression "0.0 - X" as the negation of X if
tree
|
commitdiff
2013-01-08
Eli Bendersky
Simplify the code a bit: MCRelaxableFragment doesn...
tree
|
commitdiff
2013-01-08
Nick Kledzik
Fix memory leak in YAML I/O.
tree
|
commitdiff
2013-01-08
Tim Northover
Add fp128 rtlib function names to LLVM
tree
|
commitdiff
2013-01-08
Tim Northover
Allow ELF64 relocation type to be more than 8 bits.
tree
|
commitdiff
2013-01-08
Chandler Carruth
Sink a function that refers to the SelectionDAG into...
tree
|
commitdiff
2013-01-08
Eric Christopher
Remove the llvm-local DW_TAG_vector_type tag and add...
tree
|
commitdiff
2013-01-08
Eli Bendersky
Renamed MCInstFragment to MCRelaxableFragment and added...
tree
|
commitdiff
2013-01-08
Eric Christopher
Remove what appears to be a dead llvm-specific debug...
tree
|
commitdiff
2013-01-07
Jakob Stoklund Olesen
Pack MachineOperand bitfields better.
tree
|
commitdiff
2013-01-07
Jakob Stoklund Olesen
Pack MachineInstr fields better.
tree
|
commitdiff
2013-01-07
Eli Bendersky
Add the align_to_end option to .bundle_lock in the...
tree
|
commitdiff
2013-01-07
Jordan Rose
Change SMRange to be half-open (exclusive end) instead...
tree
|
commitdiff
2013-01-07
Shuxin Yang
Implement APFloat::isDenormal()
tree
|
commitdiff
2013-01-07
Quentin Colombet
When code size is the priority (Oz, MinSize attribute...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move TypeFinder.h into the IR tree, it clearly belongs...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move CallGraphSCCPass.h into the Analysis tree; that...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Remove the long defunct 'DefaultPasses' header. We...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Sink AddrMode back into TargetLowering, removing one...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Switch the SCEV expander and LoopStrengthReduce to use
tree
|
commitdiff
2013-01-07
NAKAMURA Takumi
CallingConvLower.h: Use bitfields like unsigned:1 inste...
tree
|
commitdiff
2013-01-07
Bill Wendling
Rough out a new c'tor for the AttrBuilder class.
tree
|
commitdiff
2013-01-07
David Blaikie
PR14759: Debug info support for C++ member pointers.
tree
|
commitdiff
2013-01-07
Chandler Carruth
Make SimplifyCFG simply depend upon TargetTransformInfo...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Fix the enumerator names for ShuffleKind to match tho...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Make the popcnt support enums and methods have more...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move TargetTransformInfo to live under the Analysis...
tree
|
commitdiff
2013-01-07
Sean Silva
Simplify TableGen type-compatibility checks.
tree
|
commitdiff
2013-01-07
Chandler Carruth
Switch TargetTransformInfo from an immutable analysis...
tree
|
commitdiff
2013-01-06
Michael J. Spencer
[Object][ELF] Fix incorrect size of members for the...
tree
|
commitdiff
2013-01-06
Michael J. Spencer
[Object][ELF] Add program header iterator.
tree
|
commitdiff
2013-01-06
Michael J. Spencer
[Object][ELF] Refactor ELFRelocationIterator into ELFEn...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Funnel the actual TargetTransformInfo pass from the...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Convert the TargetTransformInfo from an immutable pass...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Replicate the APIs of ScalarTargetTransformInfo and
tree
|
commitdiff
2013-01-05
Chandler Carruth
Switch the empty and tombstone key enumerators to not...
tree
|
commitdiff
2013-01-05
Chandler Carruth
While the struct being defined in the AddressingMode...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Remove unnecessary include.
tree
|
commitdiff
2013-01-05
NAKAMURA Takumi
IR/Attributes: Provide EmptyKey and TombstoneKey in...
tree
|
commitdiff
2013-01-05
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2013-01-05
NAKAMURA Takumi
DenseMap: Appease -fstrict-aliasing on g++-4.4.
tree
|
commitdiff
2013-01-05
Jakob Stoklund Olesen
Don't call destructors on MachineInstr and MachineOperand.
tree
|
commitdiff
2013-01-05
Jakob Stoklund Olesen
Use ArrayRecycler for MachineInstr operand lists.
tree
|
commitdiff
2013-01-05
Jakob Stoklund Olesen
Add MachineRegisterInfo::moveOperands().
tree
|
commitdiff
2013-01-05
Chandler Carruth
Refactor the ScalarTargetTransformInfo API for querying...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Sink the AddressingModeMatcher helper class into an...
tree
|
commitdiff
2013-01-05
Bill Wendling
Add a method to create an AttributeSet from an AttrBuilder.
tree
|
commitdiff
2013-01-05
Jakob Stoklund Olesen
Add an ArrayRecycler class.
tree
|
commitdiff
2013-01-05
Eric Christopher
Make this an integer so we have enumeral types in the...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Provide a default constructor for TimeValue. This was...
tree
|
commitdiff
2013-01-05
Alex Rosenberg
Fix warnings from llvm-gcc as seen on darwin10 (10.6).
tree
|
commitdiff
2013-01-04
Bill Wendling
Get rid of the 'Bits' mask in the attribute builder.
tree
|
commitdiff
2013-01-04
Chandler Carruth
Add time getters to the process interface for requestin...
tree
|
commitdiff
2013-01-04
Jakob Stoklund Olesen
Special case Recycler::clear(BumpPtrAllocator).
tree
|
commitdiff
2013-01-04
Jakob Stoklund Olesen
Add an iplist::clearAndLeakNodesUnsafely() function.
tree
|
commitdiff
2013-01-04
Bill Wendling
General cleanups.
tree
|
commitdiff
2013-01-04
Michael J. Spencer
[Object][ELF] Add a maximum alignment. This is used...
tree
|
commitdiff
2013-01-04
Nick Kledzik
Fix how YAML I/O detects flow sequences.
tree
|
commitdiff
2013-01-04
Adhemerval Zanella
PowerPC: Fix eh_frame relocation for PIC
tree
|
commitdiff
2013-01-04
Eric Christopher
Add section information for the DWARF5 split debug...
tree
|
commitdiff
2013-01-04
Eric Christopher
Make comment a bit more clear.
tree
|
commitdiff
2013-01-04
Nadav Rotem
LoopVectorizer:
tree
|
commitdiff
next