2011-07-19 |
Jim Grosbach | ARM assembly parsing for MRC/MRC2/MRRC/MRRC2. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Akira Hatanaka | Use the correct opcodes: SLLV/SRLV or AND must be used... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | Move mr[r]c[2] ARM tests and tidy up a bit. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | ARM testcases for MOVT. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Akira Hatanaka | Use descriptive variable names. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | ARM assembly parsing for MOV (register). |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | Tidy up. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | Tighten conditional for 'mov' cc_out. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Devang Patel | Reapply r135457. This needs llvm-gcc change, that I... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | ARM assembly parsing for MOV (immediate). |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | Whitespace. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | Remove unused code. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Akira Hatanaka | Fix comments. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Akira Hatanaka | Remove redundant instructions. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Akira Hatanaka | Separate code that modifies control flow from code... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jim Grosbach | ARM range checking for so_imm operands in assembly... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bob Wilson | Revert "Make a provision to encode inline location... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bob Wilson | Revert "Update docs to reflect r135457." |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jay Foad | Convert ConstantFoldGetElementPtr to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jay Foad | Convert SimplifyGEPInst to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jay Foad | Convert gep_type_begin and gep_type_end to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jay Foad | Convert TargetData::getIndexedOffset to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jay Foad | Use ArrayRef in ConstantFoldInstOperands and ConstantFo... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Richard Osborne | Add intrinsics for the zext / sext instructions. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Richard Osborne | Add intrinsics for the testct, testwct instructions. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Richard Osborne | Add intrinsics for the peek and endin instructions. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Nick Lewycky | Remove bogus test: for all possible inputs of %X, the... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Akira Hatanaka | Make EmitAtomic functions return the correct MachineBas... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Akira Hatanaka | Do not insert instructions in reverse order. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Eli Friedman | Make isLoadExtLegal and isTruncStoreLegal check what... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Devang Patel | Update docs to reflect r135457. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Devang Patel | Make a provision to encode inline location in a variabl... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Devang Patel | Revert r135423. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jeffrey Yasskin | Document how to maintain a git-svn clone of the LLVM... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bill Wendling | Micro-opt: Only emit compact unwind if there is a compa... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bill Wendling | Use the CompactUnwindEncoding from the Frame, if it... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bill Wendling | Add a frame with the compact unwind encoding if it... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bill Wendling | Add a method to set compact unwind encoding information... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bill Wendling | Rename CompactEncoding to CompactUnwindEncoding. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Sean Callanan | Fixed a bug where the MC subtarget information |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bill Wendling | Add a field for the compact unwind encoding. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Bill Wendling | Move the compact encoding from the target-specific... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Owen Anderson | Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Evan Cheng | Eliminate TargetAsmInfo::getCompactUnwindEncoding.... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Evan Cheng | Move getInitialFrameState from TargetFrameInfo to MCAsm... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Owen Anderson | Mark the Darwin assembler workout as isCodeGenOnly... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jeffrey Yasskin | Add APInt(numBits, ArrayRef<uint64_t> bigVal) construct... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Eli Friedman | FileCheck-ize a couple tests. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrew Trick | Compiler warning. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Devang Patel | During bottom up fast-isel, instructions emitted to... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrew Trick | indvars: LinearFunctionTestReplace for non-canonical... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Akira Hatanaka | Do not treat atomic.load.sub differently than other... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Akira Hatanaka | Set mayLoad or mayStore flags for SC and LL in order... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Owen Anderson | Re-apply r135319 with a fix for the constant island... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jakob Stoklund... | Fix a crash when building 177.mesa for armv6. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrew Trick | indvars: Added verification that LFTR and other indvars... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrew Trick | indvars: Added isHighCostExpansion. Avoid generating... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Bruno Cardoso... | Be more smart with VCVTSS2SD. Also place the patterns... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Bruno Cardoso... | Add AVX 128-bit sqrt versions |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Akira Hatanaka | Change destination register operands of SC instructions... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jakob Stoklund... | Intern all RecTy subclass instances to avoid duplicates. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | various cleanups noticed by Frits |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | remove pasto |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Frits van Bommel | Hopefully fix some GCC-based buildbots. GCC apparently... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Frits van Bommel | Migrate LLVM and Clang to use the new makeArrayRef... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Frits van Bommel | Introduce the 'makeArrayRef(...)' family of functions... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nick Lewycky | Delete empty unused file. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jakob Stoklund... | Fix PR10387. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | document this api change. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | update for recent api changes. I have a hard time... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | update this to build with a recent IRBuilder change... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Evan Cheng | LLC doesn't need to create MCInstrInfo's. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | add iteration support to TinyPtrVector for clang's... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | fix a warning in TinyPtrVector, adopt it in SSAUpdater... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | introduce a new TinyPtrVector class. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Benjamin Kramer | Simplify & microoptimize code. No intended functionalit... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Nadav Rotem | Minor code cleanups |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Oscar Fuentes | Fix CMake build on Solaris |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Benjamin Kramer | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Jakub Staszak | Remove unused LoopRanges from RegAllocGreedy. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Jakub Staszak | Remove "LoopInfo.h" include from BranchProbabilityInfo.h. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Jakub Staszak | Add MachineBlockFrequency analysis. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Owen Anderson | Revert r135319 in an attempt to get to unbreak testers. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Eric Christopher | More minor adjustments. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Matt Beaumont-Gay | Silence unused variable warning |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Eli Friedman | Make the disassembler able to disassemble a bunch of... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Andrew Trick | indvars: fix a pass-sensitivity issue that would hit... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Andrew Trick | indvars: remove ExprToIVMap because it won't be needed... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Andrew Trick | Fix SCEVEXpander to handle arbitrary phi expansion... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Bruno Cardoso... | Add AVX 128-bit patterns for sint_to_fp |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Eric Christopher | Finish propagating %asmtmp->%1 change. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Jakob Stoklund... | He said *before* the last split point. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chris Lattner | fix rdar://9776316 - type remapping needed for inline... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chris Lattner | deconstify getType()'s. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Dan Gohman | LegalizeDAG doesn't need its own copy of this enum. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Owen Anderson | Get rid of the separate opcodes for the Darwin versions... |
commit | commitdiff | tree | snapshot |
next |