2010-01-22 |
Chris Lattner | move sleb printing out of asmprinter into dwarf printer... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Devang Patel | Remove MetadataBase class because it is not adding... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Sean Callanan | Added a Register token to AsmToken and the appropriate |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Dale Johannesen | Ignore DEBUG_VALUE when building live intervals; |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | add a new DwarfPrinter::EmitEncodingByte method which... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Sean Callanan | Filled out the skeleton of the TargetAsmLexer to behave |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | rename the dwarf class to DwarfPrinter. This matches... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | inline away the trivial AsmPrinter::EOL() method. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | inline AsmPrinter::PrintHex into its two trivial callers. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | change this to be a static function instead of a method... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | make the loop comment printer print out a much better... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | Changes to fix buffering that I forgot to commit with... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | For blocks that are not loop headers, just print their... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | reenable the label loop comments and switch them to... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Mark EH_RETURN64 as CodeGenOnly. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Benjamin Kramer | Another strncmp -> StringRef.startswith simplification. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | Convert some more random-comment-printing stuff to use |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | make this less constrained, we want blank lines between... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | add a new MCAsmStreamer::GetCommentOS method to simplif... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Bob Wilson | Revert 94059. It is breaking the MultiSource/Benchmark... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | add missing break, PR6114, patch by M Wahab. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Victor Hernandez | Fix/strengthen verification of llvm.dbg.declare |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Victor Hernandez | Keep ignoring pointer-to-pointer bitcasts |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | use both the Mangler and the CBE's mangler for identifiers, |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | rename addComment -> AddComment for consistency. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Benjamin Kramer | Simplify some uses of str(n)cmp with StringRef. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | CMake: Don't try to descend into projects/compiler... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Make GetSourceVersion more portable, thanks Pawel! |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Update CMake LibDeps |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | make: Make .o files depend on Makefile, at least for... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Torok Edwin | Fix TimeValue::now() on Unix. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Dan Gohman | Revert r94066, which was the patch which added a Verifi... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | add comment support to the rest of the directives. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | stop using strtoll, it gives windows heartburn. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | Add the ability for MCStreamer to emit comments on... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | pass "-fasm-verbose" into createAsmStreamer. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | give PassNameParser a home. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | add an out-of-line virtual method to CmpInst to give... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | elimiante the dynamic_cast's from opt. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | simplify code. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | drop the pass name from the output. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | eliminate dynamic_cast from this file. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | eliminate a bunch more unneeded dynamic_cast's. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Evan Cheng | Teach pre-regalloc scheduler to schedule loads from... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Evan Cheng | Add two target hooks to determine whether two loads... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Evan Cheng | Add DenseMapInfo for signed long long. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | CMake: Add MCParser directory. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | lit: Separate test suite from test name with spaces... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | add new file |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | move some files out of the llvm-mc tool into the MCPars... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | forgot to svn add these, doh. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | create a new MCParser library and move some stuff into it. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | remove some confused code that used strtoull |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | allow registering target lexers. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | stub out a new TargetAsmLexer interface. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Dan Gohman | Revert LoopStrengthReduce.cpp to pre-r94061 for now. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | Store flags in bitfields instead of masking them into... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Jim Grosbach | Fix PR5694. The CMN instructions set the flags differen... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Ted Kremenek | Tidy up assertion syntax. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Victor Hernandez | No need to look through bitcasts for DbgInfoIntrinsic |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Victor Hernandez | DbgInfoIntrinsic no longer appear in an instruction... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Victor Hernandez | No need to look through bitcasts for DbgInfoIntrinsic |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Victor Hernandez | DbgInfoIntrinsics no longer appear in an instruction... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | When inserting expressions for post-increment users... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | Include IVUsers information in LSR's debug output. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | Prune the search for candidate formulae if the number... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Evan Cheng | Trim unneeded includes. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | It turns out that this #include is needed because otherwise |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | unbreak the build, apparently without this transformuti... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | remove dead .erase. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Jim Grosbach | back this out for now. Growing Function is not good. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | testcase for r94095 |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | fix a problem with a missing _, testcase pending. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Victor Hernandez | Don't need to include IntrinsicInst.h any more |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Victor Hernandez | No need to map NULL operands of metadata |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Daniel Dunbar | Add a simple script for getting a version tag from... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Benjamin Kramer | struct/class mismatch. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | Make the parser include the lower level error message... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | Avoid printing a spurious semicolon when there is no... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | When re-using an existing cast for a user, it's still... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Nick Lewycky | Fix a crasher trying to fold each element in a comparis... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | remove a couple of asserts that use RTTI. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | Run the verifier after LSR, to help catch use-before... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Dan Gohman | Re-implement the main strength-reduction portion of... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Chris Lattner | eliminate dynamic_cast from the pass manager. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Eric Christopher | Add strcpy_chk -> strcpy support for "don't know" objec... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Evan Cheng | Fix a minor issue in x86 load / store folding table... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Jim Grosbach | Make sure that landing pad entries in the EH call site... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Sean Callanan | Moved handling of inclusion from the AsmLexer to |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | simplify this code. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Sean Callanan | Changed the AsmParser to handle error messages itself |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Jim Grosbach | SjLj EH introduces can introduce an additional edge... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Sean Callanan | Promoted the reference to the SourceMgr from AsmLexer |
commit | commitdiff | tree | snapshot |
next |