projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix typos.
[oota-llvm.git]
/
utils
/
2011-07-27
Jay Foad
Merge gtest-1.6.0.
tree
|
commitdiff
2011-07-26
Owen Anderson
Split am2offset into register addend and immediate...
tree
|
commitdiff
2011-07-26
Jim Grosbach
ARM parsing and encoding for SVC instruction.
tree
|
commitdiff
2011-07-26
Evan Cheng
Rename TargetAsmParser to MCTargetAsmParser and TargetA...
tree
|
commitdiff
2011-07-25
Jim Grosbach
ARM assembly parsing and encoding for SSAT16 instruction.
tree
|
commitdiff
2011-07-23
Benjamin Kramer
We always bounds check the bit set, there is no need...
tree
|
commitdiff
2011-07-23
Benjamin Kramer
Turn the DenseSet in MCRegisterClass into a tblgenerate...
tree
|
commitdiff
2011-07-23
Benjamin Kramer
Give TargetRegisterClass a pointer to the MCRegisterCla...
tree
|
commitdiff
2011-07-22
Jim Grosbach
ARM SSAT instruction 5-bit immediate handling.
tree
|
commitdiff
2011-07-22
Benjamin Kramer
Use the enum value for RegClassIDs.
tree
|
commitdiff
2011-07-22
Benjamin Kramer
Remove unused variables.
tree
|
commitdiff
2011-07-22
Benjamin Kramer
Teach tblgen to emit MCRegisterClasses.
tree
|
commitdiff
2011-07-21
Owen Anderson
Get rid of the extraneous GPR operand on so_reg_imm...
tree
|
commitdiff
2011-07-21
Owen Anderson
Split up the ARM so_reg ComplexPattern into so_reg_reg...
tree
|
commitdiff
2011-07-21
Chris Lattner
move tier out of an anonymous namespace, it doesn't...
tree
|
commitdiff
2011-07-20
Jim Grosbach
ARM PKH shift ammount operand printing tweaks.
tree
|
commitdiff
2011-07-19
Owen Anderson
Enhance the FixedLengthDecoder to be able to generate...
tree
|
commitdiff
2011-07-19
Jim Grosbach
ARM assembly parsing for MOV (immediate).
tree
|
commitdiff
2011-07-18
Owen Anderson
Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
tree
|
commitdiff
2011-07-18
Evan Cheng
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
tree
|
commitdiff
2011-07-18
Owen Anderson
Re-apply r135319 with a fix for the constant island...
tree
|
commitdiff
2011-07-18
Jakob Stoklund Olesen
Intern all RecTy subclass instances to avoid duplicates.
tree
|
commitdiff
2011-07-18
Frits van Bommel
Migrate LLVM and Clang to use the new makeArrayRef...
tree
|
commitdiff
2011-07-16
Owen Anderson
Revert r135319 in an attempt to get to unbreak testers.
tree
|
commitdiff
2011-07-16
Eli Friedman
Make the disassembler able to disassemble a bunch of...
tree
|
commitdiff
2011-07-15
Owen Anderson
Get rid of the separate opcodes for the Darwin versions...
tree
|
commitdiff
2011-07-15
Kevin Enderby
Have tblgen produce code that tolerates operands that...
tree
|
commitdiff
2011-07-15
NAKAMURA Takumi
Eliminate "const" from extern const to fix breakeage...
tree
|
commitdiff
2011-07-14
Benjamin Kramer
Add a new field to MCOperandInfo that contains informat...
tree
|
commitdiff
2011-07-14
Evan Cheng
Next round of MC refactoring. This patch factor MC...
tree
|
commitdiff
2011-07-14
Chris Lattner
though it isn't the case here, the key of a StringMap can
tree
|
commitdiff
2011-07-14
Benjamin Kramer
Change Intrinsic::getDeclaration and friends to take...
tree
|
commitdiff
2011-07-13
Owen Anderson
Add a target-indepedent entry to MCInstrDesc to describ...
tree
|
commitdiff
2011-07-13
David Greene
struct Init -> class Init
tree
|
commitdiff
2011-07-13
Jim Grosbach
Range checking for CDP[2] immediates.
tree
|
commitdiff
2011-07-13
Jim Grosbach
Give the ARM BKPT instruction the right operand type.
tree
|
commitdiff
2011-07-11
Eric Christopher
Revert r134921, 134917, 134908 and 134907. They're...
tree
|
commitdiff
2011-07-11
David Greene
Use get(0 Instead of Create()
tree
|
commitdiff
2011-07-11
Evan Cheng
struct Init -> class Init.
tree
|
commitdiff
2011-07-11
David Greene
Fix Build
tree
|
commitdiff
2011-07-11
David Greene
[AVX] Make Inits Foldable
tree
|
commitdiff
2011-07-11
Shantonu Sen
Resynchronize EDInfo.h and EDEmitter.cpp.
tree
|
commitdiff
2011-07-11
Evan Cheng
- Eliminate MCCodeEmitter's dependency on TargetMachine...
tree
|
commitdiff
2011-07-09
NAKAMURA Takumi
lit/LitConfig.py: Demote Win32 message "Unable to find...
tree
|
commitdiff
2011-07-08
Eli Friedman
Fix dangling pointer.
tree
|
commitdiff
2011-07-08
Evan Cheng
Fix a dangling reference. Patch by Dave Abrahams. pr10311
tree
|
commitdiff
2011-07-08
Jim Grosbach
TableGen'erated MC lowering for simple pseudo-instructions.
tree
|
commitdiff
2011-07-08
Evan Cheng
Eliminate asm parser's dependency on TargetMachine:
tree
|
commitdiff
2011-07-07
Evan Cheng
Compute feature bits at time of MCSubtargetInfo initial...
tree
|
commitdiff
2011-07-07
Jim Grosbach
Add isCodeGenOnly value to the CodeGenInstruction class.
tree
|
commitdiff
2011-07-06
Jim Grosbach
Typo.
tree
|
commitdiff
2011-07-06
Jim Grosbach
Don't require pseudo-instructions to carry encoding...
tree
|
commitdiff
2011-07-06
David Greene
Allow tagless builds and fix debug build configuration.
tree
|
commitdiff
2011-07-06
Evan Cheng
Remove the AsmWriterEmitter (unused) feature that rely...
tree
|
commitdiff
2011-07-02
Jordy Rose
Use subprocess.Popen instead of popen2 to stop a deprec...
tree
|
commitdiff
2011-07-01
Evan Cheng
Rename TargetSubtarget to TargetSubtargetInfo for consi...
tree
|
commitdiff
2011-07-01
Evan Cheng
- Added MCSubtargetInfo to capture subtarget features...
tree
|
commitdiff
2011-07-01
Evan Cheng
Hide the call to InitMCInstrInfo into tblgen generated...
tree
|
commitdiff
2011-06-30
Jim Grosbach
Pseudo-ize the Thumb tTPsoft instruction.
tree
|
commitdiff
2011-06-30
Jim Grosbach
Pseudo-ize the Thumb tPOP_RET instruction.
tree
|
commitdiff
2011-06-30
Evan Cheng
Fix the ridiculous SubtargetFeatures API where it impli...
tree
|
commitdiff
2011-06-29
Jim Grosbach
Remove redundant Thumb2 ADD/SUB SP instruction definitions.
tree
|
commitdiff
2011-06-29
Jim Grosbach
ARM RSCS* don't need explicit TableGen decoder checks.
tree
|
commitdiff
2011-06-29
Jim Grosbach
Refactor away tSpill and tRestore pseudos in ARM backend.
tree
|
commitdiff
2011-06-29
Francois Pichet
Change AsmName's type from StringRef to std::string...
tree
|
commitdiff
2011-06-29
Evan Cheng
Sink SubtargetFeature and TargetInstrItineraries (renam...
tree
|
commitdiff
2011-06-28
Evan Cheng
Move CallFrameSetupOpcode and CallFrameDestroyOpcode...
tree
|
commitdiff
2011-06-28
Evan Cheng
Hide more details in tablegen generated MCRegisterInfo...
tree
|
commitdiff
2011-06-28
Evan Cheng
Add MCInstrInfo registeration machinery.
tree
|
commitdiff
2011-06-28
Evan Cheng
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
tree
|
commitdiff
2011-06-28
Evan Cheng
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
tree
|
commitdiff
2011-06-28
Evan Cheng
Alternative name enum should go into the enum portion.
tree
|
commitdiff
2011-06-27
Jim Grosbach
ARM Assembly support for Thumb mov-immediate.
tree
|
commitdiff
2011-06-27
Evan Cheng
Remove RCBarriers from TargetInstrDesc.
tree
|
commitdiff
2011-06-27
Owen Anderson
Add support for alternative register names, useful...
tree
|
commitdiff
2011-06-27
Evan Cheng
More refactoring. MC doesn't need know about subreg...
tree
|
commitdiff
2011-06-27
Evan Cheng
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
tree
|
commitdiff
2011-06-25
Evan Cheng
Remove dead typedefs.
tree
|
commitdiff
2011-06-24
Evan Cheng
Rename TargetRegisterDesc to MCRegisterDesc
tree
|
commitdiff
2011-06-24
Bob Wilson
Revert "Shorten some ARM builtin names by removing...
tree
|
commitdiff
2011-06-24
Bob Wilson
Shorten some ARM builtin names by removing unnecessary...
tree
|
commitdiff
2011-06-24
Evan Cheng
- Add MCRegisterInfo registration machinery. Also added...
tree
|
commitdiff
2011-06-24
Benjamin Kramer
Make the generated InitXXXMCRegisterInfo function ...
tree
|
commitdiff
2011-06-24
Evan Cheng
Starting to refactor Target to separate out code that...
tree
|
commitdiff
2011-06-22
Andrew Trick
lit support for REQUIRES: asserts.
tree
|
commitdiff
2011-06-21
Francois Pichet
Unbreak the CMake build
tree
|
commitdiff
2011-06-21
Jim Grosbach
Consolidate some TableGen diagnostic helper functions.
tree
|
commitdiff
2011-06-20
Jakob Stoklund Olesen
Skip fields that don't exist in the Register class.
tree
|
commitdiff
2011-06-20
Jakob Stoklund Olesen
Add a RegisterTuples class to Target.td and TableGen.
tree
|
commitdiff
2011-06-18
Chris Lattner
fix the varargs version of StructType::get to not requi...
tree
|
commitdiff
2011-06-18
Jakob Stoklund Olesen
Use the correct comparator to avoid depending on pointe...
tree
|
commitdiff
2011-06-18
Jakob Stoklund Olesen
Store CodeGenRegisters as pointers so they won't be...
tree
|
commitdiff
2011-06-18
Jakob Stoklund Olesen
Remove MethodProtos/MethodBodies and allocation_order_b...
tree
|
commitdiff
2011-06-18
Jakob Stoklund Olesen
Provide AltOrders for specifying alternative allocation...
tree
|
commitdiff
2011-06-16
Owen Anderson
Fix formatting.
tree
|
commitdiff
2011-06-16
Jakob Stoklund Olesen
Prempt some obnoxious compiler from complaing about...
tree
|
commitdiff
2011-06-16
Jakob Stoklund Olesen
Make sure to pass an unsigned to a printf format that...
tree
|
commitdiff
2011-06-16
Andrew Trick
Add support to lit for build mode requirements. e.g.
tree
|
commitdiff
2011-06-15
Owen Anderson
Add a new MVT::untyped. This will be used in future...
tree
|
commitdiff
2011-06-15
John McCall
Update the Clang diagnostic emitter to emit IDs for...
tree
|
commitdiff
next