projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-07-25
Jim Grosbach
Move some ELF directives into ELF asm parser.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Oscar Fuentes
Builds llvmc and its examples with CMake.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Oscar Fuentes
Fixes VS support for llvmc mcc16 llvmc example.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Jim Grosbach
Tidy up. 80 columns.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Rafael Espindola
Add uwtable to the langref.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Jakob Stoklund...
Add an RS_Split2 stage used for loop prevention.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Jakob Stoklund...
Rename live range stages to better reflect how they...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Frits van Bommel
Shorten some expressions by using ArrayRef::slice().
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Oscar Fuentes
CMake: generalize the system that creates custom target...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Jay Foad
Remove uses of std::vector from TypeBuilder.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Jay Foad
Use ArrayRef in the (protected) constructors of Constan...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-25
Jay Foad
Convert GetElementPtrInst to use ArrayRef.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Chris Lattner
switch Triple to take twines instead of stringrefs.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Chris Lattner
Add Twine support for characters, and switch twine...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Jakob Stoklund...
Never extend live ranges for <undef> uses.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Jakob Stoklund...
Correctly handle <undef> tied uses when rewriting after...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Frits van Bommel
Omit explicit length here, now that I've had a chance...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Roman Divacky
Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Chris Lattner
clarify that opaque is actually a struct type, PR10430
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Chris Lattner
how about that, StringRef doesn't allow any mutation...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Jakob Stoklund...
Add RAGreedy::calcCompactRegion.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Jakob Stoklund...
Fix bug in SplitEditor::splitLiveThroughBlock when...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Jakob Stoklund...
Prepare RAGreedy::growRegion for compact regions.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Jakob Stoklund...
Add a simple method for marking blocks with interferenc...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Jakob Stoklund...
Allow null interference cursors to be queried.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Benjamin Kramer
Fix a silly off by one.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Benjamin Kramer
We always bounds check the bit set, there is no need...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Benjamin Kramer
Add more constness.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
NAKAMURA Takumi
ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Benjamin Kramer
Turn the DenseSet in MCRegisterClass into a tblgenerate...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Benjamin Kramer
Give TargetRegisterClass a pointer to the MCRegisterCla...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Evan Cheng
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
NAKAMURA Takumi
CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
NAKAMURA Takumi
config.h.cmake: Reorder along config.h.in.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Andrew Trick
Move trip count discovery outside of the generic LoopUn...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Evan Cheng
createXXXMCCodeGenInfo should be static.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-23
Evan Cheng
Sink ARM mc routines into MCTargetDesc.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM SSAT instruction 5-bit immediate handling.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Dan Gohman
Move the last uses of RetainFunc etc. over to using...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Oscar Fuentes
Teach cmake configured headers about LLVM_NATIVE_TARGETMC
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
Add FIXME
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM encoding and assembly parsing tests for SMULWB...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding updates.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Benjamin Kramer
Use the enum value for RegClassIDs.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Evan Cheng
Combine all MC initialization routines into one. e...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chris Lattner
add section to ToC
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chris Lattner
write the long-overdue strings section of the data...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bill Wendling
Emit the __compact_unwind section first. If there are...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bill Wendling
Add a method to set the compact unwind info.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bill Wendling
Add a method to get the list of FrameInfos.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Fix test check!
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Fix PR10422 by adding the necessary AVX UCOMISD memory...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding tests for SMLAWB...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chris Lattner
move the section for string-like containers to follow...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding of SMLAL instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM encoding and assembly parsing of SMLAD{X} instructions.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM testcases for assembly parsing and encoding SMLA...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Add v8f32->v8i32 bitcast. Fixes PR10440
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Rafael Espindola
Turn shuffles into unpacks for VT == MVT::v2i64 and...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Dan Gohman
Fix x86's XALUO lowering to return its replacement...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Benjamin Kramer
llvm-objdump: Don't ignore errors from raw_fd_ostream.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Benjamin Kramer
llvm-objdump: Skip branches that leave the current...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Owen Anderson
Fix test failures caused by my so_reg refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding for SMC instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
Clean up a few more comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM encoding and assembly parsing tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
Thumb assembly support for SETEND instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding for SETEND instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
ARM assembly parsing and encoding tests for SEL instruc...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Benjamin Kramer
Remove unused variables.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jay Foad
Fix more MSVC warnings caused by a cases I missed when...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jay Foad
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chandler Carruth
Move TargetRegistry.cpp from lib/Support to lib/Target...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chandler Carruth
Update the CMake library dependencies. These shifts...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jay Foad
Fix an MSVC warning, caused by a case I missed when...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chandler Carruth
Move the registered target printing in version strings...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chandler Carruth
Move the logic for printing the registered targets...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Chandler Carruth
Add an extension point to the CommandLine library where...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
NAKAMURA Takumi
lib/Support/Triple.cpp: Recognize "-march=ppc32" to...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Eli Friedman
Some LangRef tweaks, per Dan's comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jakub Staszak
Allow getBlockFreq to return 0.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Benjamin Kramer
GCC complains about the angle of this line.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jakub Staszak
Revert patch which broke some IfConversion tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Benjamin Kramer
Teach tblgen to emit MCRegisterClasses.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Jakub Staszak
Fix typo in #include which revealed in the case-sensiti...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Remove the 128-bit special handling from SCALAR_TO_VECT...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
-Inspected a AVX code block added by someone in early...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Although we already support this, add testcases for...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Add a DAGCombine for transforming 128->256 casts into...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Introduce a new function to lower 256-bit vectors which...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
Bruno Cardoso...
Rename function to be more specific and be more strict...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jakub Staszak
Use MachineBranchProbabilityInfo instead of MachineLoop...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Owen Anderson
Get rid of the extraneous GPR operand on so_reg_imm...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Dan Gohman
Fix MergeInVectorType to check for vector types with...
commit
|
commitdiff
|
tree
|
snapshot
next