2012-03-14 |
Benjamin Kramer | Move APInt::operator! inline, it's small and fuses... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Evan Cheng | Fortify r152675 a bit. Although I'm not able to come... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Evan Cheng | DAG combine incorrectly optimize (i32 vextract (v4i16... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Pete Cooper | Target override to allow CodeGenPrepare to sink address... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Argyrios Kyrtzidis | Add a sanity check in MemoryBuffer::getOpenFile() to... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Benjamin Kramer | Remove an old hack for pre-2005 MSVC. We don't support... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Bill Wendling | s/SjLjEHPass/SjLjEHPrepare/ |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Kevin Enderby | Change the X86 assembler to not require a segment regis... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Chris Lattner | enhance jump threading to preserve TBAA information... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Dan Gohman | Teach globalopt how to evaluate an invoke with a non... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Duncan Sands | Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Stepan Dyatkovskiy | Fixed comments for SwitchInst::addCase and for SwitchIn... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Duncan Sands | Uniformize the InstructionSimplify interface by ensurin... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Eli Bendersky | Add profiling support for Intel Parallel Amplifier... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Craig Topper | Remove unused field from FixedLenDecoderEmitter. Move... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Bill Wendling | Add a return type. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Bill Wendling | Inline the d'tor and add an anchor instead. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Bill Wendling | Refactor the SelectionDAG's 'dump' methods into their... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Lang Hames | Fixed typo in comment. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Eli Friedman | Fix regression from r151466: an we can't replace uses... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Chandler Carruth | Address some review comments from Duncan. This moves... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
NAKAMURA Takumi | lit: Pass %INCLUDE% to tests on Win32. clang may expect... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Kevin Enderby | Change the second line of the test added for r152414... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Benjamin Kramer | DFAPacketizerEmitter: Prune includes. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Kevin Enderby | Added a missing error check for X86 assembly with misma... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Benjamin Kramer | Inline a trivial helper function. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Bill Wendling | sort by alpha. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Eric Christopher | Use a posix compliant regexp in export file construction. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Bill Wendling | Revert due to nightly test failures. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Kostya Serebryany | [asan] move x86-specific test to a separate X86 directo... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Chandler Carruth | When inlining a function and adding its inner call... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Chandler Carruth | Teach instsimplify how to constant fold pointer differe... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Chandler Carruth | FileCheck-ize this test. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Duncan Sands | Don't cast away constant qualifier. |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Bob Wilson | Switch to unified syntax for VFP instructions in inline... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Benjamin Kramer | Replace a hand-coded leading one counting loop with... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Benjamin Kramer | Remove global map. This code isn't even hot. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Benjamin Kramer | DwarfDebug: Store the filename/dirname pair as a zero... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Craig Topper | Convert more static tables of registers used by calling... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Craig Topper | Use uint16_t to store registers and opcode in static... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Craig Topper | Remove unused functions getArgRegs and getNumArgRegs. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Stepan Dyatkovskiy | llvm::SwitchInst |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Gregory Szorc | [llvm.py] Implement disassembler interface |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Douglas Gregor | Add a few missing 'template' keywords |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Craig Topper | Shrink and reorder some fields in MCOperandInfo to... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Michael J.... | Fix warnings when building with VS11. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Michael J.... | Fix warnings. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Aaron Ballman | Fixing a compile warning triggered in MSVC about consta... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Michael J.... | Make StringRef::getAsInteger work with all integer... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Make helper static, so it can be inlined into its sole... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Gregory Szorc | Revert "[llvm.py] Implement interface to enhanced disas... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Kay Tiong Khoo | *fix typo in comment; test of commit access |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Gregory Szorc | [llvm.py] Implement interface to enhanced disassembler |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Gregory Szorc | [llvm.py] Make LLVMObject.__del__ work if called during... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Andrew Trick | Move llc + target triple tests into X86 |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Bill Wendling | As Duncan pointed out, pointers tend not to be in float... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Don't try to filecheck bitcode. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Bill Wendling | Make this transformation slightly less agressive and... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | C files in llvm still have to be C89 compliant, remove... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Microoptimize getVRegDef. def_begin isn't free, don... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Chandler Carruth | Refactor some methods to look through bitcasts and... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Bill Wendling | Fix disasm of iret, sysexit, and sysret when displayed... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Bill Wendling | Implement a more intelligent way of spilling uses acros... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Gregory Szorc | [llvm.py] Define enumerations from Core.h; add OpCode... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Gregory Szorc | [llvm.py] Implement interface to object files |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Fix uses of the C99 PRI format macros not to conflict... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Jakob Stoklund... | Report the defining instruction. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Jakob Stoklund... | Add SSA verification to MachineVerifier. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Jakob Stoklund... | Use SmallPtrSet instead of DenseSet. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Benjamin Kramer | Give dagcombiner's worklist some inline capacity. |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Akira Hatanaka | Do not custom lower i64 nodes if i64 is not a legal... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Akira Hatanaka | Lower SETCC nodes during legalization. Previously,... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Jakob Stoklund... | Assert on SSA errors in LiveVariables. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Akira Hatanaka | Remove unused header files. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched: handle scheduler that insert instructions... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Kevin Enderby | Add the missing call to Error when a bad X86 scale... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
David Meyer | Support reading GNU symbol versions in ELFObjectFile |
commit | commitdiff | tree | snapshot |
2012-03-09 |
David Meyer | [Object] |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Duncan Sands | Add statistics on removed switch cases, and fix the... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Gregory Szorc | [llvm.py] Make ObjectFile destructor work |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Dan Gohman | When identifying exit nodes for the reverse-CFG reverse... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Kevin Enderby | Fix the x86 disassembler to at least print the lock... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Daniel Dunbar | [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
NAKAMURA Takumi | TableGen/CodeEmitterGen.cpp: Fix an expression of gener... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
NAKAMURA Takumi | test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Duncan Sands | Eliminate switch cases that can never match, for exampl... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Anton Korobeynikov | Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Nick Lewycky | Factor out the analysis of addition and subtraction... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Gregory Szorc | [llvm.py] Initial skeleton for Python LLVM bindings |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched: handle scheduling region boundaries nicely. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Craig Topper | Use uint16_t to store opcodes in static tables in X86... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Ahmed Charles | Fix undefined behavior in the Mips backend. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched interface: rename Begin/End to RegionBegin... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched comments |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | revert 152356: verify misched changes using -misched... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Chandler Carruth | Fix a silly restriction on the fast-path for hash_combi... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Chandler Carruth | Undo a previous restriction on the inline cost calculat... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Chad Rosier | Fix a regression from r147481. |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | misched: allow the default scheduler to be one chosen... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Andrew Trick | Added TargetPassConfig::enablePass |
commit | commitdiff | tree | snapshot |
next |