index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-10-09
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Revert r165547 to fix build.
Bill Wendling
2012-10-09
Use a single location for calculating the alignments.
Bill Wendling
2012-10-09
tblgen: Rename handleDependencies -> createDependencyFile
Sean Silva
2012-10-09
tblgen: Move dependency file output to a separate function.
Sean Silva
2012-10-09
Use appropriate method calls to get the alignment value.
Bill Wendling
2012-10-09
Whitespace.
Chad Rosier
2012-10-09
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
tblgen: Remove pointless method call.
Sean Silva
2012-10-09
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...
Michael Ilseman
2012-10-09
Improvements to MIPS64 assembler:
David Chisnall
2012-10-09
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...
Alexey Samsonov
2012-10-09
Move the 'ParameterOnly' variable inside of the Attributes class and make it ...
Bill Wendling
2012-10-09
Remove the now dead VarArgsIncompatible variable.
Bill Wendling
2012-10-09
Use the enum value of the attributes when removing them from the attributes b...
Bill Wendling
2012-10-09
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Remove some dead methods.
Bill Wendling
2012-10-09
Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...
Craig Topper
2012-10-09
In parseMSRMaskOperand, add an explicit check for the operand being an identi...
Craig Topper
2012-10-09
Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...
Craig Topper
2012-10-09
Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...
Craig Topper
2012-10-09
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-09
Fix. Apply the no capture attribute to the correct parameter.
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-09
Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-08
Fix up comment to be more clear.
Eric Christopher
2012-10-08
Use the Attributes::Builder to build the attributes in the parser.
Bill Wendling
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Convert the LLVM parser over to using the new Attributes::Builder to build its
Bill Wendling
2012-10-08
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
Begin the transition to using the AttributesImpl object for the Attributes ivar.
Bill Wendling
2012-10-08
Add names for the accelerator table sections so that they can
Eric Christopher
2012-10-08
Fixup comment.
Eric Christopher
2012-10-08
Fixup comments.
Eric Christopher
2012-10-08
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-10-08
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
misched: remove forceUnitLatencies. Defaults are handled by the default Sched...
Andrew Trick
2012-10-08
misched: avoid scheduling an instruction twice.
Andrew Trick
[prev]
[next]