2012-12-19 |
Alexey Samsonov | CMake: factor out a function that returns the expected... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change RegVT in BitTestBlock and RegsForValue, to conta... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::getTypeForExtArgOrReturn to... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change a parameter of TargetLowering::getVectorTypeBrea... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::RegisterTypeForVT to contain... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::TransformToType to contain MVTs... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::getRepRegClassCostFor, getIndexe... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::findRepresentativeClass to take... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Evgeniy Stepanov | [msan] Heuristically instrument unknown intrinsics. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::getTypeToPromoteTo to take and... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Benjamin Kramer | LoopVectorize: Make iteration over induction variables... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Benjamin Kramer | MapVector: Add lookup(). |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::isCondCodeLegal to take an MVT... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
NAKAMURA Takumi | X86ISelLowering.cpp: Fix warnings. [-Wlogical-op-parent... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::getCondCodeAction to take an... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Bill Wendling | Inline hasFunctionOnlyAttrs into its only use. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Bill Wendling | Inline the only use of the hasParameterOnlyAttrs method. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Bill Wendling | Inline the 'hasIncompatibleWithVarArgsAttrs' method... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Nadav Rotem | DOC: fix the url format. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Patrik Hagglund | Change TargetLowering::getTruncStoreAction to take... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Nadav Rotem | DOC: add a benchmarks that compares us to gcc and icc. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Elena Demikhovsky | Optimized load + SIGN_EXTEND patterns in the X86 backend. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Nadav Rotem | After reducing the size of an operation in the DAG... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Nadav Rotem | docs: fix typos. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Nadav Rotem | DOC: Add a webpage that describes the loop and bb vecto... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Bill Wendling | Rename the 'Attributes' class to 'Attribute'. It's... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Craig Topper | Remove more of 'else's after 'returns'. No functional... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Craig Topper | Remove a bunch of 'else's after 'returns' |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Craig Topper | Teach SimplifySetCC that comparing AssertZext i1 agains... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Reed Kotler | Add some missing Defs and Uses. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Shuxin Yang | Make sure the buffer, which containas an instance of... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Kevin Enderby | Add to the disassembler C API an option to print the... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Remove MachineInstr::setIsInsideBundle(). |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Use bidirectional bundle flags to simplify important... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Shuxin Yang | rdar://12801297 |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Nadav Rotem | Enable the loop vectorizer in clang and not in the... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Verify bundle flag consistency when setting them. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakub Staszak | Reverse order of checking SSE level when calculating... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Verify bundle flags for consistency in MachineVerifier. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Quentin Colombet | Disable ARM partial flag dependency optimization at -Oz |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Don't allow the automatically updated MI flags to be... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Tighten up the splice() API for bundled instructions. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Trick | MISched: add dependence to ExitSU to model live-out... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Trick | MISched: Cleanup, redundant statement. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Trick | MISched: Heuristics, compare latency more precisely... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Trick | MISched: Remove SchedRemainder::IsResourceLimited.... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Trick | MISched: cleanup, use the proper iterator type. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Andrew Trick | MISched: minor improvement, initialize remaining resour... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Add an assertion for a likely ilist::splice() contract... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Benjamin Kramer | LoopVectorize: Emit reductions as log2(vectorsize)... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Eli Bendersky | Get rid of the pesky -Woverloaded-virtual warning.... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Tighten the insert() API for bundled instructions. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Hal Finkel | Check multiple register classes for inline asm tied... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Nadav Rotem | Enable the loop vectorizer. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Nadav Rotem | Rename the test so that we can add additional vectors... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Nadav Rotem | SROA: Replace calls to getScalarSizeInBits to DataLayou... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
NAKAMURA Takumi | llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Rafael Espindola | Initialize NoRedZone and remove unused default values. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Eli Bendersky | Cleanup comment and formatting |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Repair bundles that were broken by removing and reinser... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Eric Christopher | Add support for passing -main-file-name all the way... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Eric Christopher | Cleanup formatting and whitespace. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Jakob Stoklund... | Extract a method, no functional change intended. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Jakob Stoklund... | Tighten up the erase/remove API for bundled instructions. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Reed Kotler | EmitDebugLabel should by default be the same as EmitLab... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Eli Bendersky | fix indentation |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chad Rosier | [arm fast-isel] Minor cleanup. No functional change... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Nick Kledzik | Fix some integer constant warnings by using a suffix |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Add a triple to this test -- it has to be an ELF platfo... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Prepare LLVM to fix PR14625, exposing a hook in MCConte... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Nick Kledzik | re-enable test cases now that traits work with g++... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Michael Ilseman | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Michael Ilseman | Removed trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chad Rosier | [arm fast-isel] Fast-isel only handles simple VTs,... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Nick Kledzik | Use different trait techniques to be compatible with g++ |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Fix another SROA crasher, PR14601. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Tim Northover | Query section for whether it should be executable. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Tim Northover | Teach MachO which sections contain code |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Evgeniy Stepanov | [msan] Fix lint warning. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Add instruction encodings / disassembly support for... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Tom Stellard | R600: enable S_*N2_* instructions |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Tom Stellard | R600: BB operand support for SI |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Tom Stellard | R600: remove nonsense setPrefLoopAlignment |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Teach the rewriting of memcpy calls to support subvecto... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Patrik Hagglund | Revert/correct some FastISel changes in r170104 (EVT... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Evgeniy Stepanov | Optimize tree walking in markAliveBlocks. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Add instruction encodings for PEEK and ENDIN. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Fix a secondary bug I introduced while fixing the first... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Fix parameter name in prototypes in XCoreDisassembler. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Hoist a convertValue call to the two paths where it... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Add instruction encodings / disassembly support for... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Hoist the insertVector helper to be a static helper. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Add instruction encodings for ZEXT and SEXT. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Lift the extractVector helper all the way out to a... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Chandler Carruth | Factor the vector load rewriting into a more generic... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Add instruction encodings / disassembly support for... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Add instruction encodings / disassembly support for... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Simplify assertion in XCoreInstPrinter. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Richard Osborne | Update comments to match recommended doxygen style. |
commit | commitdiff | tree | snapshot |
next |