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 |
2010-01-20 |
Sean Callanan | Modified MCAsmLexer to return error information upward |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | eliminate FnStubInfo, using MachineModuleInfoMachO... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Dale Johannesen | make findDebugLoc a class method |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | split function stub printing out to its own function, |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | eliminate the GVStubs and HiddenGVStubs maps, and use |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | don't forget to initialize an instance variable! |
commit | commitdiff | tree | snapshot |
2010-01-20 |
David Greene | When XDEBUG is enabled, check for SelectionDAG cycles... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | adopt getAdjustedAnalysisPointer in a few more passes. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | adopt getAdjustedAnalysisPointer in two more passes. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | adopt getAdjustedAnalysisPointer in BasicCallGraph. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | add some new methods to adjust this pointers. Not... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | don't send null pointers through the constantexpr codep... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | reduce redundant are's. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Jakob Stoklund... | Move per-function inline threshold calculation to a... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | use getGlobalDirective(), don't hardcode .globl. PR6093 |
commit | commitdiff | tree | snapshot |
2010-01-20 |
David Greene | Fix an infinite recursion problem. dbgs() should retur... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | eliminate some uses of AsmPrinter::EmitIntXXX |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Victor Hernandez | Backout r93990 |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | inline and radically simplify printDataDirective. ... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | emit basic block labels with mcstreamer. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | emit integer and fp zeros as (e.g.) .byte 0 instead... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | signficant cleanups to EmitGlobalConstant (including... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Victor Hernandez | Fix/strengthen verification of llvm.dbg.declare |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Victor Hernandez | Switch Elts from vector to SmallVector |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | switch ConstantFP emission to use MCStreamer, significantly |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | make mcasmstreamer handle expanding 8 byte integer... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | give createAsmStreamer an 'isLittleEndian' argument. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | revert 93934, removing the MCAsmInfo endianness bit... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Victor Hernandez | Fix if/else brackets; getFunctionForValue() is to be... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chandler Carruth | Fix the conditions to unambiguously show the logic... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Victor Hernandez | Map operands of all function-local metadata, not just... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Victor Hernandez | Avoid unnecessary Elts array |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Victor Hernandez | Refactor common parts of MDNode::getFunction() and... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Devang Patel | If a instruction belongs to another function (and not... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
David Greene | Add some asserts to check SelectionDAG problems earlier. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Daniel Dunbar | For 'install-clang' target, also traverse tools/clang... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Dale Johannesen | Move findDebugLoc somewhere more central. Fix |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bob Wilson | Wrap some comments to 80 columns. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Make SCEVAddRecExpr's getType return a pointer type... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dale Johannesen | Fix a case where debug_value was perturbing the |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | When doing address-mode sinking, expand the base regist... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | give MCAsmInfo a 'has little endian' bit. This is... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Add a comment and tidy up some whitespace. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Fix a typo and an 80-column violation in comments. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Give ScalarEvolution access to the DominatorTree. It... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | simplify the rest of fp constant printing. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | simplify the code for printing x86 long double, don... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Jakob Stoklund... | Identify predicate and optional-def operands when print... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | add a new EmitIntValue method that MCStreamer impls... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Add a new helper function to IVUsers for returning... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Add nounwinds. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | eliminate AsmPrinter::EmitZeros: just use MCStreamer... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Sean Callanan | Promoted the getTok() method to MCAsmParser so that |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Xerxes Ranby | Stubs for getHostCPUFeatures API. This implements part... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Jakob Stoklund... | Remove predicates when changing an add into an unpredic... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Benjamin Kramer | Update CMake list. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
David Greene | Add some new debugging APIs to print out "raw" Selectio... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Sean Callanan | Propagated the parser-side Lex function's declaration to |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Sean Callanan | Added a Lex function to the AsmParser, to allow handling |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | Fix a bug introduced on r92564 where the name "Node... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | Generalize mcasmstreamer data emission APIs to take... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Evan Cheng | Do not extend extension results beyond the use of a... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | refactor code to be static functions instead of methods... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | mcstreamerize AsmPrinter::EmitZeros, at least when... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | add an MCAsmStreamer::EmitFill specialization of EmitFi... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | add a "MCStreamer::EmitFill" method, and move the defau... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | remove MAI::ZeroDirectiveSuffix, which is only used... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Jim Grosbach | For aligned load/store instructions, it's only required... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | On pic function calls some arguments were marked dead and |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bob Wilson | The change in r90189 adds a link in a directory outside... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | load f64 +0.0 in a cleaner way. This fix part of PR5445 |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | Fix return registers for mips eabi |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | mcstreamer'ize the rest of EmitGlobalVariable that... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | don't let asm-verbose break the check-next lines in... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | stop using the .lcomm pseudoop on darwin, instead,... |
commit | commitdiff | tree | snapshot |
next |