2012-03-02 |
Benjamin Kramer | LVI: Recognize the form instcombine canonicalizes range... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Benjamin Kramer | Hashing: microoptimize a truncate on 64 bit away. This... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Jia Liu | delete dead code, patch by Michael Spencer. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Jia Liu | add llvm.gcroot into GarbageCollection.html, patch... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | Make the hashing algorithm Endian neutral. This is... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | Simplify the pair optimization. Rather than using compl... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Evgeniy Stepanov | ASan: use getTypeAllocSize instead of getTypeStoreSize. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | Add a golden data test that I missed somehow the first... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | Fix bad indenting that was left over from cut/paste... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | Add a header that was technically missing to see if... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | We really want to hash pairs of directly-hashable data... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | Add support for hashing pairs by delegating to each... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chad Rosier | Prevent obscure and incorrect tail-call optimization. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Eric Christopher | Grammar-o in function name. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Eric Christopher | Grammar. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Eric Christopher | If the linkage name doesn't exist we're supposed to... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Dan Gohman | Fix an iterator invalidation problem. operator[] on... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Dan Gohman | Misc micro-optimizations. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Chandler Carruth | Remove the misguided extension here that reserved two... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Eric Christopher | Revert "Reorder the sections being output to reduce... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Evan Cheng | Neuter the optimization I implemented with r107852... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chandler Carruth | Re-disable the debug output. The comment is there expla... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chandler Carruth | Switch FoldingSet over to the new hashing infrastructur... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chandler Carruth | Provide the 32-bit variant of the golden tests. Not... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jakob Stoklund... | Handle regmasks in Thumb1RegisterInfo::saveScavengerReg... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Eric Christopher | Reorder the sections being output to reduce the number... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jim Grosbach | ARM use the right opcode for FP<->Integer move in fast... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Michael J.... | Minimal changes for LLVM to compile under VS11. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Akira Hatanaka | Changes for migrating to using register mask operands. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
David Meyer | [Object] |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Kevin Enderby | Change ARMInstPrinter::printPredicateOperand() so it... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Akira Hatanaka | Fix bugs which were introduced when support for base... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Benjamin Kramer | BumpPtrAllocator: Make sure threshold cannot be initial... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chandler Carruth | Fix two warnings in this code that I missed. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Argyrios Kyrtzidis | If BumpPtrAllocator is requested to allocate a size... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Preston Gurd | Trivial change to make the test use Use –mcpu=generic, |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Argyrios Kyrtzidis | Move include/llvm/ADT/SaveAndRestore.h -> include/llvm... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chandler Carruth | Add the source file with trivial definitions in it... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chandler Carruth | Rewrite LLVM's generalized support library for hashing... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Benjamin Kramer | Move getSubRegIndex out of generated code into MCRegist... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chad Rosier | Revert r151816 as Jim has the appropriate fix. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Chad Rosier | Fix testcases from r151807. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jim Grosbach | Move TargetRegisterInfo::getSubReg() to MCRegisterInfo. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jim Grosbach | Revert "Emit the SubRegTable with the smallest possible... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jim Grosbach | Add missing triple for tests. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jia Liu | rplace Alpha with ARM in docs/WritingAnLLVMBackend... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
James Molloy | Fix a codegen fault in which log2 or exp2 could be... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Benjamin Kramer | Make TargetRegisterClasses non-virtual by making the... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
NAKAMURA Takumi | llvm/test/CMakeLists.txt: Update dependencies to add... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Benjamin Kramer | Emit the "is an intrinsic overloaded" table as a bitfield. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Akira Hatanaka | Pass endian information to constructors. Define separat... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jakob Stoklund... | Make InlineSpiller bundle-aware. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
David Meyer | [Object] |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jakob Stoklund... | Move getBundleStart() into MachineInstrBundle.h. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Benjamin Kramer | Emit the intrinsic modref info as a lookup table instea... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Lang Hames | Don't redundantly copy implicit operands when remateria... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Richard Trieu | Fix flags for test in MC/MachO/ARM/empty-function-nop.ll |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Sean Callanan | Fixed the 32-bit runtime dynamic loader to allocate |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Benjamin Kramer | Implement getSubRegIndex as a linear search on the... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Kevin Enderby | Added annotations for x86 pc relative loads to llvm... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jim Grosbach | Tidy up. 80 columns. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Benjamin Kramer | Emit the SubRegTable with the smallest possible integer... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jim Grosbach | Tidy up. Spelling. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jim Grosbach | Move the subregister indicies enum into the REGINFO_ENU... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | BitstreamWriter: Use SmallVector::append instead of... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jim Grosbach | Switch TargetRegisterInfo::getSubReg() to use a lookup... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | BitstreamWriter: Change primary output buffer to be... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | BitstreamWriter: Isolate access to the underlying buffer. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | BitcodeWriter: Expose less implementation details ... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Bitcode: Don't expose WriteBitcodeToStream to clients. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Andrew Trick | Intel Atom instruction itineraries for mov sign extensi... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Hal Finkel | Add myself to the credits file |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Benjamin Kramer | LegalizeIntegerTypes: Reorder operations in the "big... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Duncan Sands | Have GVN also do condition propagation when the right... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Nick Lewycky | Where the alloca'd space actually lives in ram is undef... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
David Meyer | [Object] Add symbol attribute flags: ST_ThreadLocal... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Bill Wendling | Testcase for r151691. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Bill Wendling | Restrict this transformation to equality conditions. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jakob Stoklund... | Add an analyzeVirtReg() function. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Derek Schuff | Make MemoryObject accessor members const again |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Support/PathV2: Fix namespace qualifier in make_absolut... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jakob Stoklund... | Move the operand iterator into MachineInstrBundle.h... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Support/PathV2: Fix make_absolute() to match is_absolut... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Fix some stray semi-colons. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Derek Schuff | Fix PR12080 by ensuring that MaterializeModule actually... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael J.... | [PathV2] Fix bug in relative_path. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Jim Grosbach | ARM implement TargetInstrInfo::getNoopForMachoTarget() |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Jakob Stoklund... | Instructions inside a bundle have the same number as... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
David Meyer | In the ObjectFile interface, replace isInternal(),... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rafael Espindola | Enable -Wcovered-switch-default again, but add -Werror... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Lang Hames | Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rafael Espindola | On ELF, create relocations to the abbreviation and... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Chandler Carruth | Temporarily revert r151609, which enabled a new warning... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Jim Grosbach | ARM vbit/vbif/vbsl assembly optional size suffix. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Evan Cheng | Re-commit r151623 with fix. Only issue special no-retur... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Benjamin Kramer | Fix off-by one in comment. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Roman Divacky | Properly MCize the section switch, removing a FIXME. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Benjamin Kramer | LegalizeIntegerTypes: Reenable the large shift with... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Daniel Dunbar | Revert r151623 "Some ARM implementaions, e.g. A-series... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Daniel Dunbar | Remove stray semi-colon. |
commit | commitdiff | tree | snapshot |
next |