2010-10-18 |
Dan Gohman | Run tbaa before basicaa, since that's how it's expected... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Fix BasicAA to pass TBAAInfo through to the chained... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | For Thumb2, try to use frame pointer references for... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Produce ELF::R_386_GOTPC relocations. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Make TypeBasedAliasAnalysis default to doing nothing... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Use chaining in TypeBasedAliasAnalysis::pointsToConstan... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Make BasicAliasAnalysis a normal AliasAnalysis implemen... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Make the bots happy. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Kevin Enderby | Added a handful of x86-32 instructions that were missin... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Produce a R_386_PLT32 when needed. Moved the default... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | ARM addrmode4 instructions (ldm, stm and friends) can... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | Grammar tweak. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Handle GOTOFF correctly on i386. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | Trivial grammar tweak. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Kalle Raiskila | Improve lowering of sext to i128 on SPU. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Eric Christopher | Remove the check for invalid calling conventions. Testi... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Eric Christopher | Lift arg promotion from the X86 backend. This should... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Eric Christopher | Now that we handle all allocas via a non-SP reg offset... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Benjamin Kramer | std::string cleanup. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Benjamin Kramer | Fix a typo and silence unused variable warnings in... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Eric Christopher | Allow more load types to be materialized through the... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Oscar Fuentes | Build with RTTI and exceptions disabled. Only in GCC... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Eric Christopher | Optimize GEP off of intermediate allocas. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Eric Christopher | Turn on AddOperator folding in GEP. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Eric Christopher | Use the i12 immediate versions of the load instructions... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Rafael Espindola | Add a MCObjectFormat class so that code common to all... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Benjamin Kramer | Hack around incompatible pointer warnings. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Benjamin Kramer | Eliminate some calls to Value::getNameStr. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Benjamin Kramer | Unbreak test on non-COFF targets. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Michael J.... | MC-COFF: Add support for default-null weak externals. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Michael J.... | X86-Windows: Emit an undefined global __fltused symbol... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Michael J.... | Whitespace! |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Daniel Dunbar | MC/AsmParser: Report .stabs directive as unsupported. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Evan Cheng | More machine LICM work. It now tracks register pressure... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Eric Christopher | Fix some funky formatting that got through. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Bill Wendling | ARMCodeEmitter::emitMiscInstruction is dead. Long live |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Eric Christopher | Make sure offset is 0 for load/store register to the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Owen Anderson | Generalize MemCpyOpt's handling of call slot forwarding... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Daniel Dunbar | lto: Respect LLVM_VERSION_INFO make variable, since... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Eric Christopher | Fix else if -> if in store machinery. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Bill Wendling | Reformatting. No functionalogicality changes. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Eric Christopher | Refactor ARM fast-isel reg + offset to be a base +... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jim Grosbach | Encoding information for the various ARM saturating... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Mikhail Glushenkov | llvmc: Add a test for the -c flag. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jim Grosbach | ARM binary encoding information for RSB and RSC instruc... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jim Grosbach | Don't mark argument value stores as immutable, as other... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Bob Wilson | Use simple RegState::Define flag instead of getDefRegSt... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Rafael Espindola | Refactor alias handling to AliasedSymbol. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Michael J.... | KillTheDoctor: Fix 2008 build. I'm actually surprised... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Eric Christopher | Expand GEP handling for constant offsets. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jakob Stoklund... | Teach FileCheck to handle trailing CHECK-NOT patterns. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jim Grosbach | When expanding the MOVsr[la]_flag pseudos, the CPSR... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jim Grosbach | ARM mode encoding information for UBFX and SBFX instruc... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jakob Stoklund... | FileCheckize |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jakob Stoklund... | Remove unused accessor. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Rafael Espindola | Refactor code a bit and avoid creating unnecessary... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Bob Wilson | Remove unused ARMISD::AND selection DAG node. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Bob Wilson | ARM instructions that are both predicated and set the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jim Grosbach | Encoding info for extension instructions. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jim Grosbach | Grammar. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Rafael Espindola | Don't pass --export-dynamic if TOOL_NO_EXPORTS is set. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jakob Stoklund... | Eliminate curli from SplitEditor. Use the LiveRangeEdit... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Jakob Stoklund... | Move stack slot assignments into LiveRangeEdit. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jakob Stoklund... | Create a new LiveRangeEdit class to keep track of the... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Simplify test file a bit. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Add testcase for RRX and ASRS (which effectively tests... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Add missing Rd encoding for MOVs instruction. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Refactor the MOVsr[al]_flag and RRX pseudo-instructions... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Dan Gohman | Tolerate a null parent pointer. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Oscar Fuentes | Added basic support for CPack. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Tweak the ARM backend to use the RRX mnemonic instead... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Francois Pichet | Always use binary mode for output stream. This is impor... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | MOVi16 and MOVT ARM mode encodings. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jakob Stoklund... | Only split around a loop if the live range has uses... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Owen Anderson | Try again at implementing thread-safe lazy pass initial... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Owen Anderson | Revert r116489. It included some changes I didn't... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Owen Anderson | Apparently MSVC doesn't support thread-safe static... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Simplify encoding information and add 'dst' operand... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Rafael Espindola | Remove some code duplication. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Oscar Fuentes | Remove explicit dependency of LLVMARMCodeGen on LLVMARM... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Oscar Fuentes | When building shared libraries, link to required system... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Mikhail Glushenkov | Comments. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Mikhail Glushenkov | Forward -march correctly. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Eric Christopher | Handle more complex GEP based loads and add a few TODOs... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Bill Wendling | Add support for vmov.f64/.f32 encoding. There's a bit... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Bill Wendling | Add encoding for 'fmstat'. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Evan Cheng | Register pressure and instruction latency aware machine... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Bill Wendling | - Add encodings for multiply add/subtract instructions... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Chris Lattner | fix a bug I introduced, no idea how this didn't repro... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Chris Lattner | hack to unbreak buildbots |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Regenerate. No functional change, just cleanup. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Jim Grosbach | Teach PerfectShuffle to not generate files with embedde... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Chris Lattner | add uadd_ov/usub_ov to apint, consolidate constant... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Chris Lattner | missed a line :( |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Chris Lattner | constify these methods. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Jim Grosbach | Detabify and clean up 80 column violations. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Chris Lattner | add a few operations for signed operations that also |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Jim Grosbach | A few 80 column fixes. |
commit | commitdiff | tree | snapshot |
next |