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 |
2012-02-28 |
Nadav Rotem | Code cleanup following CR by Duncan. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Nadav Rotem | Fix a bug in the code that builds SDNodes from vector... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Jia Liu | remove blanks, and some code format |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Evan Cheng | Some ARM implementaions, e.g. A-series, does return... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Craig Topper | Convert generated intrinsic attributes to use an array... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Pete Cooper | Reverted r152620 - DSE: Shorten memset when a later... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Pete Cooper | DSE: Shorten memset when a later store overwrites the... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Bill Wendling | Oops...Don't commit the other stuff.. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Bill Wendling | Modify comment to reflect the importance of this code. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Akira Hatanaka | Add comments. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Akira Hatanaka | Do not reserve $gp as a dedicated global base register... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Charles Davis | Strip extraneous information, if present, from the... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Akira Hatanaka | Add support for floating point base register + offset... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Jakob Stoklund... | Handle regmasks in MachineCSE. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rafael Espindola | Enable -Wcovered-switch-default as it matches the switc... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Jakob Stoklund... | Handle regmasks in the machine code verifier. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Jakob Stoklund... | Enable ARM base pointer when calling functions with... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Michael J.... | [Object] Add {begin,end}_dynamic_symbols stubs and... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Chad Rosier | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Hal Finkel | Allow llvm-stress to optionally generate the other... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Bill Wendling | Add back removed code. It still causes LLVM to miscompi... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Preston Gurd | This patch adds instruction latencies for the SSE instr... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Preston Gurd | test commit. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eli Friedman | Duncan pointed out that if the alignment isn't explicit... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Evandro Menezes | Delete incorrect reference to inexistent Hexagon archit... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Bill Wendling | Don't use #if 0. Just remove until I can address this. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Bill Wendling | XFAIL test until <rdar://problem/10913281> is fixed. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Bill Wendling | The code that cleans up multiple, isomorphic types... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Michael J.... | Remove duplicate copy of Object/ELF.h that somehow... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Evan Cheng | Fix for PR12090: clear def maps of aliases when visitin... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Jim Grosbach | ARM BL/BLX instruction fixups should use relocations. |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Argyrios Kyrtzidis | Move "clang/Analysis/Support/SaveAndRestore.h" to ... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Eli Friedman | Teach BasicAA about the LLVM IR rules that allow readin... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Roman Divacky | Test the section specification. |
commit | commitdiff | tree | snapshot |
next |