projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.
[oota-llvm.git]
/
utils
/
2012-05-17
Chris Lattner
enhance the intrinsic info stuff to emit encodings...
tree
|
commitdiff
2012-05-17
Chris Lattner
finish encoding all of the interesting details of intri...
tree
|
commitdiff
2012-05-17
Chris Lattner
strengthen the intrinsic descriptor stuff to be able...
tree
|
commitdiff
2012-05-17
Chris Lattner
simplify code generated by tblgen that is not necessary...
tree
|
commitdiff
2012-05-17
Francois Pichet
I forgot the #ifdef _MSC_VER guard in my last commit.
tree
|
commitdiff
2012-05-17
Francois Pichet
Fix the MSVC 2010 build: disable the optimizer for...
tree
|
commitdiff
2012-05-16
Jakob Stoklund Olesen
Use RegUnits to compute overlapping registers.
tree
|
commitdiff
2012-05-16
Chris Lattner
Significantly reduce the compiled size of Functions...
tree
|
commitdiff
2012-05-16
Chris Lattner
have tblgen emit cast<> instead of dyn_cast<> when...
tree
|
commitdiff
2012-05-15
Daniel Dunbar
llvm-build: Add support for non-installed libraries...
tree
|
commitdiff
2012-05-15
Daniel Dunbar
llvm-build: Don't emit library information for disabled...
tree
|
commitdiff
2012-05-15
Daniel Dunbar
[utils] Fix Get{RepositoryPath,SourceVersion} to have...
tree
|
commitdiff
2012-05-15
Jim Grosbach
TableGen'erate mapping physical registers to encoding...
tree
|
commitdiff
2012-05-15
Jakob Stoklund Olesen
Create a struct representing register units in TableGen.
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Consider ad hoc aliasing when building RegUnits.
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Record the ad hoc aliasing graph in CodeGenRegister.
tree
|
commitdiff
2012-05-14
Jakob Stoklund Olesen
Compute topological signatures of registers.
tree
|
commitdiff
2012-05-12
Jakob Stoklund Olesen
Speed up computeComposites() by using the new SubReg...
tree
|
commitdiff
2012-05-11
Bill Wendling
Remove extraneous ; and the resulting warning.
tree
|
commitdiff
2012-05-11
Jakob Stoklund Olesen
Defer computation of SuperRegs.
tree
|
commitdiff
2012-05-10
Jakob Stoklund Olesen
Compute secondary sub-registers.
tree
|
commitdiff
2012-05-10
Jakob Stoklund Olesen
Precompute lists of explicit sub-registers and indices.
tree
|
commitdiff
2012-05-10
Andrew Trick
Fix TableGen's RegPressureSet weight normalization...
tree
|
commitdiff
2012-05-09
Jakob Stoklund Olesen
Fix warning text.
tree
|
commitdiff
2012-05-09
Jakob Stoklund Olesen
Compute a backwards SubReg -> SubRegIndex map for each...
tree
|
commitdiff
2012-05-09
Jakob Stoklund Olesen
Rename getSubRegs() to computeSubRegs().
tree
|
commitdiff
2012-05-08
NAKAMURA Takumi
Lit: rewind WinWaitReleased() stuff in TestRunner.
tree
|
commitdiff
2012-05-07
Preston Gurd
Make IntelJITEvents and OProfileJIT as optional librari...
tree
|
commitdiff
2012-05-06
Jim Grosbach
TableGen: AsmMatcher diagnostic when missing instructio...
tree
|
commitdiff
2012-05-04
Jakob Stoklund Olesen
Order register classes by spill size first, members...
tree
|
commitdiff
2012-05-04
Jakob Stoklund Olesen
Remove TargetRegisterClass::SuperRegClasses.
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Use a shared implementation of getMatchingSuperRegClass().
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Add TargetRegisterClass::getSuperRegIndices().
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Emit SuperRegMasks as part of the existing SubClassMask...
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Compress tables for getMatchingSuperRegClass().
tree
|
commitdiff
2012-05-03
Owen Anderson
Add the half type to the LLVM IR vim syntax highlighting.
tree
|
commitdiff
2012-05-03
Jakob Stoklund Olesen
Don't override subreg functions in targets without...
tree
|
commitdiff
2012-05-02
Douglas Gregor
Move llvm-tblgen's StringMatcher into the TableGen...
tree
|
commitdiff
2012-04-25
Craig Topper
Add ifdef around getSubtargetFeatureName in tablegen...
tree
|
commitdiff
2012-04-24
Jim Grosbach
ARM: improved assembler diagnostics for missing CPU...
tree
|
commitdiff
2012-04-21
Craig Topper
Remove 'XXXRegisterClass' from tablegen output. Targets...
tree
|
commitdiff
2012-04-20
Andrew Trick
TableGen'd RegPressure: Added getPressureSetName.
tree
|
commitdiff
2012-04-20
Bill Wendling
Modify the sh-bang to run out-of-the-box for FreeBSDes.
tree
|
commitdiff
2012-04-19
Jim Grosbach
TableGen support for auto-generating assembly two-opera...
tree
|
commitdiff
2012-04-19
Michael J. Spencer
Remove llvm-ld and llvm-stub (which is only used by...
tree
|
commitdiff
2012-04-19
Jim Grosbach
Use a SmallVector instead of std::vector for ResOperands.
tree
|
commitdiff
2012-04-19
Jim Grosbach
Update some internal naming conventions to modern style.
tree
|
commitdiff
2012-04-19
Daniel Dunbar
llvm-lit: Inject the lit module path at the beginning...
tree
|
commitdiff
2012-04-19
Craig Topper
Make fast isel use &XXXRegClass instead of XXXRegisterC...
tree
|
commitdiff
2012-04-18
Jim Grosbach
Fix typo.
tree
|
commitdiff
2012-04-18
Bill Wendling
Add a flag to rebranch if we need to.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Revert "Replace some uses of std:map<std::string,....
tree
|
commitdiff
2012-04-18
Benjamin Kramer
tblgen: remove duplicated newlines.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Replace some uses of std:map<std::string,...> with...
tree
|
commitdiff
2012-04-18
Jim Grosbach
Use SmallVector for the requirements on an InstAlias.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Tidy up. Formatting.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Move a few more warnings to use PrintWarning().
tree
|
commitdiff
2012-04-18
Jim Grosbach
Tidy up. No need for a Twine here, as it's just constants.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Formatting.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Tidy up. Add a '.' at the end of the sentence.
tree
|
commitdiff
2012-04-18
Jim Grosbach
Clean up warning text. Remove extraneous prefix.
tree
|
commitdiff
2012-04-18
Jim Grosbach
TableGen use PrintWarning rather than fprintf(stderr...
tree
|
commitdiff
2012-04-18
Silviu Baranga
Fixed decoding for the ARM cdp2 instruction. The restri...
tree
|
commitdiff
2012-04-17
Jim Grosbach
Sanity check error handling for TokenAlias.
tree
|
commitdiff
2012-04-17
Manuel Klimek
Goodbye, JSONParser...
tree
|
commitdiff
2012-04-17
Bill Wendling
Download and build the compiler-rt project.
tree
|
commitdiff
2012-04-17
Bill Wendling
Don't tag libcxx and libcxxabi since we don't release...
tree
|
commitdiff
2012-04-17
Jim Grosbach
Tidy up. 80 columns.
tree
|
commitdiff
2012-04-13
Bob Wilson
Remove old code to strip out unwanted PPC slices for...
tree
|
commitdiff
2012-04-13
Craig Topper
Fix target specific intrinsic handling to adjust intrin...
tree
|
commitdiff
2012-04-11
Jim Grosbach
Remove incorrect comment.
tree
|
commitdiff
2012-04-11
Jim Grosbach
Tidy up. Remove hard tab characters.
tree
|
commitdiff
2012-04-11
Jim Grosbach
Tidy up. Whitespace.
tree
|
commitdiff
2012-04-11
Andrew Trick
TableGen's regpressure: emit per-registerclass weight...
tree
|
commitdiff
2012-04-11
Andrew Trick
TableGen'd regpressure: register unit set pruning.
tree
|
commitdiff
2012-04-11
Andrew Trick
Tablegen'd regpressure: emit the weighted pressure...
tree
|
commitdiff
2012-04-11
Andrew Trick
Table-generated register pressure fixes.
tree
|
commitdiff
2012-04-10
Andrew Trick
TableGen/reginfo potential bug: typo from previous...
tree
|
commitdiff
2012-04-10
Andrew Trick
Fix for register pressure tables.
tree
|
commitdiff
2012-04-10
Andrew Trick
Use std::includes instead of my own implementation.
tree
|
commitdiff
2012-04-10
Andrew Trick
Added register unit sets to the target description.
tree
|
commitdiff
2012-04-10
Andrew Trick
Added register unit weights to the target description.
tree
|
commitdiff
2012-04-10
Andrew Trick
Fix header comment
tree
|
commitdiff
2012-04-05
Bob Wilson
Do not include multiple -arch options in CPPFLAGS.
tree
|
commitdiff
2012-04-04
Craig Topper
Convert assert(false) followed by a return to llvm_unre...
tree
|
commitdiff
2012-04-03
Bob Wilson
Fix the install location for the Embedded makefile...
tree
|
commitdiff
2012-04-03
Bob Wilson
Remove dead code for installing libLTO when building...
tree
|
commitdiff
2012-04-03
Michael J. Spencer
Add YAML parser to Support.
tree
|
commitdiff
2012-04-03
Bob Wilson
When building llvmCore, pass the SDKROOT and -arch...
tree
|
commitdiff
2012-04-03
Bob Wilson
Remove a reference to the C backend.
tree
|
commitdiff
2012-04-03
Craig Topper
Tidy up spacing in some tablegen outputs.
tree
|
commitdiff
2012-04-03
Craig Topper
Add support for AVX enhanced comparison predicates...
tree
|
commitdiff
2012-04-03
Bill Wendling
As Eric pointed out, even a Debug build should be equal...
tree
|
commitdiff
2012-04-03
Andrew Trick
Cleanup set_union usage. The same thing but a bit clean...
tree
|
commitdiff
2012-04-03
Andrew Trick
Use std::set_union instead of nasty custom code.
tree
|
commitdiff
2012-04-02
Bill Wendling
Compare the .o files only for release builds. Add an...
tree
|
commitdiff
2012-04-02
Silviu Baranga
Second part for the 153874 one
tree
|
commitdiff
2012-04-02
Benjamin Kramer
Emit the asm writer's mnemonic table with SequenceToOff...
tree
|
commitdiff
2012-04-02
Craig Topper
Reorder fields in MatchEntry and OperandMatchEntry...
tree
|
commitdiff
2012-04-02
Craig Topper
Remove getInstructionName from MCInstPrinter implementa...
tree
|
commitdiff
next