2009-09-20 |
Bill Wendling | Here's fun! It turns out that these filter functions... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Delete dead code. sext and zext can not turn integers... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | convert argname to StringRef, simplifying LookupOption. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | convert 'Value' to StringRef which makes it easier to |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | Change CommaSeparated processing to do it with StringRe... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Value* were never meant to be const. Removing constness... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | rewrite ParseCStringVector in terms of stringref. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | move a couple non-trivial methods out of line, add new |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | coding style cleanup |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | convert a bunch more stuff to use StringRef. The ArgNa... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | add size_t and a version of rfind that allows specifica... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Dale Johannesen | When computing live intervals for earlyclobber operands, |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | avoid a bunch of malloc thrashing for PositinoalVals... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Teach the constant folder how to handle a few simple... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | Avoid some temporary strings. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | add some more overloads of StringRef::getAsInteger for |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | add a simple c_str() method to SmallString. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Bill Wendling | Revert r82274. It's causing failures in the CINT2006... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Prefer super class constructor to explicit initialization. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Tabs -> spaces (really?) |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | RHS of assignment should be const reference. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Nick Lewycky | Remove the default value for ConstantStruct::get's... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | provide a "strtoull" operation that works on StringRef's. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Nick Lewycky | Add a comment explaining why you would ever want to... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | convert a bunch of std::strings to use StringRef. ... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Nick Lewycky | Lett users of sparse propagation do their own thing... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Duncan Sands | The flag "--dot-cfg-only" is at the moment equivalent... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Evan Cheng | Fix funky comments. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Evan Cheng | Update comments. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Benjamin Kramer | Try to speed up the slowest parts of the CommandLine... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Evan Cheng | Fix PR4926. When target hook EmitInstrWithCustomInserte... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Victor Hernandez | Enhance transform passes so that they apply the same... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | remove an extraneous mem2reg pass early in the pipe... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | reduce indentation by using an early exit, and add... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bob Wilson | Fix a comment typo and some whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bob Wilson | Fix a typo in an assertion message. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bill Wendling | Factor out label difference creation. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Victor Hernandez | Enhance analysis passes so that they apply the same... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Dan Gohman | Delete the label names from this test to make it less... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bill Wendling | It's inefficient to have place the exception tables... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Evan Cheng | Enhance EmitInstrWithCustomInserter() so target can... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Shantonu Sen | Fix cmake build, which has a different -I that |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | Make a new X8632_MachoTargetObjectFile TLOF implementat... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | add a new hook to allow targets to splat stuff at the... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Dale Johannesen | Model the carry bit on ppc32. Without this we could |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Dan Gohman | Add support for using the FLAGS result of or, xor,... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Sean Callanan | Added RCL and RCR (rotate left and right with a |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Devang Patel | Write and read metadata attachments. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Victor Hernandez | Update malloc call creation code (AllocType is now... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | duncan points out the EH selector values are signed. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | convert some stuff to StringRef to avoid temporary... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | add a comment. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | This file can need access to the X86 instruction enums... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Daniel Dunbar | Fix a few more conversion warnings on 4.0 |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Mike Stump | Update to latest versions of config.guess and config... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Anton Korobeynikov | Allow symbols to start from the digit if target request... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Nick Lewycky | Stop using alloca. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Xerxes Ranby | Revert r82214 completely to fix build. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Evan Cheng | Revert r82214. It broke 403.gcc on x86_64 / Darwin. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Evan Cheng | Fix a bug in sdisel switch lowering code. When it updat... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Nick Lewycky | Add newlines. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | make this testcase check darwin32 also |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | tolerate llvm.eh.selector.i64 on 32-bit systems and... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | rename file |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Julien Lerouge | Use __attribute__((__used__)) if GCC >= 3.1 (seems... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Devang Patel | A testcase! |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Devang Patel | Fix parsing of optional metadata for 'load', 'store... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
John McCall | Fix a few places where PointerIntPair was using Pointer... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | pass machinemoduleinfo down into getSymbolForDwarfGloba... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Dan Gohman | Teach ScalarEvolution how to reason about no-wrap flags... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Jim Grosbach | grammar |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Jim Grosbach | grammar |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Another try at fixing compile warnings on 4.0 |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Benjamin Kramer | Initialize HasMetadata to zero. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Remove test cases using -regalloc=simple. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Evan Cheng | Remove simple regalloc. It has bit rotted. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Chris Lattner | add a version of the APFloat constructor that initializ... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Evan Cheng | Fix PR4910: Broken logic in coalescer means when a... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Some platforms may need malloc.h for alloca. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the LODS (load byte into register, usually |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Daniel Dunbar | Add StringRef::{rfind, rsplit} |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the LAR (load segment access rights) |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added the LOOP family of instructions to the Intel |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Sean Callanan | Added an alternate form of register-register CMP |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | At iSel time, update DebugLoc based on debug info attac... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Dan Gohman | Add a new pass for doing late hoisting of floating... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Print debug info attached with an instruction. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Bob Wilson | Expand vector floating-point conversions not supported... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Dan Gohman | Now that llc can read .ll files directly, teach it... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Provide a way to extract location info from DILocation. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Parse debug info attached with an instruction. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Add an interface to attach debugging information with... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Devang Patel | Add llvm::Metadata to manage metadata used in a context. |
commit | commitdiff | tree | snapshot |
next |