index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sketch support for target specific assembly parser.
Daniel Dunbar
2009-07-17
11
-7
/
+190
*
Trailing whitespace.
Mikhail Glushenkov
2009-07-17
2
-19
/
+19
*
fix include guard.
Chris Lattner
2009-07-17
1
-2
/
+2
*
Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef...
Evan Cheng
2009-07-17
3
-159
/
+46
*
GetElementPtr instructions default to having no overflow.
Dan Gohman
2009-07-17
1
-0
/
+9
*
Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.
Xerxes Ranby
2009-07-17
3
-0
/
+24
*
Fix a crash in SROA. The FunctionPass::doInitialization method was never
Bob Wilson
2009-07-17
1
-0
/
+1
*
Define a no-pointer-overflow flag for GetElementPtr instructions.
Dan Gohman
2009-07-17
1
-0
/
+17
*
Add new classes for working with optional optimization data
Dan Gohman
2009-07-17
1
-0
/
+112
*
Fix copy & paste errors
Anton Korobeynikov
2009-07-17
1
-8
/
+8
*
Add a method to clear optional optimization information from a Value.
Dan Gohman
2009-07-17
1
-0
/
+6
*
Add missed attributes to C bindings
Anton Korobeynikov
2009-07-17
1
-0
/
+8
*
Start generating AsmMatcher.inc for X86.
Daniel Dunbar
2009-07-17
2
-1
/
+2
*
tblgen/AsmMatcher: Emit simple matcher for register names.
Daniel Dunbar
2009-07-17
1
-3
/
+30
*
r76102 added the MachineCodeEmitter::processDebugLoc call and called it from
Jeffrey Yasskin
2009-07-17
3
-6
/
+4
*
Fix compile warning.
Daniel Dunbar
2009-07-17
1
-0
/
+2
*
Add missed return
Anton Korobeynikov
2009-07-17
1
-1
/
+1
*
opt: Add -std-link-opts argument, matches llvm-ld's optimizations.
Daniel Dunbar
2009-07-17
1
-6
/
+39
*
Add support for naked functions
Anton Korobeynikov
2009-07-17
8
-5
/
+18
*
rename test.
Chris Lattner
2009-07-17
1
-0
/
+0
*
revert one of the loops to use indicies over iterators because there are vect...
Bruno Cardoso Lopes
2009-07-17
1
-4
/
+3
*
Add a SubclassOptionalData field to Value. See the doxygen comment for
Dan Gohman
2009-07-17
2
-1
/
+8
*
Fix typo.
Daniel Dunbar
2009-07-17
1
-1
/
+1
*
Initialize another Context, in the hopes of unbreaking CBE.
Daniel Dunbar
2009-07-17
1
-0
/
+3
*
Fix an apparent typo.
Dan Gohman
2009-07-17
1
-1
/
+1
*
Make DOUT an lvalue in release mode so that developers may use DOUT in
David Greene
2009-07-17
1
-1
/
+2
*
Provide slightly more refined error message when trying to lookup a target, and
Daniel Dunbar
2009-07-17
1
-1
/
+18
*
Add logic to align instruction operands to columns for pretty-printing.
David Greene
2009-07-17
3
-12
/
+136
*
Avoid a compiler warning when assertions are turned off.
Duncan Sands
2009-07-17
1
-3
/
+2
*
Testcase for PR4214.
Duncan Sands
2009-07-17
1
-0
/
+4
*
Documentation clarifications for isSafeToSpeculativelyExecute.
Eli Friedman
2009-07-17
1
-4
/
+17
*
Oops, accidentally set a legal operation to expand.
Eli Friedman
2009-07-17
1
-1
/
+0
*
Expand misc operations from test/CodeGen/Generic.
Eli Friedman
2009-07-17
1
-0
/
+17
*
Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in
Eli Friedman
2009-07-17
1
-0
/
+5
*
Remove some unnecessary expansion markings. Add a few expansion
Eli Friedman
2009-07-17
1
-24
/
+7
*
Add operation expansion/promotion for a bunch of operations, many of
Eli Friedman
2009-07-17
1
-5
/
+54
*
Add broken gcc from PR4532.
Nick Lewycky
2009-07-17
1
-1
/
+3
*
Fix tSUBspi operand definition. It reads and writes sp, which is a high regis...
Evan Cheng
2009-07-17
1
-1
/
+1
*
Set an operation expansion, noticed while running
Eli Friedman
2009-07-17
1
-0
/
+2
*
Make promotion in operation legalization for SETCC work correctly.
Eli Friedman
2009-07-17
2
-23
/
+11
*
Replace isTrapping with a new, similar method called
Eli Friedman
2009-07-17
6
-53
/
+71
*
One more operation expansion for MIPS, from test/CodeGen/Generic.
Eli Friedman
2009-07-17
1
-1
/
+2
*
Make sure CWriter's Context get's initialized.
Daniel Dunbar
2009-07-17
1
-0
/
+2
*
Expand a bunch of illegal operations on MIPS (found by
Eli Friedman
2009-07-17
1
-0
/
+12
*
Fix 'may be used uninitialized' warning.
Daniel Dunbar
2009-07-17
1
-2
/
+2
*
Add the private keyword to the polygen grammar.
Dan Gohman
2009-07-17
1
-0
/
+1
*
Add the private keyword to the VIM syntax highlighting.
Dan Gohman
2009-07-17
1
-1
/
+1
*
Fix my brain cramp by inverting the assertion condition.
Evan Cheng
2009-07-17
1
-3
/
+1
*
Fix "no newline at end of file" warning from gcc.
Jeffrey Yasskin
2009-07-16
1
-1
/
+1
*
Privatize the MDNode uniquing table.
Owen Anderson
2009-07-16
6
-33
/
+49
[next]