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-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
2011-07-21
Jim Grosbach
ARM Asm parser range checking for [0,31] immediates.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM parsing and encoding tests for SBC instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Benjamin Kramer
Initialize DenseSets lazily.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM testcases for SADD/SASX parsing and encoding.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jakub Staszak
Add missing getAnalysisUsage in MachineBlockFrequency.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM assembly parsing support for RSC instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM assembly parsing support for RSB instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM parsing and encoding tests for RBIT, REV, REV16...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM parsing and encodings tests for saturating arithmet...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Nicolas Geoffray
Update generated CPP code with the new API on CallInst...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM assembly parsing POP/PUSH mnemonics.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Oscar Fuentes
Fix CMake build
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
Add tests for ARM PKH assembly parsing.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Owen Anderson
Split up the ARM so_reg ComplexPattern into so_reg_reg...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Andrew Trick
Cleanup: make std::pair usage slightly less indeciphera...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Benjamin Kramer
Sink parts of TargetRegisterClass into MCRegisterClass.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jim Grosbach
ARM assembly parsing and encoding for PKHBT and PKHTB...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Added the infrastructute necessary for MIPS JIT support...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jay Foad
Make better use of ConstantExpr::getGetElementPtr's...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jay Foad
Sort case-insensitively.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jay Foad
Convert ConstantExpr::getGetElementPtr and
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jay Foad
Update llvm-gcc-4.2 and dragonegg after converting...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Jay Foad
Convert ConstantFolder APIs to use ArrayRef.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Chris Lattner
move tier out of an anonymous namespace, it doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
- Register v16i16 as valid VR256 register class
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Add support for 256-bit versions of VPERMIL instruction...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Improve splat promotion to handle AVX types: v32i8...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Add aditional patterns for vextractf128 instruction
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Add aditional patterns for vinsertf128 instruction
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Add v16i16 type to VR256 class
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Move code around. No functionality changes
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bruno Cardoso...
Tidy up code
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Andrew Trick
LSR, correct fix for rdar://9786536. Silly casting...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Andrew Trick
LSR must sometimes sign-extend before generating double...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Bill Wendling
Mark instructions which are part of the frame setup...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-21
Andrew Trick
LSR crashes on an empty IVUsers list.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Evan Cheng
X86 is the only target that uses coff format. This...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
NAKAMURA Takumi
docs/GettingStarted.html: Tweak style.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Evan Cheng
Sink ARMMCExpr and ARMAddressingModes into MC layer...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Bill Wendling
Remove unused function.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Bill Wendling
Remove the now defunct getCompactUnwindEncoding method...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Devang Patel
Refactor.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
NAKAMURA Takumi
docs/GettingStarted.html: Fix a typo and tweak a comman...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Devang Patel
There are two ways to map a variable to its lexical...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Eli Friedman
Clean up includes of llvm/Analysis/ConstantFolding...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Devang Patel
While emitting constant value, look through derived...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Jim Grosbach
ARM PKH shift ammount operand printing tweaks.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Eli Friedman
Bring LICM into compliance with the new "Memory Model...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Eli Friedman
Commit LangRef changes for LLVM concurrency model....
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Francois Pichet
Unbreak the MSVC build. Since the "next" function alrea...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Jim Grosbach
Tidy up a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Jim Grosbach
ARM: Tidy up representation of PKH instruction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Benjamin Kramer
Fix cmake again :)
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Evan Cheng
Goodbye TargetAsmInfo. This eliminate last bit of CodeG...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Benjamin Kramer
Fix cmake.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Benjamin Kramer
Sketch out an CFG reconstruction mode for llvm-objdump.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Eli Friedman
Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly...
commit
|
commitdiff
|
tree
|
snapshot
next