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
path:
root
/
lib
/
Target
/
Alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
2
-22
/
+23
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-3
/
+3
*
Forgot to update some CMakeLists.
Benjamin Kramer
2009-08-22
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-6
/
+6
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
5
-14
/
+14
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-2
/
+4
*
Delete an unused field.
Dan Gohman
2009-08-16
1
-3
/
+0
*
Simplify a few more things, eliminating a few more dependencies on
Dan Gohman
2009-08-15
1
-2
/
+0
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+2
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
4
-10
/
+5
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
3
-189
/
+189
*
pass the TargetTriple down from each target ctor to the
Chris Lattner
2009-08-11
1
-1
/
+1
*
split "JumpTableDirective" (an existing hack) into a PIC and nonPIC
Chris Lattner
2009-08-11
1
-1
/
+1
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
3
-195
/
+195
*
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-10
2
-2
/
+2
*
Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Notic...
Benjamin Kramer
2009-08-09
1
-1
/
+1
*
move this fp select into a pattern
Andrew Lenharth
2009-08-08
2
-22
/
+9
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-1
/
+1
*
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-08
1
-3
/
+1
*
avoid this libcall with long inline expansion
Andrew Lenharth
2009-08-07
1
-1
/
+30
*
These should be expanded
Andrew Lenharth
2009-08-07
1
-0
/
+3
*
Use elf Object File directly
Andrew Lenharth
2009-08-05
1
-18
/
+1
*
Remove dead code. MDNode and MDString are not Constant anymore.
Devang Patel
2009-08-05
1
-3
/
+0
*
Alpha: Get section directives right
Andrew Lenharth
2009-08-05
1
-3
/
+3
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
2
-85
/
+93
*
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-08-02
2
-4
/
+4
*
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-08-02
3
-5
/
+4
*
alpha TAI doesn't need TM.
Chris Lattner
2009-08-02
3
-8
/
+3
*
remove TargetAsmInfo::TM, which is now dead. The basic TAI class now
Chris Lattner
2009-08-02
1
-2
/
+1
*
Make SectionKind::get() private.
Chris Lattner
2009-08-02
1
-3
/
+3
*
give alpha its readonly section. This optimizes alpha, and prevents a
Chris Lattner
2009-08-01
1
-0
/
+2
*
no need to override the default with the default.
Chris Lattner
2009-08-01
1
-1
/
+0
*
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
1
-2
/
+4
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-2
/
+4
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-2
/
+2
*
Rename MDNode.h header. It defines MDnode and other metadata classes.
Devang Patel
2009-07-28
1
-1
/
+1
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
3
-6
/
+17
*
Apparently alpha doesn't use ElfTargetAsmInfo (?)
Chris Lattner
2009-07-27
1
-0
/
+3
*
Factor commonality in triple match routines into helper template for registering
Daniel Dunbar
2009-07-26
1
-13
/
+2
*
Kill Target specific ModuleMatchQuality stuff.
Daniel Dunbar
2009-07-26
1
-19
/
+0
*
Simplify JIT target selection.
Daniel Dunbar
2009-07-25
1
-10
/
+2
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
3
-23
/
+6
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-1
/
+1
*
Remove unused member functions.
Eli Friedman
2009-07-24
2
-53
/
+0
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-2
/
+2
*
alpha doesn't need to redefine this: it only supports PIC codegen anyway.
Chris Lattner
2009-07-21
2
-7
/
+0
*
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-21
1
-12
/
+3
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
1
-0
/
+2
*
Unbreak build
Daniel Dunbar
2009-07-19
2
-1
/
+2
[next]